Lines Matching refs:filesystem
75 $filesystem = new \Yggverse\Gemini\Dokuwiki\Filesystem( variable
86 $filesystem,
122 foreach ($filesystem->getList() as $path)
129 if ($uri = $filesystem->getPageUriByPath($path))
131 if ($data = $filesystem->getDataByPath($path))
172 global $filesystem;
348 if ($path = $filesystem->getPagePathByUri($uri))
419 $filesystem->getDataByPath(
514 else if ($path = $filesystem->getDirectoryPathByUri($uri))
541 … if ($file = $filesystem->getPagePathByUri(implode(':', $segments) . ':' . $segment))
545 $filesystem->getDataByPath(
553 else if ($file = $filesystem->getPagePathByUri(implode(':', $segments)))
557 $filesystem->getDataByPath(
671 else if ($path = $filesystem->getMediaPathByUri($uri))
673 if ($mime = $filesystem->getMimeByPath($path))
675 if ($data = $filesystem->getDataByPath($path))