Home
last modified time | relevance | path

Searched refs:switchCount (Results 1 – 22 of 22) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical/
H A DConditional.php85 $switchCount = floor($argc / 2);
90 if ($switchCount > 0) {
91 for ($index = 0; $index < $switchCount; ++$index) {
/dports/devel/spark/spark-2.1.1/launcher/src/test/java/org/apache/spark/launcher/
H A DSparkSubmitOptionParserSuite.java55 int switchCount = 0; in testAllOptions() local
59 switchCount++; in testAllOptions()
60 verify(parser, times(switchCount)).handle(eq(switchNames[0]), same((String) null)); in testAllOptions()
/dports/net-mgmt/p5-SNMP-Info/SNMP-Info-3.81/lib/SNMP/Info/Layer2/
H A DUbiquiti.pm172 my $switchCount = 0;
191 $switchCount++;
214 … return "EdgeRouter eth-$ethCount switch-$switchCount mem-$memTotalReal cpuNum-$cpuCount";
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DLogical.php306 $switchCount = floor($argc / 2);
311 if ($switchCount) {
312 for ($index = 0; $index < $switchCount; ++$index) {
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DLogical.php310 $switchCount = floor($argc / 2);
315 if ($switchCount) {
316 for ($index = 0; $index < $switchCount; ++$index) {
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DLogical.php310 $switchCount = floor($argc / 2);
315 if ($switchCount) {
316 for ($index = 0; $index < $switchCount; ++$index) {
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DLogical.php310 $switchCount = floor($argc / 2);
315 if ($switchCount) {
316 for ($index = 0; $index < $switchCount; ++$index) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DLogical.php294 $switchCount = floor($argc / 2);
299 if ($switchCount) {
300 for ($index = 0; $index < $switchCount; ++$index) {
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DLogical.php294 $switchCount = floor($argc / 2);
299 if ($switchCount) {
300 for ($index = 0; $index < $switchCount; ++$index) {
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuAI.pas419 switchCount: LongInt;
433 switchCount:= HHHasAmmo(PGear(Me)^.Hedgehog^, amSwitch)
434 else switchCount:= 0;
451 if (switchCount < 10) then Actions.Score:= (-27+switchCount*3)*4000;
467 until (not (switchImmediatelyAvailable or (switchCount > 0)))
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuAI.pas419 switchCount: LongInt;
433 switchCount:= HHHasAmmo(PGear(Me)^.Hedgehog^, amSwitch)
434 else switchCount:= 0;
451 if (switchCount < 10) then Actions.Score:= (-27+switchCount*3)*4000;
467 until (not (switchImmediatelyAvailable or (switchCount > 0)))
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/env/
H A Dgcenv.os.h163 static void YieldThread(uint32_t switchCount);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/windows/
H A Dgcenv.windows.cpp250 void GCToOSInterface::YieldThread(uint32_t switchCount) in YieldThread() argument
252 UNREFERENCED_PARAMETER(switchCount); in YieldThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/content/
H A DTabContentManager.java143 String switchCount = CommandLine.getInstance().getSwitchValue(commandLineSwitch); in getIntegerResourceWithOverride() local
144 if (switchCount != null) { in getIntegerResourceWithOverride()
145 int count = Integer.parseInt(switchCount); in getIntegerResourceWithOverride()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Ddm.cpp970 for (int16 switchCount = 4; switchCount > 0; switchCount--) { in fuseSequence() local
972 lordGroup->_type = (switchCount & 0x0001) ? kDMCreatureTypeLordOrder : kDMCreatureTypeLordChaos; in fuseSequence()
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Ddm.cpp969 for (int16 switchCount = 4; switchCount > 0; switchCount--) { in fuseSequence() local
971 lordGroup->_type = (switchCount & 0x0001) ? kDMCreatureTypeLordOrder : kDMCreatureTypeLordChaos; in fuseSequence()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/unix/
H A Dgcenv.unix.cpp252 void GCToOSInterface::YieldThread(uint32_t switchCount) in YieldThread() argument
/dports/math/kmplot/kmplot-21.12.3/kmplot/
H A Dview.cpp1438 int switchCount = 0; in drawImplicitInSquare() local
1468 double segment_step = maxSegmentLength( k ) * pow( 0.5, switchCount ); in drawImplicitInSquare()
1522 switchCount += 2; in drawImplicitInSquare()
1528 switchCount = qMax( 0, switchCount-1 ); in drawImplicitInSquare()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dactors.c1744 const int switchCount = allGuns ? MAX_WEAPONS : MAX_GUNS; in ActorTrySwitchWeapon() local
1750 weaponIndex = (weaponIndex + 1) % switchCount; in ActorTrySwitchWeapon()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/unix/
H A DPalRedhawkUnix.cpp1479 void GCToOSInterface::YieldThread(uint32_t switchCount) in YieldThread() argument
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword1/
H A Dlogic.cpp647 int switchCount = scriptCode[pc++]; in interpretScript() local
650 for (int cnt = 0; (cnt < switchCount) && (doneSwitch == 0); cnt++) { in interpretScript()
/dports/games/scummvm/scummvm-2.5.1/engines/sword1/
H A Dlogic.cpp649 int switchCount = scriptCode[pc++]; in interpretScript() local
652 for (int cnt = 0; (cnt < switchCount) && (doneSwitch == 0); cnt++) { in interpretScript()