Home
last modified time | relevance | path

Searched refs:exists (Results 126 – 150 of 487) sorted by relevance

12345678910>>...20

/plugin/croissant/
H A Dsyntax.php76 resolve_pageid('', $page, $exists);
/plugin/conflictmerger/lang/en/
H A Dconflict-solved.txt3 A newer version of the document you edited exists. This happens when another
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst21 {{ attribute(object, method) is defined ? 'Method exists' : 'Method does not exist' }}
/plugin/pglist/
H A DREADME.md6 …ecks if this directory has “start” page if no, it is will not listed, if exists it listed by the t…
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php76 public function exists($name) function in Twig\\Loader\\ArrayLoader
/plugin/userspagecreate/
H A Daction.php140 if($INFO['exists']){
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dupload.py64 if not os.path.exists(self.userFilesFolder):
/plugin/linksuggest/
H A Daction.php52 //keep hashlink if exists
92 resolve_pageid(getNS($current_pageid), $resolved_ns, $exists);
210 resolve_mediaid(getNS($current_pageid), $resolved_ns, $exists);
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php286 if (!FileSystems::exists($pageImage->getImagePath())) {
350 $data[MetadataDokuWikiStore::CURRENT_METADATA]['relation']['media'][$dokuPath->getWikiId()] = FileSystems::exists($dokuPath);
/plugin/siteexport/inc/
H A Dfilewriter.php137 $exists = !($zip->statName($NAME) === FALSE);
139 return $exists;
/plugin/move/lang/en/
H A Dmove.txt8 * You cannot move a page to a namespace where a page with the same name already exists.
/plugin/combo/ComboStrap/
H A DLowQualityCalculatedIndicator.php56 if (!FileSystems::exists($analyticsCache)) {
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 DFetcherPageSearch.php56 if (!$page->exists()) {
H A DThirdMediaLink.php47 if (!FileSystems::exists($path)) {
H A DPageUrlType.php43 if (!$resourceCombo->exists()) {
/plugin/pagemove/lang/en/
H A Dpagemove.txt9 * You cannot move the document to a namespace where a document with the same name already exists.
/plugin/rss/
H A DREADME.md7 SimpleXML is enabled by default , however, to confirm that it exists , look at your config by execu…
/plugin/linkprefix/
H A Drenderer.php46 function _resolveInterWiki(&$shortcut, $reference, &$exists = null){ argument
/plugin/listeabo/
H A Daction.php114 $pagelist->page['exists'] = 1;
/plugin/pageredirect/
H A Dsyntax.php87 $exists = null;
88 resolve_pageid(getNS($ID), $id, $exists);
/plugin/twofactor/
H A DSettings.php62 * Check if a setting exists
69 return $this->attribute->exists($this->providerID, $key, $this->user);
/plugin/deeplautotranslate/
H A Daction.php273 $exists = page_exists($lang_id);
274 if (($exists and $perm < AUTH_EDIT) or (!$exists and $perm < AUTH_CREATE)) {
490 if ($INFO['exists'] and !$allow_existing) return false;
494 if (($INFO['exists'] and $perm < AUTH_EDIT) or (!$INFO['exists'] and $perm < AUTH_CREATE)) return false;
517 // check if the original page exists
527 if (!$INFO['exists']) return false;
726 * 3. Check if lang:aa:bb exists
754 resolve_pageid($ns, $resolved_id, $exists);
[all...]
/plugin/owncloud/
H A Daction.php202 resolve_mediaid(getNS($ID),$src, $exists);
203 if($exists){
/plugin/svgembed/
H A Dsyntax.php348 resolve_mediaid(getNS($ID), $src, $exists);
349 $renderer->meta['relation']['media'][$src] = $exists;

12345678910>>...20