Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 25 of 103) sorted by relevance

12345

/plugin/combo/ComboStrap/
H A DFileSystems.php15 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 DWikiFileSystem.php40 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 DPath.php9 * Interface Path
16 * The {@link Path::toAbsoluteId()} function is just the path part (no other URI query parameters)
20 interface Path interface
25 * @return Path
27 public static function createFromUri(string $uri): Path;
46 * The Path class does not have a notion of "extension"
66 * @return Path
69 function getParent(): Path;
95 * @return Path the absolute representation of the path
106 function toAbsolutePath(): Path;
[all...]
H A DLocalFileSystem.php28 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
[all...]
H A DFileSystem.php12 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 DMarkupFileSystem.php28 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 DPathTreeNode.php11 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
60 * Build the tree from a array of ids. The build is done via the {@link Path::getParent()}
106 public function getPath(): Path
H A DComboFs.php17 * @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 DMarkupRenderer.php43 * @var ?Path the path from where the instructions/markup where created
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 $contextPath): MarkupRenderer
226 public function setRequestedExecutingPath(?Path $executingPath): MarkupRenderer
H A DResourceCombo.php19 * @deprecated it's just a {@link Path} with a {@link PageId} that can be accessed with the web server, therefore it should be a {@link WikiPath}
28 * @return Path - a generic path system where the content raw resource is stored
31 public function getPathObject(): Path;
H A DMetadataMutation.php30 * @param Path $wikiPath
37 public static function notifyMetadataMutation(string $attribute, $valueBefore, $valueAfter, Path $wikiPath)
H A DFetcherMarkup.php118 * @var Path the source path of the markup (may be not set if we render a markup string for instance)
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 = null): FetcherMarkup
791 * (Path is mandatory to create the buttons)
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 snippet/string rendering)
850 public function getExecutingPathOrNull(): ?Path
[all...]
H A DResourceName.php25 * @param Path $path
28 public static function getFromPath(Path $path): string
H A DIFetcherSource.php11 public function getSourcePath(): Path;
H A DSnippet.php150 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 snippet is locally available
267 public static function getOrCreateFromContext(Path $localSnippetPath): Snippet
476 public function getPath(): Path
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckicon.js31 this.Path = FCKConfig.SkinPath + 'fck_strip.gif' ;
37 this.Path = FCK_SPACER_PATH ;
41 this.Path = iconPathOrStripInfoArray ;
46 this.Path = iconPathOrStripInfoArray[0] ;
67 eIconImage.src = this.Path ;
77 eIcon.style.backgroundImage = 'url("' + this.Path + '")' ;
89 eIconImage.src = this.Path ? this.Path : FCK_SPACER_PATH ;
96 eIcon.src = this.Path ? this.Path : FCK_SPACER_PATH ;
H A Dfckplugin.js28 this.Path = this.BasePath + name + '/' ;
51 LoadScript( this.Path + 'lang/' + sLang + '.js' ) ;
55 LoadScript( this.Path + 'fckplugin.js' ) ;
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfckplugin.js7 …rtHtmlCode', FCKLang.DlgFootnoteTitle, FCKPlugins.Items['insertHtmlCode'].Path + 'fck_insertHtmlCo…
12 oinsertHtmlCodeItem.IconPath = FCKPlugins.Items['insertHtmlCode'].Path + 'insertHtmlCode.gif' ;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpath.php6 class Path { class
9 function Path() { function in Path
104 class PathCircle extends Path {
110 $this->Path();
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php9 use Nyholm\Dsn\Configuration\Path; alias
86 public static function parsePath(string $dsn): Path
89 if (!$dsn instanceof Path) {
149 return new Path($scheme, $parts['path'], self::getQuery($parts), $authentication);
/plugin/diagramsnet/lib/META-INF/
H A DMANIFEST.MF2 Class-Path:
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php21 use ComboStrap\Path; alias
350 * @return Path - the full path to the meta file
353 function getMetaFilePath(): ?Path
/plugin/combo/action/
H A Dstaticresource.php16 use ComboStrap\Path; alias
352 * @param Path $mediaFile
358 static function getEtagValue(Path $mediaFile, array $properties): string
/plugin/authnc/lang/en/
H A Dsettings.php10 $lang['ocs-path'] = 'Path to the OCS API (e.g. /ocs/v1.php/cloud)';
/plugin/fckg/fckeditor/editor/plugins/keyboard/
H A Dfckplugin.js31 oKeyboardTool.IconPath = FCKPlugins.Items['keyboard'].Path + 'images/keyboard.gif' ;

12345