Home
last modified time | relevance | path

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

/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/libkolab/lib/
H A Dkolab_storage_dataset.php34 private $iteratorkey = 0; variable in kolab_storage_dataset
130 return $this->offsetGet($this->iteratorkey);
135 return $this->iteratorkey;
140 $this->iteratorkey++;
146 $this->iteratorkey = 0;
151 return !empty($this->index[$this->iteratorkey]);
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/kolab/net_ldap3/lib/Net/LDAP3/
H A DResult.php49 private $iteratorkey = 0; variable in Net_LDAP3_Result
160 return $this->iteratorkey;
165 $this->iteratorkey = 0;
171 $this->iteratorkey++;
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/libcalendaring/
H A Dlibvcalendar.php57 private $iteratorkey = 0; variable in libvcalendar
121 $this->iteratorkey = 0;
229 $this->iteratorkey = 0;
1414 return $this->objects[$this->iteratorkey];
1419 return $this->iteratorkey;
1424 $this->iteratorkey++;
1427 if (!$this->objects[$this->iteratorkey] && $this->fp) {
1436 $this->iteratorkey = 0;
1441 return !empty($this->objects[$this->iteratorkey]);