Home
last modified time | relevance | path

Searched +full:page_exists +full:explode (Results 51 – 75 of 88) sorted by relevance

1234

/plugin/pagetitle/
H A Dhelper.php41 $nodes = ($page == $conf['start']) ? array('') : explode(':', ':'.$page);
108 $class = (page_exists($id)) ? 'wikilink1' : 'wikilink2';
/plugin/struct/meta/
H A DCSVPageImporter.php56 $pageParts = explode(':', $pid);
136 if (page_exists($pid)) {
/template/neolaoresources3/
H A Dmain.php120 $parts = explode(':', $ID);
158 if(page_exists($page)){
/plugin/noiewarning/
H A Daction.php62 $parts = explode('_',get_class($this));
70 $lang= explode(',', $info['lang']);
255 if (page_exists($page) ) {
/plugin/deeplautotranslate/
H A Daction.php69 $split_id = explode(':', $ID);
101 $split_id = explode(':', $ID);
262 $split_id = explode(':', $ID);
273 $exists = page_exists($lang_id);
344 $split_id = explode(':', $ID);
363 $split_id = explode(':', $ID);
501 $split_id = explode(':', $ID);
518 if (!page_exists($org_id)) return false;
535 $split_id = explode(':', $ID);
719 return explode(' ',
[all...]
/plugin/tplinc/
H A Dhelper.php33 $assignments[] = array_map('trim', explode("\t", $line, 4));
96 if (!page_exists($page)) continue;
/plugin/combo/action/
H A Drouter.php591 if (page_exists($startPage)) {
600 if (page_exists($startPage)) {
680 if (page_exists($startPageNameSpace)) {
687 $pathNames = explode(':', $pageNameSpace);
861 // Explode the page ID and the anchor (#)
862 $link = explode('#', $targetIdOrUrl, 2);
972 $wordsInPageSourceId = explode(':', $id);
1122 if (page_exists($calculatedTarget)) {
/plugin/dokusioc/
H A Daction.php383 if ($prevrev !== false && $prevrev > -1 && page_exists($ID, $pagerevs[$prevrev])) {
387 if ($nextrev !== false && $nextrev > -1 && page_exists($ID, $pagerevs[$nextrev])) {
430 $accepted = explode(',', $http_accept);
442 $formatspec = explode(';', $format);
617 $parts = explode('?', $uri);
628 $attr = explode($sep, $query);
/plugin/mindmap/
H A Dsyntax.php85 list($data['namespaces'], $parameters_string) = explode('#', $match);
100 $pairs = explode('&', $parameters_string);
103 list($key, $value) = explode('=', $pair, 2);
197 $namespaces = explode(',', $data['namespaces']);
348 if ($ns && page_exists($ns)) {
449 list($id) = explode('#',$id,2);
471 list($mid) = explode('#',$mid,2);
/plugin/siteexport/syntax/
H A Dtoc.php52 $this->options = explode(' ', substr($match, 5, -1)?:"");
61 $link = explode('|', $link, 2);
121 $exists = page_exists( (new PageResolver( $ID ))->resolveId($SID) );
184 list($this->includedPages[]) = explode('#', $tocItem[0]);
258 $exists = page_exists( $SID );
296 $exists = page_exists( $id );
303 list($id, $hash) = explode('#', $id, 2);
397 list($pageID, $pageReference) = explode("#", $instr[1][0], 2);
/plugin/editx/
H A Daction.php77 $allowed = explode(',',$list);
224 } else if (!page_exists($opts['oldpage'])) {
237 } else if (page_exists($opts['newpage'])) {
/plugin/tagfilter/syntax/
H A Dfilter.php103 list($match, $flags) = array_pad(explode('&', $match, 2), 2, '');
104 $flags = explode('&', $flags);
107 list($ns, $tag) = array_pad(explode('?', $match), 2, '');
131 $selectExpressions = array_map('trim', explode('|', $tag));
133 $parts = explode("=", $parts);//split in Label,RegExp,Default value
137 $tagFilters['selectedTags'][$key] = isset($parts[2]) ? explode(' ', $parts[2]) : [];
211 if (!page_exists($pageid)) {
/plugin/gemini/
H A Dcli.php172 $_SERVER['REMOTE_ADDR'] = explode(':', $peername)[0];
173 $_SERVER['REMOTE_PORT'] = explode(':', $peername)[1];
246 if (!page_exists($id)) return false;
H A Drenderer.php268 $id = explode('?', $id, 2)[0];
269 $id = explode('#', $id, 2)[0];
273 if (page_exists($id)) {
/plugin/subjectindex/inc/
H A Dcommon.php67 list($_, $path) = explode('/', $path, 2);
352 return (page_exists($id) && isVisiblePage($id) && ! (auth_quickaclcheck($id) < AUTH_READ));
/plugin/siteexport/action/
H A Dajax.php201 list($path, $query) = explode('?', $combined, 2);
363 $exists = page_exists($NS);
535 $extension = explode('.', $fileName);
629 $extension = explode('/', $extension, 2);
765 …// $IDexists = page_exists($ID); // 08/10/2010 - Not needed. This will be done in the next …
778 $IDexists = page_exists($ID);
820 $elements = explode('/', $DATA[2]);
905 $DATA2Name = explode('/', $fileName);
964 … } else if ($IDexists) { // 08/10/2010 - was page_exists($ID) - but this should do as well.
1240 list($key, $value) = explode('=', $item, 2);
[all …]
/dokuwiki/inc/
H A Dfulltext.php159 if (isHiddenPage($id) || auth_quickaclcheck($id) < AUTH_READ || !page_exists($id, '', false)) {
197 )) || !page_exists($result[$idx], '', false)
231 )) || !page_exists($result[$idx], '', false)
340 !isVisiblePage($idx) || !page_exists($idx) ||
416 $ac = count(explode(':', $a));
417 $bc = count(explode(':', $b));
767 $tokens = explode(' ', $term);
/plugin/purplenumbers/
H A Drenderer.php297 if (!page_exists($ID)) return false;
305 $restrictionNS = explode(',', $this->getConf('restrictionNS'));
/plugin/medialist/
H A Dhelper.php72 $args = explode(' ', $args, 2);
250 if (!page_exists($id)) {
/plugin/struct/action/
H A Dinline.php216 [$table, $field] = explode('.', $INPUT->str('field'), 2);
251 if (!page_exists($this->pid)) {
/plugin/siteexport/inc/
H A Dtoc.php33 $url = explode('/', $inputURL);
97 … $elem['exists'] = page_exists( (new PageResolver( $elem['id'] ))->resolveId($elem['id']) );
103 …$elem['tags'] = explode(' ', p_get_metadata($elem['id'], 'context tags', true)); // thats from the…
108 $elem['depth'] = count(explode('/', $elem['url']));
136 $elem['tocNS'] = strlen($elem['tocNS']) > 0 ? explode('/', $elem['tocNS']) : array();
270 $elems = explode('/', $this->functions->getSiteName($site));
H A Dfunctions.php73 $NSa = explode(':', $NS);
74 …if (!page_exists($NS) && array_pop($NSa) != strtolower($conf['start'])) { // Compare to lowercase …
122 $elements = explode(':', $ID);
324 $FA = explode('.', $FILE);
446 foreach( explode("&", $intermediate) as $param ) {
447 list($key, $value) = array_pad( explode("=", $param, 2), 2, null );
644 $replaceParts = explode('/', $replaceURL);
647 $baseParts = explode('/', $baseURL);
726 $mapID = explode('|', $meta['id']);
/plugin/include/
H A Dhelper.php73 list($flag, $value) = explode('=', $flag, 2);
248 if (page_exists($page) || $flags['pageexists'] == 0) {
265 if (page_exists($page)) {
564 $link_parts = explode('?', $link_id, 2);
580 $link_parts = explode('?', $link_id, 2);
585 $link_parts = explode('#', $link_id, 2);
786 $exists = page_exists($page);
/plugin/snippets/
H A Daction.php100 array_map(function($v) { return explode(",",$v,2); },
101 explode(';',$_REQUEST['macros']));
261 if(page_exists($id)) {
/dokuwiki/inc/parser/
H A Dmetadata.php477 $parts = explode('?', $id, 2);
490 $this->meta['relation']['references'][$page] = page_exists($page);
541 [$wikiUri] = explode('#', $wikiUri, 2);
740 [$src] = explode('#', $src, 2);
758 [$src] = explode('#', $src, 2);

1234