Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 9768) sorted by relevance

12345678910>>...391

/dports/security/sslsplit/sslsplit-0.5.5/
H A Dopts.h89 char *ciphers;
90 char *certgendir;
92 char *leafcrlurl;
93 char *dropuser;
94 char *dropgroup;
95 char *jaildir;
96 char *pidfile;
97 char *conffile;
102 char *pcaplog;
128 } opts_t; argument
[all …]
H A Dopts.c88 opts_t *opts; in opts_new() local
102 opts_free(opts_t *opts) in opts_free()
201 opts_has_ssl_spec(opts_t *opts) in opts_has_ssl_spec()
218 opts_has_dns_spec(opts_t *opts) in opts_has_dns_spec()
235 opts_proto_dbg_dump(opts_t *opts) in opts_proto_dbg_dump()
695 opts_set_deny_ocsp(opts_t *opts) in opts_set_deny_ocsp()
805 opts_set_sslcomp(opts_t *opts) in opts_set_sslcomp()
1299 opts_set_daemon(opts_t *opts)
1305 opts_unset_daemon(opts_t *opts)
1311 opts_set_debug(opts_t *opts)
[all …]
/dports/security/zzuf/zzuf-0.13/src/
H A Dopts.h17 struct opts struct
19 char **oldargv;
21 char *fuzzing, *bytes, *list, *ports, *protect, *refuse, *allow;
22 uint32_t seed;
26 int quiet;
27 int maxbytes;
28 int maxcpu;
29 int md5;
31 int verbose;
32 int maxmem;
[all …]
/dports/x11/kitty/kitty-0.23.1/kitty/options/
H A Dto-c-generated.h9 convert_from_python_font_size(PyObject *val, Options *opts) { in convert_from_python_font_size()
14 convert_from_opts_font_size(PyObject *py_opts, Options *opts) { in convert_from_opts_font_size()
22 convert_from_python_force_ltr(PyObject *val, Options *opts) { in convert_from_python_force_ltr()
27 convert_from_opts_force_ltr(PyObject *py_opts, Options *opts) { in convert_from_opts_force_ltr()
61 convert_from_python_adjust_baseline(PyObject *val, Options *opts) { in convert_from_python_adjust_baseline()
87 convert_from_python_cursor_shape(PyObject *val, Options *opts) { in convert_from_python_cursor_shape()
217 convert_from_python_url_color(PyObject *val, Options *opts) { in convert_from_python_url_color()
222 convert_from_opts_url_color(PyObject *py_opts, Options *opts) { in convert_from_opts_url_color()
230 convert_from_python_url_style(PyObject *val, Options *opts) { in convert_from_python_url_style()
235 convert_from_opts_url_style(PyObject *py_opts, Options *opts) { in convert_from_opts_url_style()
[all …]
/dports/devel/py-apptools/apptools-4.5.0/examples/permissions/server/
H A Dtest_client.py33 def check_blob(opts): argument
43 def check_name(opts): argument
63 def add_role(opts): argument
69 def add_user(opts): argument
75 def all_roles(opts): argument
87 def delete_role(opts): argument
93 def delete_user(opts): argument
123 def get_policy(opts): argument
147 def modify_role(opts): argument
153 def modify_user(opts): argument
[all …]
/dports/devel/libburn/libburn-1.5.4/libburn/
H A Doptions.c31 struct burn_write_opts *opts; in burn_write_opts_new() local
74 void burn_write_opts_free(struct burn_write_opts *opts) in burn_write_opts_free()
114 struct burn_read_opts *opts; in burn_read_opts_new() local
132 void burn_read_opts_free(struct burn_read_opts *opts) in burn_read_opts_free()
138 int burn_write_opts_set_write_type(struct burn_write_opts *opts, in burn_write_opts_set_write_type()
190 int burn_write_opts_set_underrun_proof(struct burn_write_opts *opts, in burn_write_opts_set_underrun_proof()
212 void burn_write_opts_set_mediacatalog(struct burn_write_opts *opts, in burn_write_opts_set_mediacatalog()
228 void burn_write_opts_set_fail21h_sev(struct burn_write_opts *opts, in burn_write_opts_set_fail21h_sev()
246 int burn_write_opts_set_leadin_text(struct burn_write_opts *opts, in burn_write_opts_set_leadin_text()
314 struct burn_write_opts *opts, struct burn_disc *disc, in burn_write_opts_auto_write_type()
[all …]
/dports/security/sslproxy/SSLproxy-0.9.2/tests/testproxy/lp/
H A Dopts.h54 typedef struct opts { struct
78 #define OPTS_DEBUG(opts) unlikely((opts)->debug) argument
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-find-and-modify.c36 mongoc_find_and_modify_opts_t *opts = NULL; in mongoc_find_and_modify_opts_new() local
46 mongoc_find_and_modify_opts_set_sort (mongoc_find_and_modify_opts_t *opts, in mongoc_find_and_modify_opts_set_sort()
91 const mongoc_find_and_modify_opts_t *opts, bson_t *update) in mongoc_find_and_modify_opts_get_update()
120 const mongoc_find_and_modify_opts_t *opts, bson_t *fields) in mongoc_find_and_modify_opts_get_fields()
134 mongoc_find_and_modify_opts_t *opts, in mongoc_find_and_modify_opts_set_flags()
145 const mongoc_find_and_modify_opts_t *opts) in mongoc_find_and_modify_opts_get_flags()
154 mongoc_find_and_modify_opts_t *opts, bool bypass) in mongoc_find_and_modify_opts_set_bypass_document_validation()
164 const mongoc_find_and_modify_opts_t *opts) in mongoc_find_and_modify_opts_get_bypass_document_validation()
173 mongoc_find_and_modify_opts_t *opts, uint32_t max_time_ms) in mongoc_find_and_modify_opts_set_max_time_ms()
183 const mongoc_find_and_modify_opts_t *opts) in mongoc_find_and_modify_opts_get_max_time_ms()
[all …]
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-find-and-modify.c36 mongoc_find_and_modify_opts_t *opts = NULL; in mongoc_find_and_modify_opts_new() local
46 mongoc_find_and_modify_opts_set_sort (mongoc_find_and_modify_opts_t *opts, in mongoc_find_and_modify_opts_set_sort()
91 const mongoc_find_and_modify_opts_t *opts, bson_t *update) in mongoc_find_and_modify_opts_get_update()
120 const mongoc_find_and_modify_opts_t *opts, bson_t *fields) in mongoc_find_and_modify_opts_get_fields()
134 mongoc_find_and_modify_opts_t *opts, in mongoc_find_and_modify_opts_set_flags()
145 const mongoc_find_and_modify_opts_t *opts) in mongoc_find_and_modify_opts_get_flags()
154 mongoc_find_and_modify_opts_t *opts, bool bypass) in mongoc_find_and_modify_opts_set_bypass_document_validation()
166 const mongoc_find_and_modify_opts_t *opts) in mongoc_find_and_modify_opts_get_bypass_document_validation()
176 mongoc_find_and_modify_opts_t *opts, uint32_t max_time_ms) in mongoc_find_and_modify_opts_set_max_time_ms()
186 const mongoc_find_and_modify_opts_t *opts) in mongoc_find_and_modify_opts_get_max_time_ms()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/diameter/examples/code/
H A Dclient.erl142 opts(T) function
148 opts({T, RA, RP}) -> function
151 opts({T, loopback, RA, RP}) -> function
154 opts({T, LA, RA, RP}) function
158 opts({any, Opts, RA, RP}) -> function
165 opts({tcp, Opts, RA, RP}) -> function
168 opts({sctp, Opts, RA, RP}) -> function
177 opts({Mod, Opts, RA, RP}) -> function
181 opts(T) -> function
186 opts(loopback, RP) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/diameter/examples/code/
H A Dclient.erl142 opts(T) function
148 opts({T, RA, RP}) -> function
151 opts({T, loopback, RA, RP}) -> function
154 opts({T, LA, RA, RP}) function
158 opts({any, Opts, RA, RP}) -> function
165 opts({tcp, Opts, RA, RP}) -> function
168 opts({sctp, Opts, RA, RP}) -> function
177 opts({Mod, Opts, RA, RP}) -> function
181 opts(T) -> function
186 opts(loopback, RP) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/diameter/examples/code/
H A Dclient.erl142 opts(T) function
148 opts({T, RA, RP}) -> function
151 opts({T, loopback, RA, RP}) -> function
154 opts({T, LA, RA, RP}) function
158 opts({any, Opts, RA, RP}) -> function
165 opts({tcp, Opts, RA, RP}) -> function
168 opts({sctp, Opts, RA, RP}) -> function
177 opts({Mod, Opts, RA, RP}) -> function
181 opts(T) -> function
186 opts(loopback, RP) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/diameter/examples/code/
H A Dclient.erl142 opts(T) function
148 opts({T, RA, RP}) -> function
151 opts({T, loopback, RA, RP}) -> function
154 opts({T, LA, RA, RP}) function
158 opts({any, Opts, RA, RP}) -> function
165 opts({tcp, Opts, RA, RP}) -> function
168 opts({sctp, Opts, RA, RP}) -> function
177 opts({Mod, Opts, RA, RP}) -> function
181 opts(T) -> function
186 opts(loopback, RP) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/diameter/examples/code/
H A Dclient.erl142 opts(T) function
148 opts({T, RA, RP}) -> function
151 opts({T, loopback, RA, RP}) -> function
154 opts({T, LA, RA, RP}) function
158 opts({any, Opts, RA, RP}) -> function
165 opts({tcp, Opts, RA, RP}) -> function
168 opts({sctp, Opts, RA, RP}) -> function
177 opts({Mod, Opts, RA, RP}) -> function
181 opts(T) -> function
186 opts(loopback, RP) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/diameter/examples/code/
H A Dclient.erl142 opts(T) function
148 opts({T, RA, RP}) -> function
151 opts({T, loopback, RA, RP}) -> function
154 opts({T, LA, RA, RP}) function
158 opts({any, Opts, RA, RP}) -> function
165 opts({tcp, Opts, RA, RP}) -> function
168 opts({sctp, Opts, RA, RP}) -> function
177 opts({Mod, Opts, RA, RP}) -> function
181 opts(T) -> function
186 opts(loopback, RP) -> function
[all …]
/dports/finance/py-ebaysdk/ebaysdk-2.2.0/samples/
H A Dtrading.py50 def run(opts): argument
65 def feedback(opts): argument
83 def getTokenStatus(opts): argument
97 def verifyAddItem(opts): argument
168 def verifyAddItemErrorCodes(opts): argument
247 def uploadPicture(opts): argument
267 def uploadPictureFromFilesystem(opts, filepath): argument
290 def memberMessages(opts): argument
328 def getUser(opts): argument
342 def getOrders(opts): argument
[all …]
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/
H A Dapi.c122 int parse_options_delete(Parse_Options opts) in parse_options_delete()
163 int parse_options_get_verbosity(Parse_Options opts) { in parse_options_get_verbosity()
200 char * parse_options_get_debug(Parse_Options opts) { in parse_options_get_debug()
237 char * parse_options_get_test(Parse_Options opts) { in parse_options_get_test()
261 int parse_options_get_linkage_limit(Parse_Options opts) in parse_options_get_linkage_limit()
293 bool parse_options_get_islands_ok(Parse_Options opts) { in parse_options_get_islands_ok()
356 int parse_options_get_max_memory(Parse_Options opts) { in parse_options_get_max_memory()
368 bool parse_options_timer_expired(Parse_Options opts) { in parse_options_timer_expired()
395 char * parse_options_get_dialect(Parse_Options opts) in parse_options_get_dialect()
451 int sentence_split(Sentence sent, Parse_Options opts) in sentence_split()
[all …]
/dports/sysutils/zoxide/zoxide-0.6.0/src/
H A Dshell.rs58 fn opts() -> &'static [Opts<'static>] { in opts() function
65 let mut opts = Vec::new(); in opts() localVariable
99 let opts = dbg!(&opts()[i]); localVariable
111 let opts = dbg!(&opts()[i]); localVariable
124 let opts = dbg!(&opts()[i]); localVariable
139 let opts = dbg!(&opts()[i]); localVariable
164 let opts = dbg!(&opts()[i]); localVariable
181 let opts = dbg!(&opts()[i]); localVariable
200 let opts = dbg!(&opts()[i]); localVariable
220 let opts = dbg!(&opts()[i]); localVariable
[all …]
/dports/lang/janet/janet-1.19.2/src/core/
H A Dcfuns.c31 static int arity1or2(JanetFopts opts, JanetSlot *args) { in arity1or2()
36 static int arity2or3(JanetFopts opts, JanetSlot *args) { in arity2or3()
41 static int fixarity1(JanetFopts opts, JanetSlot *args) { in fixarity1()
45 static int maxarity1(JanetFopts opts, JanetSlot *args) { in maxarity1()
49 static int minarity2(JanetFopts opts, JanetSlot *args) { in minarity2()
53 static int fixarity2(JanetFopts opts, JanetSlot *args) { in fixarity2()
57 static int fixarity3(JanetFopts opts, JanetSlot *args) { in fixarity3()
78 JanetFopts opts, in opfunction()
115 JanetFopts opts, in opreduce()
174 static JanetSlot do_in(JanetFopts opts, JanetSlot *args) { in do_in()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.to.3d/
H A Dlocal_proto.h4 struct opts { struct
14 void parse_args(struct opts *); argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_superlearn/
H A Dlearning_options.c55 void regress_opts_free(struct RegressOpts * opts) in regress_opts_free()
117 struct RegressOpts * opts = regress_opts_alloc(dim); in regress_opts_create() local
153 void regress_opts_set_sample_weights(struct RegressOpts * opts, const double * weights) in regress_opts_set_sample_weights()
166 void regress_opts_set_max_als_sweep(struct RegressOpts * opts, size_t maxsweeps) in regress_opts_set_max_als_sweep()
178 void regress_opts_set_kristoffel(struct RegressOpts * opts, int active) in regress_opts_set_kristoffel()
191 void regress_opts_set_als_conv_tol(struct RegressOpts * opts, double tol) in regress_opts_set_als_conv_tol()
203 void regress_opts_set_regularization_weight(struct RegressOpts * opts, double weight) in regress_opts_set_regularization_weight()
216 double regress_opts_get_regularization_weight(const struct RegressOpts * opts) in regress_opts_get_regularization_weight()
229 void regress_opts_set_verbose(struct RegressOpts * opts, int verbose) in regress_opts_set_verbose()
270 size_t regress_opts_get_nepochs(const struct RegressOpts * opts) in regress_opts_get_nepochs()
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/loader/
H A D__init__.py86 opts, argument
120 opts, argument
252 opts, argument
380 def matchers(opts): argument
407 opts, argument
476 def tops(opts): argument
1064 def queues(opts): argument
1096 def pkgdb(opts): argument
1122 def clouds(opts): argument
1153 def netapi(opts): argument
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/stripe/stripe-php/lib/Service/
H A DAccountService.php20 public function all($params = null, $opts = null)
38 public function allCapabilities($parentId, $params = null, $opts = null)
54 public function allExternalAccounts($parentId, $params = null, $opts = null)
72 public function allPersons($parentId, $params = null, $opts = null)
90 public function create($params = null, $opts = null)
127 public function createLoginLink($parentId, $params = null, $opts = null)
143 public function createPerson($parentId, $params = null, $opts = null)
167 public function delete($id, $params = null, $opts = null)
224 public function reject($id, $params = null, $opts = null)
300 public function update($id, $params = null, $opts = null)
[all …]
H A DCustomerService.php20 public function all($params = null, $opts = null)
53 public function allSources($parentId, $params = null, $opts = null)
69 public function allTaxIds($parentId, $params = null, $opts = null)
84 public function create($params = null, $opts = null)
123 public function createSource($parentId, $params = null, $opts = null)
139 public function createTaxId($parentId, $params = null, $opts = null)
156 public function delete($id, $params = null, $opts = null)
172 public function deleteDiscount($id, $params = null, $opts = null)
204 public function deleteTaxId($parentId, $id, $params = null, $opts = null)
221 public function retrieve($id, $params = null, $opts = null)
[all …]
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/tests/
H A Dprogram_options.cc11 po::options_description opts(""); variable
19 po::options_description opts(""); variable
27 po::options_description opts(""); variable
35 po::options_description opts(""); variable
42 po::options_description opts(""); variable
51 po::options_description opts(""); variable
58 po::options_description opts(""); variable

12345678910>>...391