Home
last modified time | relevance | path

Searched refs:getInnerIterator (Results 1 – 12 of 12) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DLookbehind.php89 public function getInnerIterator() function in Hoa\\Iterator\\Lookbehind
101 return $this->getInnerIterator()->current();
111 return $this->getInnerIterator()->key();
124 return $this->getInnerIterator()->next();
137 return $this->getInnerIterator()->rewind();
147 return $this->getInnerIterator()->valid();
H A DLookahead.php96 public function getInnerIterator() function in Hoa\\Iterator\\Lookahead
128 $innerIterator = $this->getInnerIterator();
148 $out = $this->getInnerIterator()->rewind();
171 return $this->getInnerIterator()->valid();
181 return $this->getInnerIterator()->current();
191 return $this->getInnerIterator()->key();
H A DBuffer.php106 public function getInnerIterator() function in Hoa\\Iterator\\Buffer
158 $innerIterator = $this->getInnerIterator();
209 $innerIterator = $this->getInnerIterator();
235 $this->getInnerIterator()->valid();
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DBuffer.php57 $innerIterator = $this->getInnerIterator(),
62 ->object($result->getInnerIterator())
77 $innerIterator = $this->getInnerIterator(),
90 $innerIterator = $this->getInnerIterator(),
102 ->given($iterator = new SUT($this->getInnerIterator(), 3))
127 ->given($iterator = new SUT($this->getInnerIterator(), 10))
164 ->given($iterator = new SUT($this->getInnerIterator(), 1))
476 protected function getInnerIterator() function in Hoa\\Iterator\\Test\\Unit\\Buffer
H A DIteratorIterator.php59 ->when($result = $iteratoriterator->getInnerIterator())
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DRegularExpression.php103 ? $this->getInnerIterator()->getChildren()
119 return $this->getInnerIterator()->hasChildren();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionFilterIterator.php52 $asset = $this->getInnerIterator()->current(true);
82 return new self($this->getInnerIterator()->getChildren(), $this->visited, $this->sources);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php76 ? new DirectoryResourceIterator($this->getInnerIterator())
80 protected function getInnerIterator() function in Assetic\\Factory\\Resource\\DirectoryResource
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DGroup.php46 $test = $this->getInnerIterator()->current();
H A DTest.php90 $test = $this->getInnerIterator()->current();
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DIterator.php78 $current = $this->getInnerIterator()->current();
/plugin/scrape/
H A DHTMLPurifier.standalone.php