Home
last modified time | relevance | path

Searched refs:options (Results 251 – 275 of 96563) sorted by relevance

1...<<11121314151617181920>>...3863

/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/api/services/
H A DCProblem.php34 * @param array $options
38 public function get($options = []) { argument
91 $options = zbx_array_merge($defOptions, $options);
93 $this->validateGet($options);
136 elseif ($options['object'] == EVENT_OBJECT_ITEM || $options['object'] == EVENT_OBJECT_LLDRULE) {
282 if ($options['tags'] !== null && $options['tags']) {
289 if ($options['recent'] !== null && $options['recent']) {
330 if (zbx_ctype_digit($options['limit']) && $options['limit']) {
346 if ($options['countOutput']) {
368 * @param array $options
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirauth/
H A Ddirauth_config.c70 if (BUG(!options)) in options_validate_dirauth_mode()
76 if (!authdir_mode(options)) in options_validate_dirauth_mode()
84 if (!options->ContactInfo && !options->TestingTorNetwork) in options_validate_dirauth_mode()
92 if (!options->DownloadExtraInfo && authdir_mode_v3(options)) { in options_validate_dirauth_mode()
112 if (!options->DirPort_set) in options_validate_dirauth_mode()
115 if (!options->ORPort_set) in options_validate_dirauth_mode()
118 if (options->ClientOnly) in options_validate_dirauth_mode()
138 if (BUG(!options)) in options_validate_dirauth_schedule()
147 if (options->V3AuthVoteDelay + options->V3AuthDistDelay >= in options_validate_dirauth_schedule()
217 if (BUG(!options)) in options_validate_dirauth_testing()
[all …]
/dports/security/tor/tor-0.4.6.8/src/feature/dirauth/
H A Ddirauth_config.c70 if (BUG(!options)) in options_validate_dirauth_mode()
76 if (!authdir_mode(options)) in options_validate_dirauth_mode()
84 if (!options->ContactInfo && !options->TestingTorNetwork) in options_validate_dirauth_mode()
92 if (!options->DownloadExtraInfo && authdir_mode_v3(options)) { in options_validate_dirauth_mode()
112 if (!options->DirPort_set) in options_validate_dirauth_mode()
115 if (!options->ORPort_set) in options_validate_dirauth_mode()
118 if (options->ClientOnly) in options_validate_dirauth_mode()
138 if (BUG(!options)) in options_validate_dirauth_schedule()
147 if (options->V3AuthVoteDelay + options->V3AuthDistDelay >= in options_validate_dirauth_schedule()
217 if (BUG(!options)) in options_validate_dirauth_testing()
[all …]
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/inc/
H A Dstaticmisc.class.php179 $options = array();
190 $options = array();
302 $options = array();
374 $options = array();
406 $options = array();
418 $options = array();
552 $options = array();
578 $options = array();
604 $options = array();
614 $options = array();
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/validation/
H A Dsessions_test.go22 opts *options.Options
31 opts: &options.Options{
41 opts: &options.Options{
63 opts: &options.Options{
73 opts: &options.Options{
95 opts: &options.Options{
117 opts: &options.Options{
139 opts: &options.Options{
140 Cookie: options.Cookie{
152 opts: &options.Options{
[all …]
/dports/www/gallery2/gallery2/modules/webdav/lib/HTTP/WebDAV/
H A DServer.php462 function options() function in HTTP_WebDAV_Server
492 * @param options
525 * @param options
657 * @param options
684 * @param options
706 if (!empty($options['props']) && is_array($options['props'])) {
793 * @param options
840 * @param options
1034 * @param options
1450 $options['dest'] = $this->_urldecode($options['dest']);
[all …]
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/
H A DDatabase.php116 if (isset($options['readConcern']) && ! $options['readConcern'] instanceof ReadConcern) {
120 … if (isset($options['readPreference']) && ! $options['readPreference'] instanceof ReadPreference) {
124 if (isset($options['typeMap']) && ! is_array($options['typeMap'])) {
128 if (isset($options['writeConcern']) && ! $options['writeConcern'] instanceof WriteConcern) {
203 if (! isset($options['readPreference']) && ! is_in_transaction($options)) {
269 * @param array $options
428 * @param array $options
480 $options += [
500 $options += [
521 if (! isset($options['readPreference']) && ! is_in_transaction($options)) {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/
H A DModuleDeclarationSyntaxTest.java57 options.sourceLevel = ClassFileConstants.JDK9; in test0001()
58 options.targetJDK = ClassFileConstants.JDK9; in test0001()
72 options.sourceLevel = ClassFileConstants.JDK9; in test0002()
73 options.targetJDK = ClassFileConstants.JDK9; in test0002()
87 options.sourceLevel = ClassFileConstants.JDK9; in test0003()
88 options.targetJDK = ClassFileConstants.JDK9; in test0003()
103 options.targetJDK = ClassFileConstants.JDK9; in test0004()
122 options.targetJDK = ClassFileConstants.JDK9; in test0005()
140 options.targetJDK = ClassFileConstants.JDK9; in test0006()
159 options.targetJDK = ClassFileConstants.JDK9; in test0007()
[all …]
/dports/net-mgmt/driftnet/driftnet-1.3.0/src/
H A Doptions.c183 if (options.newpfx && !options.adjunct) in parse_options()
191 return &options; in parse_options()
223 if (options->max_tmpfiles && !options->adjunct) { in validate_options()
228 if (options->adjunct && options->newpfx) in validate_options()
231 if (options->mpeg_player_specified && !(options->extract_type & MEDIATYPE_AUDIO)) in validate_options()
234 if (options->mpeg_player_specified && options->adjunct) in validate_options()
237 if (options->max_tmpfiles && options->adjunct) in validate_options()
240 if (options->beep && options->adjunct) in validate_options()
246 if (!options->adjunct) { in validate_options()
247 if (options->enable_gtk_display && options->enable_http_display) { in validate_options()
[all …]
/dports/audio/codec2/codec2-1.0.3/src/
H A Doptparse.h146 options->optind = 1; in optparse_init()
147 options->subopt = 0; in optparse_init()
148 options->optarg = 0; in optparse_init()
176 options->argv[i] = options->argv[i + 1]; in optparse_permute()
177 options->argv[options->optind - 1] = nonoption; in optparse_permute()
200 char *option = options->argv[options->optind]; in optparse()
223 next = options->argv[options->optind + 1]; in optparse()
270 char *option = options->argv[options->optind]; in optparse_arg()
351 char *option = options->argv[options->optind]; in optparse_long()
376 options->optind++; in optparse_long()
[all …]
/dports/www/uwebsockets/uWebSockets-20.8.0/examples/helpers/
H A Doptparse.h150 options->optind = 1; in optparse_init()
151 options->subopt = 0; in optparse_init()
152 options->optarg = 0; in optparse_init()
180 options->argv[i] = options->argv[i + 1]; in optparse_permute()
181 options->argv[options->optind - 1] = nonoption; in optparse_permute()
204 char *option = options->argv[options->optind]; in optparse()
227 next = options->argv[options->optind + 1]; in optparse()
274 char *option = options->argv[options->optind]; in optparse_arg()
355 char *option = options->argv[options->optind]; in optparse_long()
380 options->optind++; in optparse_long()
[all …]
/dports/devel/z88dk/z88dk/ext/optparse/
H A Doptparse.h146 options->optind = 1; in optparse_init()
147 options->subopt = 0; in optparse_init()
148 options->optarg = 0; in optparse_init()
176 options->argv[i] = options->argv[i + 1]; in optparse_permute()
177 options->argv[options->optind - 1] = nonoption; in optparse_permute()
200 char *option = options->argv[options->optind]; in optparse()
223 next = options->argv[options->optind + 1]; in optparse()
270 char *option = options->argv[options->optind]; in optparse_arg()
351 char *option = options->argv[options->optind]; in optparse_long()
376 options->optind++; in optparse_long()
[all …]
/dports/mail/renattach/renattach-1.2.4/src/
H A Dsettings.c116 options->kill_exe = state; in parse_conf()
210 if ( (options->warning_text == NULL) || (options->warning_text[0] == '\0')) in directive_defaults()
212 if ( (options->warning_html == NULL) || (options->warning_html[0] == '\0')) in directive_defaults()
214 if ( (options->add_header == NULL) || (options->add_header[0] == '\0')) in directive_defaults()
218 if ( (options->goodlist == NULL) || (tokenize_list(options->goodlist, 0)==0) ) in directive_defaults()
220 if ( (options->badlist == NULL) || (tokenize_list(options->badlist, 0)==0) ) in directive_defaults()
232 if (options->config_file) in show_configuration()
238 if (options->pipe_cmd) in show_configuration()
276 (int)strlen(options->warning_text), options->warning_text); in show_configuration()
278 (int)strlen(options->warning_html), options->warning_html); in show_configuration()
[all …]
/dports/math/cloog/cloog-cloog-0.20.0/source/
H A Doptions.c58 if (options && options->quiet && in cloog_vmsg()
151 if (options->scop != NULL) in cloog_options_print()
183 free(options->fs); in cloog_options_free()
184 free(options->ls); in cloog_options_free()
185 free(options); in cloog_options_free()
324 { CloogOptions * options ; in cloog_options_malloc() local
328 if (options == NULL) in cloog_options_malloc()
331 options->state = state; in cloog_options_malloc()
367 return options ; in cloog_options_malloc()
527 if (!options) in cloog_options_copy_from_osl_scop()
[all …]
/dports/sysutils/webmin/webmin-1.981/mount/
H A Dnetbsd-lib.pl346 defined($options{"rdonly"}) || defined($options{"ro"})
349 defined($options{"rdonly"}) || defined($options{"ro"})
390 defined($options{'userquota'}) && $options{'userquota'} eq ""
403 defined($options{'groupquota'}) && $options{'groupquota'} eq ""
475 defined($options{"-u"}) ? getpwuid($options{"-u"}) : "";
480 defined($options{"-g"}) ? getgrgid($options{"-g"}) : "";
625 delete($options{"ro"}); delete($options{"rw"});
630 delete($options{"sync"}); delete($options{"async"});
648 $options{'sw'} = "";
677 delete($options{'-2'}); delete($options{'-3'});
[all …]
H A Dopenbsd-lib.pl348 defined($options{"rdonly"}) || defined($options{"ro"})
351 defined($options{"rdonly"}) || defined($options{"ro"})
392 defined($options{'userquota'}) && $options{'userquota'} eq ""
405 defined($options{'groupquota'}) && $options{'groupquota'} eq ""
477 defined($options{"-u"}) ? getpwuid($options{"-u"}) : "";
482 defined($options{"-g"}) ? getgrgid($options{"-g"}) : "";
627 delete($options{"ro"}); delete($options{"rw"});
632 delete($options{"sync"}); delete($options{"async"});
650 $options{'sw'} = "";
679 delete($options{'-2'}); delete($options{'-3'});
[all …]
/dports/audio/kexis/kexis/
H A Dkexis.c112 options->verbose = 0; in parse_arg()
119 options->joint = 1; in parse_arg()
231 options->inFileName = calloc(1, strlen(argv[options->argPosition])+2); in parse_files()
232 strcpy(options->inFileName, argv[options->argPosition]); in parse_files()
299 if((options.progress || options.displayHeader) && !options.dec_stdout) in main()
312 if(options.progress && !options.dec_stdout) { in main()
331 if(options->progress && options->mode==COMPRESS && !options->dec_stdout) in handle_verbose()
337 if(options->verbose && !options->dec_stdout) { in handle_verbose()
386 if(options->mode == COMPRESS && options->del_file && in free_allocated()
395 if(options->outFileStream != NULL && !options->dec_stdout) in free_allocated()
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenBuilder.php112 $this->hostid = !empty($options['hostid']) ? $options['hostid'] : null;
152 'period' => !empty($options['period']) ? $options['period'] : null,
153 'stime' => !empty($options['stime']) ? $options['stime'] : null
190 $options['screenitem'] = reset($options['screenitem']);
195 $options['resourcetype'] = $options['screenitem']['resourcetype'];
242 $options = self::appendTemplatedScreenOption($options);
267 $options = self::appendTemplatedScreenOption($options);
271 $options = self::appendTemplatedScreenOption($options);
306 return $options;
644 $options['timeline'] = empty($options['timeline']) ? '' : $options['timeline'];
[all …]
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenBuilder.php112 $this->hostid = !empty($options['hostid']) ? $options['hostid'] : null;
152 'period' => !empty($options['period']) ? $options['period'] : null,
153 'stime' => !empty($options['stime']) ? $options['stime'] : null
190 $options['screenitem'] = reset($options['screenitem']);
195 $options['resourcetype'] = $options['screenitem']['resourcetype'];
242 $options = self::appendTemplatedScreenOption($options);
267 $options = self::appendTemplatedScreenOption($options);
271 $options = self::appendTemplatedScreenOption($options);
306 return $options;
644 $options['timeline'] = empty($options['timeline']) ? '' : $options['timeline'];
[all …]
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenBuilder.php112 $this->hostid = !empty($options['hostid']) ? $options['hostid'] : null;
152 'period' => !empty($options['period']) ? $options['period'] : null,
153 'stime' => !empty($options['stime']) ? $options['stime'] : null
190 $options['screenitem'] = reset($options['screenitem']);
195 $options['resourcetype'] = $options['screenitem']['resourcetype'];
242 $options = self::appendTemplatedScreenOption($options);
267 $options = self::appendTemplatedScreenOption($options);
271 $options = self::appendTemplatedScreenOption($options);
306 return $options;
644 $options['timeline'] = empty($options['timeline']) ? '' : $options['timeline'];
[all …]
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenBuilder.php112 $this->hostid = !empty($options['hostid']) ? $options['hostid'] : null;
152 'period' => !empty($options['period']) ? $options['period'] : null,
153 'stime' => !empty($options['stime']) ? $options['stime'] : null
190 $options['screenitem'] = reset($options['screenitem']);
195 $options['resourcetype'] = $options['screenitem']['resourcetype'];
242 $options = self::appendTemplatedScreenOption($options);
267 $options = self::appendTemplatedScreenOption($options);
271 $options = self::appendTemplatedScreenOption($options);
306 return $options;
644 $options['timeline'] = empty($options['timeline']) ? '' : $options['timeline'];
[all …]
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenBuilder.php112 $this->hostid = !empty($options['hostid']) ? $options['hostid'] : null;
152 'period' => !empty($options['period']) ? $options['period'] : null,
153 'stime' => !empty($options['stime']) ? $options['stime'] : null
190 $options['screenitem'] = reset($options['screenitem']);
195 $options['resourcetype'] = $options['screenitem']['resourcetype'];
242 $options = self::appendTemplatedScreenOption($options);
267 $options = self::appendTemplatedScreenOption($options);
271 $options = self::appendTemplatedScreenOption($options);
306 return $options;
644 $options['timeline'] = empty($options['timeline']) ? '' : $options['timeline'];
[all …]
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/
H A Dtls_channel_handler.c18 AWS_ZERO_STRUCT(*options); in aws_tls_ctx_options_init_default_client()
19 options->allocator = allocator; in aws_tls_ctx_options_init_default_client()
22 options->verify_peer = true; in aws_tls_ctx_options_init_default_client()
43 AWS_ZERO_STRUCT(*options); in aws_tls_ctx_options_clean_up()
54 AWS_ZERO_STRUCT(*options); in aws_tls_ctx_options_init_client_mtls()
91 AWS_ZERO_STRUCT(*options); in aws_tls_ctx_options_init_client_mtls_from_path()
142 AWS_ZERO_STRUCT(*options); in aws_tls_ctx_options_init_client_mtls_from_system_path()
265 options->alpn_list = aws_string_new_from_c_str(options->allocator, alpn_list); in aws_tls_ctx_options_set_alpn_list()
355 if (aws_sanitize_pem(&options->ca_file, options->allocator)) { in aws_tls_ctx_options_override_default_trust_store()
472 (void)options; in aws_tls_server_ctx_new()
[all …]
/dports/www/firefox/firefox-99.0/testing/mochitest/
H A Dmochitest_options.py986 if not 1 <= options.thisChunk <= options.totalChunks:
989 if options.chunkByDir and options.chunkByRuntime:
996 options.xrePath = os.path.dirname(options.app)
1033 if options.debugOnFailure and not options.jsdebugger:
1036 if options.jsdebuggerPath and not options.jsdebugger:
1039 if options.debuggerArgs and not options.debugger:
1042 if options.valgrind or options.debugger:
1153 if options.flavor in ("a11y", "chrome") and options.e10s:
1313 options.webServer = options.remoteWebServer
1323 options.xrePath = options.utilityPath
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/tools/
H A Dgrib_ls.c135 if (options->latlon && options->latlon_mask) { in grib_tool_init()
151options->lats, options->lons, options->mask_values, options->distances, options->indexes, &size), in grib_tool_init()
302 options->lats, options->lons, options->values, in grib_tool_new_handle_action()
339 (int)options->indexes[i], options->lats[i], options->lons[i], in grib_tool_new_handle_action()
399 if (options->latlon && options->verbose) { in grib_tool_finalise_action()
403 options->latlon_idx + 1, (int)options->indexes[options->latlon_idx], in grib_tool_finalise_action()
404 options->lats[options->latlon_idx], in grib_tool_finalise_action()
405 options->lons[options->latlon_idx], in grib_tool_finalise_action()
406 options->distances[options->latlon_idx]); in grib_tool_finalise_action()
412 i + 1, (int)options->indexes[i], options->lats[i], options->lons[i], in grib_tool_finalise_action()
[all …]

1...<<11121314151617181920>>...3863