Home
last modified time | relevance | path

Searched refs:getIterator (Results 76 – 90 of 90) sorted by path

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php172 public function getIterator(): Traversable
162 public function getIterator() global() function in FreeDSx\\Ldap\\Entry\\Options
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php134 public function getIterator(): Traversable
127 public function getIterator() global() function
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php65 public function getIterator() function in FreeDSx\\Sasl\\Message
/plugin/refnotes/
H A Dnote.php25 parent::__construct($this->note->getIterator());
/plugin/subjectindex/inc/
H A Dmatcher.php53 function getIterator() { function in SI_MatchEntry
/plugin/swiftmail/
H A DSwift.php379 $it = $list->getIterator("to");
394 $it = $list->getIterator("cc");
435 $it = $list->getIterator("bcc");
/plugin/swiftmail/Swift/
H A DBatchMailer.php193 $it = $recipients->getIterator("to");
H A DRecipientList.php100 public function getIterator($where) function in Swift_RecipientList
/plugin/swiftmail/Swift/Plugin/
H A DVerboseSending.php47 $it = $recipients->getIterator("to");
55 $it = $recipients->getIterator("cc");
63 $it = $recipients->getIterator("bcc");
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2367 …e.DefaultEventSource.prototype.getEventIterator=function(A,B){return this._events.getIterator(A,B);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DNode.php105 public function getIterator() function in Sabre\\VObject\\Node
164 $it = $this->getIterator();
184 $iterator = $this->getIterator();
200 $iterator = $this->getIterator();
215 $iterator = $this->getIterator();
235 $iterator = $this->getIterator();
H A DParameter.php365 public function getIterator() function in Sabre\\VObject\\Parameter
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DNode.php83 public function getIterator() { function in Sabre\\VObject\\Node
144 $it = $this->getIterator();
164 $iterator = $this->getIterator();
179 $iterator = $this->getIterator();
195 $iterator = $this->getIterator();
215 $iterator = $this->getIterator();
H A DParameter.php364 public function getIterator() { function in Sabre\\VObject\\Parameter
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php177 $this->assertEquals($it,$property->getIterator());
186 $it = $property->getIterator();

1234