Home
last modified time | relevance | path

Searched refs:timeLimit (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php111 protected $timeLimit = 0; variable in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
213 public function timeLimit($time) function in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
325 return $this->timeLimit;
329 * @param int $timeLimit
332 public function setTimeLimit(int $timeLimit) argument
334 $this->timeLimit = $timeLimit;
391 $timeLimit = $type->getChild(4);
406 && $timeLimit instanceof IntegerType
426 $search->setTimeLimit($timeLimit->getValue());
446 Asn1::integer($this->timeLimit),
/plugin/batchedit/
Dengine.php996 private $timeLimit; variable in BatcheditEngine
1011 $this->timeLimit = $this->getTimeLimit();
1193 $timeLimit = ini_get('max_execution_time');
1194 … $timeLimit -= ceil(min($timeLimit * self::NON_ENGINE_TIME_RATIO, self::NON_ENGINE_TIME_MAX));
1196 return $timeLimit;
1207 return time() - $this->startTime >= $this->timeLimit;
/plugin/asciidocjs/node_modules/core-js/
DREADME.md768 function timeLimit(promise, time){
774 timeLimit(sleepRandom(5), 10).then(x => console.log(x)); // => 853, after 5 sec.
775 timeLimit(sleepRandom(15), 10).catch(x => console.log(x)); // Error: Await > 10 sec
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...