Home
last modified time | relevance | path

Searched refs:exists (Results 51 – 75 of 487) sorted by relevance

12345678910>>...20

/plugin/ckgedit/action/
H A Dtagapi.php62 $exists = false;
64 resolve_pageID($this->tagplugin->namespace, $id, $exists);
/plugin/combo/action/
H A Dmetamanager.php64 $exists = $INFO['exists'] ?? null;
65 if (!$exists) {
H A Drouter.php274 if (!FileSystems::exists($page)) {
344 if (FileSystems::exists($requestedMarkupPath)) {
362 if ($databasePageRow->exists()) {
366 * We test therefore if the database page id exists
370 if (FileSystems::exists($targetPath)) {
401 if ($page !== null && $page->exists()) {
424 if ($page !== null && $page->exists()) {
462 if ($canonicalPage !== null && $canonicalPage->exists()) {
489 && $aliasRequestedPage->exists()
679 resolve_pageid($pageNameSpace, $startPageNameSpace, $exists,
[all...]
H A Dlang.php79 if (!FileSystems::exists($page->getPathObject())) {
96 if (!FileSystems::exists($page->getPathObject())) {
H A Dcache.php163 $exists = $INFO['exists'] ?? null;
164 if (!$exists) {
/plugin/siteexport/syntax/
H A Dtoc.php121 $exists = page_exists( (new PageResolver( $ID ))->resolveId($SID) );
258 $exists = page_exists( $SID );
294 $exists = false; $isImage = false; $linktype = null;
296 $exists = page_exists( $id );
312 $item['exists'] = $exists;
394 $exists = false;
396 resolve_pageid(getNS($id), $instr[1][0], $exists);
426 $exists = false;
427 resolve_mediaid(getNS($id), $instr[1][0], $exists);
/plugin/publistf/
H A Dsyntax.php159 $exists = false;
161 resolve_pageid($INFO['namespace'], $id, $exists);
162 if ( $exists ) {
/plugin/bookmarkme/
H A Daction.php155 $exists = false;
157 resolve_pageid('',$id,$exists);
164 if (!$exists || preg_match("/$sp/i",$ID))
/plugin/include/syntax/
H A Dinclude.php130 $exists = $page['exists'];
137 $renderer->meta['relation']['references'][$id] = $exists;
138 $renderer->meta['relation']['haspart'][$id] = $exists;
/plugin/miniblog/helper/
H A Dentry.php55 resolve_pageid(getNS($id), $ins[$i][1][0], $exists);
58 resolve_mediaid(getNS($id), $ins[$i][1][0], $exists);
/plugin/html5video2/syntax/
H A Dvideo.php154 $exists = false;
155 resolve_mediaid(getNS($ID), $src, $exists);
157 if($type == 'internalmedia' && !$exists) {
/plugin/owncloud/
H A Dsyntax.php127 $exists = false;
128 resolve_mediaid(getNS($ID), $src, $exists);
131 if($exists) $gimgs = @getImageSize(mediaFN($src));
/plugin/prosemirror/parser/
H A DInternalLinkNode.php24 if ($resolvedAttributes['exists']) {
64 'exists' => page_exists($resolvedPageId),
/plugin/combo/ComboStrap/
H A DMarkupFileSystem.php28 function exists(Path $path): bool function in ComboStrap\\MarkupFileSystem
30 return FileSystems::exists($path->getPathObject());
H A DDatabasePageRow.php128 if (!FileSystems::exists($this->markupPath)) {
241 throw ExceptionRuntimeInternal::withMessageAndError("The row should exists as we created it specifically", $e);
355 $exist = FileSystems::exists($path);
448 * @throws ExceptionNotExists - if the row does not exists
531 if (!FileSystems::exists($this->markupPath)) {
532 throw new ExceptionBadState("You can't replicate the page ($this->markupPath) because it does not exists.");
647 if ($databasePage->exists()) {
688 * rowid is used in {@link DatabasePageRow::exists()}
689 * to check if the page exists in the database
720 function exists()
705 function exists(): bool global() function in ComboStrap\\DatabasePageRow
[all...]
/plugin/imagemap/
H A Dsyntax.php47 resolve_mediaid(getNS($ID),$src, $exists);
90 resolve_mediaid(getNS($ID),$src, $exists);
121 resolve_pageid(getNS($ID),$url,$exists);
174 resolve_mediaid(getNS($ID), $url, $exists);
209 resolve_mediaid(getNS($ID),$src, $exists);
210 $renderer->meta['relation']['media'][$src] = $exists;
/plugin/imagemapping/
H A Dsyntax.php72 resolve_mediaid(getNS($ID), $src, $exists);
118 resolve_mediaid(getNS($ID), $src, $exists);
149 resolve_pageid(getNS($ID), $url, $exists);
195 resolve_mediaid(getNS($ID), $url, $exists);
231 resolve_mediaid(getNS($ID), $src, $exists);
232 $renderer->meta['relation']['media'][$src] = $exists;
/plugin/html2pdf/multilingual/
H A Dsyntax.php110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
111 if ( $exists ) {
/plugin/showlinkpermission/
H A Drenderer.php51 resolve_pageid(getNS($ID),$id,$exists);
55 if ( $exists ) {
/plugin/multilingual/
H A Dsyntax.php110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
111 if ( $exists ) {
/plugin/conflictmerger/lang/en/
H A Dconflict-unsolved.txt1 ====== A newer version exists ======
3 A newer version of the document you edited exists. This happens when another
/plugin/nodetailsxhtml/
H A Drenderer.php268 $exists = page_exists($id);
270 resolve_pageid(getNS($ID),$id,$exists);
275 if ( $exists ) {
443 // Image exists
/plugin/cumulus/
H A Dsyntax.php141 resolve_pageID($tag->namespace, $id, $exists);
142 if($exists) {
151 $class .= ($exists ? '_tag1' : '_tag2');
155 resolve_pageID($word, $id, $exists);
/plugin/sphinxsearch-was/
H A Dxmlall.php60 resolve_pageid('', $page, $exists);
61 if (empty($dokuPageId) || !$exists) { //do not include not exists page
/plugin/sphinxsearch/
H A Dxmlall.php60 resolve_pageid('',$page,$exists);
61 if (empty($dokuPageId) || !$exists){ //do not include not exists page

12345678910>>...20