Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DLocalFileSystem.php120 public function isDirectory(Path $path): bool function in ComboStrap\\LocalFileSystem
155 if (FileSystems::isDirectory($childPath)) {
160 if (!FileSystems::isDirectory($childPath)) {
188 if (FileSystems::isDirectory($path)) {
H A DFileSystems.php139 public static function isDirectory(Path $path): bool function in ComboStrap\\FileSystems
144 return LocalFileSystem::getOrCreate()->isDirectory($path);
146 return WikiFileSystem::getOrCreate()->isDirectory($path);
H A DPathTreeNode.php47 if (FileSystems::isDirectory($childPath)) {
H A DWikiFileSystem.php104 public function isDirectory(Path $path): bool function in ComboStrap\\WikiFileSystem
H A DSiteConfig.php264 if (FileSystems::isDirectory($this->defaultContextPath)) {
H A DTemplateForWebPage.php744 if (FileSystems::isDirectory($wikiPath)) {
H A DWikiPath.php632 if (FileSystems::isDirectory($path)) {
H A DMarkupPath.php196 if (FileSystems::isDirectory($path)) {