Home
last modified time | relevance | path

Searched refs:exists (Results 76 – 100 of 487) sorted by relevance

12345678910>>...20

/plugin/tocselect/
H A Daction.php55 $exists = file_exists($file);
56 if($exists && auth_quickaclcheck( $wikifn) ) {
70 if($exists && !auth_quickaclcheck( $wikifn) ) {
/plugin/combo/ComboStrap/
H A DPageId.php109 if (!FileSystems::exists($resource->getPathObject())) {
157 if (!FileSystems::exists($pageDbValue->getPathObject())) {
162 * The page path in the database exists
257 DatabasePageRow::createFromPageIdAbbr(self::getAbbreviated($pageId))->exists()
266 * Overwrite the page id even if it exists already
H A DWikiFileSystem.php40 function exists(Path $path): bool function in ComboStrap\\WikiFileSystem
42 return FileSystems::exists($path->toLocalPath());
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()) {
H A DFileSystem.php12 function exists(Path $path): bool; function
/plugin/mindmap/
H A Dsyntax.php452 if($exists && isset($pages[$id])){
469 $exists = true;
470 resolve_mediaid($item['ns'],$mid,$exists);
474 if($exists){
/plugin/dokusioc/
H A Daction.php56 … ) && ($INFO['exists'] || getDwUserInfo($INFO['id'], $this)) && !isHiddenPage($INFO['id'])) {
74 … print_r(array($action->data, $INFO['perm'], defined('DOKU_MEDIADETAIL'), $INFO['exists'],
92 …if (!(($sioc_type == 'post' && $INFO['exists']) || $sioc_type == 'user' || $sioc_type == 'containe…
214 if ($INFO['exists']) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DExistsLoaderInterface.php30 public function exists($name); function
/plugin/include/
H A Dhelper.php582 $exists = false;
583 resolve_pageid($ns, $link_id, $exists);
728 resolve_pageid(getNS($parent_id), $page, $exists); // resolve shortcuts and clean ID
786 $exists = page_exists($page);
787 $result[] = array('id' => $page, 'exists' => $exists, 'parent_id' => $parent_id);
846 resolve_pageid(getNS($parent_id), $testpage, $exists);
847 if($exists){
/plugin/pagelist/
H A Dsyntax.php68 $exists = page_exists($id);
71 resolve_pageid(getNS($ID), $id, $exists);
114 $pages[$i]['exists'] = page_exists($page['id']);
134 $renderer->meta['relation']['references'][$page['id']] = $page['exists'];
/plugin/gemini/
H A Drenderer.php370 $exists = null;
371 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists);
373 if ($exists === null) {
375 } elseif ($exists === true) {
/plugin/odt/action/
H A Dexport.php393 foreach($relations['media'] as $mediaid => $exists) {
394 if($exists) {
401 foreach($relations['haspart'] as $part_pageid => $exists) {
402 if($exists) {
/plugin/linkfix/
H A Dadmin.php172 $exists = false;
175 resolve_pageid($currentns, $full, $exists);
177 resolve_mediaid($currentns, $full, $exists);
/plugin/dropfiles/action/
H A Dajax.php193 $exists = file_exists($fn);
194 if ($exists) {
/plugin/jplayer/
H A Dsyntax.php90 resolve_mediaid(getNS($ID), $file, $exists);
91 if (!$exists) {
/plugin/userpagecreate/
H A Daction.php68 $exists = page_exists($res . ($do_ns ? (':' . $conf['start']) : ''));
75 'exists' => $exists,
/plugin/lms/
H A Dhelper.php203 $exists = false; // ignored
212 resolve_pageid($cpns, $link, $exists);
/plugin/odt/
H A Dsyntax.php271 $exists = false;
278 resolve_pageid($INFO['namespace'], $pagename, $exists);
279 if(!$exists) {
/plugin/cloud/
H A Dsyntax.php123 $exists = page_exists($page);
127 resolve_pageid($tag->namespace, $page, $exists);
129 if($exists) {
/plugin/siteexport/renderer/
H A Dpdf.php235 $exists = media_exists( $src );
260 if (!$exists) {
288 $exists = media_exists( $id );
291 if ($exists) {
/plugin/memcache/classes/
H A Dmemcache_interface.loader.php23 public static function exists($key); function
/plugin/blogmeta/
H A Daction.php56 if ($ACT == 'show' && $INFO['exists'] && ereg( ($this->getConf('pages_regexp')) , $ID) ){
/plugin/combo/action/
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);
/plugin/orphanswanted/
H A Dhelper.php43 foreach($relation_data as $name => $exists) {
44 $pages[$name]['exists'] = $exists;
/plugin/prosemirror/parser/
H A DInterwikiLinkNode.php16 $url = $renderer->_resolveInterWiki($shortcut, $wikiUri, $exists);

12345678910>>...20