Home
last modified time | relevance | path

Searched refs:neededCount (Results 1 – 6 of 6) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/common/
H A DGlobalEmitter.ts9 let neededCount = 0 variable
51 neededCount++
57 neededCount--
59 if (!neededCount) { // nobody else needs it
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DBinaryTypeConverter.java313 int neededCount = 1; in convert() local
316 neededCount = 0; in convert()
322 neededCount = isInterface ? 0 : neededCount; in convert()
323 typeDeclaration.methods = new AbstractMethodDeclaration[methodCount + neededCount]; in convert()
324 if (neededCount != 0) { // add default constructor in first position in convert()
339 typeDeclaration.methods[neededCount + (count++)] = method; in convert()
343 …eDeclaration.methods = new AbstractMethodDeclaration[count + neededCount], 0, count + neededCount); in convert()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/
H A DSourceTypeConverter.java286 int neededCount = 0; in convert() local
288 neededCount = 1; in convert()
291 neededCount = 0; in convert()
299 + neededCount]; in convert()
300 if (neededCount != 0) { // add default constructor in first position in convert()
310 type.methods[neededCount + i] = method; in convert()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/scheduler/
H A Dpreemption.go513 neededCount := ask.Count
538 if preemptedCount+devInst.FreeCount() >= int(neededCount) {
551 return selectBestAllocs(preemptionOptions, int(neededCount))
559 func selectBestAllocs(preemptionOptions []*deviceGroupAllocs, neededCount int) []*structs.Allocatio…
586 if preemptedInstanceCount >= neededCount {
/dports/sysutils/nomad/nomad-1.1.0/scheduler/
H A Dpreemption.go513 neededCount := ask.Count
538 if preemptedCount+devInst.FreeCount() >= int(neededCount) {
551 return selectBestAllocs(preemptionOptions, int(neededCount))
559 func selectBestAllocs(preemptionOptions []*deviceGroupAllocs, neededCount int) []*structs.Allocatio…
586 if preemptedInstanceCount >= neededCount {
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/qif/import/
H A Dmymoneyqifreader.cpp683 int neededCount = 0; in extractSplits() local
695 neededCount ++; in extractSplits()
698 neededCount ++; in extractSplits()
700 if (neededCount > 1) { // CategoryName & Amount essential in extractSplits()
706 neededCount = 0; in extractSplits()