Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 18355) sorted by relevance

12345678910>>...735

/dports/textproc/po4a/po4a-0.65/lib/Locale/Po4a/
H A DDocbook.pm110 my %options = @_;
112 $self->SUPER::initialize(%options);
113 $self->{options}{'wrap'} = 1;
114 $self->{options}{'doctype'} = $self->{options}{'doctype'} || 'docbook xml';
158 $self->{options}{'_default_translated'} .= " <alt>";
159 $self->{options}{'_default_inline'} .= " <alt>";
208 $self->{options}{'_default_translated'} .= " <arg>";
209 $self->{options}{'_default_inline'} .= " <arg>";
434 $self->{options}{'_default_translated'} .= " <co>";
2053 $self->{options}{'_default_attributes'} .= '
[all …]
/dports/biology/py-macs2/MACS-2.2.7.1/MACS2/
H A DOptValidator.py42 options.gsize = efgsize[options.gsize]
54 options.format = options.format.upper()
118 options.format = options.format.upper()
126 options.lmfold = options.mfold[0]
127 options.umfold = options.mfold[1]
128 if options.lmfold > options.umfold:
133 options.peakxls = os.path.join( options.outdir, options.name+"_peaks.xls" )
147 options.modelR = os.path.join( options.outdir, options.name+"_model.r" )
590 options.lmfold = options.mfold[0]
591 options.umfold = options.mfold[1]
[all …]
/dports/math/igraph/igraph-0.9.5/src/layout/drl/
H A Ddrl_layout.cpp254 options->edge_cut = 32.0 / 40.0; in igraph_layout_drl_options_init()
258 options->init_iterations = 0; in igraph_layout_drl_options_init()
260 options->init_attraction = 10; in igraph_layout_drl_options_init()
290 options->init_iterations = 0; in igraph_layout_drl_options_init()
292 options->init_attraction = 10; in igraph_layout_drl_options_init()
322 options->init_iterations = 0; in igraph_layout_drl_options_init()
354 options->init_iterations = 0; in igraph_layout_drl_options_init()
357 options->init_damping_mult = 0; in igraph_layout_drl_options_init()
386 options->init_iterations = 0; in igraph_layout_drl_options_init()
389 options->init_damping_mult = 0; in igraph_layout_drl_options_init()
[all …]
/dports/math/R-cran-igraph/igraph/src/
H A Ddrl_layout.cpp254 options->edge_cut = 32.0 / 40.0; in igraph_layout_drl_options_init()
258 options->init_iterations = 0; in igraph_layout_drl_options_init()
260 options->init_attraction = 10; in igraph_layout_drl_options_init()
290 options->init_iterations = 0; in igraph_layout_drl_options_init()
292 options->init_attraction = 10; in igraph_layout_drl_options_init()
322 options->init_iterations = 0; in igraph_layout_drl_options_init()
354 options->init_iterations = 0; in igraph_layout_drl_options_init()
357 options->init_damping_mult = 0; in igraph_layout_drl_options_init()
386 options->init_iterations = 0; in igraph_layout_drl_options_init()
389 options->init_damping_mult = 0; in igraph_layout_drl_options_init()
[all …]
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DFind.php71 private $options; variable in MongoDB\\Operation\\Find
191 …if (isset($options['collation']) && ! is_array($options['collation']) && ! is_object($options['col…
211 …if (isset($options['hint']) && ! is_string($options['hint']) && ! is_array($options['hint']) && ! …
219 if (isset($options['max']) && ! is_array($options['max']) && ! is_object($options['max'])) {
235 if (isset($options['min']) && ! is_array($options['min']) && ! is_object($options['min'])) {
239 …if (isset($options['modifiers']) && ! is_array($options['modifiers']) && ! is_object($options['mod…
283 … if (isset($options['sort']) && ! is_array($options['sort']) && ! is_object($options['sort'])) {
306 $this->options = $options;
406 $options['session'] = $this->options['session'];
436 $options[$option] = $this->options[$option];
[all …]
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dccx_common_option.c17 options->no_rollup = 0; in init_options()
18 options->noscte20 = 0; in init_options()
48 options->wtvmpeg2 = 0; in init_options()
87 options->udpaddr = NULL; in init_options()
89 options->send_to_srv = 0; in init_options()
90 options->tcpport = NULL; in init_options()
92 options->tcp_desc = NULL; in init_options()
93 options->srv_addr = NULL; in init_options()
94 options->srv_port = NULL; in init_options()
97 options->multiprogram = 0; in init_options()
[all …]
/dports/graphics/p5-feedgnuplot/feedgnuplot-1.55/bin/
H A Dfeedgnuplot21 my %options;
148 if($options{curvestyleall} ) { $options{curvestyleall} .= " $options{styleall}"; }
154 $options{'square_xy'} = 1 if $options{'square-xy'} || $options{'squarexy'};
160 if( $options{curvestyleall} && $options{with} )
171 if( $options{dataid} && $options{vnlog} )
203 push @{$options{x2y1}}, @{$options{x2}} if defined $options{x2};
204 push @{$options{x1y2}}, @{$options{y2}} if defined $options{y2};
368 @{$options{x1y2}} || @{$options{x2y1}} || @{$options{x2y2}} )
400 if ( $options{timefmt} && !$options{domain} && !@{$options{histogram}} )
848 if(@{$options{x2y1}} || @{$options{x2y2}})
[all …]
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DFind.php68 private $options; variable in MongoDB\\Operation\\Find
180 …if (isset($options['collation']) && ! is_array($options['collation']) && ! is_object($options['col…
200 …if (isset($options['hint']) && ! is_string($options['hint']) && ! is_array($options['hint']) && ! …
208 if (isset($options['max']) && ! is_array($options['max']) && ! is_object($options['max'])) {
224 if (isset($options['min']) && ! is_array($options['min']) && ! is_object($options['min'])) {
228 …if (isset($options['modifiers']) && ! is_array($options['modifiers']) && ! is_object($options['mod…
272 … if (isset($options['sort']) && ! is_array($options['sort']) && ! is_object($options['sort'])) {
295 $this->options = $options;
391 $options['session'] = $this->options['session'];
421 $options[$option] = $this->options[$option];
[all …]
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DFind.php68 private $options; variable in MongoDB\\Operation\\Find
180 …if (isset($options['collation']) && ! is_array($options['collation']) && ! is_object($options['col…
200 …if (isset($options['hint']) && ! is_string($options['hint']) && ! is_array($options['hint']) && ! …
208 if (isset($options['max']) && ! is_array($options['max']) && ! is_object($options['max'])) {
224 if (isset($options['min']) && ! is_array($options['min']) && ! is_object($options['min'])) {
228 …if (isset($options['modifiers']) && ! is_array($options['modifiers']) && ! is_object($options['mod…
272 … if (isset($options['sort']) && ! is_array($options['sort']) && ! is_object($options['sort'])) {
295 $this->options = $options;
391 $options['session'] = $this->options['session'];
421 $options[$option] = $this->options[$option];
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/TOOLS/
H A Dplotpsnr.pl14 my %options;
57 $options{file}="$options{file}.diff";
60 if ($options{iframes}) { system("cat $options{file} | grep I > $options{file}.I"); }
61 if ($options{pframes}) { system("cat $options{file} | grep P > $options{file}.P"); }
62 if ($options{bframes}) { system("cat $options{file} | grep B > $options{file}.B"); }
94 if (!($options{pframes} || $options{bframes} || $options{iframes})) {
96 \"$options{file}\" using 1:2 t \"Quantizer\" w $options{qs}";
123 if (!($options{pframes}||$options{bframes}||$options{iframes})) {
125 \"$options{file}\" using 1:3 t \"Size\" w $options{ss}";
151 if (!($options{pframes}||$options{bframes}||$options{iframes})) {
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/TOOLS/
H A Dplotpsnr.pl14 my %options;
57 $options{file}="$options{file}.diff";
60 if ($options{iframes}) { system("cat $options{file} | grep I > $options{file}.I"); }
61 if ($options{pframes}) { system("cat $options{file} | grep P > $options{file}.P"); }
62 if ($options{bframes}) { system("cat $options{file} | grep B > $options{file}.B"); }
94 if (!($options{pframes} || $options{bframes} || $options{iframes})) {
96 \"$options{file}\" using 1:2 t \"Quantizer\" w $options{qs}";
123 if (!($options{pframes}||$options{bframes}||$options{iframes})) {
125 \"$options{file}\" using 1:3 t \"Size\" w $options{ss}";
151 if (!($options{pframes}||$options{bframes}||$options{iframes})) {
[all …]
/dports/graphics/geeqie/geeqie-1.6/src/
H A Doptions.c35 ConfOptions *options; variable
42 if (!options) options = g_new0(ConfOptions, 1); in init_options()
96 memset(&options->image.border_color, 0, sizeof(options->image.border_color)); in init_options()
97 memset(&options->image.alpha_color_1, 0, sizeof(options->image.alpha_color_1)); in init_options()
98 memset(&options->image.alpha_color_2, 0, sizeof(options->image.alpha_color_2)); in init_options()
226 return options; in init_options()
254 options->shell.options = g_strdup(GQ_DEFAULT_SHELL_OPTIONS); in setup_default_options()
318 options->style = 0; in init_layout_options()
326 options->animate = TRUE; in init_layout_options()
331 options->workspace = -1; in init_layout_options()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Database/
H A DLegacyQueryOptionsAdapter.php37 $options['__original_options'] = $options;
44 $options = $this->normalizeGuidOptions($options);
45 $options = $this->normalizeTimeOptions($options);
47 $options = $this->normalizeAccessOptions($options);
64 $options[$prop] = [$options[$prop]];
69 $options = $this->normalizeSelectClauses($options);
70 $options = $this->normalizeWhereClauses($options);
71 $options = $this->normalizeJoinClauses($options);
840 $options[$name] = [$options[$name]];
1196 $options[$normalized] = $options[$key];
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/
H A DSolverOptions.c74 options->iSize = 20; in solver_options_initialize()
75 options->dSize = 20; in solver_options_initialize()
97 options->dWorkSize = 0; in solver_options_initialize()
98 options->dWork = NULL; in solver_options_initialize()
99 options->dWorkSize = 0; in solver_options_initialize()
100 options->iWork = NULL; in solver_options_initialize()
107 options->isSet = true; in solver_options_initialize()
108 return options; in solver_options_initialize()
121 if(!options->isSet) in recursive_solver_options_print()
286 return options; in solver_options_copy()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dschur_eliminator.cc53 (options.e_block_size == 2) && in Create()
54 (options.f_block_size == 2)) { in Create()
58 (options.e_block_size == 2) && in Create()
59 (options.f_block_size == 3)) { in Create()
63 (options.e_block_size == 2) && in Create()
64 (options.f_block_size == 4)) { in Create()
68 (options.e_block_size == 2)) { in Create()
72 (options.e_block_size == 3) && in Create()
73 (options.f_block_size == 3)) { in Create()
77 (options.e_block_size == 3) && in Create()
[all …]
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dschur_eliminator.cc52 (options.e_block_size == 2) && in Create()
53 (options.f_block_size == 2)) { in Create()
57 (options.e_block_size == 2) && in Create()
58 (options.f_block_size == 3)) { in Create()
62 (options.e_block_size == 2) && in Create()
63 (options.f_block_size == 4)) { in Create()
67 (options.e_block_size == 2)) { in Create()
71 (options.e_block_size == 3) && in Create()
72 (options.f_block_size == 3)) { in Create()
153 << options.row_block_size << "," << options.e_block_size << "," in Create()
[all …]
/dports/devel/p5-Data-Random/Data-Random-0.13/lib/Data/
H A DRandom.pm75 if $options{'min'} > $options{'max'};
77 if $options{'min'} < 0 || $options{'min'} != int( $options{'min'} );
79 if $options{'max'} < 0 || $options{'max'} != int( $options{'max'} );
83 int( rand( $options{'max'} - $options{'min'} + 1 ) ) + $options{'min'};
87 if $options{'size'} < 0 || $options{'size'} != int( $options{'size'} );
195 if $options{'min'} > $options{'max'};
197 if $options{'min'} < 0 || $options{'min'} != int( $options{'min'} );
199 if $options{'max'} < 0 || $options{'max'} != int( $options{'max'} );
203 int( rand( $options{'max'} - $options{'min'} + 1 ) ) + $options{'min'};
207 if $options{'size'} < 0 || $options{'size'} != int( $options{'size'} );
[all …]
/dports/x11-themes/adwaita-qt/adwaita-qt-1.4.1/src/lib/
H A Dadwaitarenderer.cpp123 options.painter()->setBrush(options.color()); in renderFocusRect()
127 options.painter()->drawRect(options.rect()); in renderFocusRect()
226 options.painter()->setPen(options.color()); in renderSquareFrame()
230 options.painter()->setPen(options.color()); in renderSquareFrame()
434 if (!options.sunken() && options.active() && options.color().isValid()) { in renderButtonFrame()
530 if (!options.sunken() && options.active()) { in renderFlatButtonFrame()
671 options.painter()->setBrush(options.color()); in renderSelection()
672 options.painter()->drawRect(options.rect()); in renderSelection()
685 options.painter()->setPen(options.color()); in renderSeparator()
926 …QRect r(options.rect().right() - options.rect().height(), options.rect().top(), options.rect().hei… in renderSliderHandle()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dschur_eliminator.cc53 (options.e_block_size == 2) && in Create()
54 (options.f_block_size == 2)) { in Create()
58 (options.e_block_size == 2) && in Create()
59 (options.f_block_size == 3)) { in Create()
63 (options.e_block_size == 2) && in Create()
64 (options.f_block_size == 4)) { in Create()
68 (options.e_block_size == 2)) { in Create()
72 (options.e_block_size == 3) && in Create()
73 (options.f_block_size == 3)) { in Create()
77 (options.e_block_size == 3) && in Create()
[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/regression/
H A DResourceLeakTests.java113 options); in test056()
144 options); in test056a()
182 options, in test056b()
219 options, in test056c()
268 options); in test056d()
326 options); in test056d_suppress()
363 options); in test056e()
398 options); in test056f()
604 options, in test056i_ignore()
931 options, in test056m()
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cloudinary/
H A Dapi.py30 def ping(**options): argument
34 def usage(**options): argument
57 def resource_types(**options): argument
61 def resources(**options): argument
187 if "tags" in options:
195 if "context" in options:
271 def tags(**options): argument
347 return call_api("get", uri, only(options, "next_cursor", "max_results"), **options)
352 return call_api("get", uri, only(options, "max_results"), **options)
380 def root_folders(**options): argument
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/test/unit/
H A DTOptionParser.h37 options.version("beta"); in test1()
45 options.write(os); in test1()
73 options.version("beta"); in test2()
81 options.write(os); in test2()
108 options.version("beta"); in test3()
116 options.write(os); in test3()
156 options.write(os); in test4()
218 options.write(os); in test_values1()
286 options.write(os); in test_cat1()
469 options.write(os); in test_process_xml1()
[all …]
/dports/www/moodle310/moodle/lib/
H A Dvalidateurlsyntax.php188 else $aOptions['s'] = substr( $options, strpos( $options, 's') + 1, 1);
191 else $aOptions['H'] = substr( $options, strpos( $options, 'H') + 1, 1);
194 else $aOptions['S'] = substr( $options, strpos( $options, 'S') + 1, 1);
197 else $aOptions['E'] = substr( $options, strpos( $options, 'E') + 1, 1);
200 else $aOptions['F'] = substr( $options, strpos( $options, 'F') + 1, 1);
203 else $aOptions['R'] = substr( $options, strpos( $options, 'R') + 1, 1);
206 else $aOptions['u'] = substr( $options, strpos( $options, 'u') + 1, 1);
209 else $aOptions['P'] = substr( $options, strpos( $options, 'P') + 1, 1);
212 else $aOptions['a'] = substr( $options, strpos( $options, 'a') + 1, 1);
215 else $aOptions['I'] = substr( $options, strpos( $options, 'I') + 1, 1);
[all …]
/dports/www/moodle311/moodle/lib/
H A Dvalidateurlsyntax.php188 else $aOptions['s'] = substr( $options, strpos( $options, 's') + 1, 1);
191 else $aOptions['H'] = substr( $options, strpos( $options, 'H') + 1, 1);
194 else $aOptions['S'] = substr( $options, strpos( $options, 'S') + 1, 1);
197 else $aOptions['E'] = substr( $options, strpos( $options, 'E') + 1, 1);
200 else $aOptions['F'] = substr( $options, strpos( $options, 'F') + 1, 1);
203 else $aOptions['R'] = substr( $options, strpos( $options, 'R') + 1, 1);
206 else $aOptions['u'] = substr( $options, strpos( $options, 'u') + 1, 1);
209 else $aOptions['P'] = substr( $options, strpos( $options, 'P') + 1, 1);
212 else $aOptions['a'] = substr( $options, strpos( $options, 'a') + 1, 1);
215 else $aOptions['I'] = substr( $options, strpos( $options, 'I') + 1, 1);
[all …]
/dports/www/moodle39/moodle/lib/
H A Dvalidateurlsyntax.php188 else $aOptions['s'] = substr( $options, strpos( $options, 's') + 1, 1);
191 else $aOptions['H'] = substr( $options, strpos( $options, 'H') + 1, 1);
194 else $aOptions['S'] = substr( $options, strpos( $options, 'S') + 1, 1);
197 else $aOptions['E'] = substr( $options, strpos( $options, 'E') + 1, 1);
200 else $aOptions['F'] = substr( $options, strpos( $options, 'F') + 1, 1);
203 else $aOptions['R'] = substr( $options, strpos( $options, 'R') + 1, 1);
206 else $aOptions['u'] = substr( $options, strpos( $options, 'u') + 1, 1);
209 else $aOptions['P'] = substr( $options, strpos( $options, 'P') + 1, 1);
212 else $aOptions['a'] = substr( $options, strpos( $options, 'a') + 1, 1);
215 else $aOptions['I'] = substr( $options, strpos( $options, 'I') + 1, 1);
[all …]

12345678910>>...735