Home
last modified time | relevance | path

Searched refs:defopt (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/dports/science/afni/afni-AFNI_21.3.16/src/ptaylor/
H A DFuncTrac.c14 TRACK_RUN_PARAMS defopt; in SetInitialTrackingDefaults() local
17 defopt.NAMEIN_mode = NULL; // "-mode" in SetInitialTrackingDefaults()
18 defopt.NAMEIN_netrois = NULL; // "-netrois" in SetInitialTrackingDefaults()
19 defopt.prefix = NULL; // "-prefix" in SetInitialTrackingDefaults()
22 defopt.dti_inpref = NULL; // "-dti_in" in SetInitialTrackingDefaults()
23 defopt.dti_listname = NULL; // "-dti_list" in SetInitialTrackingDefaults()
33 defopt.NAMEIN_mask = NULL; // "-mask" in SetInitialTrackingDefaults()
37 defopt.algopt_file_name = NULL; // "-algopt" in SetInitialTrackingDefaults()
55 defopt.LOG_TYPE=-1; // "-logic" in SetInitialTrackingDefaults()
81 defopt.NIFTI_OUT=0; // "-nifti" in SetInitialTrackingDefaults()
[all …]
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Doptimize.h222 #define defopt ivier macro
233 # define defopt idrei macro
240 # define defopt ifuenf macro
258 # define defopt mmx macro
267 # define defopt sse macro
277 # define defopt sse macro
332 # define defopt x86_64 macro
340 # define defopt avx macro
347 # define defopt arm macro
354 # define defopt neon macro
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Doptimize.h222 #define defopt ivier
233 # define defopt idrei
240 # define defopt ifuenf
258 # define defopt mmx
267 # define defopt sse
277 # define defopt sse
332 # define defopt x86_64
340 # define defopt avx
347 # define defopt arm
354 # define defopt neon
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Doptimize.h222 #define defopt ivier
233 # define defopt idrei
240 # define defopt ifuenf
258 # define defopt mmx
267 # define defopt sse
277 # define defopt sse
332 # define defopt x86_64
340 # define defopt avx
347 # define defopt arm
354 # define defopt neon
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_edge_dog.c7 PARAMS_edge_dog defopt; in set_edge_dog_defaults() local
9 defopt.input_name = NULL; in set_edge_dog_defaults()
10 defopt.mask_name = NULL; in set_edge_dog_defaults()
11 defopt.prefix = NULL; in set_edge_dog_defaults()
12 defopt.prefix_dog = NULL; in set_edge_dog_defaults()
23 defopt.sigma_rad[0] = 2.0; in set_edge_dog_defaults()
37 defopt.ratio_sigma = 1.4; in set_edge_dog_defaults()
67 defopt.edge_bnd_NN = 1; in set_edge_dog_defaults()
72 defopt.verb = 1; in set_edge_dog_defaults()
75 defopt.only2D = NULL; in set_edge_dog_defaults()
[all …]
H A Dthd_euler_dist.c6 PARAMS_euler_dist defopt; in set_euler_dist_defaults() local
9 defopt.mask_name = NULL; in set_euler_dist_defaults()
20 defopt.edims[1] = 0.0; in set_euler_dist_defaults()
21 defopt.edims[2] = 0.0; in set_euler_dist_defaults()
22 defopt.shape[0] = 0; in set_euler_dist_defaults()
23 defopt.shape[1] = 0; in set_euler_dist_defaults()
24 defopt.shape[2] = 0; in set_euler_dist_defaults()
26 defopt.verb = 1; in set_euler_dist_defaults()
28 defopt.only2D = NULL; in set_euler_dist_defaults()
33 defopt.binary_only = 0; in set_euler_dist_defaults()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dido.texi176 @end defopt
189 @end defopt
393 @end defopt
426 @end defopt
546 @end defopt
560 @end defopt
565 @end defopt
570 @end defopt
576 @end defopt
607 @end defopt
[all …]
H A Durl.texi361 @end defopt
369 @end defopt
411 @end defopt
439 @end defopt
443 @end defopt
448 @end defopt
453 @end defopt
458 @end defopt
463 @end defopt
493 @end defopt
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dido.texi176 @end defopt
189 @end defopt
393 @end defopt
426 @end defopt
546 @end defopt
560 @end defopt
565 @end defopt
570 @end defopt
576 @end defopt
607 @end defopt
[all …]
H A Durl.texi361 @end defopt
369 @end defopt
411 @end defopt
439 @end defopt
443 @end defopt
448 @end defopt
453 @end defopt
458 @end defopt
463 @end defopt
493 @end defopt
[all …]
/dports/math/maxima/maxima-5.43.2/interfaces/emacs/imaxima/
H A Dimaxima.texi199 @end defopt
292 @end defopt
298 @end defopt
302 @end defopt
310 @end defopt
314 @end defopt
319 @end defopt
324 @end defopt
343 @end defopt
348 @end defopt
[all …]
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_optparse.c348 const pdc_defopt *defopt, in pdc_parse_optionlist() argument
402 resopt[i].defopt = &defopt[i]; in pdc_parse_optionlist()
404 if (defopt[i].flags & PDC_OPT_IGNOREIF1 || in pdc_parse_optionlist()
405 defopt[i].flags & PDC_OPT_IGNOREIF2 || in pdc_parse_optionlist()
408 defopt[i].flags & PDC_OPT_REQUIRED) in pdc_parse_optionlist()
412 issorted = (strcmp(defopt[i-1].name, defopt[i].name) <= 0) ? in pdc_parse_optionlist()
427 s2 = defopt[it].name; in pdc_parse_optionlist()
481 dopt = &defopt[it]; in pdc_parse_optionlist()
1168 keyword = (char *) defopt[is].name; in pdc_parse_optionlist()
1305 s2 = resopt[i].defopt->name; in pdc_get_optvalues()
[all …]
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_optparse.c348 const pdc_defopt *defopt, in pdc_parse_optionlist() argument
402 resopt[i].defopt = &defopt[i]; in pdc_parse_optionlist()
404 if (defopt[i].flags & PDC_OPT_IGNOREIF1 || in pdc_parse_optionlist()
405 defopt[i].flags & PDC_OPT_IGNOREIF2 || in pdc_parse_optionlist()
408 defopt[i].flags & PDC_OPT_REQUIRED) in pdc_parse_optionlist()
412 issorted = (strcmp(defopt[i-1].name, defopt[i].name) <= 0) ? in pdc_parse_optionlist()
427 s2 = defopt[it].name; in pdc_parse_optionlist()
481 dopt = &defopt[it]; in pdc_parse_optionlist()
1168 keyword = (char *) defopt[is].name; in pdc_parse_optionlist()
1305 s2 = resopt[i].defopt->name; in pdc_get_optvalues()
[all …]
/dports/lang/mdk/mdk-1.3.0/doc/
H A Dmdk_mixasm.texi53 @defopt -v
56 @end defopt
58 @defopt -h
63 @end defopt
65 @defopt -O
70 @end defopt
72 @defopt -o output_file
77 @end defopt
79 @defopt -l
87 @end defopt
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/tools/
H A Dmake_project164 def defopt(name, v, isdir=True):
167 defopt('project_host' , NODENAME, isdir=False)
175 defopt('html_user_url' , 'URL_BASE/PROJECT')
176 defopt('html_ops_url' , 'URL_BASE/PROJECT_ops')
178 defopt('user_name' , USER, isdir=False)
179 defopt('project_root' , HOME+'/projects/PROJECT')
180 defopt('key_dir' , options.project_root+'keys')
182 defopt('db_name' , 'PROJECT', isdir=False)
183 defopt('db_user' , 'USER_NAME', isdir=False)
184 defopt('db_passwd' , '', isdir=False)
[all …]
/dports/textproc/greple/greple-5ad6491/lib/App/Greple/
H A Dperl.pm87 defopt :code &part(code)
88 defopt :comment &part(comment)
89 defopt :pod &part(pod)
90 defopt :data &part(data)
91 defopt :doc &part(doc)
/dports/security/theonionbox/theonionbox-4.3.1/theonionbox/tob/
H A Dconfigcollector.py90 defopt = {}
100 if param not in defopt:
101 defopt[param] = [default]
103 defopt[param].append(default)
139 if option in defopt:
140 default = defopt[option]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/otiai10/copy/
H A Dcopy.go204 defopt := getDefaultOptions(src, dest)
206 return defopt
209 opts[0].OnSymlink = defopt.OnSymlink
212 opts[0].Skip = defopt.Skip
214 opts[0].intent.src = defopt.intent.src
215 opts[0].intent.dest = defopt.intent.dest
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/otiai10/copy/
H A Dcopy.go230 defopt := getDefaultOptions(src, dest)
232 return defopt
235 opts[0].OnSymlink = defopt.OnSymlink
238 opts[0].Skip = defopt.Skip
240 opts[0].intent.src = defopt.intent.src
241 opts[0].intent.dest = defopt.intent.dest
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/unit/3 subproject defaults/
H A Dmeson.build2 default_options : ['defopoverride=defopt', # This should be overridden.
3 'fromcmdline=defopt'] # This should get the value set in command line.
9 assert(get_option('defopoverride') == 'defopt', 'Default option without cmd line override is incorr…
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/unit/3 subproject defaults/
H A Dmeson.build2 default_options : ['defopoverride=defopt', # This should be overridden.
3 'fromcmdline=defopt'] # This should get the value set in command line.
9 assert(get_option('defopoverride') == 'defopt', 'Default option without cmd line override is incorr…
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/unit/3 subproject defaults/
H A Dmeson.build2 default_options : ['defopoverride=defopt', # This should be overridden.
3 'fromcmdline=defopt'] # This should get the value set in command line.
9 assert(get_option('defopoverride') == 'defopt', 'Default option without cmd line override is incorr…
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/unit/3 subproject defaults/
H A Dmeson.build2 default_options : ['defopoverride=defopt', # This should be overridden.
3 'fromcmdline=defopt'] # This should get the value set in command line.
9 assert(get_option('defopoverride') == 'defopt', 'Default option without cmd line override is incorr…
/dports/devel/meson/meson-0.60.3/test cases/unit/3 subproject defaults/
H A Dmeson.build2 default_options : ['defopoverride=defopt', # This should be overridden.
3 'fromcmdline=defopt'] # This should get the value set in command line.
9 assert(get_option('defopoverride') == 'defopt', 'Default option without cmd line override is incorr…
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/cups/
H A Dgenppd.c438 const char *defopt; /* Default printer option */ in write_ppd() local
598 defopt = (*(printfuncs->default_parameters))(p, NULL, "PageSize"); in write_ppd()
649 gzprintf(fp, "*DefaultPageSize: %s\n", defopt); in write_ppd()
660 gzprintf(fp, "*DefaultPageRegion: %s\n", defopt); in write_ppd()
669 gzprintf(fp, "*DefaultImageableArea: %s\n", defopt); in write_ppd()
679 gzprintf(fp, "*DefaultPaperDimension: %s\n", defopt); in write_ppd()
773 defopt = (*(printfuncs->default_parameters))(p, NULL, "MediaType"); in write_ppd()
779 gzprintf(fp, "*DefaultMediaType: %s\n", defopt); in write_ppd()
805 gzprintf(fp, "*DefaultInputSlot: %s\n", defopt); in write_ppd()
829 gzprintf(fp, "*DefaultResolution: %s\n", defopt); in write_ppd()
[all …]

12345678910>>...34