Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 25 of 14188) sorted by relevance

12345678910>>...568

/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Common/
H A DConfig.pm35 %opts = () unless %opts;
183 my $opts = $$self{opts};
312 my $opts = $$self{opts};
362 my $opts = $$self{opts};
387 $$opts{$_} = pathname_canonical($$opts{$_}) if defined $$opts{$_};
420 $$opts{format} = lc($$opts{format});
465 $$opts{navtoc} = lc($$opts{navtoc}) if defined $$opts{navtoc};
501 … $$opts{splitpath} = make_splitpaths($opts, $$opts{splitat}) unless defined $$opts{splitpath}; }
509 if (!$$opts{prescan} && $$opts{crossref} && !($$opts{scan} || (defined $$opts{dbfile}))) {
515 if (!$$opts{prescan} && $$opts{index} && !($$opts{scan} || defined $$opts{crossref})) {
[all …]
/dports/www/gallery-dl/gallery-dl-1.21.0/gallery_dl/
H A Dytdl.py92 opts.ratelimit = parse_bytes(opts.ratelimit)
96 opts.min_filesize = parse_bytes(opts.min_filesize)
98 opts.max_filesize = parse_bytes(opts.max_filesize)
100 opts.max_sleep_interval = opts.sleep_interval
104 opts.retries = parse_retries(opts.retries)
112 opts.buffersize = parse_bytes(opts.buffersize)
116 opts.audioformat = opts.audioformat.lower()
118 opts.audioquality = opts.audioquality.strip("kK")
122 opts.remuxvideo = opts.remuxvideo.replace(" ", "")
183 if opts.extractaudio and not opts.keepvideo and opts.format is None:
[all …]
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/test/
H A Dtest.pl116 $$opts{tmp} = $$opts{keep_files} ? $$opts{keep_files} : safe_tempdir();
122 $$opts{path} = cygpath($$opts{path});
123 $$opts{bin} = cygpath($$opts{bin});
750opts,"$$opts{path}/test_view $nthreads -l 0 -b -m 14 -x $$opts{tmp}/index.bam.csi $$opts{path}/ind…
752 …test_compare($opts,"$$opts{path}/test_index -c $$opts{tmp}/index.bam", "$$opts{tmp}/index.bam.csi"…
753opts,"$$opts{path}/test_view $nthreads -l 0 -b -m 0 -x $$opts{tmp}/index.bam.bai $$opts{path}/inde…
755 …test_compare($opts,"$$opts{path}/test_index -b $$opts{tmp}/index.bam", "$$opts{tmp}/index.bam.bai"…
763 …test_compare($opts,"$$opts{path}/test_index -b $$opts{tmp}/index.sam.gz", "$$opts{tmp}/index.sam.g…
771 …test_compare($opts,"$$opts{path}/test_index -b $$opts{tmp}/index.sam.gz", "$$opts{tmp}/index.sam.g…
777 …test_compare($opts,"$$opts{path}/test_index $$opts{tmp}/index.cram", "$$opts{tmp}/index.cram.crai"…
[all …]
/dports/biology/htslib/htslib-1.14/test/
H A Dtest.pl117 $$opts{tmp} = $$opts{keep_files} ? $$opts{keep_files} : safe_tempdir();
123 $$opts{path} = cygpath($$opts{path});
124 $$opts{bin} = cygpath($$opts{bin});
794opts,"$$opts{path}/test_view $nthreads -l 0 -b -m 14 -x $$opts{tmp}/index.bam.csi $$opts{path}/ind…
796 …test_compare($opts,"$$opts{path}/test_index -c $$opts{tmp}/index.bam", "$$opts{tmp}/index.bam.csi"…
797opts,"$$opts{path}/test_view $nthreads -l 0 -b -m 0 -x $$opts{tmp}/index.bam.bai $$opts{path}/inde…
799 …test_compare($opts,"$$opts{path}/test_index -b $$opts{tmp}/index.bam", "$$opts{tmp}/index.bam.bai"…
807 …test_compare($opts,"$$opts{path}/test_index -b $$opts{tmp}/index.sam.gz", "$$opts{tmp}/index.sam.g…
815 …test_compare($opts,"$$opts{path}/test_index -b $$opts{tmp}/index.sam.gz", "$$opts{tmp}/index.sam.g…
821 …test_compare($opts,"$$opts{path}/test_index $$opts{tmp}/index.cram", "$$opts{tmp}/index.cram.crai"…
[all …]
/dports/www/youtube_dl/youtube-dl/youtube_dl/
H A D__init__.py127 if opts.usenetrc and (opts.username is not None or opts.password is not None):
133 if opts.outtmpl is not None and (opts.usetitle or opts.autonumber or opts.useid):
141 if opts.usetitle and opts.useid:
170 if opts.max_sleep_interval < opts.sleep_interval:
173 opts.max_sleep_interval = opts.sleep_interval
174 if opts.ap_mso and opts.ap_mso not in MSO_INFO:
187 opts.retries = parse_retries(opts.retries)
202 if opts.playlistend not in (-1, None) and opts.playlistend < opts.playliststart:
224 if opts.extractaudio and not opts.keepvideo and opts.format is None:
245opts.geturl or opts.gettitle or opts.getid or opts.getthumbnail or opts.getdescription or opts.get…
[all …]
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A D__init__.py146 if opts.usenetrc and (opts.username is not None or opts.password is not None):
243 if opts.playlistend not in (-1, None) and opts.playlistend < opts.playliststart:
354 opts.forceprint = opts.forceprint or []
362 if opts.extractaudio and not opts.keepvideo and opts.format is None:
398opts.forceprint or opts.geturl or opts.gettitle or opts.getid or opts.getthumbnail or opts.getdesc…
403 printing_json = opts.dumpjson or opts.print_json or opts.dump_single_json
423 if opts.sponskrub_cut and opts.split_chapters and opts.sponskrub is not False:
427 if opts.remuxvideo and opts.recodevideo:
455 if (opts.addmetadata or opts.sponsorblock_mark) and opts.addchapters is None:
555 if opts.addmetadata or opts.addchapters or opts.embed_infojson:
[all …]
/dports/biology/samtools/samtools-1.14/test/
H A Dtest.pl78 printf " total .. %d\n", $$opts{nok}+$$opts{nfailed}+$$opts{nxfail}+$$opts{nxpass};
155 $$opts{tmp} = $$opts{keep_files} ? $$opts{keep_files} : tempdir(CLEANUP => 1);
159 $$opts{path} = cygpath($$opts{path});
160 $$opts{bin} = cygpath($$opts{bin});
600 …cmd("cat $$opts{tmp}/faidx.fa | $$opts{bgzip} -ci -I $$opts{tmp}/faidx.fa.gz.gzi > $$opts{tmp}/fai…
609 cmd("$$opts{diff} $$opts{tmp}/faidx.fa.fai $$opts{tmp}/fa_test.fai");
610 cmd("$$opts{diff} $$opts{tmp}/faidx.fa.gz.gzi $$opts{tmp}/fa_test.gzi");
624opts{bin}/samtools faidx $$opts{tmp}/faidx.fa -r $$opts{tmp}/region.txt > $$opts{tmp}/output_faidx…
750 cmd("$$opts{diff} $$opts{tmp}/fqidx.fq.fai $$opts{tmp}/fq_test.fai");
751 cmd("$$opts{diff} $$opts{tmp}/fqidx.fq.gz.gzi $$opts{tmp}/fq_test.gzi");
[all …]
/dports/devel/p5-Data-Object-Attributes/Data-Object-Attributes-0.06/lib/Data/Object/
H A DAttributes.pm172 %opts = (%opts, $builders->{new}->($info, $name, %opts)) if defined $opts{new};
173 %opts = (%opts, $builders->{bld}->($info, $name, %opts)) if defined $opts{bld};
174 %opts = (%opts, $builders->{clr}->($info, $name, %opts)) if defined $opts{clr};
175 %opts = (%opts, $builders->{crc}->($info, $name, %opts)) if defined $opts{crc};
176 %opts = (%opts, $builders->{def}->($info, $name, %opts)) if defined $opts{def};
177 %opts = (%opts, $builders->{hnd}->($info, $name, %opts)) if defined $opts{hnd};
178 %opts = (%opts, $builders->{isa}->($info, $name, %opts)) if defined $opts{isa};
179 %opts = (%opts, $builders->{lzy}->($info, $name, %opts)) if defined $opts{lzy};
180 %opts = (%opts, $builders->{opt}->($info, $name, %opts)) if defined $opts{opt};
181 %opts = (%opts, $builders->{pre}->($info, $name, %opts)) if defined $opts{pre};
[all …]
/dports/biology/bio-mocha/bcftools-1.14/test/
H A Dtest.pl826 $$opts{tmp} = $$opts{keep_files} ? $$opts{keep_files} : safe_tempdir;
832 $$opts{path} = cygpath($$opts{path});
833 $$opts{bin} = cygpath($$opts{bin});
1001 …if ( $$opts{redo_outputs} or !-e "$$opts{tmp}/$file.gz" or is_file_newer("$$opts{path}/$file","$$o…
1003 cmd("cat $$opts{path}/$file | $$opts{bgzip} -c > $$opts{tmp}/$file.gz");
1005 …if ( $$opts{redo_outputs} or !-e "$$opts{tmp}/$file.gz.tbi" or is_file_newer("$$opts{tmp}/$file.gz…
1023 test_cmd($opts,%args,cmd=>"$$opts{tabix} $$opts{tmp}/$args{in}.vcf.gz $args{reg}");
1046 …cmd("$$opts{bin}/bcftools view -Oz $$opts{path}/$args{in}.vcf | tee $$opts{tmp}/$args{in}.vcf.gz |…
1049 …cmd("$$opts{bin}/bcftools view -Ob $$opts{path}/$args{in}.vcf | tee $$opts{tmp}/$args{in}.bcf | $$
1140 …cmd("$$opts{bin}/bcftools view --no-version -Ob -o $$opts{tmp}/$file.bcf $$opts{path}/$file.vcf &&…
[all …]
/dports/biology/bcftools/bcftools-1.14/test/
H A Dtest.pl826 $$opts{tmp} = $$opts{keep_files} ? $$opts{keep_files} : safe_tempdir;
832 $$opts{path} = cygpath($$opts{path});
833 $$opts{bin} = cygpath($$opts{bin});
1001 …if ( $$opts{redo_outputs} or !-e "$$opts{tmp}/$file.gz" or is_file_newer("$$opts{path}/$file","$$o…
1003 cmd("cat $$opts{path}/$file | $$opts{bgzip} -c > $$opts{tmp}/$file.gz");
1005 …if ( $$opts{redo_outputs} or !-e "$$opts{tmp}/$file.gz.tbi" or is_file_newer("$$opts{tmp}/$file.gz…
1023 test_cmd($opts,%args,cmd=>"$$opts{tabix} $$opts{tmp}/$args{in}.vcf.gz $args{reg}");
1046 …cmd("$$opts{bin}/bcftools view -Oz $$opts{path}/$args{in}.vcf | tee $$opts{tmp}/$args{in}.vcf.gz |…
1049 …cmd("$$opts{bin}/bcftools view -Ob $$opts{path}/$args{in}.vcf | tee $$opts{tmp}/$args{in}.bcf | $$
1140 …cmd("$$opts{bin}/bcftools view --no-version -Ob -o $$opts{tmp}/$file.bcf $$opts{path}/$file.vcf &&…
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/
H A DIPC.pm169 (not ref $opts{$param} or ref $opts{$param} ne 'SCALAR')) {
183 if (exists $opts{timeout} and defined($opts{timeout}) and
188 if (exists $opts{env} and ref($opts{env}) ne 'HASH') {
196 if (exists $opts{sig} and ref($opts{sig}) ne 'HASH') {
286 push @{$opts{close_in_child}}, $opts{from_handle};
296 push @{$opts{close_in_child}}, $opts{to_handle};
306 push @{$opts{close_in_child}}, $opts{error_to_handle};
314 close($opts{from_handle}) if exists $opts{from_handle};
315 close($opts{to_handle}) if exists $opts{to_handle};
383 alarm($opts{timeout}) if defined($opts{timeout});
[all …]
/dports/comms/dsd/dsd-1.6.0/
H A Ddsd_main.c93 opts->p25enc = 0; in initOpts()
94 opts->p25lc = 0; in initOpts()
96 opts->p25tg = 0; in initOpts()
102 opts->split = 0; in initOpts()
114 opts->resume = 0; in initOpts()
129 opts->ssize = 36; in initOpts()
130 opts->msize = 15; in initOpts()
132 opts->delay = 0; in initOpts()
335 dsd_opts opts; in main() local
673 else if (strcmp (opts.audio_in_dev, opts.audio_out_dev) != 0) in main()
[all …]
/dports/security/tinyca/tinyca-0.7.6/lib/
H A DREQ.pm48 if(!(defined($opts)) || !(ref($opts))) {
49 if(defined($opts) && $opts eq "signserver") {
53 } elsif(defined($opts) && $opts eq "signclient") {
64 if(defined($opts) && $opts eq "sign") {
107 $opts->{'passwd'} ne $opts->{'passwd2'}) {
113 $opts->{'C'} = uc($opts->{'C'});
182 my @dn = ( $opts->{'C'}, $opts->{'ST'}, $opts->{'L'}, $opts->{'O'} );
548 delete($opts->{$_}) foreach(keys(%$opts));
554 delete($opts->{$_}) foreach(keys(%$opts));
560 delete($opts->{$_}) foreach(keys(%$opts));
[all …]
/dports/biology/vt/vt-0.57721/lib/htslib/test/
H A Dtest.pl47 test_realn($opts);
50 printf " total .. %d\n", $$opts{nok}+$$opts{nfailed};
103 $$opts{tmp} = $$opts{keep_files} ? $$opts{keep_files} : safe_tempdir();
109 $$opts{path} = cygpath($$opts{path});
110 $$opts{bin} = cygpath($$opts{bin});
113 return $opts;
185 elsif ( !$$opts{redo_outputs} ) { failed($opts,$test,"$$opts{path}/$args{out}: $!"); return; }
195 …rename("$$opts{path}/$args{out}.new","$$opts{path}/$args{out}") or error("rename $$opts{path}/$arg…
351 test_cmd($opts,%args,cmd=>"$$opts{path}/test-vcf-api $$opts{tmp}/test-vcf-api.bcf");
357 test_cmd($opts,%args,cmd=>"$$opts{path}/test-vcf-sweep $$opts{tmp}/test-vcf-api.bcf");
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/common/config/i386/
H A Di386-common.c293 opts->x_ix86_isa_flags in ix86_handle_option()
295 opts->x_ix86_isa_flags2 in ix86_handle_option()
297 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
299 opts->x_ix86_isa_flags2_explicit in ix86_handle_option()
672 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
678 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
692 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
1291 opts->x_align_loops = 1 << value; in ix86_handle_option()
1300 opts->x_align_jumps = 1 << value; in ix86_handle_option()
1317 opts->x_ix86_branch_cost = 5; in ix86_handle_option()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/common/config/i386/
H A Di386-common.c293 opts->x_ix86_isa_flags in ix86_handle_option()
295 opts->x_ix86_isa_flags2 in ix86_handle_option()
297 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
299 opts->x_ix86_isa_flags2_explicit in ix86_handle_option()
672 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
678 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
692 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
1291 opts->x_align_loops = 1 << value; in ix86_handle_option()
1300 opts->x_align_jumps = 1 << value; in ix86_handle_option()
1317 opts->x_ix86_branch_cost = 5; in ix86_handle_option()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/common/config/i386/
H A Di386-common.c293 opts->x_ix86_isa_flags in ix86_handle_option()
295 opts->x_ix86_isa_flags2 in ix86_handle_option()
297 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
299 opts->x_ix86_isa_flags2_explicit in ix86_handle_option()
672 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
678 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
692 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
1291 opts->x_align_loops = 1 << value; in ix86_handle_option()
1300 opts->x_align_jumps = 1 << value; in ix86_handle_option()
1317 opts->x_ix86_branch_cost = 5; in ix86_handle_option()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/common/config/i386/
H A Di386-common.c293 opts->x_ix86_isa_flags in ix86_handle_option()
295 opts->x_ix86_isa_flags2 in ix86_handle_option()
297 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
299 opts->x_ix86_isa_flags2_explicit in ix86_handle_option()
672 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
678 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
692 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
1291 opts->x_align_loops = 1 << value; in ix86_handle_option()
1300 opts->x_align_jumps = 1 << value; in ix86_handle_option()
1317 opts->x_ix86_branch_cost = 5; in ix86_handle_option()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/common/config/i386/
H A Di386-common.c293 opts->x_ix86_isa_flags in ix86_handle_option()
295 opts->x_ix86_isa_flags2 in ix86_handle_option()
297 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
299 opts->x_ix86_isa_flags2_explicit in ix86_handle_option()
672 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
678 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
692 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
1291 opts->x_align_loops = 1 << value; in ix86_handle_option()
1300 opts->x_align_jumps = 1 << value; in ix86_handle_option()
1317 opts->x_ix86_branch_cost = 5; in ix86_handle_option()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/common/config/i386/
H A Di386-common.c293 opts->x_ix86_isa_flags in ix86_handle_option()
295 opts->x_ix86_isa_flags2 in ix86_handle_option()
297 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
299 opts->x_ix86_isa_flags2_explicit in ix86_handle_option()
672 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
678 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
692 opts->x_ix86_isa_flags_explicit in ix86_handle_option()
1291 opts->x_align_loops = 1 << value; in ix86_handle_option()
1300 opts->x_align_jumps = 1 << value; in ix86_handle_option()
1317 opts->x_ix86_branch_cost = 5; in ix86_handle_option()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Drendctrl.cpp507 if ( opts.Radiosity_Enabled && !opts.Radiosity_Preview_Done) in FrameRender()
671 opts.PreviewGridSize_End=max(1,opts.PreviewGridSize_End); in fix_up_rendering_window()
686 if (opts.PreviewGridSize_End > opts.PreviewGridSize_Start) in fix_up_rendering_window()
687 opts.PreviewGridSize_End = opts.PreviewGridSize_Start; in fix_up_rendering_window()
691 opts.PreviewGridSize_End=max(opts.PreviewGridSize_End,2); in fix_up_rendering_window()
787 opts.FrameSeq.InitialClock = opts.FrameSeq.Clock_Value; in fix_up_animation_values()
891 opts.FrameSeq.FrameNumber = opts.FrameSeq.InitialFrame; in fix_up_animation_values()
892 opts.FrameSeq.Clock_Value = opts.FrameSeq.InitialClock; in fix_up_animation_values()
926 strcpy(opts.Scene_Name,opts.Input_File_Name); in fix_up_scene_name()
1036 opts.GammaFactor = DEFAULT_ASSUMED_GAMMA/opts.DisplayGamma; in init_vars()
[all …]
/dports/graphics/megapov/megapov-1.2.1/source/
H A Drendctrl.cpp614 if ( opts.Radiosity_Enabled && !opts.Radiosity_Preview_Done) in FrameRender()
847 opts.PreviewGridSize_End=max(1,opts.PreviewGridSize_End); in fix_up_rendering_window()
862 if (opts.PreviewGridSize_End > opts.PreviewGridSize_Start) in fix_up_rendering_window()
863 opts.PreviewGridSize_End = opts.PreviewGridSize_Start; in fix_up_rendering_window()
867 opts.PreviewGridSize_End=max(opts.PreviewGridSize_End,2); in fix_up_rendering_window()
963 opts.FrameSeq.InitialClock = opts.FrameSeq.Clock_Value; in fix_up_animation_values()
1083 opts.FrameSeq.FrameNumber = opts.FrameSeq.InitialFrame; in fix_up_animation_values()
1084 opts.FrameSeq.Clock_Value = opts.FrameSeq.InitialClock; in fix_up_animation_values()
1126 strcpy(opts.Scene_Name,opts.Input_File_Name); in fix_up_scene_name()
1236 opts.GammaFactor = DEFAULT_ASSUMED_GAMMA/opts.DisplayGamma; in init_vars()
[all …]
/dports/mail/qsf/qsf-1.2.7/src/main/
H A Doptions.c47 if (!opts) in opts_free()
49 if (opts->argv) in opts_free()
53 free(opts); in opts_free()
130 opts_t opts; in opts_parse() local
132 opts = calloc(1, sizeof(*opts)); in opts_parse()
133 if (!opts) { in opts_parse()
182 return opts; in opts_parse()
325 opts->argv[opts->argc++] = argv[optind++]; in opts_parse()
329 && ((opts->argc < 2) || (opts->argc > 3))) { in opts_parse()
335 && ((opts->argc < 2) || (opts->argc > 3))) { in opts_parse()
[all …]
/dports/net/czmq4/czmq-4.2.1/bindings/ruby/lib/czmq/
H A Dffi.rb52 opts = {
60 attach_function :zactor_is, [:pointer], :bool, **opts
64 attach_function :zactor_test, [:bool], :void, **opts
82 attach_function :zargs_test, [:bool], :void, **opts
86 attach_function :zarmour_new, [], :pointer, **opts
106 attach_function :zcert_new, [], :pointer, **opts
261 attach_function :zfile_tmp, [], :pointer, **opts
317 attach_function :zhash_new, [], :pointer, **opts
394 attach_function :zlist_new, [], :pointer, **opts
474 attach_function :zmsg_new, [], :pointer, **opts
[all …]
/dports/net/czmq/czmq-4.1.1/bindings/ruby/lib/czmq/
H A Dffi.rb52 opts = {
60 attach_function :zactor_is, [:pointer], :bool, **opts
64 attach_function :zactor_test, [:bool], :void, **opts
82 attach_function :zargs_test, [:bool], :void, **opts
86 attach_function :zarmour_new, [], :pointer, **opts
106 attach_function :zcert_new, [], :pointer, **opts
257 attach_function :zfile_tmp, [], :pointer, **opts
311 attach_function :zhash_new, [], :pointer, **opts
388 attach_function :zlist_new, [], :pointer, **opts
466 attach_function :zmsg_new, [], :pointer, **opts
[all …]

12345678910>>...568