Searched refs:registered (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dpre_process.rb11 # Any directive that is not built-in to RDoc (including those registered via
53 @registered[directive] = block
59 def self.registered singleton method in class:RDoc
60 @registered
64 # Clears all registered directives and post-processors
68 @registered = {}
88 # was given the directive is handled according to the registered directives.
91 # If no matching directive was registered the directive is restored to the
228 if RDoc::Markup::PreProcess.registered.include? directive then
229 handler = RDoc::Markup::PreProcess.registered[directiv
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DRegistryParser.h42 void registered(const entry &E) { function in class:llvm::RegistryParser
H A DRegistry.h70 Cur->registered(E);
126 /// void registered(const Registry<Collector>::entry &e) {
131 /// CollectorPrinter() { init(); } // Print those already registered.
144 virtual void registered(const entry &) = 0;
146 /// Calls 'registered' for each pre-existing entry.
150 registered(*I);
182 /// 1. The registered subclass has a default constructor.
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dplugin.c63 static struct plugin *registered = NULL; variable in typeref:struct:plugin
127 e->next = registered;
128 registered = e;
157 for (e = registered; e != NULL; e = e->next) {
183 e->next = registered;
184 registered = e;
298 for (e = registered; e != NULL; e = e->next)
350 for (ret = 0, e = registered; e != NULL; e = e->next) {
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Dssclient.cpp92 thread.registered = true;
93 secdebug("SSclnt", "Thread registered with %s", mContactName);
148 thread.registered = true; // as a side-effect of setup call above
169 // Common utility for finding the registered securityd port for the current
H A Dssclient.h426 Thread() : registered(false), notifySeq(0),
428 operator bool() const { return registered; }
431 bool registered; // has been registered with SecurityServer member in struct:Security::SecurityServer::ClientSession::Thread
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssclient.cpp92 thread.registered = true;
93 secdebug("SSclnt", "Thread registered with %s", mContactName);
148 thread.registered = true; // as a side-effect of setup call above
169 // Common utility for finding the registered securityd port for the current
H A Dssclient.h426 Thread() : registered(false), notifySeq(0),
428 operator bool() const { return registered; }
431 bool registered; // has been registered with SecurityServer member in struct:Security::SecurityServer::ClientSession::Thread
/macosx-10.10.1/groff-38/groff/font/devps/
H A Dtext.enc155 registered 174
/macosx-10.10.1/dcerpc-61/dcerpc/
H A DCOPYING161 OpenLDAP is a registered trademark of the OpenLDAP Foundation.
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dcontext.rb101 # Hash of registered methods. Attributes are also registered here,
112 # Hash of registered constants.
195 # The attribute is registered only if it defines a new method.
196 # For instance, <tt>attr_reader :foo</tt> will not be registered
197 # if method +foo+ exists, but <tt>attr_accessor :foo</tt> will be registered
215 elsif registered = @methods_hash[attribute.pretty_name << '='] and
216 RDoc::Attr === registered then
217 registered.rw = 'RW'
230 elsif registered
[all...]
/macosx-10.10.1/DiskArbitration-268/DiskArbitration/
H A DDiskArbitrationPrivate.c1648 static Boolean registered = FALSE; local
1654 if ( registered == FALSE )
1658 registered = TRUE;
1670 static Boolean registered = FALSE; local
1677 if ( registered == FALSE )
1681 registered = TRUE;
2386 static Boolean registered = FALSE; local
2388 if ( registered == FALSE )
2396 registered = TRUE;
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dmainframe.tcl565 set registered 0
607 if { !$registered } {
609 set registered 1
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A DpmCPU.c147 * were called prior to the CPU PM kext being registered. We do
829 static boolean_t registered = FALSE; local
831 if (!registered) {
833 registered = TRUE;
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_chan.c318 esPtr->registered = FALSE;
663 esPtr->registered = TRUE;
H A Dexp_command.h131 int registered; /* if channel registered */ member in struct:ExpState
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dvc.el86 ;; `vc-handled-backends'. Then, for example, if `vc-sys-registered'
106 ;; * registered (file)
108 ;; Return non-nil if FILE is registered in this backend.
195 ;; Return non-nil if FILE could be registered under this backend. The
200 ;; Let this backend "receive" a file that is already registered under
381 ;; Retrieve a named snapshot of all registered files at or below DIR.
485 "If non-nil, prompt for initial comment when a file is registered."
490 "A string used as the default version number when a new file is registered.
1211 (if (not (vc-registered file))
1360 If the file is not already registered, thi
[all...]
H A Dvc-hooks.el86 "*If non-nil, backups of registered files are made as with other files.
346 (defun vc-registered (file)
347 "Return non-nil if FILE is registered in a version control system.
351 file was previously registered under a certain backend, then that
357 (setq handler (find-file-name-handler file 'vc-registered)))
358 ;; handler should set vc-backend and return t if registered
359 (funcall handler 'vc-registered file))
362 ;; Try vc-BACKEND-registered for each handled BACKEND.
367 (and (vc-call-backend b 'registered file)
373 ;; File is not registered
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DSignals.inc103 // If the handlers are already registered, we're done.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmodsim3.vim8 " - Modsim III is a registered trademark from compuware corporation
/macosx-10.10.1/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DFiltered.pm63 Any filters registered with L<add_filter()> are ignored when
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-http.el335 (registered (url-auth-registered this-type))
336 (this-strength (cddr registered)))
337 (when (and registered (> this-strength strength))
342 (if (not (url-auth-registered type))
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp477 // registered for the given service.
550 IOLog ("PMRegisterDevice/CheckSubTree - service registered!\n");
584 bool registered = false; local
589 // make sure someone is not already registered here
597 // we registered the node in the tree...now if the node has children
598 // registered we must tell this service to add them.
612 // also we must notify the parent of this node (if a registered service
621 registered = true;
625 return registered;
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_pre_process.rb26 assert_equal %w[for_test], RDoc::Markup::PreProcess.registered.keys
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dpool.tcl41 \nbeyond the maximum size of the pool. No items registered."
45 ITEM_ALREADY_IN_POOL {`%s' already is a member of the pool. No items registered.}

Completed in 309 milliseconds

12