Home
last modified time | relevance | path

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

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DDefaultFileFilter.java58 return file.isDirectory() || file.getName().toLowerCase().endsWith(ext); in accept()
132 if (file.isDirectory()) in accept()
195 if (file.isDirectory()) in accept()
/plugin/combo/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
107 // and not FileSystems::isDirectory($path->toLocalPath());
H A DSiteConfig.php263 if (FileSystems::isDirectory($this->defaultContextPath)) {
H A DTemplateForWebPage.php743 if (FileSystems::isDirectory($wikiPath)) {
H A DWikiPath.php632 if (FileSystems::isDirectory($path)) {
H A DMarkupPath.php196 if (FileSystems::isDirectory($path)) {
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee25 isDirectory = (dir) ->
26 fs.existsSync(dir) and fs.statSync(dir).isDirectory()
39 not isDirectory file
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php455 public function isDirectory() function in Hoa\\File\\Generic
/plugin/diagramsnet/lib/
H A Delectron.js302 if (outStat.isDirectory())
385 if (stat.isDirectory() && isRecursive)
396 else if (inStat.isDirectory())
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...