Home
last modified time | relevance | path

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

/dports/devel/pear-File_Iterator/php-file-iterator-3.0.5/src/
H A DIterator.php91 return $this->acceptSubString($filename, $this->prefixes, self::PREFIX);
96 return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX);
99 private function acceptSubString(string $filename, array $subStrings, int $type): bool function in SebastianBergmann\\FileIterator\\Iterator
/dports/devel/gitlist/gitlist/vendor/phpunit/php-file-iterator/src/
H A DIterator.php119 return $this->acceptSubString($filename, $this->prefixes, self::PREFIX);
129 return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX);
139 protected function acceptSubString($filename, array $subStrings, $type) function in File_Iterator
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/php-file-iterator/File/
H A DIterator.php157 return $this->acceptSubString($filename, $this->prefixes, self::PREFIX);
167 return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX);
177 protected function acceptSubString($filename, array $subStrings, $type) function in File_Iterator
/dports/devel/phpunit8/
H A Dphpunit57219 return $this->acceptSubString($filename, $this->prefixes, self::PREFIX);
57223 return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX);
57225 private function acceptSubString(string $filename, array $subStrings, int $type) : bool
/dports/devel/phpunit9/
H A Dphpunit88129 return $this->acceptSubString($filename, $this->prefixes, self::PREFIX);
88133 return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX);
88135 private function acceptSubString(string $filename, array $subStrings, int $type) : bool