Home
last modified time | relevance | path

Searched refs:clOptions (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A Dbzfs.cxx94 CmdLineOptions *clOptions; variable
834 if (gameOver && clOptions->timeLimit > 0.0f && !clOptions->timeManualStart) in getTeamCounts()
932clOptions->publicizedAddress, clOptions->publicizedTitle, clOptions->advertiseGroups); in publicize()
1442 if (clOptions->timeLimit > 0.0f && !clOptions->timeManualStart) in checkGameOn()
5864 if (clOptions->filterChat || clOptions->filterCallsigns) in loadBadwordsList()
6604 … setDebugTimestamp (clOptions->timestampLog, clOptions->timestampMicros, clOptions->timestampUTC); in main()
6619 if (clOptions->publicizeServer && clOptions->publicizedKey.empty()) in main()
6746 new VotingArbiter(clOptions->voteTime, clOptions->vetoTime, in main()
6808 if (clOptions->publicizeServer && !clOptions->suppressMasterBanList) in main()
7863 delete clOptions; in main()
[all …]
H A DBanCommands.cxx838 clOptions->acl.load(); in operator ()()
847 clOptions->acl.load(); in operator ()()
855 clOptions->acl.save(); in operator ()()
961 clOptions->acl.load(); in operator ()()
967 clOptions->acl.save(); in operator ()()
1096 clOptions->acl.load(); in operator ()()
1100 clOptions->acl.save(); in operator ()()
1122 clOptions->acl.save(); in operator ()()
1144 clOptions->acl.save(); in operator ()()
1166 clOptions->acl.save(); in operator ()()
[all …]
H A DbzfsAPI.cxx2302 clOptions->acl.load(); in bz_IPBanUser()
2305 clOptions->acl.save(); in bz_IPBanUser()
2315 clOptions->acl.load(); in bz_IPUnbanUser()
2318 clOptions->acl.save(); in bz_IPUnbanUser()
2336 clOptions->acl.load(); in bz_HostBanUser()
2338 clOptions->acl.save(); in bz_HostBanUser()
2350 clOptions->acl.load(); in bz_IDUnbanUser()
2365 clOptions->acl.load(); in bz_HostUnbanUser()
2405 API_BAN_ITEM = clOptions->acl.getBanMaskString(clOptions->acl.banList[item].addr, in bz_getBanItem()
2546 LagInfo::setThreshold(clOptions->lagwarnthresh,(float)clOptions->maxlagwarn); in bz_setLagWarn()
[all …]
H A DWorldGenerators.cxx59 if (clOptions->randomHeights) in defineRandomWorld()
74 if (clOptions->randomHeights) in defineRandomWorld()
82 if (clOptions->useTeleporters) in defineRandomWorld()
163 const bool haveRed = clOptions->maxTeam[RedTeam] > 0; in defineTeamWorld()
261 if (clOptions->randomCTF) in defineTeamWorld()
283 if (clOptions->randomHeights) in defineTeamWorld()
330 if (clOptions->randomHeights) in defineTeamWorld()
373 if (clOptions->useTeleporters) in defineTeamWorld()
537 if (clOptions->randomHeights) in defineTeamWorld()
563 if (clOptions->useTeleporters) in defineTeamWorld()
[all …]
H A Dcommands.cxx1212 if (clOptions->timeManualStart) in operator ()()
1233 if (clOptions->timeManualStart) in operator ()()
1262 else if (!clOptions->timeManualStart) in operator ()()
1269 if (clOptions->timeLimit > 1.0f) in operator ()()
1764 LagInfo::setThreshold(clOptions->lagwarnthresh,(float)clOptions->maxlagwarn); in operator ()()
1800 LagInfo::setThreshold(clOptions->lagwarnthresh,(float)clOptions->maxlagwarn); in operator ()()
2217 if (clOptions->reportFile.size() == 0 && clOptions->reportPipe.size() == 0) in operator ()()
2817 clOptions->textChunker.reload(); in operator ()()
2824 clOptions->acl.load(); in operator ()()
2847 clOptions->filter.clear(); in operator ()()
[all …]
H A DListServerConnection.cxx52 if (clOptions->pingInterface != "") in ListServerLink()
53 setInterface(clOptions->pingInterface); in ListServerLink()
435 if (clOptions && !clOptions->publicizedKey.empty()) in addMe()
436 msg += "&key=" + clOptions->publicizedKey; in addMe()
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A Dbzfs.cxx94 CmdLineOptions *clOptions; variable
834 if (gameOver && clOptions->timeLimit > 0.0f && !clOptions->timeManualStart) in getTeamCounts()
932clOptions->publicizedAddress, clOptions->publicizedTitle, clOptions->advertiseGroups); in publicize()
1442 if (clOptions->timeLimit > 0.0f && !clOptions->timeManualStart) in checkGameOn()
5864 if (clOptions->filterChat || clOptions->filterCallsigns) in loadBadwordsList()
6604 … setDebugTimestamp (clOptions->timestampLog, clOptions->timestampMicros, clOptions->timestampUTC); in main()
6619 if (clOptions->publicizeServer && clOptions->publicizedKey.empty()) in main()
6746 new VotingArbiter(clOptions->voteTime, clOptions->vetoTime, in main()
6808 if (clOptions->publicizeServer && !clOptions->suppressMasterBanList) in main()
7863 delete clOptions; in main()
[all …]
H A DBanCommands.cxx838 clOptions->acl.load(); in operator ()()
847 clOptions->acl.load(); in operator ()()
855 clOptions->acl.save(); in operator ()()
961 clOptions->acl.load(); in operator ()()
967 clOptions->acl.save(); in operator ()()
1096 clOptions->acl.load(); in operator ()()
1100 clOptions->acl.save(); in operator ()()
1122 clOptions->acl.save(); in operator ()()
1144 clOptions->acl.save(); in operator ()()
1166 clOptions->acl.save(); in operator ()()
[all …]
H A DbzfsAPI.cxx2302 clOptions->acl.load(); in bz_IPBanUser()
2305 clOptions->acl.save(); in bz_IPBanUser()
2315 clOptions->acl.load(); in bz_IPUnbanUser()
2318 clOptions->acl.save(); in bz_IPUnbanUser()
2336 clOptions->acl.load(); in bz_HostBanUser()
2338 clOptions->acl.save(); in bz_HostBanUser()
2350 clOptions->acl.load(); in bz_IDUnbanUser()
2365 clOptions->acl.load(); in bz_HostUnbanUser()
2405 API_BAN_ITEM = clOptions->acl.getBanMaskString(clOptions->acl.banList[item].addr, in bz_getBanItem()
2546 LagInfo::setThreshold(clOptions->lagwarnthresh,(float)clOptions->maxlagwarn); in bz_setLagWarn()
[all …]
H A DWorldGenerators.cxx59 if (clOptions->randomHeights) in defineRandomWorld()
74 if (clOptions->randomHeights) in defineRandomWorld()
82 if (clOptions->useTeleporters) in defineRandomWorld()
163 const bool haveRed = clOptions->maxTeam[RedTeam] > 0; in defineTeamWorld()
261 if (clOptions->randomCTF) in defineTeamWorld()
283 if (clOptions->randomHeights) in defineTeamWorld()
330 if (clOptions->randomHeights) in defineTeamWorld()
373 if (clOptions->useTeleporters) in defineTeamWorld()
537 if (clOptions->randomHeights) in defineTeamWorld()
563 if (clOptions->useTeleporters) in defineTeamWorld()
[all …]
H A Dcommands.cxx1212 if (clOptions->timeManualStart) in operator ()()
1233 if (clOptions->timeManualStart) in operator ()()
1262 else if (!clOptions->timeManualStart) in operator ()()
1269 if (clOptions->timeLimit > 1.0f) in operator ()()
1764 LagInfo::setThreshold(clOptions->lagwarnthresh,(float)clOptions->maxlagwarn); in operator ()()
1800 LagInfo::setThreshold(clOptions->lagwarnthresh,(float)clOptions->maxlagwarn); in operator ()()
2217 if (clOptions->reportFile.size() == 0 && clOptions->reportPipe.size() == 0) in operator ()()
2817 clOptions->textChunker.reload(); in operator ()()
2824 clOptions->acl.load(); in operator ()()
2847 clOptions->filter.clear(); in operator ()()
[all …]
H A DListServerConnection.cxx52 if (clOptions->pingInterface != "") in ListServerLink()
53 setInterface(clOptions->pingInterface); in ListServerLink()
435 if (clOptions && !clOptions->publicizedKey.empty()) in addMe()
436 msg += "&key=" + clOptions->publicizedKey; in addMe()
/dports/devel/folly/folly-2021.12.27.00/folly/io/test/
H A DIOBufQueueTest.cpp39 IOBufQueue::Options clOptions; variable
69 IOBufQueue queue(clOptions); in TEST()
81 IOBufQueue queue(clOptions); in TEST()
83 IOBufQueue queue2(clOptions); in TEST()
98 IOBufQueue queue(clOptions); in TEST()
100 IOBufQueue queue2(clOptions); in TEST()
116 IOBufQueue queue(clOptions); in TEST()
117 IOBufQueue queue2(clOptions); in TEST()
130 IOBufQueue queue(clOptions); in TEST()
142 IOBufQueue queue(clOptions); in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Support/
H A DDebugCounter.cpp39 static llvm::ManagedStatic<DebugCounterOptions> clOptions; variable
49 if (clOptions.isConstructed() && clOptions->printCounterInfo) in ~DebugCounter()
109 *clOptions; in registerCLOptions()
116 if (!clOptions.isConstructed()) in applyCLOptions()
119 for (StringRef arg : clOptions->counters) { in applyCLOptions()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Support/
H A DDebugCounter.cpp39 static llvm::ManagedStatic<DebugCounterOptions> clOptions; variable
49 if (clOptions.isConstructed() && clOptions->printCounterInfo) in ~DebugCounter()
109 *clOptions; in registerCLOptions()
116 if (!clOptions.isConstructed()) in applyCLOptions()
119 for (StringRef arg : clOptions->counters) { in applyCLOptions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Support/
H A DDebugCounter.cpp39 static llvm::ManagedStatic<DebugCounterOptions> clOptions; variable
49 if (clOptions.isConstructed() && clOptions->printCounterInfo) in ~DebugCounter()
109 *clOptions; in registerCLOptions()
116 if (!clOptions.isConstructed()) in applyCLOptions()
119 for (StringRef arg : clOptions->counters) { in applyCLOptions()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Support/
H A DDebugCounter.cpp39 static llvm::ManagedStatic<DebugCounterOptions> clOptions;
49 if (clOptions.isConstructed() && clOptions->printCounterInfo)
109 *clOptions; in __anon96a482140502()
116 if (!clOptions.isConstructed()) in __anon96a482140602()
119 for (StringRef arg : clOptions->counters) { in __anon96a482140602()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/
H A DCutterApplication.cpp95 if (!clOptions.pythonHome.isEmpty()) { in CutterApplication()
96 Python()->setPythonHome(clOptions.pythonHome); in CutterApplication()
106 Core()->initialize(clOptions.enableR2Plugins); in CutterApplication()
111 Config()->setOutputRedirectionEnabled(clOptions.outputRedirectionEnabled); in CutterApplication()
121 Plugins()->loadPlugins(clOptions.enableCutterPlugins); in CutterApplication()
135 if (clOptions.args.empty()) { in CutterApplication()
143 bool askOptions = clOptions.analLevel != AutomaticAnalysisLevel::Ask; in CutterApplication()
144 mainWindow->openNewFile(clOptions.fileOpenOptions, askOptions); in CutterApplication()
206 if (!clOptions.enableCutterPlugins) { in launchNewInstance()
209 if (!clOptions.enableR2Plugins) { in launchNewInstance()
[all …]
/dports/math/cvc3/cvc3-2.4.1/bin/
H A Drun_tests.in86 my @clOptions = ();
140 push @clOptions, $ARGV[$i];
147 $options{'clOptions'} = join(" ", map { "\"" . $_ . "\"" } @clOptions);
350 my $clOptions = getOpt('clOptions', \%opt);
363 if($clOptions =~ /\S/) {
364 print("Program options: ", $clOptions, "\n");
377 push @progArgs, $clOptions;
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmVisualStudio10TargetGenerator.cxx2534 clOptions.Parse(flags); in OutputSourceSpecificFlags()
2578 clOptions.AddDefines( in OutputSourceSpecificFlags()
2843 Options& clOptions = *pOptions; in ComputeClOptions() local
2944 clOptions.Parse(flags); in ComputeClOptions()
2945 clOptions.Parse(defineFlags); in ComputeClOptions()
2970 clOptions.AddIncludes( in ComputeClOptions()
2975 clOptions.SetVerboseMakefile( in ComputeClOptions()
2998 clOptions.AddDefine(configDefine); in ComputeClOptions()
3016 if (!clOptions.IsWinRt()) { in ComputeClOptions()
3070 OptionsHelper oh(clOptions, e2); in WriteClOptions()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmVisualStudio10TargetGenerator.cxx2534 clOptions.Parse(flags); in OutputSourceSpecificFlags()
2578 clOptions.AddDefines( in OutputSourceSpecificFlags()
2843 Options& clOptions = *pOptions; in ComputeClOptions() local
2944 clOptions.Parse(flags); in ComputeClOptions()
2945 clOptions.Parse(defineFlags); in ComputeClOptions()
2970 clOptions.AddIncludes( in ComputeClOptions()
2975 clOptions.SetVerboseMakefile( in ComputeClOptions()
2998 clOptions.AddDefine(configDefine); in ComputeClOptions()
3016 if (!clOptions.IsWinRt()) { in ComputeClOptions()
3070 OptionsHelper oh(clOptions, e2); in WriteClOptions()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmVisualStudio10TargetGenerator.cxx2534 clOptions.Parse(flags); in OutputSourceSpecificFlags()
2578 clOptions.AddDefines( in OutputSourceSpecificFlags()
2843 Options& clOptions = *pOptions; in ComputeClOptions() local
2944 clOptions.Parse(flags); in ComputeClOptions()
2945 clOptions.Parse(defineFlags); in ComputeClOptions()
2970 clOptions.AddIncludes( in ComputeClOptions()
2975 clOptions.SetVerboseMakefile( in ComputeClOptions()
2998 clOptions.AddDefine(configDefine); in ComputeClOptions()
3016 if (!clOptions.IsWinRt()) { in ComputeClOptions()
3070 OptionsHelper oh(clOptions, e2); in WriteClOptions()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DMLIRContext.cpp70 static llvm::ManagedStatic<MLIRContextOptions> clOptions; variable
77 *clOptions; in registerMLIRContextCLOptions()
345 if (clOptions.isConstructed()) { in MLIRContext()
346 disableMultithreading(clOptions->disableThreading); in MLIRContext()
347 printOpOnDiagnostic(clOptions->printOpOnDiagnostic); in MLIRContext()
348 printStackTraceOnDiagnostic(clOptions->printStackTraceOnDiagnostic); in MLIRContext()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DMLIRContext.cpp74 static llvm::ManagedStatic<MLIRContextOptions> clOptions; variable
81 *clOptions; in registerMLIRContextCLOptions()
338 if (clOptions.isConstructed()) { in MLIRContext()
339 disableMultithreading(clOptions->disableThreading); in MLIRContext()
340 printOpOnDiagnostic(clOptions->printOpOnDiagnostic); in MLIRContext()
341 printStackTraceOnDiagnostic(clOptions->printStackTraceOnDiagnostic); in MLIRContext()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DMLIRContext.cpp74 static llvm::ManagedStatic<MLIRContextOptions> clOptions; variable
81 *clOptions; in registerMLIRContextCLOptions()
338 if (clOptions.isConstructed()) { in MLIRContext()
339 disableMultithreading(clOptions->disableThreading); in MLIRContext()
340 printOpOnDiagnostic(clOptions->printOpOnDiagnostic); in MLIRContext()
341 printStackTraceOnDiagnostic(clOptions->printStackTraceOnDiagnostic); in MLIRContext()

12