Home
last modified time | relevance | path

Searched refs:exists (Results 201 – 225 of 487) sorted by relevance

12345678910>>...20

/plugin/combo/ComboStrap/
H A DSite.php79 if (FileSystems::exists($dokuPath)) {
339 if (FileSystems::exists($image)) {
353 if (!FileSystems::exists($pngLogoPath)) {
H A DBreadcrumbTag.php154 if (FileSystems::exists($page->getPathObject()) && $current === false) {
H A DIconTag.php109 if (FileSystems::exists($mediaPath)) {
H A DSvgImageLink.php207 if (!FileSystems::exists($imagePath)) {
H A DFetcherRaster.php146 if (!FileSystems::exists($this->getSourcePath())) {
149 LogUtility::warning("The path ({$this->getSourcePath()}) does not exists");
286 * @throws ExceptionNotExists - if the image does not exists
301 * @throws ExceptionNotExists - if the file does not exists
/plugin/searchcombinedgoogle/
H A Daction.php113 resolve_pageid(null,$id,$exists);
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php74 resolve_pageid(getNS($page),$mid,$exists); //exists is not used
H A Daction.php127 resolve_pageid($cns,$mid,$exists); //exists is not used
/plugin/multiorphan/action/
H A Dmultiorphan.php349 $exists = false;
350 …>data['entryID'] = $this->renderer->_resolveInterWiki($instructions[2], $instructions[3], $exists);
/plugin/prosemirror/parser/
H A DLinkNode.php
/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/nsindex/
H A Dsyntax.php149 resolve_pageid(getNS($ID), $ns, $exists);
/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php63 public static function exists($key){ function in memcache_fakecache
/plugin/combo/action/
H A Ddocustom.php146 if (!FileSystems::exists($path)) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp68 ' Ensure that the directory exists.
82 ' Check if the parent exists, or create it.
/plugin/imapmarkers/syntax/
H A Dmap.php211 $exists = null;
212 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc269 example, "exists" APIs (`$client->exists()`, `$client->indices()->exists`,
/plugin/favoris/
H A Dsyntax.php251 $pagelist->page['exists'] = 1;
/plugin/xml/
H A Drenderer.php408 resolve_pageid(getNS($ID), $id, $exists);
569 resolve_mediaid(getNS($ID), $src, $exists);
609 resolve_mediaid(getNS($ID), $img['src'], $exists);
/plugin/farm/
H A Dinfos.animal.class.php22 if(dokuwiki_farm_animal::exists($animal->getName())) $this->animal = $animal;
24 if(dokuwiki_farm_animal::exists($animal)) $this->animal = new dokuwiki_farm_animal($animal);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md33 create method will read that if it exists.
/plugin/mediasyntax/
H A Daction.php172 resolve_pageid(getNS($ID), $page, $exists);
/plugin/commonmark/
H A DREADME.md10 2. if exists, parses entire document and renders to DW syntax
/plugin/gitlabapi/
H A DREADME.md28 - **SUB_DIRS** is the sub-directories of your project if exists.
/plugin/docnavigation/syntax/
H A Dtoc.php213 // so syntax instance will exists
297 resolve_pageid(getNS($ID), $pageid, $exists);

12345678910>>...20