Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 97) sorted by relevance

1234

/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
D_tests.scss4 // Test if the pow() function exists
5 @function ms-pow-exists() {
12 $MS-pow-exists: ms-pow-exists();
15 @function ms-gem-exists() {
22 $MS-gem-exists: ms-gem-exists();
D_calc.scss3 // If pow exists use it.
5 @if $MS-pow-exists {
/template/twigstarter/vendor/twig/twig/src/Loader/
DChainLoader.php54 if (!$loader->exists($name)) {
68 public function exists($name) function in Twig\\Loader\\ChainLoader
75 if ($loader->exists($name)) {
87 if (!$loader->exists($name)) {
105 if (!$loader->exists($name)) {
/template/strap/ComboStrap/
H A DRouter.php55 if (FileSystems::exists($requestedMarkupPath)) {
73 if ($databasePageRow->exists()) {
81 if (FileSystems::exists($targetPath)) {
117 if ($page !== null && $page->exists()) {
141 if ($page !== null && $page->exists()) {
178 if ($canonicalPage !== null && $canonicalPage->exists()) {
200 && $aliasRequestedPage->exists()
309 if (FileSystems::exists($startPath)) {
316 if (FileSystems::exists($startPath)) {
479 if (FileSystems::exists($markupPath)) {
[all …]
H A DFile.php60 public function exists() function in ComboStrap\\File
76 if(!$this->exists()){
150 if($this->exists()){
H A DLocalFileSystem.php28 function exists(Path $path): bool function in ComboStrap\\LocalFileSystem
67 if (!self::exists($path)) {
79 if (!$this->exists($path)) {
190 if (FileSystems::exists($closest)) {
202 if (FileSystems::exists($closest)) {
H A DFileSystems.php15 static function exists(Path $path): bool function in ComboStrap\\FileSystems
20 return LocalFileSystem::getOrCreate()->exists($path);
22 return WikiFileSystem::getOrCreate()->exists($path);
24 return MarkupFileSystem::getOrCreate()->exists($path);
82 if (FileSystems::exists($path)) {
280 if (FileSystems::exists($path)) {
365 if (!self::exists($directoryPath)){
H A DTemplateEngine.php89 if (FileSystems::exists($themePagesTemplateDirectory)) {
94 if (FileSystems::exists($themePagesPartialsDirectory)) {
99 if (FileSystems::exists($themeComponentsCssDirectory)) {
102 if (FileSystems::exists($themeComponentsHtmlDirectory)) {
335 if (FileSystems::exists($file)) {
348 if (FileSystems::exists($file)) {
H A DMarkupFileSystem.php28 function exists(Path $path): bool function in ComboStrap\\MarkupFileSystem
30 return FileSystems::exists($path->getPathObject());
H A DDatabasePageRow.php128 if (!FileSystems::exists($this->markupPath)) {
355 $exist = FileSystems::exists($path);
531 if (!FileSystems::exists($this->markupPath)) {
647 if ($databasePage->exists()) {
726 function exists(): bool function in ComboStrap\\DatabasePageRow
738 if (!$this->exists()) {
893 if ($this->exists()) {
997 if (!$duplicatePage->exists()) {
1076 if (!$duplicatePage->exists()) {
1104 if (!FileSystems::exists($duplicateMarkupPath)) {
[all …]
H A DPageId.php109 if (!FileSystems::exists($resource->getPathObject())) {
157 if (!FileSystems::exists($pageDbValue->getPathObject())) {
257 DatabasePageRow::createFromPageIdAbbr(self::getAbbreviated($pageId))->exists()
H A DWikiFileSystem.php40 function exists(Path $path): bool function in ComboStrap\\WikiFileSystem
42 return FileSystems::exists($path->toLocalPath());
H A DPageExplorerTag.php108 if (!FileSystems::exists($page->getPathObject())) {
390 if (FileSystems::exists($currentIndexPage)) {
439 if ($parentPage->exists()) {
516 if ($subNamespacePage->exists()) {
564 && FileSystems::exists($childPagePath)
760 if ($subHomePage->exists()) {
/template/strap/action/
H A Dqualitymessage.php58 $exists = $INFO['exists'] ?? null;
59 if (!$exists) {
H A Danalytics.php73 $exists = $INFO['exists'] ?? null;
74 if (!$exists) {
H A Dmetamanager.php64 $exists = $INFO['exists'] ?? null;
65 if (!$exists) {
H A Dlang.php79 if (!FileSystems::exists($page->getPathObject())) {
96 if (!FileSystems::exists($page->getPathObject())) {
H A Dcache.php163 $exists = $INFO['exists'] ?? null;
164 if (!$exists) {
/template/bootstrap3/tpl/
Dtranslation.php40 $exists = page_exists($target, '', false); variable
62 …ion_items[] = '<li class="menuitem"><a href="' . $link . '" class="' . ($exists ? 'wikilink1' : 'w…
/template/icke/
DIckeNavigation.php11 public $exists; variable in IckeNavigationItem
20 $this->exists = page_exists($this->link);
62 resolve_pageid('',$link,$exists); // create full links
/template/r7throot1/
Dfunctions.php97 resolve_pageid(getNS($ID), $id, $exists);
99 if (!$exists) continue; // ignore links to non-existent pages
/template/drupal_garland_blue/
Dtpl_functions.php79 resolve_pageid('',$page,$exists);
84 if($exists){
/template/minima/
Dfunctions.php146 resolve_pageid(getNS($ID), $id, $exists);
153 if (!$exists)
/template/spacedok/
Dfunctions.php146 resolve_pageid(getNS($ID), $id, $exists);
153 if (!$exists)
/template/neolaoresources3/
Dmain.php140 resolve_pageid('',$page,$exists);
145 if($exists){

1234