Home
last modified time | relevance | path

Searched refs:acceptSuffix (Results 1 – 5 of 5) sorted by relevance

/dports/devel/pear-File_Iterator/php-file-iterator-3.0.5/src/
H A DIterator.php70 $this->acceptSuffix($filename);
94 private function acceptSuffix(string $filename): bool function in SebastianBergmann\\FileIterator\\Iterator
/dports/devel/gitlist/gitlist/vendor/phpunit/php-file-iterator/src/
H A DIterator.php93 $this->acceptSuffix($filename);
127 protected function acceptSuffix($filename) function in File_Iterator
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/php-file-iterator/File/
H A DIterator.php131 $this->acceptSuffix($filename);
165 protected function acceptSuffix($filename) function in File_Iterator
/dports/devel/phpunit8/
H A Dphpunit57202 …n $this->acceptPath($realPath) && $this->acceptPrefix($filename) && $this->acceptSuffix($filename);
57221 private function acceptSuffix(string $filename) : bool
/dports/devel/phpunit9/
H A Dphpunit88112 …n $this->acceptPath($realPath) && $this->acceptPrefix($filename) && $this->acceptSuffix($filename);
88131 private function acceptSuffix(string $filename) : bool