Searched refs:asPercentage (Results 1 – 1 of 1) sorted by relevance
78 protected $asPercentage = false; variable in FreeDSx\\Ldap\\Search\\Vlv100 * @param bool $asPercentage103 public function asPercentage(bool $asPercentage = true) function in FreeDSx\\Ldap\\Search\\Vlv105 $this->asPercentage = $asPercentage;144 …$this->offset = ($this->asPercentage && ($this->offset + $size) > 100) ? 100 : $this->offset + $si…220 if ($this->asPercentage) {306 if ($this->control === null && $this->asPercentage) {312 if ($this->asPercentage && $this->offset > 100) {314 } elseif ($this->asPercentage && $this->offset < 0) {318 if ($this->asPercentage && $this->control !== null) {