Home
last modified time | relevance | path

Searched refs:exists (Results 26 – 50 of 487) sorted by last modified time

12345678910>>...20

/plugin/button/
H A Dsyntax.php350 $exists = page_exists($resolveid);
351 if ($exists) {
356 $exists = media_exists($resolveid);
357 if ($exists) {
399 $exists = page_exists($id);
403 if ($exists) {
476 $exists = media_exists($src);
493 if ($exists)
501 if (!$exists) {
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php140 // Clear nocite array if it already exists and is not empty.
322 resolve_mediaid($this->_conf['pdfdir'][0], $pdflinkname, $exists);
490 // Check whether key exists
530 * Check if given key exists in currently used BibTeX database
572 $exists = false;
573 resolve_pageid($INFO['namespace'], $uri, $exists);
574 if ( $exists ) {
/plugin/tag/
H A Dhelper.php190 $exists = page_exists($tag);
193 resolve_pageid($this->namespace, $tag, $exists);
195 if ($exists) {
316 'exists' => true,
/plugin/tag/syntax/
H A Dtag.php113 // add references if tag page exists
122 resolve_pageid($helper->getNamespace(), $tag, $exists);
/plugin/imapmarkers/syntax/
H A Dmap.php211 $exists = null;
212 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/translation/
H A Dhelper.php285 $exists = page_exists($target, '', false);
289 'class' => $exists ? 'wikilink1' : 'wikilink2',
328 if (!$INFO['exists']) return;
/plugin/bureaucracy/
H A Dsyntax.php241 $exists = false;
242 resolve_pageid($INFO['namespace'], $labelpage, $exists);
243 if(!$exists) {
/plugin/dw2pdf/syntax/
H A Dexportlink.php
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md719 NB If you want to know if a font file is suitable, you can open a .ttf file in a text editor and search for "uni067C.med" - if it exists, it may work!
/plugin/dw2pdf/
H A Daction.php340 foreach ($relations['media'] as $mediaid => $exists) {
341 if ($exists) {
348 foreach ($relations['haspart'] as $part_pageid => $exists) {
349 if ($exists) {
531 //file doesn't exists
1093 if (!$INFO['exists']) {
/plugin/combo/ComboStrap/
H A DLdJson.php99 if (FileSystems::exists($pageImagePath)) {
H A DLocalFileSystem.php28 function exists(Path $path): bool function in ComboStrap\\LocalFileSystem
54 // file does not exists
55 throw new ExceptionNotFound("The file ($path) does not exists");
67 if (!self::exists($path)) {
79 if (!$this->exists($path)) {
80 throw new ExceptionNotFound("The path ($path) does not exists, no creation time");
190 if (FileSystems::exists($closest)) {
202 if (FileSystems::exists($closest)) {
H A DLowQualityCalculatedIndicator.php56 if (!FileSystems::exists($analyticsCache)) {
H A DMarkupFileSystem.php28 function exists(Path $path): bool function in ComboStrap\\MarkupFileSystem
30 return FileSystems::exists($path->getPathObject());
H A DMarkupPath.php395 * @throws ExceptionNotExists - if the path does not exists
672 * $this->meta['relation']['media'][$src] = $exists;
675 foreach ($relation['media'] as $src => $exists) {
676 if ($exists) {
760 if (!FileSystems::exists($this)) {
842 * If the start page does not exists, this is the index page
845 if (!FileSystems::exists($startPage)) {
868 * @deprecated for {@link FileSystems::exists()}
870 public function exists(): bool function in ComboStrap\\MarkupPath
872 return FileSystems::exists(
[all...]
H A DCacheExpirationDate.php34 * @throws ExceptionNotFound - if their is no default value, the HTML document does not exists, the cache is disabled
55 if (!FileSystems::exists($path)) {
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()) {
/plugin/combo/action/
H A Dcache.php163 $exists = $INFO['exists'] ?? null;
164 if (!$exists) {
H A Dindexer.php111 if (!FileSystems::exists($page)) {
H A Dmetafacebook.php144 if (FileSystems::exists($dokuPath)) {
167 if (!FileSystems::exists($path)) {
H A Dmetatwitter.php110 if (!FileSystems::exists($page)) {
167 if (!FileSystems::exists($twitterImagePath)) {
168 LogUtility::error("The twitter image ($twitterImagePath) does not exists.", self::CANONICAL);
H A Dpageprotection.php331 if (!FileSystems::exists($requestedPath)) {
H A Dqualitymessage.php58 $exists = $INFO['exists'] ?? null;
59 if (!$exists) {
H A Dslottemplate.php54 if (!FileSystems::exists($pageHeaderPath)) {
/plugin/combo/syntax/
H A Diterator.php444 if (!$contextualPage->exists()) {

12345678910>>...20