Home
last modified time | relevance | path

Searched defs:path (Results 151 – 175 of 540) sorted by path

12345678910>>...22

/plugin/combo/ComboStrap/
H A DComboFs.php20 public static function createIfNotExists(Path $path) argument
37 public static function delete(Path $path) argument
H A DDatabasePageRow.php1007 getDatabaseRowFromPath(string $path) global() argument
[all...]
H A DFetcherCache.php99 public function addFileDependency(Path $path): FetcherCache argument
H A DFetcherPage.php32 public static function createPageFetcherFromPath(Path $path): FetcherPage argument
H A DFetcherRaster.php58 public static function createImageRasterFetchFromPath(Path $path): FetcherRaster argument
303 setSourcePath(WikiPath $path) global() argument
[all...]
H A DFetcherSvg.php145 public static function createSvgFromPath(WikiPath $path): FetcherSvg argument
483 public function setSourcePath(WikiPath $path): IFetcherLocalImage argument
[all...]
H A DFetcherTraitWikiPath.php25 private WikiPath $path; variable
32 public function setSourcePath(WikiPath $path): IFetcher argument
[all...]
H A DFile.php26 protected $path; variable in ComboStrap\\File
121 public static function createFromPath($path): File argument
[all...]
H A DFileSystem.php12 function exists(Path $path): bool; argument
18 function getContent(Path $path): string; argument
20 function getModifiedTime(Path $path): DateTime; argument
22 public function getChildren(Path $path, string $type = null): array; argument
H A DFileSystems.php15 static function exists(Path $path): bool argument
33 public static function getContent(Path $path): string argument
48 public static function getModifiedTime(Path $path) argument
66 getCreationTime(Path $path) global() argument
80 deleteIfExists(Path $path) global() argument
90 delete(Path $path) global() argument
108 getSize(Path $path) global() argument
139 isDirectory(Path $path) global() argument
156 getChildren(Path $path, string $type = null) global() argument
199 getCacheBuster(Path $path) global() argument
208 closest(Path $path, string $name) global() argument
221 createRegularFile(Path $path) global() argument
239 getMime(Path $path) global() argument
253 setContent(Path $path, string $content) global() argument
288 getTree(Path $path) global() argument
326 clearStatCache(Path $path) global() argument
[all...]
H A DFsWikiUtility.php52 static function getChildren(string $path): array argument
H A DIFetcherLocalImage.php20 public static function createImageFetchFromPath(WikiPath $path): IFetcherLocalImage argument
H A DIconDownloader.php214 private WikiPath $path; variable in ComboStrap\\IconDownloader
268 function isInIconDirectory(Path $path): bool argument
[all...]
H A DJson.php49 public static function createFromPath(Path $path): Json argument
H A DLocalFileSystem.php28 function exists(Path $path): bool argument
38 public function getContent($path): string argument
65 getModifiedTime($path) global() argument
77 getCreationTime(Path $path) global() argument
90 delete(Path $path) global() argument
103 getSize(Path $path) global() argument
120 isDirectory(Path $path) global() argument
130 getChildren(Path $path, string $type = null) global() argument
186 closest(Path $path, string $lastFullName) global() argument
213 createRegularFile(Path $path) global() argument
218 setContent(Path $path, string $content) global() argument
[all...]
H A DLocalPath.php49 public static function createFromPathObject(Path $path): LocalPath argument
75 private $path; global() variable in ComboStrap\\LocalPath
88 __construct(string $path, string $sep = null) global() argument
140 normalizeToOsSeparator($path) global() argument
[all...]
H A DMarkupFileSystem.php28 function exists(Path $path): bool argument
37 function getContent(Path $path): string argument
46 function getModifiedTime(Path $path): DateTime argument
56 getChildren(Path $path, string $type = null) global() argument
79 setContent(Path $path, string $content) global() argument
88 delete(Path $path) global() argument
[all...]
H A DMarkupPath.php186 private Path $path; variable in ComboStrap\\MarkupPath
192 public function __construct(Path $path) argument
223 public static function createMarkupFromStringPath(string $path) argument
241 createPageFromPathObject(Path $path) global() argument
[all...]
H A DMarkupRef.php66 private ?Path $path = null; variable in ComboStrap\\MarkupRef
[all...]
H A DMarkupRenderer.php198 public function setRequestedContextPath(WikiPath $path): MarkupRenderer argument
H A DPathTreeNode.php11 private Path $path; variable in ComboStrap\\PathTreeNode
13 public function __construct(?Path $path) argument
54 private static function createPathTreeNodeFromPath(Path $path): PathTreeNode argument
[all...]
H A DResourceName.php28 public static function getFromPath(Path $path): string argument
[all...]
/plugin/combo/ComboStrap/Meta/Field/
H A DAlias.php19 private WikiPath $path; // the path of the alias variable in ComboStrap\\Meta\\Field\\Alias
31 public function __construct(MarkupPath $page, WikiPath $path) argument
H A DFeaturedRasterImage.php96 public function setParsedValue(string $path = null): FeaturedRasterImage argument
H A DFeaturedSvgImage.php52 public function setParsedValue(string $path = null): FeaturedSvgImage argument

12345678910>>...22