Home
last modified time | relevance | path

Searched refs:exists (Results 151 – 175 of 487) sorted by relevance

12345678910>>...20

/plugin/crosspost/
H A Daction.php53 $exists = @file_exists( wikiFN( $page ) );
54 if( $ID != $page && !$exists )
/plugin/imagereference/syntax/
H A Dimgref.php100 resolve_pageid(getNS($ID), $data['page'], $exists);
/plugin/bez/mdl/
H A DUserFactory.php62 public function exists($nick) { function in dokuwiki\\plugin\\bez\\mdl\\UserFactory
/plugin/sqlite/
H A DFunctions.php155 resolve_pageid($ns, $page, $exists);
/plugin/bureaucracy-au/
H A Dsyntax.php236 $exists = false;
237 resolve_pageid($INFO['namespace'], $labelpage, $exists);
238 if(!$exists) {
/plugin/bureaucracyau/
H A Dsyntax.php236 $exists = false;
237 resolve_pageid($INFO['namespace'], $labelpage, $exists);
238 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/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dblock.rst28 Use the ``defined`` test to check if a block exists in the context of the
/plugin/eventline/
H A Dplain.php111 resolve_mediaid(getNS($ID),$src, $exists);
137 resolve_pageid(getNS($ID),$id,$exists);
/plugin/offline/
H A Drenderer.php257 resolve_pageid(getNS($ID),$id,$exists);
260 if ( $exists ) {
/plugin/openas/
H A Daction.php258 resolve_pageid(getNS($newid), $newid, $exists);
262 resolve_pageid(getNS($saveas_orig), $saveas_orig, $exists);
/plugin/combo/syntax/
H A Dmedia.php89 if (!FileSystems::exists($path)) {
157 if (!FileSystems::exists($path)) {
/plugin/orphanmedia/
H A DREADME14 * Orphans (the media file exists, but not linked and wasting space only)
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
/plugin/orphanmedia2/
H A DREADME14 * Orphans (the media file exists, but not linked and wasting space only)
/plugin/combo/action/
H A Dindexer.php111 if (!FileSystems::exists($page)) {
/plugin/tag/syntax/
H A Dtag.php113 // add references if tag page exists
122 resolve_pageid($helper->getNamespace(), $tag, $exists);
/plugin/bureaucracy/
H A Dsyntax.php241 $exists = false;
242 resolve_pageid($INFO['namespace'], $labelpage, $exists);
243 if(!$exists) {
/plugin/actionlink/
H A Dsyntax.php70 if($INFO['exists']){
/plugin/odt/renderer/
H A Dbook.php126 resolve_pageid(getNS($ID),$id,$exists);
/plugin/combo/ComboStrap/
H A DFsWikiUtility.php102 if ($homePage->exists()) {
/plugin/backlinks/
H A Dsyntax.php92 resolve_pageid(getNS($id), $match, $exists);
/plugin/translation/
H A Dhelper.php285 $exists = page_exists($target, '', false);
289 'class' => $exists ? 'wikilink1' : 'wikilink2',
328 if (!$INFO['exists']) return;
/plugin/publist/
H A DTODO3 - sanitise.php: if exists, import "sanitise" function from it. If not,
/plugin/publistf/
H A DTODO3 - sanitise.php: if exists, import "sanitise" function from it. If not,

12345678910>>...20