Home
last modified time | relevance | path

Searched refs:find_opt (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dmake_stim_times.py218 opt = uopts.find_opt('-verb')
226 opt = uopts.find_opt('-files')
232 opt = uopts.find_opt('-run_trs')
238 if uopts.find_opt('-nruns') or uopts.find_opt('-nt'):
242 if not uopts.find_opt('-nruns') or not uopts.find_opt('-nt'):
248 opt = uopts.find_opt('-nt')
258 opt = uopts.find_opt('-offset')
265 opt = uopts.find_opt('-prefix')
268 opt = uopts.find_opt('-tr')
274 opt = uopts.find_opt('-labels')
[all …]
H A Dalign_epi_anat.py1033 opt2 = opt_list.find_opt('-ver')
1070 opt = opt_list.find_opt('-suffix')
1077 opt = opt_list.find_opt('-cost')
1090 if (opt_list.find_opt('-epi2anat') or
1095 if(opt_list.find_opt('-anat2epi') or
1284 opt = self.user_opts.find_opt('-epi')
1289 opt = self.user_opts.find_opt('-anat')
1454 opt = self.user_opts.find_opt('-epi')
1469 opt = self.user_opts.find_opt('-anat')
3357 opt = ps.user_opts.find_opt('-anat')
[all …]
H A Dauto_warp.py201 opt2 = opt_list.find_opt('-ver')
235 opt = opt_list.find_opt('-suffix')
256 opt = opt_list.find_opt('-qw_opts')
262 opt = opt_list.find_opt('-warp_dxyz')
272 opt = opt_list.find_opt('-affine_dxyz')
282 opt = opt_list.find_opt('-unifize_input')
290 opt = opt_list.find_opt('-skip_affine')
294 opt = opt_list.find_opt('-followers')
465 opt = self.user_opts.find_opt('-input')
473 opt = self.user_opts.find_opt('-base')
[all …]
H A Dafni_proc.py1859 if opt_list.find_opt('-compare_opts'):
1876 if opt_list.find_opt('-show_example'):
1884 if opt_list.find_opt('-verb'):
1892 if opt_list.find_opt('-surf_blur_fwhm'):
1935 opt = opt_list.find_opt('-copy_anat')
1953 opt = opt_list.find_opt('-out_dir')
1967 opt = opt_list.find_opt('-script')
2026 o0 = self.user_opts.find_opt('-dsets')
2215 opt = self.user_opts.find_opt('-blocks')
2944 if self.user_opts.find_opt('-bash'):
[all …]
H A Dpython_module_test.py190 if self.user_opts.find_opt('-full_test'):
196 if self.user_opts.find_opt('-test_defaults'):
203 if self.user_opts.find_opt('-platform_info'):
206 if self.user_opts.find_opt('-python_ver'):
H A Duber_subject.py346 if uopts.find_opt('-print_ap_command'):
350 opt = uopts.find_opt('-save_ap_command')
357 if uopts.find_opt('-exec_ap_command'):
359 if subj != None and uopts.find_opt('-exec_proc_script'):
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Ddb_mod.py73 uopt = user_opts.find_opt(opt_name)
89 bopt = block.opts.find_opt(opt_name)
3357 if block.opts.find_opt(oname):
3474 opt = block.opts.find_opt(oname)
3486 opt = block.opts.find_opt(oname)
4223 if user_opts.find_opt(opt):
5269 uopt = user_opts.find_opt(oname)
5280 uopt = user_opts.find_opt(oname)
6670 if block.opts.find_opt(ofwhm):
6706 if block.opts.find_opt(mopt):
[all …]
H A Dask_me.py46 if not proc.user_opts.find_opt('-subj_id'):
54 if not proc.user_opts.find_opt('-script'):
62 if not proc.user_opts.find_opt('-tcat_remove_first_trs'):
79 if not proc.user_opts.find_opt('-volreg_align_to'):
102 if not proc.user_opts.find_opt('-regress_basis'):
120 if not proc.user_opts.find_opt('-regress_stim_times') and \
121 not proc.user_opts.find_opt('-regress_stim_files'):
124 if not proc.user_opts.find_opt('-regress_stim_labels'):
H A Doption_list.py144 def find_opt(self, name, nth=1): # find nth occurance of option name member in OptionList
180 opt = self.find_opt(name, nth=nth)
191 opt = self.find_opt(name, nth=nth)
200 if opt == None: opt = self.find_opt(opt_name)
226 if opt == None: opt = self.find_opt(opt_name)
251 if opt == None: opt = self.find_opt(opt_name)
263 if opt == None: opt = self.find_opt(opt_name)
296 if opt == None: opt = self.find_opt(opt_name)
323 opt = self.find_opt(opt_name)
340 opt = self.find_opt(opt_name)
[all …]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/basic/
H A Dopt_variants.ml32 assert(List.find_opt (fun _ -> true) [] = None);
42 assert(Hashtbl.find_opt h 42 = None);
44 assert(Hashtbl.find_opt h 42 = Some ());
62 assert(IntSet.find_opt 42 IntSet.empty = None);
63 assert(IntSet.find_opt 42 set = Some 42);
64 assert(IntSet.find_opt 0 set = None);
82 assert(IntMap.find_opt 42 IntMap.empty = None);
83 assert(IntMap.find_opt 42 map = Some "42");
84 assert(IntMap.find_opt 0 map = None);
110 assert (W.find_opt w r = None);
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/basic/
H A Dopt_variants.ml32 assert(List.find_opt (fun _ -> true) [] = None);
42 assert(Hashtbl.find_opt h 42 = None);
44 assert(Hashtbl.find_opt h 42 = Some ());
62 assert(IntSet.find_opt 42 IntSet.empty = None);
63 assert(IntSet.find_opt 42 set = Some 42);
64 assert(IntSet.find_opt 0 set = None);
82 assert(IntMap.find_opt 42 IntMap.empty = None);
83 assert(IntMap.find_opt 42 map = Some "42");
84 assert(IntMap.find_opt 0 map = None);
110 assert (W.find_opt w r = None);
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/tools/
H A Darginfo-check.php48 $real_min = $real_max = $find_opt = 0; variable
54 $find_opt = 1; variable
56 if (!$find_opt) {
/dports/lang/sdcc/sdcc-4.0.0/support/cpp/
H A Dopts-common.c50 find_opt (const char *input, int lang_mask) in find_opt() function
145 opt_index = find_opt (opt + 1, -1); in prune_options()
161 opt_index = find_opt (opt + 1, -1); in prune_options()
/dports/net/gnu-dico/dico-2.10/lib/
H A Dparseopt.c23 find_opt(struct dico_option *opt, const char *str, const char **value) in find_opt() function
96 struct dico_option *p = find_opt(opt, argv[i], &value); in dico_parseopt()
104 if ((p = find_opt(opt, argv[j], &value))) in dico_parseopt()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/dlsolvers/
H A DREADME16 void *dl_constructor(Optimizer1 *D, dl_find_optimum_t *find_opt, dl_destructor_t *cleanup);
23 function pointers to the other two arguments, providing a "find_opt"
26 void* value that is passed to find_opt and cleanup to give those
29 find_opt and cleanup invocations have the form
31 find_opt(v, D)
/dports/emulators/qemu5/qemu-5.2.0/tools/virtiofsd/
H A Dfuse_opt.c201 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
215 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
295 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
297 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tools/virtiofsd/
H A Dfuse_opt.c201 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
215 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
295 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
297 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tools/virtiofsd/
H A Dfuse_opt.c197 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
211 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
291 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
293 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
/dports/emulators/qemu/qemu-6.2.0/tools/virtiofsd/
H A Dfuse_opt.c197 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
211 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
291 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
293 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tools/virtiofsd/
H A Dfuse_opt.c201 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
215 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
295 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
297 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
/dports/sysutils/fusefs-funionfs/funionfs-0.4.3/compat/
H A Dfuse_opt.c158 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
170 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
241 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
243 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
/dports/sysutils/fusefs-sshfs/sshfs-sshfs-3.7.2/compat/
H A Dfuse_opt.c158 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
170 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
241 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
243 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
/dports/sysutils/fusefs-afuse/afuse-0.4.1/compat/
H A Dfuse_opt.c159 static const struct fuse_opt *find_opt(const struct fuse_opt *opt,
171 return find_opt(opts, opt, &dummy) ? 1 : 0;
244 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep);
246 for (; opt; opt = find_opt(opt + 1, arg, &sep)) {
/dports/sysutils/fusefs-curlftpfs/curlftpfs-0.9.2/compat/
H A Dfuse_opt.c155 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
167 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
238 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
240 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libfuse-lite/
H A Dfuse_opt.c162 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
174 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
245 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
247 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()

12345678910>>...17