Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 51) sorted by relevance

123

/template/strap/ComboStrap/
H A DDirectoryLayout.php16 return self::getComboHome()->resolve("plugin.info.txt");
21 return self::getConfDirectory()->resolve('local.php');
35 return self::getComboResourcesDirectory()->resolve("images");
40 return DirectoryLayout::getComboHome()->resolve("resources");
45 return DirectoryLayout::getComboResourcesDirectory()->resolve("dictionary");
H A DTemplateEngine.php75 $themeDirectory = self::getThemeHomeAsWikiPath()->resolve($themeName);
76 … $themePagesTemplateDirectory = $themeDirectory->resolve("pages:templates:")->toLocalPath();
77 … $themePagesPartialsDirectory = $themeDirectory->resolve("pages:partials:")->toLocalPath();
78 $themeComponentsCssDirectory = $themeDirectory->resolve("components:css:");
79 … $themeComponentsHtmlDirectory = $themeDirectory->resolve("components:html:")->toLocalPath();
313 $templateFile = $theme->resolve($templateName . "." . self::EXTENSION_HBS);
334 $file = $templateSearchDirectory->resolve($name);
347 $file = $componentSearchDirectory->resolve($nameWithExtenson);
H A DQualityMenuItem.php102 … return DirectoryLayout::getComboImagesDirectory()->resolve( 'quality-alert.svg')->toAbsoluteId();
108 … return DirectoryLayout::getComboImagesDirectory()->resolve('quality.svg')->toAbsoluteId();
H A DLocalFileSystem.php145 $childPath = $path->resolve($fileName);
189 $closest = $path->resolve($lastFullName);
201 $closest = $parent->resolve($lastFullName);
H A DWikiPath.php201 $rootRelativePath = $rootRelativePath->resolve($part);
653 … self::COMBO_DATA_THEME_DRIVE => Site::getDataDirectory()->resolve("combo")->resolve("theme"),
1080 function resolve(string $name): WikiPath function in ComboStrap\\WikiPath
1120 return $this->resolve($markupId);
1168 $localPath = $localPath->resolve($name);
1195 …$filePathString = Site::getPageDirectory()->resolve(utf8_encodeFN($idFileSystem) . '.' . $extensio…
1197 …$filePathString = Site::getOldDirectory()->resolve(utf8_encodeFN($idFileSystem) . '.' . $this->rev…
1221 $filePath = $filePath->resolve($name);
H A DAnalyticsMenuItem.php61 … return DirectoryLayout::getComboImagesDirectory()->resolve('file-chart.svg')->toAbsoluteId();
H A DDictionary.php15 $path = DirectoryLayout::getComboDictionaryDirectory()->resolve("$name.json");
H A DMetaManagerMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('tag-text.svg')->toAbsoluteId();
H A DBacklinkMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('backlink.svg')->toAbsoluteId();
H A DCacheMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('mdi-cache.svg')->toAbsoluteId();
H A DFont.php35 return self::getWindowsFontDirectory()->resolve('Arial.ttf');
H A DPath.php114 function resolve(string $name): Path; function
H A DHistoricalBreadcrumbMenuItem.php138 return DirectoryLayout::getComboImagesDirectory()->resolve('history.svg')->toAbsoluteId();
H A DLocalPath.php66 return LocalPath::createHomeDirectory()->resolve("Desktop");
242 public function resolve(string $name): LocalPath function in ComboStrap\\LocalPath
H A DSlotManagerMenuItem.php98 …return DirectoryLayout::getComboImagesDirectory()->resolve('entypo-text-document-inverted.svg')->t…
H A DFetcherScreenshot.php184 ->resolve($lastNameWithoutExtension . "." . $this->getMime()->getExtension());
H A DSnippet.php493 ->resolve($subDirectory)
494 ->resolve(strtolower($name) . ".$extension");
/template/strap/action/
H A Dtxt.php54 …$svgMimeConf = DirectoryLayout::getComboResourcesDirectory()->resolve("conf")->resolve("txt.mime.c…
H A Dsvg.php64 …$svgMimeConf = DirectoryLayout::getComboResourcesDirectory()->resolve("conf")->resolve("svg.mime.c…
H A Dlinkmove.php48 $lockFile = Site::getDataDirectory()->resolve("locks_plugin_move.lock");
/template/strap/admin/
H A Dpagerules.php92 return DirectoryLayout::getComboImagesDirectory()->resolve('page-next.svg')->toAbsoluteId();
266 …echo(inlineSVG(DirectoryLayout::getComboImagesDirectory()->resolve('delete.svg')->toAbsoluteId()));
274 …echo(inlineSVG(DirectoryLayout::getComboImagesDirectory()->resolve('file-document-edit-outline.svg…
/template/starterbootstrap/js/
Dsorttable.js477 var resolve = Object; // default
480 resolve = Function;
487 resolve = String;
490 resolve = Array;
492 resolve.forEach(object, block, context);
/template/khum1/
DREADME.md34 …yz.khum1@liev.re](zatalyz.khum1@liev.re). I try to resolve when I can, or find people who can reso…
/template/bootie/css/
Dcustom.css137 /* To resolve the overlapping of right element on the left picture */
/template/sprintdoc/fonts/icons/
H A DREADME.txt55 We strongly recommend to resolve this issue by `Access-Control-Allow-Origin`

123