Searched refs:_modes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dradiobox.itk80 common _modes ;# Current selection.
108 # Initialize the _modes array element prior to setting the trace. This
112 set _modes($this) {}
114 trace variable [itcl::scope _modes($this)] w [itcl::code $this _command]
126 trace vdelete [itcl::scope _modes($this)] w [itcl::code $this _command]
127 catch {unset _modes($this)}
215 -variable [list [itcl::scope _modes($this)]] \
253 -variable [list [itcl::scope _modes($this)]] \
349 if {$_modes($this) == $tag} {
350 set _modes(
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoom.h25 unsigned int _modes; variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoom.h25 unsigned int _modes; variable
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c647 CFMutableSetRef _modes; member in struct:__CFRunLoop
735 CFStringAppendFormat(result, NULL, CFSTR("common modes = %@,\ncommon mode items = %@,\nmodes = %@}\n"), rl->_commonModes, rl->_commonModeItems, rl->_modes);
761 rlm = (CFRunLoopModeRef)CFSetGetValue(rl->_modes, &srlm);
820 CFSetAddValue(rl->_modes, rlm);
1254 if (NULL != rl->_modes) {
1255 CFSetApplyFunction(rl->_modes, (__CFRunLoopCleanseSources), rl); // remove references to rl
1256 CFSetApplyFunction(rl->_modes, (__CFRunLoopDeallocateSources), rl);
1257 CFSetApplyFunction(rl->_modes, (__CFRunLoopDeallocateObservers), rl);
1258 CFSetApplyFunction(rl->_modes, (__CFRunLoopDeallocateTimers), rl);
1275 if (NULL != rl->_modes) {
[all...]

Completed in 101 milliseconds