Home
last modified time | relevance | path

Searched refs:opt (Results 151 – 175 of 54353) sorted by relevance

12345678910>>...2175

/dports/databases/rocksdb-lite/rocksdb-6.26.1/java/src/test/java/org/rocksdb/
H A DOptionsTest.java80 opt.setNumLevels(intValue); in numLevels()
384 opt.setUseFsync(boolValue); in useFsync()
399 opt.setDbPaths(dbPaths); in dbPaths()
409 opt.setDbLogDir(str); in dbLogDir()
418 opt.setWalDir(str); in walDir()
801 opt.setUnorderedWrite(true); in unordredWrite()
865 opt.setAllow2pc(boolValue); in allow2pc()
876 opt.setRowCache(lruCache); in rowCache()
978 opt.setTwoWriteQueues(true); in twoWriteQueues()
987 opt.setManualWalFlush(true); in manualWalFlush()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DOptionsTest.java80 opt.setNumLevels(intValue); in numLevels()
384 opt.setUseFsync(boolValue); in useFsync()
399 opt.setDbPaths(dbPaths); in dbPaths()
409 opt.setDbLogDir(str); in dbLogDir()
418 opt.setWalDir(str); in walDir()
801 opt.setUnorderedWrite(true); in unordredWrite()
865 opt.setAllow2pc(boolValue); in allow2pc()
876 opt.setRowCache(lruCache); in rowCache()
978 opt.setTwoWriteQueues(true); in twoWriteQueues()
987 opt.setManualWalFlush(true); in manualWalFlush()
[all …]
/dports/games/heroes/heroes-0.21/src/
H A Dprefs.c39 a_pref_set opt; variable
57 opt.luminance = 6; in reinit_preferences()
58 opt.inertia = true; in reinit_preferences()
59 opt.music = true; in reinit_preferences()
61 opt.sfx = true; in reinit_preferences()
62 opt.sfx_volume = 6; in reinit_preferences()
63 opt.ctrl_one = 0; in reinit_preferences()
65 opt.ctrl_two = 0; in reinit_preferences()
67 opt.speed = 0; in reinit_preferences()
68 opt.gamerounds = 4; in reinit_preferences()
[all …]
/dports/security/akmos/akmos-0.7.2/src/cli/
H A Dmac.c179 if(!opt->set.key && !opt->set.passw && !opt->set.passf)
183 if(opt->set.passw && opt->set.passf) {
195 err = pw_read_passf(opt->passf, opt->pass);
207 opt->keylen = akmos_digest_blklen(opt->algo);
227 opt->maclen = akmos_digest_outlen(opt->algo);
289 mac_print_hmac(opt->algo, opt->mode, p);
293 mac_print_cmac(opt->algo, opt->mode, p, opt->keylen / 2);
297 mac_print_cmac(opt->algo, opt->mode, p, opt->keylen);
334 err = akmos_mac_init(&ctx, opt->algo, opt->mode);
399 if(opt.set.passw || opt.set.passf) {
[all …]
/dports/devel/umlgraph/UMLGraph-R5_7_2/src/main/java/org/umlgraph/doclet/
H A DOptions.java287 if(!opt[0].equals("-hide") && optionLength(opt[0]) > opt.length) { in setOption()
335 bgColor = opt[1]; in setOption()
339 edgeColor = opt[1]; in setOption()
343 edgeFontColor = opt[1]; in setOption()
347 edgeFontName = opt[1]; in setOption()
359 nodeFontName = opt[1]; in setOption()
415 if(opt.length == 1) { in setOption()
442 viewName = opt[1]; in setOption()
510 addApiDocRootsOffline(opt[1], opt[2]); in setOption()
689 opt[0] = "-" + opt[0]; in setOptions()
[all …]
/dports/audio/p5-MP3-Tag/MP3-Tag-1.15/examples/
H A Dtagit.pl32 my %opt;
50 delete $opt{q} if (exists $opt{v} && exists $opt{q});
58 $opt{format} = "%a - %s.mp3" unless exists $opt{format};
87 $mp3->{ID3v1}->song($opt{song}) if exists $opt{song};
89 $mp3->{ID3v1}->album($opt{album}) if exists $opt{album};
91 $mp3->{ID3v1}->year($opt{year}) if exists $opt{year};
92 $mp3->{ID3v1}->genre($opt{genre}) if exists $opt{genre};
93 $mp3->{ID3v1}->track($opt{track}) if exists $opt{track};
95 if (exists $opt{song} || exists $opt{artist} || exists $opt{album} ||
96 exists $opt{comment} || exists $opt{year} || exists $opt{genre} || exists $opt{track}) {
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/sio/
H A DSocketUtil.c22 int opt; in GetSocketBufSize() local
26 opt = 0; in GetSocketBufSize()
35 opt = 0; in GetSocketBufSize()
64 int opt; in SetSocketBufSize() local
70 opt = 1; in SetSocketBufSize()
109 int opt; in GetSocketKeepAlive() local
111 opt = -2; in GetSocketKeepAlive()
135 int opt; in SetSocketKeepAlive() local
157 int opt; in GetSocketNagleAlgorithm() local
183 int opt; in SetSocketNagleAlgorithm() local
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_optimization/
H A Doptimization.c381 free(opt->lb); opt->lb = NULL; in c3opt_set_nvars()
382 free(opt->ub); opt->ub = NULL; in c3opt_set_nvars()
429 opt->stored_x = calloc_double(opt->d*sizeof(double)*opt->maxiter); in c3opt_set_nvars()
579 opt->stored_x = calloc_double(opt->d*sizeof(double)*opt->maxiter); in c3opt_copy()
596 free(opt->lb); opt->lb = NULL; in c3opt_free()
597 free(opt->ub); opt->ub = NULL; in c3opt_free()
604 free(opt); opt = NULL; in c3opt_free()
970 double out = opt->f(opt->d,x,grad,opt->farg); in c3opt_eval()
1006 double out = opt->fsgd(opt->d,ind,x,grad,opt->farg); in c3opt_eval_stoch()
2065 memmove(opt->stored_grad+opt->niters*opt->d, in c3_opt_damp_bfgs()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/bin/
H A DRNAalifold.c352 if (!((opt.md.dangles == 0) || (opt.md.dangles == 2))) { in main()
384 opt.pf = 1; in main()
391 opt.pf = opt.MEA = 1; in main()
412 opt.mis = 1; in main()
518 if (opt.shape) in main()
523 opt.sci = 1; in main()
566 if ((opt.filename_delim) && isspace(*opt.filename_delim)) { in main()
592 opt.jobs = MAX2(1, opt.jobs); in main()
610 if (opt.md.circ && opt.md.gquad) in main()
613 if (opt.md.circ && opt.md.noLP) in main()
[all …]
H A DRNAcofold.c280 if ((opt.md.dangles < 0) || (opt.md.dangles > 3)) { in main()
286 ggo_get_SHAPE(args_info, opt.shape, opt.shape_file, opt.shape_method, opt.shape_conversion); in main()
310 opt.doC = opt.doT = opt.pf = 1; in main()
319 opt.doC = opt.doT = opt.pf = 1; in main()
324 opt.pf = 1; in main()
330 opt.doT = opt.pf = 1; in main()
433 opt.jobs = MAX2(1, opt.jobs); in main()
453 if (opt.pf && opt.md.gquad) in main()
457 if ((opt.csv_output) && (opt.csv_header)) in main()
460 if ((opt.verbose) && (opt.jobs > 1)) in main()
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/pborman/getopt/v2/
H A Dgetopt.go289 opt.uname = opt.usageName()
291 if opt.flag && opt.short != 0 && opt.short != '-' {
317 flags = "-" + string(opt.short) + " " + opt.name
319 flags = "--" + string(opt.long) + " " + opt.name
339 opt.uname = opt.usageName()
348 opt.help = strings.TrimSpace(opt.help)
349 if len(opt.help) == 0 && !opt.mandatory && opt.group == "" {
542 if !opt.flag && e < 0 && !opt.optional {
551 if err := opt.value.Set(value, opt); err != nil {
590 if err := opt.value.Set(value, opt); err != nil {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/pborman/getopt/v2/
H A Dgetopt.go289 opt.uname = opt.usageName()
291 if opt.flag && opt.short != 0 && opt.short != '-' {
317 flags = "-" + string(opt.short) + " " + opt.name
319 flags = "--" + string(opt.long) + " " + opt.name
339 opt.uname = opt.usageName()
348 opt.help = strings.TrimSpace(opt.help)
349 if len(opt.help) == 0 && !opt.mandatory && opt.group == "" {
542 if !opt.flag && e < 0 && !opt.optional {
551 if err := opt.value.Set(value, opt); err != nil {
590 if err := opt.value.Set(value, opt); err != nil {
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/pborman/getopt/v2/
H A Dgetopt.go289 opt.uname = opt.usageName()
291 if opt.flag && opt.short != 0 && opt.short != '-' {
317 flags = "-" + string(opt.short) + " " + opt.name
319 flags = "--" + string(opt.long) + " " + opt.name
339 opt.uname = opt.usageName()
348 opt.help = strings.TrimSpace(opt.help)
349 if len(opt.help) == 0 && !opt.mandatory && opt.group == "" {
542 if !opt.flag && e < 0 && !opt.optional {
551 if err := opt.value.Set(value, opt); err != nil {
590 if err := opt.value.Set(value, opt); err != nil {
[all …]
/dports/devel/git-delta/delta-0.9.2/src/options/
H A Dset.rs193 opt, in set_options()
207 opt.computed.paging_mode = parse_paging_mode(&opt.paging_mode); in set_options()
228 if opt.light && opt.dark { in set__light__dark__syntax_theme__options()
234 if !(opt.light || opt.dark) { in set__light__dark__syntax_theme__options()
237 opt, in set__light__dark__syntax_theme__options()
248 opt, in set__light__dark__syntax_theme__options()
307 opt: &cli::Opt, in gather_features()
326 if opt.raw { in gather_features()
371 opt, in gather_features()
409 opt, in gather_features_recursively()
[all …]
/dports/security/webfwlog/webfwlog-1.1.1/src/
H A Dparser.c297 if(opt.line->geoip_data_src != opt.geoip_data_init) in build_list()
1210 opt.orig_count = opt.line->count; in parse_line()
1274 opt.format = opt.format | PARSER_IPCHAINS; in select_parsers()
1277 opt.format = opt.format | PARSER_NETFILTER; in select_parsers()
1280 opt.format = opt.format | PARSER_IPFILTER; in select_parsers()
1283 opt.format = opt.format | PARSER_CISCO_IOS; in select_parsers()
1286 opt.format = opt.format | PARSER_CISCO_PIX; in select_parsers()
1289 opt.format = opt.format | PARSER_NETSCREEN; in select_parsers()
1292 opt.format = opt.format | PARSER_WIN_XP; in select_parsers()
1295 opt.format = opt.format | PARSER_SNORT; in select_parsers()
[all …]
/dports/databases/kdb/kdb-3.2.0/autotests/
H A DConnectionOptionsTest.cpp39 QVERIFY(empty != opt); in testEmpty()
41 QVERIFY(empty == opt); in testEmpty()
54 QVERIFY(opt == opt2); in testCopyAndCompare()
56 QVERIFY(opt == opt2); in testCopyAndCompare()
58 QVERIFY(opt != opt2); in testCopyAndCompare()
60 QVERIFY(opt == opt2); in testCopyAndCompare()
63 QVERIFY(opt == opt2); in testCopyAndCompare()
65 QVERIFY(opt == opt2); in testCopyAndCompare()
68 QVERIFY(opt != opt2); in testCopyAndCompare()
70 QVERIFY(opt == opt2); in testCopyAndCompare()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/auto_build/spec/templates/includes/
H A Dfiles.tt7 %dir /opt/otrs/
8 /opt/otrs/RELEASE
9 /opt/otrs/ARCHIVE
15 %dir /opt/otrs/Custom/
18 %dir /opt/otrs/Kernel/
32 /opt/otrs/bin*
37 /opt/otrs/scripts*
40 %dir /opt/otrs/var/
45 /opt/otrs/var/fonts/
63 %doc /opt/otrs/*.md
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/
H A Dspamassassin.raw234 if ( defined $opt{'help'} ) {
243 if (defined $opt{'debug'}) {
244 $opt{'debug'} ||= 'all';
254 if ($opt{'lint'} && !$opt{'net'}) { $opt{'local'} = 1; }
277 if ($opt{'lint'}) {
315 or $opt{'add-to-whitelist'}
316 or $opt{'add-to-blacklist'} )
326 if ($opt{'test-mode'}) {
413 if ( $opt{'report'} || $opt{'revoke'} || $doing_whitelist_operation ) {
507 if ( $opt{'report'} || $opt{'revoke'} ) {
[all …]
/dports/math/gri/gri-2.12.23/src/popt/
H A Dpopthelp.c56 if (opt->longName && opt->shortName) in singleOptionHelp()
98 while (opt->longName || opt->shortName || opt->arg) { in maxArgWidth()
115 opt++; in maxArgWidth()
126 while (opt->longName || opt->shortName || opt->arg) { in singleTableHelp()
127 if ((opt->longName || opt->shortName) && in singleTableHelp()
130 opt++; in singleTableHelp()
134 while (opt->longName || opt->shortName || opt->arg) { in singleTableHelp()
140 opt++; in singleTableHelp()
211 while (opt->longName || opt->shortName || opt->arg) { in singleTableUsage()
212 if ((opt->longName || opt->shortName) && in singleTableUsage()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.h60 opt::BasicBlock* MaybeFindBlock(opt::IRContext* context,
69 opt::IRContext* context, opt::BasicBlock* bb_from, opt::BasicBlock* bb_to,
77 opt::Instruction CreateUnreachableEdgeInstruction(opt::IRContext* ir_context,
91 opt::IRContext* context, opt::BasicBlock* bb_from, opt::BasicBlock* bb_to,
109 opt::BasicBlock* block, const opt::Instruction* inst);
192 std::unique_ptr<opt::IRContext> CloneIRContext(opt::IRContext* context);
214 opt::Instruction* GetFunctionType(opt::IRContext* context,
354 std::vector<opt::Instruction*> GetCallers(opt::IRContext* ir_context,
359 opt::Function* GetFunctionFromParameterId(opt::IRContext* ir_context,
579 opt::BasicBlock* block_to_split, opt::Instruction* split_before);
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dfuzzer_util.h60 opt::BasicBlock* MaybeFindBlock(opt::IRContext* context,
69 opt::IRContext* context, opt::BasicBlock* bb_from, opt::BasicBlock* bb_to,
77 opt::Instruction CreateUnreachableEdgeInstruction(opt::IRContext* ir_context,
91 opt::IRContext* context, opt::BasicBlock* bb_from, opt::BasicBlock* bb_to,
109 opt::BasicBlock* block, const opt::Instruction* inst);
192 std::unique_ptr<opt::IRContext> CloneIRContext(opt::IRContext* context);
214 opt::Instruction* GetFunctionType(opt::IRContext* context,
354 std::vector<opt::Instruction*> GetCallers(opt::IRContext* ir_context,
359 opt::Function* GetFunctionFromParameterId(opt::IRContext* ir_context,
579 opt::BasicBlock* block_to_split, opt::Instruction* split_before);
[all …]
/dports/games/gemdropx/gemdropx-0.9/cqml/
H A DMakefile93 /opt/Qtopia/include/qsound.h \
102 /opt/Qtopia/include/qarray.h \
106 /opt/Qtopia/include/qevent.h \
108 /opt/Qtopia/include/qrect.h \
109 /opt/Qtopia/include/qsize.h \
110 /opt/Qtopia/include/qpoint.h \
111 /opt/Qtopia/include/qmime.h \
112 /opt/Qtopia/include/qlist.h \
113 /opt/Qtopia/include/qglist.h \
129 /opt/Qtopia/include/qfont.h \
[all …]
/dports/devel/silentbob/silentbob-3.0/src/
H A Doptions.cxx26 char * opt; in bob_options() local
32 opt = d_opts->get (i); in bob_options()
35 if (opt[0] != '-') { in bob_options()
40 if (EQ (opt, "--help") || EQ (opt, "-h")) { in bob_options()
45 if (EQ (opt, "-V") || EQ (opt, "--version")) { in bob_options()
76 EQ (opt, "-c")) { in bob_options()
82 EQ (opt, "-ct")) { in bob_options()
149 EQ (opt, "-l")) { in bob_options()
179 if (EQ (opt, "-a") || EQ (opt, "--all")) { in bob_options()
184 if (EQ (opt, "--test") || EQ (opt, "-t")) { in bob_options()
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/plugins/styleinspector/
H A Dstyleoption.cpp126 return opt; in makeButtonStyleOption()
134 return opt; in makeComboBoxStyleOption()
143 return opt; in makeFrameStyleOption()
152 return opt; in makeGroupBoxStyleOption()
160 return opt; in makeHeaderStyleOption()
168 return opt; in makeItemViewStyleOption()
175 return opt; in makeMenuStyleOption()
184 return opt; in makeProgressBarStyleOption()
194 return opt; in makeSliderStyleOption()
201 return opt; in makeSpinBoxStyleOption()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h80 extern llvm::cl::opt<bool> Symbols;
81 extern llvm::cl::opt<bool> Globals;
82 extern llvm::cl::opt<bool> Classes;
83 extern llvm::cl::opt<bool> Enums;
84 extern llvm::cl::opt<bool> Funcsigs;
85 extern llvm::cl::opt<bool> Arrays;
89 extern llvm::cl::opt<bool> All;
117 extern llvm::cl::opt<bool> NameMap;
118 extern llvm::cl::opt<bool> Fpm;
125 extern llvm::cl::opt<bool> ECData;
[all …]

12345678910>>...2175