Searched refs:options (Results 76 - 100 of 3434) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DGeolocation.idl34 optional PositionOptions options);
38 optional PositionOptions options);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtestoptions.c37 num_options; /* Number of options */
38 cups_option_t *options; /* Options */ local
56 "barfoo=\"\'BAR FOO\'\"", 0, &options);
63 else if ((value = cupsGetOption("foo", num_options, options)) == NULL ||
69 else if ((value = cupsGetOption("bar", num_options, options)) == NULL ||
76 else if ((value = cupsGetOption("baz", num_options, options)) == NULL ||
82 else if ((value = cupsGetOption("foobar", num_options, options)) == NULL ||
88 else if ((value = cupsGetOption("barfoo", num_options, options)) == NULL ||
103 num_options = cupsParseOptions(argv[1], 0, &options);
105 for (i = 0, option = options;
[all...]
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-group.cxx40 options = new ppdcArray();
58 options = new ppdcArray();
59 for (ppdcOption *o = (ppdcOption *)g->options->first();
61 o = (ppdcOption *)g->options->next())
62 options->add(new ppdcOption(o));
76 options->release();
79 options = 0;
93 for (o = (ppdcOption *)options->first(); o; o = (ppdcOption *)options->next())
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A Dsetup.py14 options=dict(py2app=dict( variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
H A Dsetup.py14 options=dict(py2app=dict( variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-CoreData/Examples/DragApp/
H A Dsetup.py16 options=dict(py2app=dict( variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A Dsetup.py14 options=dict( variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A Dsetup.py14 options=dict(py2app=dict( variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
H A Dsetup.py14 options=dict(py2app=dict( variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-CoreData/Examples/DragApp/
H A Dsetup.py16 options=dict(py2app=dict( variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A Dsetup.py14 options=dict( variable
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dspecification_command.rb23 'the gem') do |value, options|
24 options[:all] = true
27 add_option('--ruby', 'Output ruby format') do |value, options|
28 options[:format] = :ruby
31 add_option('--yaml', 'Output YAML format') do |value, options|
32 options[:format] = :yaml
35 add_option('--marshal', 'Output Marshal format') do |value, options|
36 options[:format] = :marshal
59 gem = options[:args].shift
66 case v = options[
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/inc/Module/Install/
H A DReadmeFromPod.pm21 my ($clean, $format, $out_file, $options);
31 $options = $args->{'options'};
38 $options = \@_;
48 $out_file = $self->_readme_txt($in_file, $out_file, $options);
50 $out_file = $self->_readme_htm($in_file, $out_file, $options);
52 $out_file = $self->_readme_man($in_file, $out_file, $options);
54 $out_file = $self->_readme_pdf($in_file, $out_file, $options);
66 my ($self, $in_file, $out_file, $options) = @_;
69 my $parser = Pod::Text->new( @$options );
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Dapplication.rb62 # * Initialize the command line options (+init+).
96 if options.show_tasks
98 elsif options.show_prereqs
108 thread_pool.gather_history if options.job_stats == :history
113 if options.job_stats
118 ThreadHistoryDisplay.new(thread_pool.history).show if options.job_stats == :history
128 # Application options from the command line
129 def options method in class:Rake.Application
130 @options ||= OpenStruct.new
135 @thread_pool ||= ThreadPool.new(options
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/icupkg/
H A Dicupkg.cpp18 * extract data pieces according to command-line options.
67 "Read the input ICU .dat package file, modify it according to the options,\n"
86 "Allowed options include -t, -w, -s and -d.\n"
88 "Other options are not allowed in this mode.\n");
158 static UOption options[]={ variable
235 argc=u_parseArgs(argc, argv, LENGTHOF(options), options);
236 isHelp=options[OPT_HELP_H].doesOccur || options[OPT_HELP_QUESTION_MARK].doesOccur;
253 if(options[OPT_SOURCEDI
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/COM/
H A Dsoap.vbs13 .options(CreateObject("SOAP.Lite").hash("compress_threshold", 10000)) _
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/server/
H A Dsoap.cgi14 -> options({compress_threshold => 10000})
H A Dsoap.fcgi12 -> options({compress_threshold => 10000})
H A Dsoap.vbs13 .options(CreateObject("SOAP.Lite").hash("compress_threshold", 10000)) _
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/COM/
H A Dsoap.vbs13 .options(CreateObject("SOAP.Lite").hash("compress_threshold", 10000)) _
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/server/
H A Dsoap.cgi14 -> options({compress_threshold => 10000})
H A Dsoap.fcgi12 -> options({compress_threshold => 10000})
H A Dsoap.vbs13 .options(CreateObject("SOAP.Lite").hash("compress_threshold", 10000)) _
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/COM/
H A Dsoap.vbs13 .options(CreateObject("SOAP.Lite").hash("compress_threshold", 10000)) _
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/server/
H A Dsoap.cgi14 -> options({compress_threshold => 10000})

Completed in 305 milliseconds

1234567891011>>