Searched refs:existing (Results 101 - 125 of 245) sorted by relevance

12345678910

/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DRelBuilder.pm33 of the existing source monikers.
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl22 Usage: mount ?-cache <number>? ?-volume? <existing directory> <virtual directory>
H A Dquotavfs.tcl29 At mount time, all files in the existing directory are examined and quotas calculated. Files may be
31 virtual directory or an existing file edited, its properties are examined with respect to the defined
34 Usage: mount <quota group> ?<quota group>... ? <existing directory> <virtual directory>
/macosx-10.9.5/xnu-2422.115.4/osfmk/device/
H A Ddevice.defs164 out existing : io_object_t
536 out existing : io_object_t
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/
H A DLoader.pm138 This is mostly useful for subclassing existing loaders or in conjunction
482 This function creates a DBIx::Class schema from an existing RDBMS
484 DBIx::Class classes from an existing database schema read from the
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h693 @discussion IOService will deliver notifications of changes in state of an IOService object to registered clients. The type of notification is specified by a symbol, for example <code>gIOMatchedNotification</code> or <code>gIOTerminatedNotification</code>, and notifications will only include IOService objects that match the supplied matching dictionary. Notifications are ordered by a priority set with <code>addNotification</code>. When the notification is installed, its handler will be called with each of any currently existing IOService objects that are in the correct state (eg. registered) and match the supplied matching dictionary, avoiding races between finding preexisting and new IOService events. The notification request is identified by an instance of an IONotifier object, through which it can be enabled, disabled, or removed. <code>addNotification</code> consumes a retain count on the matching dictionary when the notification is removed.
716 @discussion IOService will deliver notifications of changes in state of an IOService object to registered clients. The type of notification is specified by a symbol, for example <code>gIOMatchedNotification</code> or <code>gIOTerminatedNotification</code>, and notifications will only include IOService objects that match the supplied matching dictionary. Notifications are ordered by a priority set with <code>addNotification</code>. When the notification is installed, its handler will be called with each of any currently existing IOService objects that are in the correct state (eg. registered) and match the supplied matching dictionary, avoiding races between finding preexisting and new IOService events. The notification request is identified by an instance of an IONotifier object, through which it can be enabled, disabled, or removed. <code>addMatchingNotification</code> does not consume a reference on the matching dictionary when the notification is removed, unlike addNotification.
774 * they add keys to an existing dictionary, or create one. */
777 @abstract Creates a matching dictionary, or adds matching properties to an existing dictionary, that specify an IOService class match.
778 @discussion A very common matching criteria for IOService object is based on its class. <code>serviceMatching</code> creates a matching dictionary that specifies any IOService object of a class, or its subclasses. The class is specified by name, and an existing dictionary may be passed in, in which case the matching properties will be added to that dictionary rather than creating a new one.
787 @abstract Creates a matching dictionary, or adds matching properties to an existing dictionary, that specify an IOService class match.
788 @discussion A very common matching criteria for IOService object is based on its class. <code>serviceMatching</code> creates a matching dictionary that specifies any IOService of a class, or its subclasses. The class is specified by name, and an existing dictionary may be passed in, in which case the matching properties will be added to that dictionary rather than creating a new one.
797 @abstract Creates a matching dictionary, or adds matching properties to an existing dictionary, that specify an IOService name match.
798 @discussion A very common matching criteria for IOService object is based on its name. <code>nameMatching</code> creates a matching dictionary that specifies any IOService object which responds successfully to the @link //apple_ref/cpp/instm/IORegistryEntry/compareName/virtualbool/(OSString*,OSString**) IORegistryEntry::compareName@/link method. An existing dictionary may be passed in, in which case the matching properties will be added to that dictionary rather than creating a new one.
807 @abstract Creates a matching dictionary, or adds matching properties to an existing dictionar
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp3848 SInt32 priority, OSIterator ** existing )
3879 *existing = exist;
3888 SInt32 priority, OSIterator ** existing )
3897 target, &ref, priority, existing );
3910 SInt32 priority, OSIterator ** existing )
3917 priority, existing );
3951 OSIterator * existing = NULL; local
3956 handler, target, ref, priority, &existing );
3958 // send notifications for existing set
3959 if( existing) {
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsubr.el1313 (let ((existing (assq toggle minor-mode-alist)))
1314 (if existing
1315 (setcdr existing (list name))
1343 (let ((existing (assq toggle minor-mode-map-alist)))
1344 (if existing
1345 (setcdr existing keymap)
2121 ;; Quote using double quotes, but escape any existing quotes in
3109 existing progress reporter with `progress-reporter-force-update'.
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/
H A DLocale.pm66 "You cannot replace an existing locale ('$id') unless you also specify the 'replace' parameter as true\n"
427 Adds an alias to an existing locale id. This allows a locale to be
573 Subclass an existing locale implementing only the changes you require.
583 =head2 Subclassing an existing locale
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DMac.pm59 OS. Note that this may break some existing scripts.
146 to run existing scripts originally written for Unix.
278 Note that this may break some existing scripts.
H A DWin32.pm49 Returns a string representation of the first existing directory
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dengine.c1229 bool existing = (rule_get_id(rule) != 0) ? true : _wildcard_right_exists(engine, right); local
1231 if (existing || force_modify) {
1237 if (existing) {
/macosx-10.9.5/WebCore-7537.78.1/svg/animation/
H A DSVGSMILElement.cpp434 HashSet<double> existing; local
436 existing.add(timeList[n].time().value());
443 else if (!existing.contains(value.value()))
/macosx-10.9.5/CPANInternal-140/Sub-Install/lib/Sub/
H A DInstall.pm55 If C<code> is not a code reference, it is looked for as an existing sub in the
/macosx-10.9.5/CPANInternal-140/Sub-Uplevel/lib/Sub/
H A DUplevel.pm304 each uplevel call. It does its best to work with any previously existing
/macosx-10.9.5/tcl-102/tcl/tcl/tests/
H A DwinPipe.test238 set existing [glob -nocomplain c:/tcl*.tmp]
241 if {[lsearch $existing $p] == -1} {
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DAppender.pm446 will always I<append> to an existing logfile C<test.log> while if you
455 it will overwrite an existing log file C<test.log> and start from scratch.
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecCustomTransform.cpp518 TransformFactory *existing = FindTransformFactoryByType(uniqueName); local
519 if (existing)
763 // forward the existing value. No need to release.
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml120 * shadows an existing variable, we have to restore it, so save it
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DProgram.inc362 // reason other than the file not existing, and return 126 in this case.
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dgzip.vim195 " existing file.
/macosx-10.9.5/vim-53/runtime/indent/
H A Dpython.vim56 " Trick: use the non-existing "dummy" variable to break out of the loop when
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dkana.vim31 " (2) Table 2 may be used only when existing conventions such as
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dant.vim60 syn keyword antElement display existing expandproperties extdirs extension extensionSet extensionset factory
H A Drhelp.vim34 " Highlighting of R code using an existing r.vim syntax file if available {{{1

Completed in 312 milliseconds

12345678910