Searched refs:opts (Results 201 - 225 of 575) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl707 set opts {}
713 lappend opts $a
722 lappend opts $a
752 SetOptions stdin $opts
760 lappend channels [list $a $opts 0]
773 SetOptions $c $opts
780 lappend channels [list $a $opts [file size $a]]
796 foreach {fname opts size} $c break
800 SetOptions stdin $opts
807 SetOptions $c $opts
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_chgat.c48 wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts GCC_UNUSED)
/macosx-10.10.1/ntfs-84/mount/
H A Dmount_ntfs.c132 ntfs_mount_options_1_0 *opts; local
184 opts_hdr = valloc(((sizeof(*opts_hdr) + 7) & ~7) + sizeof(*opts));
192 opts = (ntfs_mount_options_1_0*)((char*)opts_hdr +
194 *opts = (ntfs_mount_options_1_0) {
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/library/
H A Ditcl.tcl266 set ret [catch {uplevel 1 ::$cmd $arglist} result opts]
267 dict unset opts -errorinfo
268 dict incr opts -level
269 return -options $opts $result
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A DtkSnack.py302 opts = (left, right)
304 opts = (left,)
306 opts = ()
307 return _cast(self.tk.call((self.name, 'sample', index) + opts))
450 opts = ()
452 opts = opts + jack
454 opts = opts + tclVar
455 return self.tk.call(('snack::mixer', 'input') + opts)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/python/
H A DtkSnack.py302 opts = (left, right)
304 opts = (left,)
306 opts = ()
307 return _cast(self.tk.call((self.name, 'sample', index) + opts))
450 opts = ()
452 opts = opts + jack
454 opts = opts + tclVar
455 return self.tk.call(('snack::mixer', 'input') + opts)
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dpackage.tcl690 set opts(-name) {}
691 set opts(-version) {}
692 set opts(-source) {}
693 set opts(-load) {}
705 set opts($flag) [lindex $args $i]
712 lappend opts($flag) [lindex $args $i]
721 if { [llength $opts(-name)] == 0 } {
724 if { [llength $opts(-version)] == 0 } {
728 if { [llength $opts(-source)] == 0 && [llength $opts(
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dpackage.tcl775 set opts(-name) {}
776 set opts(-version) {}
777 set opts(-source) {}
778 set opts(-load) {}
790 set opts($flag) [lindex $args $i]
797 lappend opts($flag) [lindex $args $i]
806 if { [llength $opts(-name)] == 0 } {
809 if { [llength $opts(-version)] == 0 } {
813 if { [llength $opts(-source)] == 0 && [llength $opts(
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcomputil.c87 char **opts; /* the compadd-options */ member in struct:cdset
105 if (p->opts)
106 freearray(p->opts);
448 char **opts, char **args, int disp)
482 set->opts = NULL;
544 set->opts = cd_arrcat(ap, opts);
589 char **mats, **mp, **dpys, **dp, **opts, *csl = ""; local
603 opts = zarrdup(run->strs->set->opts);
447 cd_init(char *nam, char *hide, char *mlen, char *sep, char **opts, char **args, int disp) argument
837 char **opts; local
873 Caopt opts; /* the options */ member in struct:cadef
1740 ca_inactive(Cadef d, char **xor, int cur, int opts, char *optname) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep030.tcl43 set opts { clean noclean bulk }
45 foreach c $opts {
64 proc rep030_sub { method niter tnum logset recargs opts largs } {
239 puts "\tRep$tnum.e: Reopen client ($opts)."
240 if { $opts == "clean" } {
245 if { $opts == "bulk" } {
253 if { $opts != "clean" } {
277 if { $opts == "bulk" } {
311 if { $opts == "bulk" } {
H A Drep061.tcl53 set opts { noclean clean bulk }
57 foreach c $opts {
84 proc rep061_sub { method niter tnum logset recargs opts dpct largs } {
254 puts "\tRep$tnum.e: Reopen client ($opts)."
255 if { $opts == "clean" } {
258 if { $opts == "bulk" } {
284 if { $opts == "bulk" } {
338 if { $opts == "bulk" } {
375 if { $opts == "bulk" } {
H A Drecd014.tcl32 set opts [convert_args $method $args]
38 set exti [lsearch -exact $opts "-extent"]
40 set opts [lreplace $opts $exti $exti 1]
55 $opts $testfile commit
58 $opts $testfile abort
62 $opts $testfile commit
65 $opts $testfile abort
76 proc ext_recover_create { dir env_cmd method opts dbfile txncmd } {
92 set noenvflags "-create $method -mode 0644 -pagesize 512 $opts
[all...]
H A Drecd007.tcl27 set opts [convert_args $method $args]
47 set oflags "-create $omethod -mode 0644 -env $env $opts $testfile"
64 set opts [convert_args $method ""]
65 set save_opts $opts
104 set opts $save_opts
105 append opts $o
107 $opts $testfile $cmd $msg
128 set opts $save_opts
129 append opts $o
131 $opts
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dgetopt.c71 int getopt (int argc, char * const argv [], const char * opts) argument
101 if (c == arg || (cp = strchr(opts,c)) == NULL)
/macosx-10.10.1/autofs-246/mig/
H A Dautofs_prot.defs55 * 'path/subdir/name' in 'map' given 'opts' options.
63 in opts : autofs_opts;
146 in opts : autofs_opts;
165 in opts : autofs_opts; /* opts mount argument */
187 in opts : autofs_opts; /* mount options; null string if none */
/macosx-10.10.1/ruby-106/ruby/ext/json/parser/
H A Dparser.h16 #define option_given_p(opts, key) RTEST(rb_funcall(opts, i_key_p, 1, key))
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhttpd.tcl315 upvar #0 Httpd opts
319 if {![info exists opts($option)] || [llength $argv] == 1} {
322 foreach opt [lsort [array names opts -*]] {
323 puts stderr [format "\t%-15s default: %s" $opt $opts($opt)]
327 set opts($option) [lindex $argv 1]
332 vfs::auto $opts(-root) -readonly
335 if {$opts(-config) != ""} {
336 source $opts(-config)
339 Httpd_Server [array get opts]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/rest/
H A Drest.tcl39 set opts [parse_opts {} {} {headers: cookie: auth: format: method:} [join $args]]
40 set config [lindex $opts 0]
41 set body [lindex $opts 1]
143 set opts [list]
147 lappend opts [expr {[dict exists $config req_args] ? [dict get $config req_args] : ""}]
148 lappend opts [expr {[dict exists $config opt_args] ? [dict get $config opt_args] : ""}]
149 lappend proc "set parsed \[::rest::parse_opts \$static $opts \$args]"
419 set opts [list]
420 lappend opts -method $method
422 lappend opts
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dmenuspec.rb152 opts = _symbolkey2str(item_info[4])
153 menu_name = opts.delete('menu_name')
154 menu_config = opts.delete('menu_config') || {}
171 opts = _symbolkey2str(item_info[4])
173 opts.delete('menu_name')
174 opts.delete('menu_config')
176 options.update(opts)
432 def _create_menubar(parent, menu_spec, tearoff = false, opts = nil)
434 opts = tearoff
439 _create_menubutton(parent, menu_info, tearoff, opts)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/cmdline/
H A Dcmdline.tcl186 set opts [GetOptionDefaults $optlist result]
189 while {[set err [getopt argv $opts opt arg]]} {
228 set opts [GetOptionDefaults $optlist result]
238 while {[set err [getKnownOpt argv $opts opt arg]]} {
292 set opts {? help}
298 lappend opts $name
310 return $opts
749 set opts {? help}
761 lappend opts $name
773 while {[set err [typedGetopt argv $opts op
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/univ/
H A DUNIVERSAL.xotcl4 array set opts {
6 array set opts $argv
26 lappend auto_path $opts(-pkgdir)
27 if {$opts(-ssl)} {
29 SecureHtmlPlace ::receiver -port 443 -root $opts(-root)
32 HtmlPlace ::receiver -port 8095 -root $opts(-root) -allowExit exit
49 #puts stderr "parsing [loadFile $opts(-instanceFile)]"
51 R parse [loadFile $opts(-instanceFile)]
171 HREF='/$::opts(-cssFile)'></head>\n"
223 set rdfsrc [my selfAction "source $::opts(
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/test/
H A Dunit.rb47 opts = option_parser
48 setup_options(opts, options)
49 opts.parse!(args)
63 def setup_options(opts, options)
64 opts.separator 'minitest options:'
65 opts.version = MiniTest::Unit::VERSION
70 opts.on '-h', '--help', 'Display this help.' do
71 puts opts
75 opts.on '-s', '--seed SEED', Integer, "Sets random seed" do |m|
79 opts
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/json/generator/
H A Dgenerator.c505 * call-seq: configure(opts)
510 static VALUE cState_configure(VALUE self, VALUE opts) argument
514 tmp = rb_convert_type(opts, T_HASH, "Hash", "to_hash");
515 if (NIL_P(tmp)) tmp = rb_convert_type(opts, T_HASH, "Hash", "to_h");
517 rb_raise(rb_eArgError, "opts has to be hash like or convertable into a hash");
519 opts = tmp;
520 tmp = rb_hash_aref(opts, ID2SYM(i_indent));
528 tmp = rb_hash_aref(opts, ID2SYM(i_space));
536 tmp = rb_hash_aref(opts, ID2SYM(i_space_before));
544 tmp = rb_hash_aref(opts, ID2SY
941 VALUE opts; local
984 cState_from_state_s(VALUE self, VALUE opts) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/io/console/
H A Dconsole.c100 rawmode_opt(int argc, VALUE *argv, rawmode_arg_t *opts) argument
109 opts->vmin = 1;
110 opts->vtime = 0;
112 opts->vmin = NUM2INT(vmin);
113 optp = opts;
118 opts->vtime = NUM2INT(vtime);
119 optp = opts;
308 rawmode_arg_t opts, *optp = rawmode_opt(argc, argv, &opts); local
328 rawmode_arg_t opts, *opt local
398 rawmode_arg_t opts, *optp = rawmode_opt(argc, argv, &opts); local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/cf/
H A Dtest_gsscf.c76 CFMutableDictionaryRef opts = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); local
78 CFDictionaryAddValue(opts, kGSSAttrCredentialPassword, CFSTR("foobar"));
80 GSSItemOperation(item, kGSSOperationAcquire, opts, q, ^(CFTypeRef type, CFErrorRef e) {
92 CFRelease(opts);
285 CFMutableDictionaryRef opts = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); local
287 CFDictionaryAddValue(opts, kGSSOperationChangePasswordOldPassword, oldpw);
288 CFDictionaryAddValue(opts, kGSSOperationChangePasswordNewPassword, newpw);
290 GSSItemOperation(item, kGSSOperationChangePassword, opts, q, ^(CFTypeRef type, CFErrorRef e) {
302 CFRelease(opts);

Completed in 274 milliseconds

1234567891011>>