Home
last modified time | relevance | path

Searched refs:opts (Results 176 – 200 of 50412) sorted by relevance

12345678910>>...2017

/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/libopts/
H A Dinit.c33 do_presets(tOptions * opts);
52 if (opts == NULL) { in validate_struct()
72 opts->pTransProc(); in validate_struct()
152 opts->pzCurOpt = NULL; in immediate_opts()
179 (*opts->pUsageProc)(opts, EXIT_FAILURE); in immediate_opts()
193 do_presets(tOptions * opts) in do_presets() argument
207 od = opts->pOptDesc + opts->specOptIdx.save_opts + 1; in do_presets()
257 opts->origArgVect = a_v; in ao_initialize()
280 optionSort(opts); in ao_initialize()
282 opts->curOptIdx = 1; in ao_initialize()
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/config/
H A Doptionsconfiguration.go19 optsCopy := opts
32 util.FillNilSlices(opts)
34 opts.RawListenAddresses = util.UniqueTrimmedStrings(opts.RawListenAddresses)
35 opts.RawGlobalAnnServers = util.UniqueTrimmedStrings(opts.RawGlobalAnnServers)
39 opts.ReconnectIntervalS = 5
45opts.UnackedNotificationIDs = append(opts.UnackedNotificationIDs[:i], opts.UnackedNotificationIDs[…
53 opts.ConnectionLimitEnough = 0
56 opts.ConnectionLimitMax = 0
63 optsCopy := opts
75 return opts.StunKeepaliveMinS < 1 || opts.StunKeepaliveStartS < 1 || !opts.NATEnabled
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/benchmarks/
H A Dgraphics.cpp118 } opts; variable
126 SetClientSize(opts.width, opts.height); in GraphicsBenchmarkFrame()
140 glViewport(0, 0, opts.width, opts.height); in GraphicsBenchmarkFrame()
147 InitializeTexture(opts.width, opts.height); in GraphicsBenchmarkFrame()
257 0, 0, opts.width, opts.height, in OnGLRender()
329 wxBitmap bmp(opts.width, opts.height); in OnPaint()
806 wxBitmap bitmap(opts.width, opts.height, 24); in BenchmarkRawBitmaps()
962 if ( !(opts.testBitmaps || opts.testImages || opts.testLines in OnCmdLineParsed()
982 if ( !(opts.usePaint || opts.useClient || opts.useMemory) ) in OnCmdLineParsed()
995 if ( opts.useDC || opts.useGC ) in OnCmdLineParsed()
[all …]
/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dshell.tcl139 set opts(hotkey) [expr {$opts(hotkey) | (4<<8)}]
163 Twapi_WriteShortcut $link $opts(path) $opts(idl) $opts(args) \
164 $opts(desc) $opts(hotkey) $opts(iconpath) $opts(iconindex) \
165 $opts(relativepath) $opts(showcmd) $opts(workdir) $opts(runas)
189 set pathfmt [expr {$opts(shortnames) | $opts(uncpath) | $opts(rawpath)}]
194 $opts(anymatch) | $opts(noui)}]
335 $opts(getprocesshandle) | $opts(connect) | $opts(wait) |
336 $opts(substenv) | $opts(noui) | $opts(unicode) |
337 $opts(noconsole) | $opts(asyncok) | $opts(nozonechecks) |
479 set opts(tip) [string range $opts(tip) 0 127]
[all …]
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Virtualization/Docker/
H A Dcreate.pm31 my $opts = \%opt;
32 $opts->{name} = $name;
34 unless ($opts) {
43 $opts->{command} = "";
48 my @out = i_run "docker run -d $options $opts->{'image'} $opts->{'command'}";
55 my ($opts) = @_;
66 $opts->{"memory"} = '512m';
69 $opts->{memory} = $opts->{memory};
75 $opts->{"cpus"} = 0;
78 my $str = "--name $opts->{'name'} -m $opts->{'memory'} -c $opts->{'cpus'} ";
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/
H A DLaTeXML.pm83 $$self{opts} = $opts;
155 my $opts = $$self{opts};
193 $$opts{archive_sitedirectory} = $$opts{sitedirectory};
194 $$opts{archive_destination} = $$opts{destination};
335 $$opts{sitedirectory} = $$opts{archive_sitedirectory};
336 $$opts{destination} = $$opts{archive_destination};
421 my $opts = $$self{opts};
582 (($$opts{local} && ($$opts{whatsout} eq 'document'))
614 if ($$opts{log} && ($$opts{whatsout} =~ /^archive/) && (!pathname_is_absolute($$opts{log}))) {
648 if ($$opts{destination} && $$opts{local} && ($$opts{whatsout} eq 'document')) {
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/pt-secure-collect/
H A Dmain.go109 switch opts.Command {
122 if err = removeTempFiles(*opts.TempDir, !*opts.NoEncrypt); err != nil {
184 opts := &cliOptions{
211 opts.AdditionalCmds = opts.CollectCommand.Flag("extra-cmd",
234 if *opts.Debug {
238 *opts.BinDir = expandHomeDir(*opts.BinDir)
239 *opts.ConfigFile = expandHomeDir(*opts.ConfigFile)
240 *opts.TempDir = expandHomeDir(*opts.TempDir)
250 …if (err != nil || lp == "") && *opts.BinDir == "" && opts.Command == "collect" && !*opts.NoCollect…
281 return opts, nil
[all …]
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Content/
H A DText.pm185 my $wordsp = defined($opts{'-wordsp'})? $opts{'-wordsp'}: 100;
187 my $charsp = defined($opts{'-charsp'})? $opts{'-charsp'}: 100;
193 my $condw = defined($opts{'-condw'})? $opts{'-condw'}: 25;
195 my $condc = defined($opts{'-condc'})? $opts{'-condc'}: 10;
198 my $nocs = defined($opts{'-nocs'})? $opts{'-nocs'}: 0;
872 my $pvgap = defined($opts{'-pvgap'})? $opts{'-pvgap'}: 0;
1024 …$self->fillcolor(ref($opts{'-color'}) ? @{$opts{'-color'}} : $opts{'-color'}) if defined($opts{'-c…
1025 …$self->strokecolor(ref($opts{'-strokecolor'}) ? @{$opts{'-strokecolor'}} : $opts{'-strokecolor'}) …
1034 if (defined($opts{'-right'}) && $opts{'-right'} ||
1035 defined($opts{'-align'}) && $opts{'-align'} =~ /^r/i) {
[all …]
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpovmsrec.cpp435 opts.OutputQuality = max(0, opts.OutputQuality); in Receive_RenderOptions()
436 opts.OutputQuality = min(100, opts.OutputQuality); in Receive_RenderOptions()
451 opts.OutputQuality = max(5, opts.OutputQuality); in Receive_RenderOptions()
452 opts.OutputQuality = min(16, opts.OutputQuality); in Receive_RenderOptions()
522 if(opts.histogram_on && opts.Histogram_File_Name[0] == '\0') in Receive_RenderOptions()
589 … if(strcmp(opts.Library_Paths[iii], opts.Library_Paths[opts.Library_Path_Index]) == 0) in Receive_RenderOptions()
599 opts.Library_Paths[opts.Library_Path_Index] = NULL; in Receive_RenderOptions()
659 opts.Quality = i; in Receive_RenderOptions()
663 if ((opts.Quality == 10) || (opts.Quality == 11)) in Receive_RenderOptions()
668 else if ((opts.Quality < 0) || (opts.Quality > 9)) in Receive_RenderOptions()
[all …]
/dports/finance/py-ebaysdk/ebaysdk-2.2.0/samples/
H A Dtrading.py53 api = Trading(debug=opts.debug, config_file=opts.yaml, appid=opts.appid, domain=opts.domain,
67 api = Trading(debug=opts.debug, config_file=opts.yaml, appid=opts.appid, domain=opts.domain,
86 api = Trading(debug=opts.debug, config_file=opts.yaml, appid=opts.appid, domain=opts.domain,
102 api = Trading(debug=opts.debug, config_file=opts.yaml, appid=opts.appid, domain=opts.domain,
173 api = Trading(debug=opts.debug, config_file=opts.yaml, appid=opts.appid, domain=opts.domain,
250 api = Trading(debug=opts.debug, config_file=opts.yaml, appid=opts.appid, domain=opts.domain,
270 api = Trading(debug=opts.debug, config_file=opts.yaml, appid=opts.appid, domain=opts.domain,
293 api = Trading(debug=opts.debug, config_file=opts.yaml, appid=opts.appid, domain=opts.domain,
331 api = Trading(debug=opts.debug, config_file=opts.yaml, appid=opts.appid, domain=opts.domain,
345 api = Trading(debug=opts.debug, config_file=opts.yaml, appid=opts.appid, domain=opts.domain,
[all …]
/dports/devel/autogen/autogen-5.18.16/autoopts/
H A Dinit.c47 if (opts == NULL) { in validate_struct()
67 opts->pTransProc(); in validate_struct()
141 immediate_opts(tOptions * opts) in immediate_opts() argument
147 opts->pzCurOpt = NULL; in immediate_opts()
174 (*opts->pUsageProc)(opts, EXIT_FAILURE); in immediate_opts()
188 do_presets(tOptions * opts) in do_presets() argument
202 od = opts->pOptDesc + opts->specOptIdx.save_opts + 1; in do_presets()
252 opts->origArgVect = a_v; in ao_initialize()
275 optionSort(opts); in ao_initialize()
277 opts->curOptIdx = 1; in ao_initialize()
[all …]
/dports/security/gnutls/gnutls-3.6.16/src/libopts/
H A Dinit.c47 if (opts == NULL) { in validate_struct()
67 opts->pTransProc(); in validate_struct()
141 immediate_opts(tOptions * opts) in immediate_opts() argument
147 opts->pzCurOpt = NULL; in immediate_opts()
174 (*opts->pUsageProc)(opts, EXIT_FAILURE); in immediate_opts()
188 do_presets(tOptions * opts) in do_presets() argument
202 od = opts->pOptDesc + opts->specOptIdx.save_opts + 1; in do_presets()
252 opts->origArgVect = a_v; in ao_initialize()
275 optionSort(opts); in ao_initialize()
277 opts->curOptIdx = 1; in ao_initialize()
[all …]
/dports/print/latex-biber/biber-2.1/bin/
H A Dbiber24 my $opts = {};
26 $opts,
136 if ($opts->{fastsort}) {
137 delete $opts->{collate};
185 if ($opts->{u}) {
187 delete $opts->{u};
189 if ($opts->{U}) {
191 delete $opts->{U};
220 if (exists($opts->{output_indent}) and $opts->{output_indent} !~ /^\d+$/) {
230 if (exists($opts->{dot_include}) and (not exists($opts->{output_format})
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpovmsrec.cpp426 opts.OutputQuality = max(0, opts.OutputQuality); in Receive_RenderOptions()
427 opts.OutputQuality = min(100, opts.OutputQuality); in Receive_RenderOptions()
442 opts.OutputQuality = max(5, opts.OutputQuality); in Receive_RenderOptions()
443 opts.OutputQuality = min(16, opts.OutputQuality); in Receive_RenderOptions()
513 if(opts.histogram_on && opts.Histogram_File_Name[0] == '\0') in Receive_RenderOptions()
580 … if(strcmp(opts.Library_Paths[iii], opts.Library_Paths[opts.Library_Path_Index]) == 0) in Receive_RenderOptions()
590 opts.Library_Paths[opts.Library_Path_Index] = NULL; in Receive_RenderOptions()
650 opts.Quality = i; in Receive_RenderOptions()
654 if ((opts.Quality == 10) || (opts.Quality == 11)) in Receive_RenderOptions()
659 else if ((opts.Quality < 0) || (opts.Quality > 9)) in Receive_RenderOptions()
[all …]
/dports/www/gitea/gitea-1.16.5/modules/repository/
H A Dpush.go27 return opts.OldCommitID == git.EmptySHA
37 return !opts.IsNewRef() && !opts.IsDelRef()
47 return opts.IsTag() && opts.IsNewRef()
52 return opts.IsTag() && opts.IsDelRef()
62 return opts.IsBranch() && opts.IsNewRef()
67 return opts.IsBranch() && opts.IsUpdateRef()
72 return opts.IsBranch() && opts.IsDelRef()
97 return opts.RepoUserName + "/" + opts.RepoName
102 if !opts.IsUpdateBranch() {
106 output, err := git.NewCommand("rev-list", "--max-count=1", opts.OldCommitID, "^"+opts.NewCommitID).
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Dsubdocspecs.go31 if opts == nil {
52 if opts == nil {
71 if opts == nil {
90 if opts == nil {
113 if opts == nil {
134 if opts == nil {
155 if opts == nil {
188 if opts == nil {
221 if opts == nil {
255 if opts == nil {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Dsubdocspecs.go31 if opts == nil {
52 if opts == nil {
71 if opts == nil {
90 if opts == nil {
113 if opts == nil {
134 if opts == nil {
155 if opts == nil {
188 if opts == nil {
221 if opts == nil {
255 if opts == nil {
[all …]
/dports/devel/p5-File-Slurp/File-Slurp-9999.27/lib/File/
H A DSlurp.pm119 seek($fh, $opts->{_data_tell}, SEEK_SET) if $opts->{_is_data} && $opts->{_data_tell};
186 $opts->{_is_data} = 0;
214 $opts->{_is_data} = 1;
266 my $perms = defined($opts->{perms}) ? $opts->{perms} : 0666;
349 my $opts = $_[1] ;
354 $opts->{append} = 1 ;
407 $opts->{atomic} = 1 ;
430 $opts = {} unless ref $opts eq 'HASH' ;
466 $opts->{atomic} = 1 ;
485 $opts = {} unless ref $opts eq 'HASH' ;
[all …]
/dports/security/zzuf/zzuf-0.13/src/
H A Dopts.c33 void _zz_opts_init(struct opts *opts) in _zz_opts_init() argument
35 opts->fuzzing = opts->bytes = opts->list = opts->ports = NULL; in _zz_opts_init()
37 opts->protect = opts->refuse = NULL; in _zz_opts_init()
40 opts->minratio = opts->maxratio = DEFAULT_RATIO; in _zz_opts_init()
41 opts->quiet = 0; in _zz_opts_init()
43 opts->md5 = 0; in _zz_opts_init()
51 opts->delay = 0; in _zz_opts_init()
56 opts->nchild = 0; in _zz_opts_init()
62 void _zz_opts_fini(struct opts *opts) in _zz_opts_fini() argument
64 if(opts->child) in _zz_opts_fini()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-options.c420 memset (opts, '\0', sizeof (opts)); in ix86_target_string()
575 if (opts[i][j]) in ix86_target_string()
588 len2[j] = (opts[i][j]) ? strlen (opts[i][j]) : 0; in ix86_target_string()
604 if (opts[i][j]) in ix86_target_string()
629 if (opts) in ix86_debug_options()
1697 if (opts->x_flag_align_loops && !opts->x_str_align_loops) in ix86_default_align()
1699 if (opts->x_flag_align_jumps && !opts->x_str_align_jumps) in ix86_default_align()
1701 if (opts->x_flag_align_labels && !opts->x_str_align_labels) in ix86_default_align()
1900 opts->x_ix86_tune_string = opts->x_ix86_arch_string; in ix86_option_override_internal()
2041 opts->x_ix86_cmodel = CM_MEDIUM_PIC, opts->x_flag_pic = 1; in ix86_option_override_internal()
[all …]
/dports/textproc/p5-CAM-PDF/CAM-PDF-1.60/bin/
H A Drewritepdf.pl13 my %opts = (
43 …'p|pass' => sub { @{$opts{pass}}=(); $opts{looking}='pass'; $opts{state}=2; $opts{newpass}=…
44 …'P|prefs' => sub { @{$opts{prefs}}=(); $opts{looking}='prefs'; $opts{state}=4; $opts{newpref…
52 push @{$opts{$opts{looking}}}, $_[0];
64 if ($opts{help})
68 if ($opts{version})
98 if ($opts{decode} || @{$opts{filters}} > 0)
112 if ($opts{newprefs} || $opts{newpass})
129 if ($opts{decrypt})
145 if ($opts{cleanse})
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dopts.c653 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
654 opts->x_optimize_fast, opts->x_optimize_debug, in default_options_optimization()
710 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
711 opts->x_optimize_fast, opts->x_optimize_debug, in default_options_optimization()
880 opts->x_dump_base_name = opts_concat (opts->x_dump_dir_name, in finish_options()
933 if (opts->x_flag_tm && opts->x_flag_non_call_exceptions) in finish_options()
969 opts->x_flag_pic = opts->x_flag_pie; in finish_options()
972 if (opts->x_flag_pic && !opts->x_flag_pie) in finish_options()
1216 if (opts->x_flag_live_patching && opts->x_flag_lto) in finish_options()
1685 opts->x_help_columns, opts, lang_mask); in print_specific_help()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dopts.c653 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
654 opts->x_optimize_fast, opts->x_optimize_debug, in default_options_optimization()
710 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
711 opts->x_optimize_fast, opts->x_optimize_debug, in default_options_optimization()
880 opts->x_dump_base_name = opts_concat (opts->x_dump_dir_name, in finish_options()
933 if (opts->x_flag_tm && opts->x_flag_non_call_exceptions) in finish_options()
969 opts->x_flag_pic = opts->x_flag_pie; in finish_options()
972 if (opts->x_flag_pic && !opts->x_flag_pie) in finish_options()
1216 if (opts->x_flag_live_patching && opts->x_flag_lto) in finish_options()
1685 opts->x_help_columns, opts, lang_mask); in print_specific_help()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dopts.c653 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
654 opts->x_optimize_fast, opts->x_optimize_debug, in default_options_optimization()
710 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
711 opts->x_optimize_fast, opts->x_optimize_debug, in default_options_optimization()
880 opts->x_dump_base_name = opts_concat (opts->x_dump_dir_name, in finish_options()
933 if (opts->x_flag_tm && opts->x_flag_non_call_exceptions) in finish_options()
969 opts->x_flag_pic = opts->x_flag_pie; in finish_options()
972 if (opts->x_flag_pic && !opts->x_flag_pie) in finish_options()
1216 if (opts->x_flag_live_patching && opts->x_flag_lto) in finish_options()
1685 opts->x_help_columns, opts, lang_mask); in print_specific_help()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dopts.c640 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
641 opts->x_optimize_fast, opts->x_optimize_debug, in default_options_optimization()
697 opts->x_optimize, opts->x_optimize_size, in default_options_optimization()
698 opts->x_optimize_fast, opts->x_optimize_debug, in default_options_optimization()
725 opts->x_dump_base_name = opts_concat (opts->x_dump_dir_name, in finish_options()
778 if (opts->x_flag_tm && opts->x_flag_non_call_exceptions) in finish_options()
814 opts->x_flag_pic = opts->x_flag_pie; in finish_options()
817 if (opts->x_flag_pic && !opts->x_flag_pie) in finish_options()
1504 opts->x_help_columns, opts, lang_mask); in print_specific_help()
1702 if (len == opts[i].len && memcmp (p, opts[i].name, len) == 0)
[all …]

12345678910>>...2017