Searched refs:watch (Results 1 - 25 of 78) sorted by relevance

1234

/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/eg/benchmarks/
H A Dsimple17 print "sp=suppressed w=watch sc=subcategory\n\n";
19 for my $watch (0, 1) {
20 test_init({ level => "DEBUG", watch => $watch });
21 run("sp0 sc0 w$watch", \&debug_logger);
23 test_init({ level => "ERROR", watch => $watch });
24 run("sp1 sc0 w$watch", \&debug_logger);
26 test_init({ level => "DEBUG", watch => $watch });
[all...]
/macosx-10.10/postfix-255/Postfix.StartupItem/
H A DPostfix11 /usr/sbin/postfix-watch
19 killall -1 postfix-watch 2> /dev/null
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dwatch.itk79 method watch {args}
108 proc ::iwidgets::watch {pathName args} {
194 watch create oval 0 0 2 2 -width 5 -tags clock
198 # inner perimeter of the watch.
204 watch create arc 0 0 0 0 \
213 # of the watch. Add bindings to allow the mouse to move and set the
216 watch create arc 1 1 1 1 -extent 30 -tags minute
217 watch create arc 1 1 1 1 -extent 30 -tags hour
218 watch create arc 1 1 1 1 -tags second
221 # Create the canvas item for displaying the center of the watch i
[all...]
H A Dtimeentry.itk5 # by combining the timefield and watch widgets together. This
7 # mouse by selecting the watch icon which brings up a popup clock.
58 # The watch widget isn't created until needed, yet we need
61 # propagated onto the watch later.
112 # watch popup.
155 # bringing up the popup watch. The default is global.
264 # creates a watch widget within a toplevel popup, calculates
265 # the position at which to display the watch, performs a grab
266 # and displays the watch.
294 # Create the watch widge
[all...]
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnc.h44 void do_nc_cmd(char *cmd, int argc, char **argv, Boolean watch);
H A Dscutil.c96 // { "watch-reachability", no_argument, NULL, 'W' },
333 SCPrint(TRUE, stderr, CFSTR("\tcheck reachability of node, address, or address pair (-W to \"watch\").\n"));
414 Boolean watch = FALSE; local
447 watch = TRUE;
511 if (watch) {
527 if (watch) {
536 if (watch) {
615 do_nc_cmd(nc_cmd, argc, (char **)argv, watch);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dtknewsbiff123 watch *
128 proc watch {args} {
298 foreach watch $watch_list {
303 set ngpat [lindex $watch 0]
304 set watch [lrange $watch 1 end]
306 while {[llength $watch] > 0} {
307 switch -- [lindex $watch 0] \
309 set threshold [lindex $watch 1]
310 set watch [lrang
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dvfslib.tcl58 set watch {}
61 return {initialize finalize watch read write seek cget cgetall}
116 watch {
120 upvar #0 ::vfs::_memchan(watch,$event) watch
121 if {![info exists watch]} { set watch {} }
122 set ndx [lsearch -exact $watch $chan]
124 if {$ndx == -1} { lappend watch $chan }
127 set watch [lreplac
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Dcore.tcl47 initialize finalize watch read write seek configure cget
H A Devents.tcl60 method watch {c requestmask} {
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dwatch.rb2 # tkextlib/iwidgets/watch.rb
17 TkCommandNames = ['::iwidgets::watch'.freeze].freeze
50 def watch(*args) method in class:Tk
52 tk_call(@path, 'watch', *args)
/macosx-10.10/DiskArbitration-268/DiskArbitration/
H A DDiskArbitration.c55 CFMutableArrayRef watch; local
114 * Create the disk watch description for volume name changes.
117 watch = CFArrayCreateMutable( kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks );
119 assert( watch );
121 CFArrayAppendValue( watch, kDADiskDescriptionVolumeNameKey );
123 kDADiskDescriptionWatchVolumeName = watch;
126 * Create the disk watch description for volume path changes.
129 watch = CFArrayCreateMutable( kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks );
131 assert( watch );
133 CFArrayAppendValue( watch, kDADiskDescriptionVolumePathKe
800 DARegisterDiskDescriptionChangedCallback( DASessionRef session, CFDictionaryRef match, CFArrayRef watch, DADiskDescriptionChangedCallback callback, void * context ) argument
[all...]
H A DDiskArbitration.h211 * @param watch The disk description keys to watch. Pass NULL for all keys.
218 CFArrayRef watch,
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDACallback.c33 CFArrayRef watch )
49 if ( watch ) CFDictionarySetValue( callback, _kDACallbackWatchKey, watch );
H A DDACallback.h44 CFArrayRef watch );
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dcursors.tcl55 busy watch
111 busy watch
/macosx-10.10/bind9-45.101/bind9/contrib/dbus/
H A Ddbus_service.c696 set_watch_fds( DBusWatch *watch, DBusConnectionState *cs ) argument
698 uint8_t flags = dbus_watch_get_flags(watch);
699 int fd = dbus_watch_get_fd(watch);
704 if ( dbus_watch_get_enabled(watch) )
760 add_watch ( DBusWatch *watch, void *csp ) argument
764 dbus_watch_set_data(watch, cs, no_free );
765 if( cs->dh != 0L ) (*(cs->dh))("add_watch: %d", dbus_watch_get_fd(watch));
766 if( tsearch((const void*)watch,&(cs->watches),ptr_key_comparator) == 0L )
771 set_watch_fds(watch,cs);
776 remove_watch ( DBusWatch *watch, voi argument
791 toggle_watch( DBusWatch *watch, void *csp ) argument
[all...]
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dremote.c127 int i, s, wfd, status, pfmt, watch, wtoken, nfd, do_prompt; local
151 watch = WATCH_OFF;
275 snprintf(str, sizeof(str), " watch print new messages as they arrive\n");
423 if (watch != WATCH_OFF)
425 watch = WATCH_OFF;
455 else if (!strcmp(str, "watch"))
457 if (((flags & SESSION_FLAGS_LOCKDOWN) == 0) && (watch != WATCH_OFF))
477 watch = WATCH_LOCKDOWN_START;
490 watch = WATCH_RUN;
543 if ((flags & SESSION_FLAGS_LOCKDOWN) && (watch
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dunicodeout.tcl55 $w conf -cursor watch
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dprogressdlg.tcl62 $frame configure -cursor watch
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dunicodeout.tcl75 $w conf -cursor watch
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_from_peg.tcl102 namespace export initialize finalize read watch
107 return {initialize finalize watch read}
111 proc pt::peg::from::peg::CHAN::watch {c events} {}
/macosx-10.10/zsh-61/zsh/StartupFiles/
H A Dzshrc85 #watch=( $(<~/.friends) ) # watch for people in .friends file
86 watch=(notme) # watch for everybody but me
/macosx-10.10/cups-408/cups/scheduler/
H A Dprinters.h22 # include <avahi-common/thread-watch.h>
/macosx-10.10/curl-83.1.2/curl/packages/Android/
H A DAndroid.mk29 # executable that's already buildable and watch what flags Android uses to link
30 # it (dhcpcd is a good choice to watch). You'll also want to add -L options to

Completed in 202 milliseconds

1234