Lines Matching refs:getOrCreate
20 return LocalFileSystem::getOrCreate()->exists($path);
22 return WikiFileSystem::getOrCreate()->exists($path);
24 return MarkupFileSystem::getOrCreate()->exists($path);
38 return LocalFileSystem::getOrCreate()->getContent($path);
40 return WikiFileSystem::getOrCreate()->getContent($path);
54 return LocalFileSystem::getOrCreate()->getModifiedTime($path);
56 return WikiFileSystem::getOrCreate()->getModifiedTime($path);
71 return LocalFileSystem::getOrCreate()->getCreationTime($path);
73 return WikiFileSystem::getOrCreate()->getCreationTime($path);
95 LocalFileSystem::getOrCreate()->delete($path);
98 WikiFileSystem::getOrCreate()->delete($path);
101 MarkupFileSystem::getOrCreate()->delete($path);
114 return LocalFileSystem::getOrCreate()->getSize($path);
116 return WikiFileSystem::getOrCreate()->getSize($path);
131 return LocalFileSystem::getOrCreate()->createDirectory($dirPath);
133 return WikiFileSystem::getOrCreate()->createDirectory($dirPath);
144 return LocalFileSystem::getOrCreate()->isDirectory($path);
146 return WikiFileSystem::getOrCreate()->isDirectory($path);
161 return LocalFileSystem::getOrCreate()->getChildren($path, $type);
163 return WikiFileSystem::getOrCreate()->getChildren($path, $type);
165 return MarkupFileSystem::getOrCreate()->getChildren($path, $type);
213 return LocalFileSystem::getOrCreate()->closest($path, $name);
215 return WikiFileSystem::getOrCreate()->closest($path, $name);
226 LocalFileSystem::getOrCreate()->createRegularFile($path);
229 WikiFileSystem::getOrCreate()->createRegularFile($path);
258 LocalFileSystem::getOrCreate()->setContent($path, $content);
261 WikiFileSystem::getOrCreate()->setContent($path, $content);
264 MarkupFileSystem::getOrCreate()->setContent($path, $content);