Searched refs:attached (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/WebKit-7600.1.25/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp122 void WebInspectorClient::setInspectorStartsAttached(bool attached) argument
124 storeSetting(inspectorStartsAttachedSetting, attached ? "true" : "false");
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dsecurestorage.h70 bool attached() const { return CSPImpl::attached() || DLImpl::attached(); } function in class:Security::CssmClient::CSPDLImpl
H A Dcssmclient.h103 bool mActive; // loaded, attached, etc.
258 bool attached() const { return isActive(); } function in class:Security::CssmClient::AttachmentImpl
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dsecurestorage.h70 bool attached() const { return CSPImpl::attached() || DLImpl::attached(); } function in class:Security::CssmClient::CSPDLImpl
H A Dcssmclient.h103 bool mActive; // loaded, attached, etc.
258 bool attached() const { return isActive(); } function in class:Security::CssmClient::AttachmentImpl
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DLimit.pm171 # call flush() on the attached appender if so desired.
261 Optional method name to be called on the appender attached to the
289 If the appender attached to C<Limit> uses C<PatternLayout> with a timestamp
292 attached appender. Major trickery has been applied to accomplish
299 passes them on to its attached sub-appender.
H A DBuffer.pm238 passes them on to its attached sub-appender.
H A DSynchronized.pm251 passes them on to its attached sub-appender.
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebInspectorClient.mm121 - (BOOL)attached;
224 if ([m_windowController.get() attached])
236 bool attached = [m_windowController.get() attached];
237 setAttachedWindow(attached ? DOCKED_TO_BOTTOM : UNDOCKED);
275 if ([m_windowController.get() attached])
672 - (BOOL)attached
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Ddevan-util.el137 ;; vertical bar (right modifier) attached at the right of the
166 ;; left modifiers will be attached at the left.
167 ;; others will be attached right.
520 "Devanagari Modifiers attached at the right side.")
527 "Devanagari Matras attached at the left side.")
531 "Devanagari Matras attached at the top side.")
537 "Devanagari Modifiers attached at the bottom.")
602 ;; preceding-r must be attached before the anuswar if exists.
H A Dknd-util.el145 ;; vertical bar (right modifier) attached at the right of the
172 ;; left modifiers will be attached at the left.
173 ;; others will be attached right.
352 "Kannada Modifiers attached at the right side.")
367 "Kannada Matras attached at the top side.")
373 "Kannada Matras attached at the bottom.")
418 "Kannada Modifiers attached at the bottom.")
496 ;; preceding-r must be attached
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_method.c18 static ID added, singleton_added, attached; variable
354 recv_class = rb_ivar_get((klass), attached); \
887 VALUE obj = rb_ivar_get(klass, attached);
1686 attached = rb_intern("__attached__");
H A Dproc.c34 static ID attached; variable
452 * within a method with an attached block, in which case that block is
1191 VALUE obj = rb_ivar_get(klass, attached);
1956 VALUE v = rb_ivar_get(data->me->klass, attached);
2439 attached = rb_intern("__attached__");
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DTraversal.pm650 Test whether the traversal has state 's' attached to it.
656 Get the state 's' attached to the traversal (C<undef> if none).
662 Set the state 's' attached to the traversal.
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DTraversal.pm650 Test whether the traversal has state 's' attached to it.
656 Get the state 's' attached to the traversal (C<undef> if none).
662 Set the state 's' attached to the traversal.
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore2.cpp236 B(s14, Replace attached subview, 0)W(s14a);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/Package/
H A DbuildDMG.pl296 attached to the dmg
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl1623 # possibly pointing into the middle too (attached metakit,
1624 # attached zip).
1627 ## Metakit database attached ? ##
1668 lappend type attached metakit smallendian
1671 lappend type attached metakit bigendian
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dspeedbar.el79 ;; The macro `speedbar-with-attached-buffer' brings you back to the
283 The default buffer is the buffer in the selected window in the attached frame."
294 The default buffer is the buffer in the selected window in the attached frame."
346 attached to and added to this list before the new frame is initialized."
363 is attached to."
483 directory for a file in the attached frame. When smart expansion is
756 When this is nil then speedbar will not follow the attached frame's directory.
1024 "Reposition the speedbar frame to be next to the attached frame."
1030 (dframe-attached-frame speedbar-frame)
1041 (dframe-attached
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dcontent_filter.c136 * When a new TCP/IP socket is attached to the content filter, each pass offset
148 * When a new TCP/IP socket is attached to the content filter, each peek offset
163 * As soon as a TCP/IP socket gets attached to a content filter, a
213 * than one content filter attached to the TCP/IP socket.
411 #define CFEF_CFIL_ATTACHED 0x0001 /* was attached to filter */
1334 CFIL_LOG(LOG_NOTICE, "so %llx not attached",
1356 "so %llx attached not sent for %u",
1796 int attached = 0; local
1822 attached = 1;
1829 return (attached);
3563 int attached = 0; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm137 C<Log::Log4perl::Appender::File> attached. The line
190 to forward it to its attached appender. By contrast, the following
778 attached C<Screen> appender. Then, the message will percolate up
791 to all directly or indirectly attached appenders. The C<Cat> logger
793 will just be pushed through to the appender attached to C<Cat>.
1068 attached loggers.
1219 when attached to their appenders, will limit messages passed on to them
1248 attached.
/macosx-10.10.1/libclosure-65/objectTests/
H A Dtest.pl66 test buildit-built root on attached iOS device
/macosx-10.10.1/objc4-646/test/
H A Dtest.pl67 test buildit-built root on attached iOS device
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dversionvfs.tcl68 and 3) a list of the project tags attached to the version, if any.
/macosx-10.10.1/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm15 # credits remain attached to the file. If you modify this module and
719 credits remain attached to the file. If you modify this module and

Completed in 355 milliseconds

12