Searched refs:on (Results 126 - 150 of 2029) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dled.tcl24 # widget. LED widgets are one color when on
26 # Implementation is just a filled circle on a
31 # -on - Color of on state.
33 # -variable - on color when variable is nonzero else off.
35 # on - Turn led on.
54 option -on green
99 # Set the led on.
101 method on {} {
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Doptions.rb35 # When <tt>--format</tt> is encountered in ARGV, RDoc calls ::setup_options on
48 # op.on('--spell-dictionary DICTIONARY',
110 # Option validator for OptionParser that matches a directory that exists on
117 # exists on the filesystem.
123 # files or directories that exist on the filesystem.
217 # If true, only report on undocumented files
301 # +:protected+, +:private+. May be overridden on a per-method
403 # Check that the files on the command line exist
556 How RDoc generates output depends on the output formatter being used, and on
[all...]
/macosx-10.10/ruby-106/ruby/tool/
H A Dvpath.rb56 opt.on("-I", "--srcdir=DIR", "add a directory to search path") {|dir|
59 opt.on("-L", "--vpath=PATH LIST", "add directories to search path") {|dirs|
62 opt.on("--path-separator=SEP", /\A(?:\W\z|\.(\W).+)/, "separator for vpath") {|sep, vsep|
/macosx-10.10/vim-55/runtime/
H A Devim.vim30 set autoindent " always set autoindenting on
44 " Switch syntax highlighting on, when the terminal has colors
45 " Highlight the last used search pattern on the next search command.
47 syntax on
57 " 'cindent' is on in C files, etc.
59 filetype plugin indent on
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep080.tcl20 puts "Skipping replication test on Win9x platform."
56 set verbargs " -verbose {$verbose_type on} "
105 $clientenv2 rep_config {noautoinit on}
118 $clientenv3 rep_config {delayclient on}
139 $clientenv4 rep_config {delayclient on}
140 $clientenv4 rep_config {noautoinit on}
/macosx-10.10/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dauth-proto.h76 int auth_onoff(char *type, int on);
77 int auth_togdebug(int on);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dsocket.c222 int on = restr ? IP_PORTRANGE_HIGH : IP_PORTRANGE_DEFAULT; local
223 setsockopt (sock, IPPROTO_IP, IP_PORTRANGE, &on, sizeof(on));
228 int on = restr ? IPV6_PORTRANGE_HIGH : IPV6_PORTRANGE_DEFAULT; local
229 setsockopt (sock, IPPROTO_IPV6, IPV6_PORTRANGE, &on, sizeof(on));
235 * Enable debug on `sock'.
242 int on = 1; local
243 setsockopt (sock, SOL_SOCKET, SO_DEBUG, (void *) &on, sizeof (on));
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/cloak/
H A Dcloak.c48 slap_overinst *on = (slap_overinst *)c->bi; local
49 cloak_info_t *ci = (cloak_info_t *)on->on_bi.bi_private;
104 ci = (cloak_info_t *)on->on_bi.bi_private;
147 for ( i = 0, cip = (cloak_info_t **)&on->on_bi.bi_private;
267 slap_overinst *on = (slap_overinst *)op->o_bd->bd_info; local
268 cloak_info_t *ci = (cloak_info_t *)on->on_bi.bi_private;
305 slap_overinst *on = (slap_overinst *)be->bd_info; local
306 cloak_info_t *ci = (cloak_info_t *)on->on_bi.bi_private;
314 on->on_bi.bi_private = NULL;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-syncrepl-multiproxy.conf57 hidden on
81 hidden on
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A DTPsession.h11 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
28 # pragma export on
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dfdsel.h14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
61 void set(int fd, bool on);
H A Dlogging.h14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
35 #pragma export on
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A DTPsession.h11 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
28 # pragma export on
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dfdsel.h14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
61 void set(int fd, bool on);
H A Dlogging.h14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
35 #pragma export on
/macosx-10.10/ruby-106/ruby/benchmark/
H A Ddriver.rb266 o.on('-e', '--executables [EXECS]',
272 o.on('-d', '--directory [DIRECTORY]', "Benchmark suites directory"){|d|
275 o.on('-p', '--pattern [PATTERN]', "Benchmark name pattern"){|p|
278 o.on('-x', '--exclude [PATTERN]', "Benchmark exclude pattern"){|e|
281 o.on('-r', '--repeat-count [NUM]', "Repeat count"){|n|
284 o.on('-o', '--output-file [FILE]', "Output file"){|f|
287 o.on('--ruby-arg [ARG]', "Optional argument for ruby"){|a|
290 o.on('-q', '--quiet', "Run without notify information except result table."){|q|
293 o.on('-v', '--verbose'){|v|
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dremote-ip_sample.rb5 This sample controls the other Tk interpreter (Ruby/Tk, Tcl/Tk, and so on)
6 which running on the other process. For this purpose, Ruby/Tk uses Tcl/Tk's
7 'send' command. Availability of the command depends on your GUI environment.
19 ip.eval_proc{TkButton.new(:command=>proc{puts 'This procesure is on the controller-ip (Ruby/Tk)'}, :text=>'print on Ruby/Tk (controller-ip)').pack(:fill=>:x)}
20 ip.eval_proc{TkButton.new(:command=>'puts {This procesure is on the remote-ip (wish)}', :text=>'print on wish (remote-ip)').pack(:fill=>:x)}
23 # 'ruby' or 'ruby_eval' or 'ruby_cmd' on the Tk interpreter.
25 ip.eval_proc{TkButton.new(:command=>'ruby {p 111; p Array.new(3,"ruby")}', :text=>'ruby cmd on the remote-ip').pack(:fill=>:x)}
/macosx-10.10/ruby-106/ruby/sample/ripper/
H A Druby2html.rb43 parser.on('--encoding=NAME', 'Character encoding [us-ascii].') {|name|
46 parser.on('--css=URL', 'Set a link to CSS.') {|url|
49 parser.on('-l', '--line-number', 'Show line number.') {
52 parser.on('--help', 'Prints this message and quit.') {
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_boolean.rb8 %w{ yes Yes YES true True TRUE on On ON }.each do |truth|
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledwidget.itk97 # Turn off the borderwidth on the hull and save off the
142 # Initialize the widget based on the command line options.
175 if {$_hmode == "on"} {
179 if {$_vmode == "on"} {
192 _vertScrollbarDisplay on
216 _horizScrollbarDisplay on
261 # Displays the vertical scrollbar based on the input mode.
265 on {
266 set _vmode on
281 error "invalid argument \"$mode\": should be on o
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/testkext/
H A Dtestvmx.cpp10 #error VMX only supported on i386/x86_64
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dnet.c161 * Check to see if IPv6 is broken, as is common on Linux.
245 int s, on; local
275 on = 1;
276 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) {
298 on = 1;
299 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) {
324 int s, on; local
355 on
[all...]
/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Drtsol.c76 int on; local
108 on = 1;
110 if (setsockopt(rssock, IPPROTO_IPV6, IPV6_RECVPKTINFO, &on,
111 sizeof(on)) < 0) {
117 if (setsockopt(rssock, IPPROTO_IPV6, IPV6_PKTINFO, &on,
118 sizeof(on)) < 0) {
125 on = 1;
128 if (setsockopt(rssock, IPPROTO_IPV6, IPV6_RECVHOPLIMIT, &on,
129 sizeof(on)) < 0) {
135 if (setsockopt(rssock, IPPROTO_IPV6, IPV6_HOPLIMIT, &on,
[all...]
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dnet.c162 * Check to see if IPv6 is broken, as is common on Linux.
246 int s, on; local
276 on = 1;
277 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) {
299 on = 1;
300 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) {
325 int s, on; local
356 on
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DDNSProxySupport.c12 * distributed under the License is distributed on an "AS IS" BASIS,
150 LogInfo("ProxyTCPReceive received IPv4 packet(len %d) from %#-15a to %#-15a on skt %d %s", ti->replyLen, &senderAddr, &destAddr, s1, NULL);
163 LogInfo("ProxyTCPReceive received IPv6 packet(len %d) from %#-15a to %#-15a on skt %d %s", ti->replyLen, &senderAddr, &destAddr, s1, NULL);
184 const int on = 1; local
219 err = setsockopt(newfd, IPPROTO_IP, IP_RECVIF, &on, sizeof(on));
232 err = setsockopt(newfd, IPPROTO_IPV6, IPV6_RECVPKTINFO, &on, sizeof(on));
263 const int on = 1; local
277 err = setsockopt(skt, IPPROTO_IP, IP_RECVDSTADDR, &on, sizeo
379 const int on = 1; local
[all...]

Completed in 169 milliseconds

1234567891011>>