Home
last modified time | relevance | path

Searched +full:resolve_pageid +full:explode (Results 1 – 25 of 105) sorted by last modified time

12345

/plugin/pagelist/
H A Dsyntax.php52 list($flags, $match) = array_pad(explode('>', $match, 2), 2, null);
53 $flags = explode('&', substr($flags, 1));
54 $items = explode('*', $match);
60 list($id, $title, $description) = array_pad(explode('|', $match[1], 3), 3, null);
61 list($id, $section) = array_pad(explode('#', $id, 2), 2, null);
71 resolve_pageid(getNS($ID), $id, $exists);
76 list($image, $title) = array_pad(explode('|', $match[1], 2), 2, null);
/dokuwiki/inc/
H A Dpageutils.php287 $id = (explode('#', $id, 2))[0]; // #3608
498 * Do not call directly use resolve_mediaid or resolve_pageid
528 $pathA = explode(':', $id);
580 function resolve_pageid($ns, &$page, &$exists, $rev = '', $date_at = false)
574 function resolve_pageid($ns, &$page, &$exists, $rev = '', $date_at = false) global() function
/dokuwiki/inc/parser/
H A Dxhtml.php886 $parts = explode('?', $id, 2);
894 // correct $id and resolve_pageid() use cleanID($id)
975 [$scheme] = explode('://', $url);
1848 [$img['src']] = explode('#', $img['src'], 2);
/plugin/siteexport/syntax/
H A Dtoc.php52 $this->options = explode(' ', substr($match, 5, -1)?:"");
61 $link = explode('|', $link, 2);
184 list($this->includedPages[]) = explode('#', $tocItem[0]);
303 list($id, $hash) = explode('#', $id, 2);
396 resolve_pageid(getNS($id), $instr[1][0], $exists);
397 list($pageID, $pageReference) = explode("#", $instr[1][0], 2);
/plugin/photogallery/
H A Dsyntax.php67 $lines = explode("\n", $match);
104 $params = explode(' ',$params);
1023 $opts = explode(',', $optstr);
1066 // resolve_pageid(getNS($parent_id), $page, $exists); // resolve shortcuts and clean ID
/plugin/nodetailsxhtml/
H A Drenderer.php248 $parts = explode('?', $id, 2);
256 // correct $id and resolve_pageid() use cleanID($id)
270 resolve_pageid(getNS($ID),$id,$exists);
286 list($id,$hash) = explode('#',$id,2);
/plugin/templater/
H A Dsyntax.php309 list($k, $v) = explode('=', $replacers, 2);
316 list($k, $v) = explode('=', $rep, 2);
/plugin/imagemapping/
H A Dsyntax.php149 resolve_pageid(getNS($ID), $url, $exists);
151 list($url, $hash) = explode('#', $url, 2);
166 list($scheme) = explode('://', $url);
194 list($url, $hash) = explode('#', $url, 2);
/plugin/cloud/
H A Dsyntax.php42 list($num, $ns) = array_pad(explode('>', $match, 2), 2, '');
43 list($junk, $num) = array_pad(explode(':', $num, 2), 2, '');
50 $found = explode(',', $matches);
62 if(!is_null($ns)) $namespaces = explode('|', $ns);
127 resolve_pageid($tag->namespace, $page, $exists);
216 $blacklist = explode(',', $blacklist);
266 $value = explode(':', $idx[$i]);
/template/mikio/
H A Dmikio.php731 $items = explode(';', $str);
735 $parts = explode('|', $item);
1028 $classes = array_merge($classes, explode(' ', $attr['class']));
1406 $parts = explode(':', $ID);
1422 resolve_pageid('', $page, $exists);
1647 $e = explode(' ', $matches[1]);
1913 $c = explode(' ', $node->class);
1923 $c = explode(' ', $node->class);
2002 $parts = explode(' ', $matches[1]);
2384 $version_items = explode(' ',
[all...]
/plugin/button/
H A Dsyntax.php136 $styles = explode("\n", $styles);
147 $style = explode('|', $style, 2);
258 $link_items = explode(":", $link['url']);
348 $resolveid = $id; // To prevent resolve_pageid to change $id value
374 $parts = explode('?', $id, 2);
382 // correct $id and resolve_pageid() use cleanID($id)
416 list($id, $hash) = explode('#', $id, 2);
474 list($src, $hash) = explode('#', $src, 2);
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php93 $this->_conf['file'] = explode(';',$this->plugin->getConf('file'));
94 $this->_conf['pdfdir'] = explode(';',$this->plugin->getConf('pdfdir'));
153 $bibkeys = explode(',',$optval);
573 resolve_pageid($INFO['namespace'], $uri, $exists);
/plugin/tag/
H A Dhelper.php193 resolve_pageid($this->namespace, $tag, $exists);
441 $tags = explode(' ', $tags);
/plugin/bureaucracy/helper/
H A Dactionmail.php146 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
197 list($syntax,) = explode(' ', trim($codeoptions), 2);
/plugin/bureaucracy/
H A Dsyntax.php79 $lines = explode("\n", $match);
151 list($plugin, $component) = explode('_', $action['actionname']);
242 resolve_pageid($INFO['namespace'], $labelpage, $exists);
264 list($k, $v) = explode('=', $item, 2);
/plugin/combo/action/
H A Drouter.php679 resolve_pageid($pageNameSpace, $startPageNameSpace, $exists, $dateAt, true);
687 $pathNames = explode(':', $pageNameSpace);
861 // Explode the page ID and the anchor (#)
862 $link = explode('#', $targetIdOrUrl, 2);
972 $wordsInPageSourceId = explode(':', $id);
/plugin/odt/renderer/
H A Dbook.php126 resolve_pageid(getNS($ID),$id,$exists);
130 list($id,$hash) = explode('#',$id,2);
H A Dpage.php430 $data ['indents'] = explode (',', $this->config->getParam('toc_indents'));
434 $data ['indents'] = explode (',', $temp);
1211 if (empty($title)) {$title=explode(':',$src); $title=end($title);}
1332 resolve_pageid(getNS($ID),$id,$exists);
1336 list($id,$hash) = explode('#',$id,2);
/plugin/odt/
H A Dsyntax.php68 $extinfo = explode(':', $match);
158 $params = explode(',', $info_value);
278 resolve_pageid($INFO['namespace'], $pagename, $exists);
/plugin/deeplautotranslate/
H A Daction.php69 $split_id = explode(':', $ID);
101 $split_id = explode(':', $ID);
262 $split_id = explode(':', $ID);
344 $split_id = explode(':', $ID);
363 $split_id = explode(':', $ID);
501 $split_id = explode(':', $ID);
535 $split_id = explode(':', $ID);
719 return explode(' ', $push_langs);
754 resolve_pageid($ns, $resolved_id, $exists);
759 $split_id = explode('
[all...]
/plugin/prosemirror/parser/
H A DInternalLinkNode.php43 $parts = explode('?', $inner, 2);
/plugin/navi/
H A Dsyntax.php46 list($id, $opts) = explode('?', $id, 2);
145 resolve_pageid(getNS($ID), $page, $foo); // resolve relative to sidebar ID
187 resolve_pageid('', $try, $foo);
303 foreach (explode('&', $opts) as $opt) {
/plugin/docnavigation/syntax/
H A Dpagenav.php99 $linkstrs = explode("^", substr($match, 2, -2), 3);
103 [$link, $title] = array_pad(explode('|', $linkstr, 2), 2, null);
135 resolve_pageid(getNS($ID), $link, $exists);
138 [$link,$hash] = array_pad(explode('#', $link, 2), 2, '');
H A Dtoc.php80 $optstrs = explode(',', $optstrs);
89 list($key, $value) = array_pad(explode('=', $optstr, 2), 2, '');
97 [$start, $end] = array_pad(explode('-', $value, 2), 2, '');
297 resolve_pageid(getNS($ID), $pageid, $exists);
299 [$page, /* $hash */] = array_pad(explode('#', $pageid, 2), 2, '');
/plugin/linksuggest/
H A Daction.php53 list($q, $hash) = array_pad(explode('#', $q, 2), 2, null);
92 resolve_pageid(getNS($current_pageid), $resolved_ns, $exists);

12345