| /template/strap/ComboStrap/ |
| H A D | FileSystems.php | 15 static function exists(Path $path): bool 33 public static function getContent(Path $path): string 48 public static function getModifiedTime(Path $path): \DateTime 66 public static function getCreationTime(Path $path) 80 public static function deleteIfExists(Path $path) 90 public static function delete(Path $path) 108 public static function getSize(Path $path) 126 public static function createDirectory(Path $dirPath) 139 public static function isDirectory(Path $path): bool 154 * @return Path[] [all …]
|
| H A D | WikiFileSystem.php | 40 function exists(Path $path): bool 49 function getContent(Path $path): string 59 function getModifiedTime(Path $path): DateTime 69 public function getCreationTime(Path $path): DateTime 77 public function delete(Path $path) 85 public function getSize(Path $path) 95 public function createDirectory(Path $dirPath) 104 public function isDirectory(Path $path): bool 115 public function getChildren(Path $path, string $type = null): array 135 * @return Path [all …]
|
| H A D | Path.php | 20 interface Path interface 25 * @return Path 27 public static function createFromUri(string $uri): Path; 66 * @return Path 69 function getParent(): Path; 95 * @return Path the absolute representation of the path 106 function toAbsolutePath(): Path; 114 function resolve(string $name): Path;
|
| H A D | LocalFileSystem.php | 28 function exists(Path $path): bool 77 public function getCreationTime(Path $path) 90 public function delete(Path $path) 103 public function getSize(Path $path) 111 public function createDirectory(Path $dirPath): Path 120 public function isDirectory(Path $path): bool 130 public function getChildren(Path $path, string $type = null): array 183 * @return Path 186 public function closest(Path $path, string $lastFullName): Path 213 public function createRegularFile(Path $path) [all …]
|
| H A D | FileSystem.php | 12 function exists(Path $path): bool; 15 * @param Path $path 18 function getContent(Path $path): string; 20 function getModifiedTime(Path $path): DateTime; 22 public function getChildren(Path $path, string $type = null): array;
|
| H A D | MarkupFileSystem.php | 28 function exists(Path $path): bool 37 function getContent(Path $path): string 46 function getModifiedTime(Path $path): DateTime 56 public function getChildren(Path $path, string $type = null): array 79 public function setContent(Path $path, string $content) 88 public function delete(Path $path)
|
| H A D | PathTreeNode.php | 11 private Path $path; 13 public function __construct(?Path $path) 22 public static function buildTreeViaFileSystemChildren(Path $rootSpace = null): PathTreeNode 54 private static function createPathTreeNodeFromPath(Path $path): PathTreeNode 106 public function getPath(): Path
|
| H A D | ComboFs.php | 17 * @param Path $path - the path (no more markup, ultimately, it should be a CombPath) 20 public static function createIfNotExists(Path $path) 37 public static function delete(Path $path)
|
| H A D | MarkupRenderer.php | 47 private ?Path $executingPath; 52 * @param Path|null $executingPath - the source of the markup - may be null (case of webcode) 56 …public static function createFromMarkup(string $markup, ?Path $executingPath, ?WikiPath $contextPa… 226 public function setRequestedExecutingPath(?Path $executingPath): MarkupRenderer
|
| H A D | ResourceCombo.php | 28 * @return Path - a generic path system where the content raw resource is stored 31 public function getPathObject(): Path;
|
| H A D | MetadataMutation.php | 30 * @param Path $wikiPath 37 …tatic function notifyMetadataMutation(string $attribute, $valueBefore, $valueAfter, Path $wikiPath)
|
| H A D | FetcherMarkup.php | 118 …* @var Path the source path of the markup (may be not set if we render a markup string for instanc… 120 public Path $markupSourcePath; 160 * @param Path $executingPath - the path where we can find the markup 165 …public static function createXhtmlMarkupFetcherFromPath(Path $executingPath, WikiPath $contextPath… 829 public function getSourcePath(): Path 839 * @return Path 842 public function getRequestedExecutingPath(): Path 848 …* @return Path|null - utility class to get the source markup path or null (if this is a markup sni… 850 public function getExecutingPathOrNull(): ?Path 1330 * @return Path [all …]
|
| H A D | ResourceName.php | 25 * @param Path $path 28 public static function getFromPath(Path $path): string
|
| H A D | Snippet.php | 150 private Path $path; 166 * @param Path $path - path mandatory because it's the path of fetch and it's the storage format 169 private function __construct(Path $path) 237 public static function createSnippet(Path $path): Snippet 263 …* @param Path $localSnippetPath - the path is the snippet identifier (it's not mandatory that the … 267 public static function getOrCreateFromContext(Path $localSnippetPath): Snippet 476 public function getPath(): Path
|
| H A D | IFetcherSource.php | 11 public function getSourcePath(): Path;
|
| H A D | FetcherMarkupBuilder.php | 26 private ?Path $builderMarkupSourcePath = null; 61 public static function getWikiIdAndLocalFileDokuwikiCompliant(Path $sourcePath): array 117 public function setRequestedExecutingPath(?Path $executingPath): FetcherMarkupBuilder
|
| H A D | MarkupPath.php | 49 class MarkupPath extends PathAbs implements ResourceCombo, Path 181 * @var Path - {@link MarkupPath} has other hierachy system in regards with parent 186 private Path $path; 192 public function __construct(Path $path) 241 public static function createPageFromPathObject(Path $path): MarkupPath 1166 function fetchAnalyticsPath(): Path 1954 * @return Path 1957 public function getPathObject(): Path 2269 function toAbsolutePath(): Path 2275 function resolve(string $name): Path
|
| H A D | LocalPath.php | 49 public static function createFromPathObject(Path $path): LocalPath 212 public function getParent(): Path 222 function toAbsolutePath(): Path
|
| H A D | FetcherRaster.php | 52 * @param Path $path 58 public static function createImageRasterFetchFromPath(Path $path): FetcherRaster
|
| H A D | IdManager.php | 46 …public function generateNewHtmlIdForComponent(string $componentId, Path $executingPath = null): st…
|
| H A D | Json.php | 49 public static function createFromPath(Path $path): Json
|
| H A D | FetcherCache.php | 99 public function addFileDependency(Path $path): FetcherCache
|
| H A D | PathAbs.php | 7 abstract class PathAbs implements Path
|
| /template/strap/ComboStrap/Meta/Store/ |
| H A D | MetadataDokuWikiStore.php | 21 use ComboStrap\Path; alias 350 * @return Path - the full path to the meta file 353 function getMetaFilePath(): ?Path
|
| /template/strap/action/ |
| H A D | staticresource.php | 16 use ComboStrap\Path; alias 381 * @param Path $mediaFile 387 static function getEtagValue(Path $mediaFile, array $properties): string
|