Searched refs:active (Results 51 - 75 of 661) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnlistserv.el88 (active (or (cadr (assoc nnweb-group nnweb-group-alist))
107 (incf (cdr active))
109 (cdr active) subject from ""
114 (nnheader-message 5 "%s %s %s" (cdr active) (point) pages)))))
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Druler.tcl93 $c addtag active withtag [rulerMkTab $c $x $y]
94 $c addtag tab withtag active
114 $c addtag active withtag current
115 eval "$c itemconf active $v(activeStyle)"
116 $c raise active
130 if {[$c find withtag active] == ""} {
143 eval "$c itemconf active $v(activeStyle)"
146 eval "$c itemconf active $v(deleteStyle)"
148 $c move active [expr {$cx-$v(x)}] [expr {$cy-$v(y)}]
164 if {[$c find withtag active]
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Druler.tcl93 $c addtag active withtag [rulerMkTab $c $x $y]
94 $c addtag tab withtag active
114 $c addtag active withtag current
115 eval "$c itemconf active $v(activeStyle)"
116 $c raise active
130 if {[$c find withtag active] == ""} {
143 eval "$c itemconf active $v(activeStyle)"
146 eval "$c itemconf active $v(deleteStyle)"
148 $c move active [expr {$cx-$v(x)}] [expr {$cy-$v(y)}]
164 if {[$c find withtag active]
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dsync_sema.h57 boolean_t active; /* active status */ member in struct:semaphore
/macosx-10.10/apr-32/apr/apr/memory/unix/
H A Dapr_pools.c514 apr_memnode_t *active; member in struct:apr_pool_t
670 apr_memnode_t *active, *node; local
681 active = pool->active;
683 /* If the active node has enough bytes left, use it. */
684 if (size <= node_free_space(active)) {
685 mem = active->first_avail;
686 active->first_avail += size;
691 node = active->next;
709 list_insert(node, active);
759 apr_memnode_t *active; local
800 apr_memnode_t *active; local
1049 apr_memnode_t *node, *active; local
1122 apr_memnode_t *active, *node; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dsplay-tree.c55 splay_tree_node active = 0; local
76 active = pending;
78 while (active)
82 /* active points to a node which has its key and value
85 if (active->left)
87 KDEL (active->left->key);
88 VDEL (active->left->value);
89 active->left->key = (splay_tree_key)pending;
90 pending = (splay_tree_node)(active->left);
92 if (active
[all...]
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptorPriv.h71 uint64_t active; member in struct:_CCCryptor
95 if(checkactive && p->active != ACTIVE) printf("Using Finalized Cryptor %16llx\n", p->cryptorID);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmachrunloopserver.cpp66 // no longer active on this thread
94 active().oneRequest(request);
106 active().releaseDeferredAllocations();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmachrunloopserver.cpp66 // no longer active on this thread
94 active().oneRequest(request);
106 active().releaseDeferredAllocations();
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dserver.h65 // There is only one Server, and its name is Server::active().
85 // These are all static methods that use the active() Server of this thread.
87 static Server &active() { return safer_cast<Server &>(MachServer::active()); } function in class:Server
88 static const char *bootstrapName() { return active().mBootstrapName.c_str(); }
89 static unsigned int verbosity() { return active().mVerbosity; }
92 // Each thread has at most one "active connection". If the server is currently
96 static Connection &connection(mach_port_t replyPort, audit_token_t &auditToken); // find by reply port and make active
97 static Connection &connection(bool tolerant = false); // return active (or fail unless tolerant)
98 static void requestComplete(CSSM_RETURN &rcode); // de-activate active connectio
[all...]
H A Dtokenaccess.h51 { Server::active().longTermActivity(); }
54 { add(it); Server::active().longTermActivity(); }
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DDisplayRefreshMonitor.h65 void setIsActive(bool active) { m_active = active; } argument
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DRadioButtonNavigationItem.css61 .navigation-bar .item.radio.button.text-only:active {
66 .navigation-bar .item.radio.button.text-only.selected:active {
70 body.mac-platform.legacy .navigation-bar .item.radio.button.text-only:active,
71 body.mac-platform.legacy .navigation-bar .item.radio.button.text-only.selected:active {
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Drwlock.h86 unsigned int active; member in struct:isc_rwlock
106 unsigned int active; member in struct:isc_rwlock
H A Dbuffer.h47 * The 'active region' is an (optional) subregion of the remaining region.
49 * that is selected with isc_buffer_setactive(). Initially, the active region
51 * active region will also be empty.
63 * c == active pointer. Meaningful between b and d.
71 * b-c == optional active region.
85 * 0 <= active <= used
86 * (although active < current implies empty active region)
145 ((void *)((unsigned char *)(b)->base + (b)->active)) /*c*/
158 #define isc_buffer_activelength(b) ((b)->active
176 unsigned int active; member in struct:isc_buffer
[all...]
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Drwlock.h86 unsigned int active; member in struct:isc_rwlock
106 unsigned int active; member in struct:isc_rwlock
H A Dbuffer.h47 * The 'active region' is an (optional) subregion of the remaining region.
49 * that is selected with isc_buffer_setactive(). Initially, the active region
51 * active region will also be empty.
63 * c == active pointer. Meaningful between b and d.
71 * b-c == optional active region.
85 * 0 <= active <= used
86 * (although active < current implies empty active region)
145 ((void *)((unsigned char *)(b)->base + (b)->active)) /*c*/
158 #define isc_buffer_activelength(b) ((b)->active
176 unsigned int active; member in struct:isc_buffer
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dconnect.tcl5 # Class for handling of active/passive connectivity.
22 option -mode -default active -type {snit::enum -values {active passive}}
31 # active:
41 if {$options(-mode) eq "active"} {
/macosx-10.10/tcl-105/tk/tk/library/
H A Dmenu.tcl54 # activeMenu - This is the last active menu for use
56 # activeItem - This is the last active menu item for
208 $w configure -state active
226 if {[$w cget -state] eq "active" && [tk windowingsystem] ne "aqua"} {
272 $w configure -state active
539 # It does two things. First, it resets the active element in the
553 set activeindex [$menu index active]
572 [after $delay [list $menu postcascade active]]
600 $menu postcascade active
616 if {[$menu type active] e
[all...]
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A DaltTheme.tcl34 [list disabled $colors(-frame) active $colors(-activebg)] ;
45 {active !disabled} raised
74 {disabled flat selected sunken pressed sunken active raised}
76 [list pressed $colors(-darker) active $colors(-activebg)]
H A DclamTheme.tcl41 active $colors(-lighter)] \
54 active $colors(-lighter)] \
67 active raised] \
71 active $colors(-lighter)] \
102 -background [list active $colors(-lighter) \
/macosx-10.10/apache-793/httpd/docs/manual/style/css/
H A Dmanual.css80 a:link:active,
82 a:visited:active {
89 tr.odd a:active,
91 tr.header a:active,
93 div.note a:active,
95 div.example a:active,
97 div.warning a:active,
99 div#quickview a:active {
118 code.module a:active {
125 tr.odd code.module a:active,
[all...]
/macosx-10.10/apache-793/httpd/modules/cluster/
H A Dmod_heartbeat.c34 int active; member in struct:hb_ctx_t
134 if (!ctx->active || strcmp(name, AP_WATCHDOG_SINGLETON)) {
145 if (ctx->active && singleton && !strcmp(name, AP_WATCHDOG_SINGLETON))
183 if (!ctx->active) {
184 ctx->active = 1;
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_expires.c169 int active; member in struct:__anon6311
189 new->active = ACTIVE_DONTCARE;
201 * set the active flag
203 dir_config->active = ACTIVE_ON;
205 dir_config->active = ACTIVE_OFF;
366 if (add->active == ACTIVE_DONTCARE) {
367 new->active = base->active;
370 new->active = add->active;
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/plastik/
H A Dplastik.tcl80 -map [list pressed $Images(button-p) active $Images(button-h)]
84 {active selected} $Images(check-hc) \
86 active $Images(check-hu) \
92 {active selected} $Images(radio-hc) \
94 active $Images(radio-hu) \

Completed in 192 milliseconds

1234567891011>>