Searched refs:options (Results 176 - 200 of 3146) sorted by relevance

1234567891011>>

/macosx-10.10.1/srm-7/srm/lib/
H A Dgetopt1.c68 getopt_long (argc, argv, options, long_options, opt_index)
71 const char *options;
75 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
84 getopt_long_only (argc, argv, options, long_options, opt_index)
87 const char *options;
91 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
/macosx-10.10.1/uucp-11/uucp/lib/
H A Dgetop1.c27 getopt_long (argc, argv, options, long_options, opt_index)
30 const char *options;
34 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
43 getopt_long_only (argc, argv, options, long_options, opt_index)
46 const char *options;
50 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
/macosx-10.10.1/ICU-531.30/icuSources/tools/icuinfo/
H A Dicuinfo.cpp38 static UOption options[]={ variable
214 /* preset then read command line options */
215 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
223 if( options[0].doesOccur || options[1].doesOccur) {
239 if(options[2].doesOccur) {
240 u_setDataDirectory(options[2].value);
243 if(options[
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Ddependency_command.rb21 |value, options|
22 options[:reverse_dependencies] = value
26 "Pipe Format (name --version ver)") do |value, options|
27 options[:pipe_format] = value
46 if options[:reverse_dependencies] and remote? and not local? then
51 options[:args] << '' if options[:args].empty?
53 pattern = if options[:args].length == 1 and
54 options[:args].first =~ /\A\/(.*)\/(i)?\z/m then
58 /\A#{Regexp.union(*options[
[all...]
H A Dcert_command.rb38 'Add a trusted certificate.') do |cert, options|
39 options[:add] << cert
44 'subject contains FILTER') do |filter, options|
47 options[:list] << filter
52 'subject contains FILTER') do |filter, options|
53 options[:remove] << filter
58 'certificate for EMAIL_ADDR') do |email_address, options|
59 options[:build] << email_address
63 'Signing certificate for --sign') do |cert, options|
64 options[
[all...]
H A Dpristine_command.rb19 'condition') do |value, options|
20 options[:all] = value
25 'in addition to regular gems') do |value, options|
26 options[:extensions] = value
30 'Only restore executables') do |value, options|
31 options[:only_executables] = value
67 specs = if options[:all] then
71 Gem::Specification.find_all_by_name gem_name, options[:version]
77 "Failed to find gems #{options[:args]} #{options[
[all...]
H A Dquery_command.rb20 'Check for installed gem') do |value, options|
21 options[:installed] = value
24 add_option('-I', 'Equivalent to --no-installed') do |value, options|
25 options[:installed] = false
32 'provided REGEXP') do |value, options|
33 options[:name] = /#{value}/i
37 'Display detailed information of gem(s)') do |value, options|
38 options[:details] = value
42 'Display only gem names') do |value, options|
43 options[
[all...]
H A Dsetup_command.rb21 'Used for changelog processing' do |version, options|
22 options[:previous_version] = version
27 'Will not affect gem repository location' do |prefix, options|
28 options[:prefix] = File.expand_path prefix
33 'Mainly used for packaging RubyGems' do |destdir, options|
34 options[:destdir] = File.expand_path destdir
38 'Install into vendorlibdir not sitelibdir' do |vendor, options|
39 options[:site_or_vendor] = vendor ? :vendorlibdir : :sitelibdir
44 'If ruby is ruby18, gem will be gem18' do |value, options|
45 options[
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_uninstall_command.rb30 @cmd.options[:args] = %w[a c]
31 @cmd.options[:executables] = true
65 @cmd.options[:executables] = true
66 @cmd.options[:args] = [@spec.name]
89 @cmd.options[:executables] = true
90 @cmd.options[:format_executable] = true
111 @cmd.options[:executables] = true
112 @cmd.options[:args] = ["pre"]
128 @cmd.options[:version] = '1'
129 @cmd.options[
[all...]
H A Dtest_gem_commands_fetch_command.rb23 @cmd.options[:args] = [@a2.name]
48 @cmd.options[:args] = [@a2.name]
49 @cmd.options[:version] = req('>= 0.1')
73 @cmd.options[:args] = [@a2.name]
74 @cmd.options[:prerelease] = true
96 @cmd.options[:args] = [@a2.name]
97 @cmd.options[:prerelease] = true
98 @cmd.options[:version] = "2.a"
117 @cmd.options[:args] = [@a2.name]
118 @cmd.options[
[all...]
H A Dtest_gem_command.rb62 @cmd.add_option('-h', '--help [COMMAND]', 'Get help on COMMAND') do |value, options|
63 options[:help] = value
68 @cmd.when_invoked do |options|
69 assert options[:help], "Help options should default true"
119 assert_equal ["--awesome=true"], @cmd.options[:build_args]
127 @cmd.add_option('-h', '--help [COMMAND]', 'Get help on COMMAND') do |value, options|
128 options[:help] = true
139 assert_match(/\[options\]/, @ui.output)
150 @cmd.add_option('-h', '--help [COMMAND]', 'Get help on COMMAND') do |value, options|
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dfileutils.rb15 # cd(dir, options)
16 # cd(dir, options) {|dir| .... }
18 # mkdir(dir, options)
19 # mkdir(list, options)
20 # mkdir_p(dir, options)
21 # mkdir_p(list, options)
22 # rmdir(dir, options)
23 # rmdir(list, options)
24 # ln(old, new, options)
25 # ln(list, destdir, options)
1622 def FileUtils.options singleton method in class:copy_entry
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth.c63 #include "auth-options.h"
77 extern ServerOptions options;
110 if (!options.use_pam)
113 if (!options.use_pam && spw != NULL && auth_shadow_acctexpired(spw))
130 if (!options.use_pam && passwd && *passwd) {
160 if (options.chroot_directory == NULL ||
161 strcasecmp(options.chroot_directory, "none") == 0) {
181 if (options.num_deny_users > 0 || options.num_allow_users > 0 ||
182 options
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Drdoc.rb145 # and following the given +options+.
149 def document generator, options, destination
152 options = options.dup
153 options.exclude ||= [] # TODO maybe move to RDoc::Options#finish
154 options.setup_generator generator
155 options.op_dir = destination
156 options.finish
158 generator = options.generator.new @rdoc.store, options
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dchgrp.c157 getids(register char* s, char** e, Key_t* key, int options) argument
171 options |= OPT_CHOWN;
176 if (options & OPT_CHOWN)
181 if (*z || !(options & OPT_NUMERIC))
201 if (*z || !(options & OPT_NUMERIC))
222 register int options = 0; local
255 options |= OPT_CHOWN;
258 if (options & OPT_CHOWN)
276 options |= OPT_VERBOSE;
279 options |
[all...]
/macosx-10.10.1/ruby-106/ruby/sample/openssl/
H A Decho_cli.rb7 options = ARGV.getopts("p:c:k:C:")
10 port = options["p"] || "2000"
11 cert_file = options["c"]
12 key_file = options["k"]
13 ca_path = options["C"]
/macosx-10.10.1/system_cmds-643.1.1/mkfile.tproj/
H A Dmkfile.c58 char *options = "nv"; local
69 usage(prog_name, options);
71 /* Get options */
74 while ((c=getopt(argc, argv, options)) != EOF)
83 usage(prog_name, options);
87 /* Stop getting options
91 usage(prog_name, options);
115 usage(prog_name, options);
120 usage(prog_name, options);
211 usage (prog_name, options)
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DProbeDetailsSidebarPanel.css40 .details-section.probe-set .options > .probe-remove,
41 .details-section.probe-set .options > .probe-clear-samples,
42 .details-section.probe-set .options > .probe-add {
49 .details-section.probe-set .options > .probe-clear-samples {
55 .details-section.probe-set .options > .probe-remove {
59 .details-section.probe-set .options > .probe-add {
64 body.mac-platform.legacy .details-section.probe-set .options > .probe-clear-samples {
69 body.mac-platform.legacy .details-section.probe-set .options > .probe-remove {
73 body.mac-platform.legacy .details-section.probe-set .options > .probe-add {
78 .details-section.probe-set .options > inpu
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_application.rb9 @app.options.rakelib = []
20 @app.options.show_tasks = :tasks
21 @app.options.show_task_pattern = //
31 @app.options.show_tasks = :tasks
32 @app.options.show_task_pattern = //
44 @app.options.show_tasks = :tasks
45 @app.options.show_task_pattern = //
57 @app.options.show_tasks = :tasks
58 @app.options.show_task_pattern = //
72 @app.options
[all...]
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Ddefs.h179 #define TD_OPTIONS 0x10 /* Report just telnet options */
195 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
196 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
197 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
198 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
205 #define set_my_state_do(opt) (options[opt] |= MY_STATE_DO)
206 #define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL)
207 #define set_my_want_state_do(opt) (options[opt] |= MY_WANT_STATE_DO)
208 #define set_my_want_state_will(opt) (options[opt] |= MY_WANT_STATE_WILL)
210 #define set_my_state_dont(opt) (options[op
[all...]
/macosx-10.10.1/cups-408/cups/backend/
H A Dusb.c50 const char *resource, char *options,
97 char *options, /* I - Device options/serial number */
113 (void)options;
129 * printer-uri job-id user title copies options [file]
144 resource[1024], /* Resource info (device and options) */
145 *options; /* Pointer to options */ local
183 _("Usage: %s job-id user title copies options [file]"),
189 * Extract the device name and options fro
94 print_device(const char *uri, const char *hostname, const char *resource, char *options, int print_fd, int copies, int argc, char *argv[]) argument
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dwaitpid.c73 waitpid(pid, statusPtr, options)
78 int options; /* OR'ed combination of WNOHANG and
101 if (!(options & WUNTRACED) && (WIFSTOPPED(waitPtr->status))) {
121 * combinations of options by invoking wait instead of wait3).
126 if (options & WNOHANG) {
129 if (options != 0) {
135 result = wait3(&status, options, 0);
147 if (!(options & WUNTRACED) && (WIFSTOPPED(status))) {
/macosx-10.10.1/ICU-531.30/icuSources/tools/gensprep/
H A Dgensprep.c64 static UOption options[]={ variable
100 "Usage: %s [-options] [file_name]\n"
149 /* preset then read command line options */
150 options[DESTDIR].value=u_getDataDirectory();
151 options[SOURCEDIR].value="";
152 options[UNICODE_VERSION].value="0"; /* don't assume the unicode version */
153 options[BUNDLE_NAME].value = DATA_NAME;
154 options[NORMALIZE].value = "";
156 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.h28 typedef int32_t (*NormFn)(const UChar* src,int32_t srcLen, UChar* dest,int32_t dstLen, int32_t options, UErrorCode* status);
29 typedef int32_t (*QuickCheckFn)(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status);
42 int32_t options; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
59 retVal = (*fn)(src,srcLen,mode, options, status);
61 retVal = (*fn)(src,-1,mode, options, status);
77 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
113 int32_t options; member in class:NormPerfFunction
187 int32_t options; member in class:NormalizerPerformanceTest
257 ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
261 ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
265 ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
268 ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
272 ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
276 ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) argument
283 ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) argument
290 ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
294 ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
298 ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
301 ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
305 ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
309 ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) argument
313 ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) argument
320 WinNormNFD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
324 WinNormNFC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
328 WinNormNFKD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
331 WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
335 WinNormNFD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
339 WinNormNFC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
343 WinNormNFKD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
346 WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
[all...]
/macosx-10.10.1/smb-759.0/smbutil/
H A Dview.c103 uint64_t options = 0; local
111 options |= kSMBOptionSessionOnly;
114 options |= kSMBOptionNoPrompt;
117 options |= kSMBOptionAllowGuestAuth;
120 if (options & kSMBOptionOnlyAuthMask)
122 options |= kSMBOptionUseGuestOnlyAuth;
123 options |= kSMBOptionNoPrompt;
126 if (options & kSMBOptionOnlyAuthMask)
128 options |= kSMBOptionUseAnonymousOnlyAuth;
129 options |
[all...]

Completed in 218 milliseconds

1234567891011>>