Searched refs:options (Results 51 - 75 of 3434) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dmenubar.rb96 def initialize(parent = nil, spec = nil, options = {})
98 options = parent
100 spec = (options.has_key?('spec'))? options.delete('spec'): nil
103 _symbolkey2str(options)
106 menuspec_opt[key] = options.delete(key) if options.has_key?(key)
109 super(parent, options)
115 options.each{|key, value| configure(key, value)} if options
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_server_command.rb15 assert_equal false, @cmd.options[:daemon]
16 assert_equal [], @cmd.options[:gemdir]
17 assert_equal 8808, @cmd.options[:port]
21 assert_equal true, @cmd.options[:daemon]
22 assert_equal [File.expand_path('/nonexistent')], @cmd.options[:gemdir]
23 assert_equal 9999, @cmd.options[:port]
30 @cmd.options[:gemdir]
35 assert_equal 0, @cmd.options[:port]
38 assert_equal 65535, @cmd.options[:port]
41 assert_equal 80, @cmd.options[
[all...]
H A Dtest_gem_commands_generate_index_command.rb11 @cmd.options[:directory] = @gemhome
26 refute_equal '/nonexistent', @cmd.options[:directory]
30 assert_equal '/nonexistent', @cmd.options[:directory]
36 refute_equal '/nonexistent', @cmd.options[:directory]
40 assert_equal 'C:/nonexistent', @cmd.options[:directory]
46 assert @cmd.options[:update]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dcontents_command.rb16 "Contents for all gems") do |all, options|
17 options[:all] = all
21 "Search for gems under specific paths") do |spec_dirs, options|
22 options[:specdirs] = spec_dirs
26 "Only return files in the Gem's lib_dirs") do |lib_only, options|
27 options[:lib_only] = lib_only
31 "Don't include installed path prefix") do |prefix, options|
32 options[:prefix] = prefix
49 version = options[:version] || Gem::Requirement.default
51 spec_dirs = options[
[all...]
H A Dbuild_command.rb9 add_option '--force', 'skip validation of the spec' do |value, options|
10 options[:force] = true
29 Gem::Package.build spec, options[:force]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/templates/
H A Dopt_template.c39 static void DeleteOptions _ANSI_ARGS_ ((Trf_Options options,
42 static int CheckOptions _ANSI_ARGS_ ((Trf_Options options,
48 static int SetOption _ANSI_ARGS_ ((Trf_Options options,
54 static int SetOption _ANSI_ARGS_ ((Trf_Options options,
61 static int QueryOptions _ANSI_ARGS_ ((Trf_Options options,
156 DeleteOptions (options, clientData)
157 Trf_Options options;
183 CheckOptions (options, interp, baseOptions, clientData)
184 Trf_Options options;
213 SetOption (options, inter
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DThreadableLoader.cpp54 PassRefPtr<ThreadableLoader> ThreadableLoader::create(ScriptExecutionContext* context, ThreadableLoaderClient* client, const ResourceRequest& request, const ThreadableLoaderOptions& options) argument
61 return WorkerThreadableLoader::create(static_cast<WorkerContext*>(context), client, WorkerRunLoop::defaultMode(), request, options);
64 return DocumentThreadableLoader::create(toDocument(context), client, request, options);
67 void ThreadableLoader::loadResourceSynchronously(ScriptExecutionContext* context, const ResourceRequest& request, ThreadableLoaderClient& client, const ThreadableLoaderOptions& options) argument
73 WorkerThreadableLoader::loadResourceSynchronously(static_cast<WorkerContext*>(context), request, client, options); local
78 DocumentThreadableLoader::loadResourceSynchronously(toDocument(context), request, client, options); local
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonCryptoSymCBC.c48 CCOptions options;
55 options = kCCOptionPKCS7Padding;
63 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
66 retval = CCMultiCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
73 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
76 retval = CCMultiCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
83 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
86 retval = CCMultiCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
93 retval = CCCryptTestCase(keyStr, iv, alg, options, cipherText, plainText);
96 retval = CCMultiCryptTestCase(keyStr, iv, alg, options, cipherTex
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Doptions.c2 * "$Id: options.c 11093 2013-07-03 20:48:42Z msweet $"
20 * cupsFreeOptions() - Free all memory used by options.
22 * cupsParseOptions() - Parse options from a command-line argument.
25 * cups_compare_options() - Compare two options.
52 int /* O - Number of options */
55 int num_options,/* I - Number of options */
56 cups_option_t **options) /* IO - Pointer to options */
64 "options=%p)", name, value, num_options, options));
53 cupsAddOption(const char *name, const char *value, int num_options, cups_option_t **options) argument
151 cupsFreeOptions( int num_options, cups_option_t *options) argument
179 cupsGetOption(const char *name, int num_options, cups_option_t *options) argument
220 cupsParseOptions( const char *arg, int num_options, cups_option_t **options) argument
445 cupsRemoveOption( const char *name, int num_options, cups_option_t **options) argument
602 cups_find_option( const char *name, int num_options, cups_option_t *options, int prev, int *rdiff) argument
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOAccelerator.h34 static IOReturn createAccelID(IOOptionBits options, IOAccelID * identifier);
35 static IOReturn retainAccelID(IOOptionBits options, IOAccelID identifier);
36 static IOReturn releaseAccelID(IOOptionBits options, IOAccelID identifier);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventRepairDriver.cpp41 IOOptionBits options __unused)
53 IOOptionBits options)
55 super::dispatchScrollWheelEvent(timeStamp, deltaAxis1, 0, 0, options);
48 dispatchScrollWheelEvent( AbsoluteTime timeStamp, SInt32 deltaAxis1, SInt32 deltaAxis2 __unused, SInt32 deltaAxis3 __unused, IOOptionBits options) argument
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dwait3.c44 wait3(istat, options, rup)
46 int options;
49 return (_wait4(WAIT_ANY, istat, options, rup));
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth2-kbdint.c42 extern ServerOptions options;
56 if (options.challenge_response_authentication)
67 &options.kbd_interactive_authentication
H A Dauth2-none.c54 extern ServerOptions options;
64 if (options.permit_empty_passwd && options.password_authentication)
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/
H A Dcompress.pl18 'nocompress' => sub { $s->transport->options({}); $s->echo(1 x 100000) },
19 'compress' => sub { $s->transport->options({compress_threshold => 10000}); $s->echo(1 x 100000) },
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/
H A Dcompress.pl18 'nocompress' => sub { $s->transport->options({}); $s->echo(1 x 100000) },
19 'compress' => sub { $s->transport->options({compress_threshold => 10000}); $s->echo(1 x 100000) },
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/
H A Dcompress.pl18 'nocompress' => sub { $s->transport->options({}); $s->echo(1 x 100000) },
19 'compress' => sub { $s->transport->options({compress_threshold => 10000}); $s->echo(1 x 100000) },
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/charperf/
H A DCharPerf_r.pl16 my $options = {
57 runTests($options, $tests, $dataFiles);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collperf/
H A DCollPerf_r.pl16 my $options = {
79 runTests($options, $tests, $dataFiles);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/normperf/
H A DNormPerf_r.pl16 my $options = {
86 runTests($options, $tests, $dataFiles);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/strsrchperf/
H A DStrSrchPerf_r.pl16 my $options = {
60 runTests( $options, $tests, $dataFiles );
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/usetperf/
H A DUsetPerf.pl18 my $options = {
56 runTests($options, $tests, $dataFiles);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/ustrperf/
H A DStringPerf_r.pl16 my $options = {
77 runTests($options, $tests, $dataFiles);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/utfperf/
H A DUtfPerf.pl16 my $options = {
59 runTests($options, $tests, $dataFiles);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/utrie2perf/
H A Dutrie2perf.pl16 my $options = {
59 runTests($options, $tests, $dataFiles);

Completed in 246 milliseconds

1234567891011>>