Home
last modified time | relevance | path

Searched refs:raw_options (Results 1 – 25 of 81) sorted by relevance

1234

/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A DBistellarComplex.cc57 raw_options[d].insert(face, Set<Int>()); in init()
64 raw_options[d].insert(face,V); in init()
84 raw_options[d].insert(face, Set<Int>()); in init()
91 raw_options[d].insert(face,V); in init()
101 const RandomPermutation< Array<option> > P(raw_options[d].options(), random_source); in find_move()
155 raw_options[d].remove(star_HD.face(n)); in execute_move()
175 raw_options[d].insert(f, Set<Int>()); in execute_move()
179 raw_options[d].insert(f,V); in execute_move()
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/core/
H A Doptions.py36 self.raw_options = _mergeOpts(options, merge_child_field)
84 option_value = getattr(self.raw_options, name, default_value)
94 option_value = getattr(self.raw_options, name, default_value)
104 option_value = getattr(self.raw_options, name, default_value)
113 option_value = getattr(self.raw_options, name, default_value)
129 str(getattr(self.raw_options, name, None)) +
149 str(getattr(self.raw_options, name, None)) +
/dports/multimedia/xvid/xvidcore/examples/
H A Dbench.pl112 @raw_options = split;
114 $bitstream = $raw_options[0];
120 shift @raw_options;
122 printf "Checking bitstream: $bitstream [@raw_options]\n" if ($verbose>0);
151 my $launch = "$bin 9 $input_dir/$bitstream @raw_options";
/dports/graphics/gscan2pdf/gscan2pdf-2.12.4/t/
H A D06082_Dialog_Scan.t64 my $raw_options = [
181 info => freeze($raw_options),
195 if ( defined $raw_options->[$index]{constraint}
196 and ref( $raw_options->[$index]{constraint} ) eq 'HASH'
197 and defined $raw_options->[$index]{constraint}{quant} )
199 $raw_options->[$index]{val} =
200 int( $value / $raw_options->[$index]{constraint}{quant} + .5 ) *
201 $raw_options->[$index]{constraint}{quant};
205 $raw_options->[$index]{val} = $value;
H A D0606_Dialog_Scan.t68 my $raw_options = [
173 info => freeze($raw_options),
185 $raw_options->[1]{constraint} = [ 75, 100, 200, 300, 600, 1200 ];
186 $raw_options->[1]{val} = 75;
187 $raw_options->[5]{val} = '215.900009155273';
190 $raw_options->[$index]{val} = $value;
H A D06083_Dialog_Scan.t64 my $raw_options = [
165 info => freeze($raw_options),
179 if ( defined $raw_options->[$index]{name}
180 and $raw_options->[$index]{name} eq 'clear-calibration' )
185 $raw_options->[$index]{val} = $value;
H A D06092_Dialog_Scan.t71 my $raw_options = [
175 $raw_options->[0]{val} = $#{$raw_options};
183 my $opt = { %{ $raw_options->[$n] } };
199 return $raw_options->[$n]{val};
H A D06094_Dialog_Scan.t64 my $raw_options = [
173 info => freeze($raw_options),
186 my $opt = $raw_options->[$index];
209 $raw_options->[$index]{val} = $value - 0.5;
212 $raw_options->[$index]{val} = $value;
H A D06097_Dialog_Scan.t64 my $raw_options = [
173 info => freeze($raw_options),
186 my $opt = $raw_options->[$index];
209 $raw_options->[$index]{val} = $value - 0.5;
212 $raw_options->[$index]{val} = $value;
H A D06081_Dialog_Scan.t64 my $raw_options = [
87 info => freeze($raw_options),
98 $raw_options->[$index]{val} = $value;
H A D06096_Dialog_Scan.t64 my $raw_options = [
185 info => freeze($raw_options),
198 my $opt = $raw_options->[$index];
223 $raw_options->[$index]{val} = $value;
H A D0608_Dialog_Scan.t64 my $raw_options = [
169 info => freeze($raw_options),
182 $raw_options->[$index]{val} = $value;
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/javascript/
H A Doptions.py44 raw_brace_style = getattr(self.raw_options, 'brace_style', None)
46 setattr(self.raw_options, 'brace_style', "expand")
48 setattr(self.raw_options, 'brace_style', "collapse,preserve-inline")
/dports/math/gap/gap-4.11.0/pkg/simpcomp/lib/
H A Dblowups.gi16 raw_options,validOptions,options,randomelement,rounds,no_options_flag,
35 raw_options:=[];
148 raw_options := [];
150 raw_options[i] := [];
153 Add(raw_options[i],element);
158 raw_options := ShallowCopy(flipsInComplex);
229 tmp := SCIntFunc.IBistellarRMoves(3,(dim_A+1),raw_options[4],faces_A);
426 raw_options := [];
428 raw_options[i] := [];
432 Add(raw_options[i],element);
[all …]
H A Dbistellar.gi310 return raw_options;
348 if raw_options<>[] then
361 if raw_options<>[] then
388 if raw_options<>[] then
396 raw_options := SCIntFunc.BallBoundary(max,faces,raw_options,
398 if raw_options=fail then
426 raw_options:=tmp[3];
450 RemoveSet(raw_options[r-i+1],raw_options[r-i+1][j]);
524 if raw_options<>[] then
534 raw_options:=SCIntFunc.BallBoundary(max,faces,raw_options,
[all …]
/dports/math/polymake/polymake-4.5/apps/topaz/include/
H A DBistellarComplex.h88 Array<OptionsList> raw_options; variable
102 raw_options(dim+1), the_flip_vector((dim+1)/2), in random_source()
111 raw_options(dim+1), the_flip_vector((dim+1)/2), in random_source()
119 return raw_options[d].options().size(); in n_raw_options_of_dim()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/ansi2json/
H A Dconverter.rb161 def parse_section_options(raw_options) argument
162 return unless raw_options
166 options = raw_options[1...-1].split ','
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Dopts.py29 raw_options = ( variable
202 assert len(raw_options) % 4 == 0
213 for shortdoc, name, default, doc in grouper(4, raw_options):
220 del raw_options
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dpush_options.rb59 def parse_options(raw_options) argument
62 Array.wrap(raw_options).each do |option|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/
H A Dhlsl.rs135 let raw_options = options.as_raw(); in set_compiler_options() localVariable
139 &raw_options, in set_compiler_options()
H A Dglsl.rs135 let raw_options = options.as_raw(); in set_compiler_options() localVariable
139 &raw_options, in set_compiler_options()
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/
H A Dhlsl.rs129 let raw_options = options.as_raw(); in set_compiler_options() localVariable
133 &raw_options, in set_compiler_options()
H A Dglsl.rs132 let raw_options = options.as_raw(); in set_compiler_options() localVariable
136 &raw_options, in set_compiler_options()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/
H A Dhlsl.rs142 let raw_options = br::ScHlslCompilerOptions { in set_compiler_options() localVariable
155 &raw_options, in set_compiler_options()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/spirv-cross-internal/src/
H A Dhlsl.rs142 let raw_options = br::ScHlslCompilerOptions { in set_compiler_options() localVariable
155 &raw_options, in set_compiler_options()

1234