Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropFind.php68 $this->itemsLeft = count($this->result);
96 …if ($this->itemsLeft && isset($this->result[$propertyName]) && $this->result[$propertyName][0] ===…
103 $this->itemsLeft--;
135 $this->itemsLeft--;
137 $this->itemsLeft++;
224 if ($this->itemsLeft === 0) {
345 protected $itemsLeft; variable in Sabre\\DAV\\PropFind
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php68 $this->itemsLeft = count($this->result);
96 …if ($this->itemsLeft && isset($this->result[$propertyName]) && $this->result[$propertyName][0] ===…
103 $this->itemsLeft--;
135 $this->itemsLeft--;
137 $this->itemsLeft++;
224 if ($this->itemsLeft === 0) {
345 protected $itemsLeft; variable in Sabre\\DAV\\PropFind