Searched refs:options (Results 101 - 125 of 3434) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/server/
H A Dsoap.fcgi12 -> options({compress_threshold => 10000})
H A Dsoap.vbs13 .options(CreateObject("SOAP.Lite").hash("compress_threshold", 10000)) _
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVFramebufferPrivate.h24 #pragma options align=mac68k
60 #pragma options align=reset
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-waitpid.c33 waitpid(int pid, int *stat_loc, int options) argument
46 wait_pid = wait4(pid, &statusp, options, NULL);
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DNavigatorMediaStream.idl23 [RaisesException] void webkitGetUserMedia(Dictionary options,
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMutationObserver.idl36 [RaisesException] void observe(Node target, Dictionary options);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetopt1.c42 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
45 return _getopt_internal (argc, (char **) argv, options, long_options,
50 _getopt_long_r (int argc, char **argv, const char *options,
54 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
65 const char *options,
68 return _getopt_internal (argc, (char **) argv, options, long_options,
73 _getopt_long_only_r (int argc, char **argv, const char *options,
77 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
41 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
49 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
63 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
72 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
H A Dexclude.c43 /* Non-GNU systems lack these options, so we don't need to check them. */
59 /* An exclude pattern-options pair. The options are fnmatch options
60 ORed with EXCLUDE_* options. */
65 int options; member in struct:patopts
68 /* An exclude list, of pattern-options pairs. */
98 fnmatch_no_wildcards (char const *pattern, char const *f, int options) argument
100 if (! (options & FNM_LEADING_DIR))
101 return ((options
143 exclude_fnmatch(char const *pattern, char const *f, int options) argument
183 int options = exclude[i].options; local
195 add_exclude(struct exclude *ex, char const *pattern, int options) argument
214 add_exclude_file(void (*add_func) (struct exclude *, char const *, int), struct exclude *ex, char const *file_name, int options, char line_end) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/sample/openssl/
H A Dsmime_read.rb5 options = ARGV.getopts("c:k:C:")
7 cert_file = options["c"]
8 key_file = options["k"]
9 ca_path = options["C"]
H A Dsmime_write.rb5 options = ARGV.getopts("c:k:r:")
7 cert_file = options["c"]
8 key_file = options["k"]
9 rcpt_file = options["r"]
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_check_command.rb32 assert @cmd.options[:doctor]
33 refute @cmd.options[:alien]
34 assert @cmd.options[:dry_run]
35 refute @cmd.options[:gems]
41 assert @cmd.options[:alien]
42 assert @cmd.options[:gems]
43 refute @cmd.options[:doctor]
44 refute @cmd.options[:dry_run]
H A Dtest_gem_commands_yank_command.rb20 assert_equal %w[a], @cmd.options[:args]
21 assert_equal 'KEY', @cmd.options[:key]
22 assert_nil @cmd.options[:platform]
23 assert_equal req('= 1.0'), @cmd.options[:version]
38 @cmd.options[:args] = %w[a]
39 @cmd.options[:added_platform] = true
40 @cmd.options[:version] = req('= 1.0')
62 @cmd.options[:args] = %w[a]
63 @cmd.options[:version] = req('= 1.0')
64 @cmd.options[
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/tests/
H A DTESTonce15 ($name,$input,$output,$options)=split(/\s+/,$_, 4);
26 $options=$ARGV[3];
28 print "Usage: TESTonce name [input output options]\n";
33 print " Input: $input, OUTPUT: $output, OPTIONS: $options\n" if $debug;
36 exec("../tcpdump 2>/dev/null -n -r $input $options | tee NEW/$output | diff -w - $output >DIFF/$output.diff");
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dxattr.h88 ssize_t getxattr(const char *path, const char *name, void *value, size_t size, u_int32_t position, int options);
90 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int options);
92 int setxattr(const char *path, const char *name, const void *value, size_t size, u_int32_t position, int options);
94 int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options);
96 int removexattr(const char *path, const char *name, int options);
98 int fremovexattr(int fd, const char *name, int options);
100 ssize_t listxattr(const char *path, char *namebuff, size_t size, int options);
102 ssize_t flistxattr(int fd, char *namebuff, size_t size, int options);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Ddefs.h109 #define TD_OPTIONS 0x10 /* Report just telnet options */
125 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
126 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
127 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
128 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
135 #define set_my_state_do(opt) (options[opt] |= MY_STATE_DO)
136 #define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL)
137 #define set_my_want_state_do(opt) (options[opt] |= MY_WANT_STATE_DO)
138 #define set_my_want_state_will(opt) (options[opt] |= MY_WANT_STATE_WILL)
140 #define set_my_state_dont(opt) (options[op
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dserver_command.rb27 'port to listen on' do |port, options|
28 options[:port] = port
33 'multiple directories may be provided' do |gemdir, options|
34 options[:gemdir] << File.expand_path(gemdir)
37 add_option '--[no-]daemon', 'run as a daemon' do |daemon, options|
38 options[:daemon] = daemon
42 'addresses to bind', Array do |address, options|
43 options[:addresses] ||= []
44 options[:addresses].push(*address)
50 "and 'open' on all other platforms" do |launch, options|
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dwaitpid.c53 __waitpid(pid_t pid, int *istat, int options) argument
56 /* POSIX: Validate waitpid() options before calling wait4() */
57 if ((options & (WCONTINUED | WNOHANG | WUNTRACED)) != options) {
64 return (__wait4(pid, istat, options, (struct rusage *)0));
66 return (__wait4_nocancel(pid, istat, options, (struct rusage *)0));
/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dcvt_pvt.h194 #define IEEE_S_INVALID ((options & CVT_C_BIG_ENDIAN) ? \
196 #define IEEE_S_POS_ZERO ((options & CVT_C_BIG_ENDIAN) ? \
198 #define IEEE_S_NEG_ZERO ((options & CVT_C_BIG_ENDIAN) ? \
200 #define IEEE_S_POS_HUGE ((options & CVT_C_BIG_ENDIAN) ? \
202 #define IEEE_S_NEG_HUGE ((options & CVT_C_BIG_ENDIAN) ? \
204 #define IEEE_S_POS_INFINITY ((options & CVT_C_BIG_ENDIAN) ? \
206 #define IEEE_S_NEG_INFINITY ((options & CVT_C_BIG_ENDIAN) ? \
211 #define IEEE_T_INVALID ((options & CVT_C_BIG_ENDIAN) ? \
213 #define IEEE_T_POS_ZERO ((options & CVT_C_BIG_ENDIAN) ? \
215 #define IEEE_T_NEG_ZERO ((options
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dconvert.c41 DeleteOptions _ANSI_ARGS_ ((Trf_Options options,
44 CheckOptions _ANSI_ARGS_ ((Trf_Options options,
49 SetOption _ANSI_ARGS_ ((Trf_Options options,
55 QueryOptions _ANSI_ARGS_ ((Trf_Options options,
60 Trf_Options options,
157 DeleteOptions (options, clientData)
158 Trf_Options options;
161 Trf_ConverterOptionBlock* o = (Trf_ConverterOptionBlock*) options;
186 CheckOptions (options, interp, baseOptions, clientData)
187 Trf_Options options;
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtestconflicts.c44 int num_options; /* Number of options */
45 cups_option_t *options; /* Options */ local
76 options = NULL;
78 if (!cupsResolveConflicts(ppd, option, choice, &num_options, &options))
82 fputs("Resolved conflicts with the following options:\n ", stdout);
84 if (!option || _cups_strcasecmp(option, options[i].name))
85 printf(" %s=%s", options[i].name, options[i].value);
88 cupsFreeOptions(num_options, options);
119 num_options = cupsParseOptions(ptr, 0, &options);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/normperf/
H A Dnormperf.cpp74 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ argument
79 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
83 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status);
91 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ argument
97 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
101 reqLen= unorm_normalize(src,srcLen,mode, options,dest,reqLen+1,&status);
113 UOPTION_DEF("options", 'o', UOPT_OPTIONAL_ARG)
117 : UPerfTest(argc,argv,status), options(0) {
137 options=(int32_t)strtol(cmdLineOptions[0].value, NULL, 16);
150 normalizeInput(&NFDFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFD, options);
[all...]
/macosx-10.9.5/NFS-81/mount_nfs/
H A Dmount_nfs.c123 /* mount options */
174 /* standard and value-setting options */
212 /* on/off switching options */
260 /* mount options */
281 } options; variable in typeref:struct:__anon3073
286 NFS_BITMAP_SET(options.mflags_mask, F); \
288 NFS_BITMAP_SET(options.mflags, F); \
290 NFS_BITMAP_CLR(options.mflags, F); \
344 /* initialize and process options */
345 bzero(&options, sizeo
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSGeolocationCustom.cpp47 static void setEnableHighAccuracy(PositionOptions* options, const bool& enableHighAccuracy) argument
49 options->setEnableHighAccuracy(enableHighAccuracy);
52 static void setTimeout(PositionOptions* options, const double& timeout) argument
57 options->setTimeout(max(0, static_cast<int>(timeout)));
61 static void setMaximumAge(PositionOptions* options, const double& maximumAge) argument
65 options->clearMaximumAge();
68 options->setMaximumAge(max(0, static_cast<int>(maximumAge)));
75 // Create default options.
76 RefPtr<PositionOptions> options = PositionOptions::create(); local
80 // Use default options
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DSystemUI.c65 SystemUIOptions options = 0L; local
76 * Get current mode & options.
79 GetSystemUIMode( &mode, &options );
104 if (options & kUIOptionAutoShowMenuBar) {
107 if (options & kUIOptionDisableAppleMenu) {
110 if (options & kUIOptionDisableProcessSwitch) {
113 if (options & kUIOptionDisableForceQuit) {
116 if (options & kUIOptionDisableSessionTerminate) {
124 * Set current mode & options.
152 * Process the configuration options i
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Drdoc.rb16 # options = rdoc.load_options # returns an RDoc::Options instance
17 # # set extra options
18 # rdoc.document options
53 # RDoc options
55 attr_accessor :options
99 @options = nil
131 @html = RDoc::Markup::ToHtml.new @options
133 parser = RDoc::Text::MARKUP_FORMAT[@options.markup]
154 # Loads options from .rdoc_options if the file exists, otherwise creates a
170 options
[all...]

Completed in 425 milliseconds

1234567891011>>