| /template/breeze/bower_components/modular-scale/stylesheets/modular-scale/ |
| D | _tests.scss | 4 // 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.scss | 3 // If pow exists use it. 5 @if $MS-pow-exists {
|
| /template/twigstarter/vendor/twig/twig/src/Loader/ |
| D | ChainLoader.php | 54 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 D | Router.php | 55 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 D | File.php | 60 public function exists() function in ComboStrap\\File 76 if(!$this->exists()){ 150 if($this->exists()){
|
| H A D | LocalFileSystem.php | 28 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 D | FileSystems.php | 15 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 D | TemplateEngine.php | 89 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 D | MarkupFileSystem.php | 28 function exists(Path $path): bool function in ComboStrap\\MarkupFileSystem 30 return FileSystems::exists($path->getPathObject());
|
| H A D | DatabasePageRow.php | 128 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 D | PageId.php | 109 if (!FileSystems::exists($resource->getPathObject())) { 157 if (!FileSystems::exists($pageDbValue->getPathObject())) { 257 DatabasePageRow::createFromPageIdAbbr(self::getAbbreviated($pageId))->exists()
|
| H A D | WikiFileSystem.php | 40 function exists(Path $path): bool function in ComboStrap\\WikiFileSystem 42 return FileSystems::exists($path->toLocalPath());
|
| H A D | PageExplorerTag.php | 108 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 D | qualitymessage.php | 58 $exists = $INFO['exists'] ?? null; 59 if (!$exists) {
|
| H A D | analytics.php | 73 $exists = $INFO['exists'] ?? null; 74 if (!$exists) {
|
| H A D | metamanager.php | 64 $exists = $INFO['exists'] ?? null; 65 if (!$exists) {
|
| H A D | lang.php | 79 if (!FileSystems::exists($page->getPathObject())) { 96 if (!FileSystems::exists($page->getPathObject())) {
|
| H A D | cache.php | 163 $exists = $INFO['exists'] ?? null; 164 if (!$exists) {
|
| /template/bootstrap3/tpl/ |
| D | translation.php | 40 $exists = page_exists($target, '', false); variable 62 …ion_items[] = '<li class="menuitem"><a href="' . $link . '" class="' . ($exists ? 'wikilink1' : 'w…
|
| /template/icke/ |
| D | IckeNavigation.php | 11 public $exists; variable in IckeNavigationItem 20 $this->exists = page_exists($this->link); 62 resolve_pageid('',$link,$exists); // create full links
|
| /template/r7throot1/ |
| D | functions.php | 97 resolve_pageid(getNS($ID), $id, $exists); 99 if (!$exists) continue; // ignore links to non-existent pages
|
| /template/drupal_garland_blue/ |
| D | tpl_functions.php | 79 resolve_pageid('',$page,$exists); 84 if($exists){
|
| /template/minima/ |
| D | functions.php | 146 resolve_pageid(getNS($ID), $id, $exists); 153 if (!$exists)
|
| /template/spacedok/ |
| D | functions.php | 146 resolve_pageid(getNS($ID), $id, $exists); 153 if (!$exists)
|
| /template/neolaoresources3/ |
| D | main.php | 140 resolve_pageid('',$page,$exists); 145 if($exists){
|