Home
last modified time | relevance | path

Searched refs:sizeLimit (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php106 protected $sizeLimit = 0; variable in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
202 public function sizeLimit(int $size) function in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
306 return $this->sizeLimit;
310 * @param int $sizeLimit
313 public function setSizeLimit(int $sizeLimit) argument
315 $this->sizeLimit = $sizeLimit;
390 $sizeLimit = $type->getChild(3);
405 && $sizeLimit instanceof IntegerType
425 $search->setSizeLimit($sizeLimit->getValue());
445 Asn1::integer($this->sizeLimit),
/plugin/aichat/
Dhelper.php307 * @param int $sizeLimit The maximum number of messages to use
310 protected function historyMessages(array $history, int $tokenLimit, int $sizeLimit): array argument
316 $history = array_slice($history, 0, $sizeLimit);
/plugin/zwidoku/files/
H A Djs.js1sizeLimit:0,minSizeLimit:0,onSubmit:function(id,fileName){},onProgress:function(id,fileName,loaded… property