Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php78 protected $asPercentage = false;
100 * @param bool $asPercentage argument
103 public function asPercentage(bool $asPercentage = true)
105 $this->asPercentage = $asPercentage;
144 $this->offset = ($this->asPercentage && ($this->offset + $size) > 100) ? 100 : $this->offset + $size;
220 if ($this->asPercentage) {
306 if ($this->control === null && $this->asPercentage) {
312 if ($this->asPercentage
75 protected $asPercentage = false; global() variable in FreeDSx\\Ldap\\Search\\Vlv
[all...]