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; variable in FreeDSx\\Ldap\\Search\\Vlv
100 * @param bool $asPercentage
103 public function asPercentage(bool $asPercentage = true) argument
105 $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) {