Home
last modified time | relevance | path

Searched refs:acceptPath (Results 1 – 8 of 8) sorted by relevance

/dports/devel/pear-File_Iterator/php-file-iterator-3.0.5/src/
H A DIterator.php68 return $this->acceptPath($realPath) &&
73 private function acceptPath(string $path): bool function in SebastianBergmann\\FileIterator\\Iterator
/dports/devel/gitlist/gitlist/vendor/phpunit/php-file-iterator/src/
H A DIterator.php91 return $this->acceptPath($realpath) &&
101 protected function acceptPath($path) function in File_Iterator
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/php-file-iterator/File/
H A DIterator.php129 return $this->acceptPath($realpath) &&
139 protected function acceptPath($path) function in File_Iterator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DIPathRequestor.java17 void acceptPath(String path, boolean containsLocalTypes); in acceptPath() method
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DIPathRequestor.java14 void acceptPath(String path, boolean containsLocalTypes); in acceptPath() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/
H A DIndexBasedHierarchyBuilder.java456 public void acceptPath(String path, boolean containsLocalTypes) { in determinePossibleSubTypes() method in IndexBasedHierarchyBuilder.PathCollector
554 pathRequestor.acceptPath(typePath, isLocalClass); in newSearchAllPossibleSubTypes()
615 pathRequestor.acceptPath(documentPath, isLocalOrAnonymous); in legacySearchAllPossibleSubTypes()
/dports/devel/phpunit8/
H A Dphpunit57202 …return $this->acceptPath($realPath) && $this->acceptPrefix($filename) && $this->acceptSuffix($file…
57204 private function acceptPath(string $path) : bool
/dports/devel/phpunit9/
H A Dphpunit88112 …return $this->acceptPath($realPath) && $this->acceptPrefix($filename) && $this->acceptSuffix($file…
88114 private function acceptPath(string $path) : bool