Home
last modified time | relevance | path

Searched refs:getNext (Results 1 – 25 of 72) sorted by relevance

123

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php27 while ($objects->getNext()) {
65 while ($object = $splitter->getNext()) {
94 while ($object = $splitter->getNext()) {
110 $object = $objects->getNext();
112 $this->assertNull($objects->getNext());
128 while ($objects->getNext()) { }
146 while ($objects->getNext()) {
170 while ($objects->getNext()) {
186 while ($objects->getNext()) {
H A DICalendarTest.php40 while ($object = $objects->getNext()) {
79 while ($object = $objects->getNext()) {
82 $this->assertNull($object = $objects->getNext());
127 while ($object = $objects->getNext()) {
166 while ($object = $objects->getNext()) {
261 while ($object = $objects->getNext()) {
317 while ($object = $objects->getNext()) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php29 while($objects->getNext()) {
67 while($object=$splitter->getNext()) {
96 while($object=$splitter->getNext()) {
112 $object=$objects->getNext();
114 $this->assertNull($objects->getNext());
130 while($objects->getNext()) { }
148 while($objects->getNext()) {
172 while ($objects->getNext()) {
188 while($objects->getNext()) {
H A DICalendarTest.php40 while($object=$objects->getNext()) {
79 while($object=$objects->getNext()) {
82 $this->assertNull($object=$objects->getNext());
127 while($object=$objects->getNext()) {
166 while($object=$objects->getNext()) {
261 while($object=$objects->getNext()) {
317 while($object=$objects->getNext()) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php29 while($objects->getNext()) {
67 while($object=$splitter->getNext()) {
96 while($object=$splitter->getNext()) {
112 $object=$objects->getNext();
114 $this->assertNull($objects->getNext());
130 while($objects->getNext()) { }
148 while($objects->getNext()) {
172 while ($objects->getNext()) {
188 while($objects->getNext()) {
H A DICalendarTest.php40 while($object=$objects->getNext()) {
79 while($object=$objects->getNext()) {
82 $this->assertNull($object=$objects->getNext());
127 while($object=$objects->getNext()) {
166 while($object=$objects->getNext()) {
261 while($object=$objects->getNext()) {
317 while($object=$objects->getNext()) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php29 while($objects->getNext()) {
67 while($object=$splitter->getNext()) {
96 while($object=$splitter->getNext()) {
112 $object=$objects->getNext();
114 $this->assertNull($objects->getNext());
130 while($objects->getNext()) { }
148 while($objects->getNext()) {
172 while ($objects->getNext()) {
188 while($objects->getNext()) {
H A DICalendarTest.php40 while($object=$objects->getNext()) {
79 while($object=$objects->getNext()) {
82 $this->assertNull($object=$objects->getNext());
127 while($object=$objects->getNext()) {
166 while($object=$objects->getNext()) {
261 while($object=$objects->getNext()) {
317 while($object=$objects->getNext()) {
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookahead.php77 $next = $lookahead->getNext()
94 $next = $lookahead->getNext()
111 $next = $lookahead->getNext()
136 $next = $lookahead->getNext()
153 $next = $lookahead->getNext()
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php64 $delimiter->getPrevious()->setNext($delimiter->getNext());
67 if ($delimiter->getNext() === null) {
71 $delimiter->getNext()->setPrevious($delimiter->getPrevious());
161 $closer = $closer->getNext();
199 $closer = $closer->getNext();
225 $next = $closer->getNext();
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DSplitterInterface.php37 public function getNext(); function
H A DVCard.php60 public function getNext() function in Sabre\\VObject\\Splitter\\VCard
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DSplitterInterface.php37 function getNext(); function
H A DVCard.php61 function getNext() { function in Sabre\\VObject\\Splitter\\VCard
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DSplitterInterface.php37 public function getNext(); function
H A DVCard.php62 public function getNext() { function in Sabre\\VObject\\Splitter\\VCard
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DSplitterInterface.php37 public function getNext(); function
H A DVCard.php62 public function getNext() { function in Sabre\\VObject\\Splitter\\VCard
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DSplitterInterface.php37 public function getNext(); function
H A DVCard.php62 public function getNext() { function in Sabre\\VObject\\Splitter\\VCard
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1getNext())){t=u.getChild([i.getParent().getIndex(),0]);if(t){t.focus()}}s.preventDefault();break;c…
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getNext())){l=m.getChild([j.getParent().getIndex(),0]);if(l&&l.type==1){l.focus();a(null,j);i(null…
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getNext())){l=m.getChild([j.getParent().getIndex(),0]);if(l&&l.type==1){l.focus();a(null,j);i(null…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1getNext())){t=u.getChild([i.getParent().getIndex(),0]);if(t){t.focus()}}s.preventDefault();break;c…
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php82 $next = self::getNext($next);
126 private static function getNext(?Node $node = null): ?Node function in League\\CommonMark\\Extension\\Attributes\\Event\\AttributesListener

123