Searched refs:active (Results 76 - 100 of 661) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tk84/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"} {
270 $w configure -state active
528 # It does two things. First, it resets the active element in the
553 $menu postcascade active
579 $menu postcascade active
615 # deactivates everything unless the active element is a cascade element
626 if {[$menu index active] e
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnml.el50 (defvoo nnml-active-file
51 (expand-file-name "active" nnml-directory)
52 "Mail active file.")
102 (defvoo nnml-active-timestamp nil)
105 (defvoo nnml-generate-active-function 'nnml-generate-active-info)
236 (let ((active (nth 1 (assoc group nnml-group-alist))))
237 (if (not active)
241 (max (1+ (- (cdr active) (car active)))
[all...]
H A Dnnbabyl.el48 (defvoo nnbabyl-active-file (expand-file-name "~/.rmail-active")
49 "The name of the active file for the rmail box.")
70 (defvoo nnbabyl-active-timestamp nil)
205 (let ((active (cadr (assoc group nnbabyl-group-alist))))
208 ((or (null active)
217 (1+ (- (cdr active) (car active)))
218 (car active) (cdr active) grou
[all...]
H A Dnnmbox.el41 (defvoo nnmbox-active-file (expand-file-name "~/.mbox-active")
42 "The name of the active file for the mail box.")
64 (defvoo nnmbox-active-timestamp nil)
68 (defvoo nnmbox-active-file-coding-system mm-binary-coding-system)
69 (defvoo nnmbox-active-file-coding-system-for-write nil)
71 (defvar nnmbox-group-building-active-articles nil)
72 (defvar nnmbox-group-active-articles nil)
178 (let ((active (cadr (assoc group nnmbox-group-alist))))
180 ((or (null active)
[all...]
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DTTYKeepAwake.c45 * TTYKeepAwake - active ssh and telnet sessions shall prevent idle sleep.
203 boolean_t active; local
207 active = ttys_are_active(&time_to_idle);
209 if (active && settingTTYSPreventSleep)
296 __block boolean_t active = FALSE; local
332 active = TRUE;
340 // Record the active ttys' device paths in the string s_activetty_names
344 time_to_idle = (active) ? (settingIdleSleepSeconds - minimum_idle_secs) : 0;
349 return active;
/macosx-10.10/cups-408/cups/cups/
H A Dconflicts.c80 cups_array_t *active; /* Active conflicts */ local
100 active = ppd_test_constraints(ppd, option, choice, 0, NULL,
107 for (num_options = 0, c = (_ppd_cups_uiconsts_t *)cupsArrayFirst(active);
109 c = (_ppd_cups_uiconsts_t *)cupsArrayNext(active))
127 cupsArrayDelete(active);
182 cups_array_t *active = NULL, /* Active constraints */ local
232 (active = ppd_test_constraints(ppd, NULL, NULL, num_newopts, newopts,
240 for (consts = (_ppd_cups_uiconsts_t *)cupsArrayFirst(active), changed = 0;
242 consts = (_ppd_cups_uiconsts_t *)cupsArrayNext(active))
502 cupsArrayDelete(active);
579 cups_array_t *active; /* Active conflicts */ local
648 cups_array_t *active; /* Active conflicts */ local
964 cups_array_t *active = NULL; /* Active constraints */ local
[all...]
/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IONetworkingFamily/
H A DIOFWController.h302 @param active True to enable multicast mode, false to disable it.
306 virtual IOReturn setMulticastMode(bool active);
341 @param active True to enable promiscuous mode, false to disable it.
345 virtual IOReturn setPromiscuousMode(bool active);
353 @param active True to enable support for system wake on reception
358 virtual IOReturn setWakeOnMagicPacket(bool active);
/macosx-10.10/IONetworkingFamily-101/
H A DIOEthernetController.h323 @param active True to enable multicast mode, false to disable it.
328 virtual IOReturn setMulticastMode(bool active);
365 @param active True to enable promiscuous mode, false to disable it.
370 virtual IOReturn setPromiscuousMode(bool active);
378 @param active True to enable support for system wake on reception
384 virtual IOReturn setWakeOnMagicPacket(bool active);
H A DIOKernelDebugger.h73 @param active True if entering KDP and false if exiting KDP.
77 typedef bool (*IODebuggerSetModeHandler)( IOService * target, bool active);
94 IOKernelDebugger in the system can be active at a given time. The
95 active IOKernelDebugger is the one that has an IOKDP object attached
169 @param active TRUE if entering KDP. FALSE if leaving KDP.
174 static boolean_t kdpSetModeDispatcher(boolean_t active);
184 IOKernelDebugger object surrenders its status as the active debugger nub.
197 IOKernelDebugger object surrenders its status as the active debugger nub.
211 IOKernelDebugger object surrenders its status as the active debugger nub.
222 IOKernelDebugger object surrenders its status as the active debugge
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFindBanner.css137 .find-banner > button:active:not(:disabled) {
168 .find-banner > button.segmented.left:active:not(:disabled) > .glyph {
169 background-image: -webkit-canvas(find-banner-previous-arrow-normal-active);
192 .find-banner > button.segmented.right:active:not(:disabled) > .glyph {
193 background-image: -webkit-canvas(find-banner-next-arrow-normal-active);
207 .find-banner > button.segmented:active {
H A DBreakpointActionView.css43 .breakpoint-action-append-button:active,
44 .breakpoint-action-remove-button:active {
H A DBoxModelDetailsSectionRow.css59 .details-section .row.box-model .margin.active {
73 .details-section .row.box-model .border.active {
87 .details-section .row.box-model .padding.active {
104 .details-section .row.box-model .content.active {
H A DRadioButtonNavigationItem.js31 WebInspector.RadioButtonNavigationItem.ActiveStyleClassName = "active";
55 get active()
60 set active(flag)
79 styleText += parentSelector + " ." + classNames + ".selected:not(.disabled):active > .glyph { background-image: -webkit-canvas(" + this._canvasIdentifier(WebInspector.ButtonNavigationItem.States.ActiveFocus) + "); }\n";
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkSignature.c238 CFMutableArrayRef active = NULL; local
291 active = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
320 && CFArrayContainsValue(active, range, network_sig) == FALSE) {
321 CFArrayAppendValue(active, network_sig);
354 && CFArrayContainsValue(active, range, network_sig) == FALSE) {
355 CFArrayAppendValue(active, network_sig);
385 if (active != NULL && CFArrayGetCount(active) == 0) {
386 CFRelease(active);
387 active
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dcommand.tcl49 entry .active -textvar ACTIVE
51 bind .active <Return> "$table(table) curvalue \[%W get\]"
75 grid .current .active - -sticky ew
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dmenubutton.tcl12 # (In addition, when menu system is active, "dropdown" -- menu posts
49 bind TMenubutton <Enter> { %W instate !disabled {%W state active } }
50 bind TMenubutton <Leave> { %W state !active }
144 $mb state {!pressed !active}
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/library/
H A DtkTable.tcl98 # This forces a cell commit if an active cell exists
100 catch {%W activate active}
119 %W selection set active
120 %W see active
125 %W selection set active
126 %W see active
130 bind Table <Select> {::tk::table::BeginSelect %W [%W index active]}
131 bind Table <Shift-Select> {::tk::table::BeginExtend %W [%W index active]}
142 bind Table <Delete> {%W delete active insert}
152 bind Table <Control-k> {%W delete active inser
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw32proc.c468 DWORD active, retval; local
482 active = 0;
509 active = WaitForMultipleObjects (nh, wait_hnd, FALSE, 1000);
510 } while (active == WAIT_TIMEOUT);
512 if (active == WAIT_FAILED)
517 else if (active >= WAIT_OBJECT_0
518 && active < WAIT_OBJECT_0+MAXIMUM_WAIT_OBJECTS)
520 active -= WAIT_OBJECT_0;
522 else if (active >= WAIT_ABANDONED_0
523 && active < WAIT_ABANDONED_
1068 DWORD active; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcskernel.h67 static KernelCode *active() { return globals().code; } function in class:Security::CodeSigning::KernelCode
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcskernel.h67 static KernelCode *active() { return globals().code; } function in class:Security::CodeSigning::KernelCode
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DMediaStreamPrivate.cpp166 void MediaStreamPrivate::setActive(bool active) argument
168 if (m_isActive == active)
171 m_isActive = active;
174 m_client->setStreamIsActive(active);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DHitTestRequest.h53 bool active() const { return m_requestType & Active; } function in class:WebCore::HitTestRequest
/macosx-10.10/configd-699.1.5/libSystemConfiguration/
H A DlibSystemConfiguration_client.h86 _Bool active; member in struct:__anon7226
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A DSupplicant.h60 Supplicant_link_status_changed(SupplicantRef supp, bool active);
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DMediaStream.idl46 readonly attribute boolean active;

Completed in 223 milliseconds

1234567891011>>