Home
last modified time | relevance | path

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

12345

/plugin/showlinkpermission/
H A Drenderer.php33 $parts = explode('?', $id, 2);
41 // correct $id and resolve_pageid() use cleanID($id)
51 resolve_pageid(getNS($ID),$id,$exists);
76 list($id,$hash) = explode('#',$id,2);
/plugin/openas/
H A Daction.php103 $link_array = explode("|",$matches[1]);
106 resolve_pageid($orig_namespace,$c_link,$c_exists);
149 $link_array = explode('|',$matches[1]);
152 resolve_pageid($current_ns,$c_link,$c_exists);
156 list($name,$hash) = explode('#',$link_array[0]);
258 resolve_pageid(getNS($newid), $newid, $exists);
262 resolve_pageid(getNS($saveas_orig), $saveas_orig, $exists);
/plugin/targetlink/
H A Dsyntax.php33 return explode('|', substr($match, 2, -2));
52 $interwiki = explode('>',$ref,2);
81 $interwiki = explode('>',$ref,2);
112 $parts = explode('?', $id, 2);
120 // correct $id and resolve_pageid() use cleanID($id)
130 resolve_pageid(getNS($ID), $id, $exists, $xhtml->date_at, true);
146 @list($id, $hash) = explode('#', $id, 2);
198 list($scheme) = explode('://', $url);
/plugin/linksenhanced/syntax/
H A Dlink.php54 $link = explode('|',$match,2);
56 $optionsSet = explode('^', $link[0], 2);
65 $opts = explode(' ', $optionsSet[0]);
69 $options['class'] = explode('=', $opt)[1];
71 $options['target'] = explode('=', $opt)[1];
155 list($scheme) = explode('://',$url);
173 $interwiki = explode('>',$link[0],2);
259 list($scheme) = explode('://',$url);
355 $parts = explode('?', $id, 2);
363 // correct $id and resolve_pageid() use cleanID($id)
[all …]
/plugin/pagetitle/
H A Dhelper.php41 $nodes = ($page == $conf['start']) ? array('') : explode(':', ':'.$page);
52 resolve_pageid('', $id, $exists);
55 resolve_pageid('', $id, $exists);
58 resolve_pageid('', $id, $exists);
/plugin/publistx/
H A Dsyntax.php63 $matches = explode('|', $matches[6]);
67 $optparts[2] = explode(';', $optparts[2]);
70 $single = explode('=', $single);
85 $tmp = explode(':', $data['options']['authors'],2);
158 resolve_pageid($INFO['namespace'], $id, $exists);
/plugin/croissant/
H A Dsyntax.php58 $parts = explode(':', $ID);
76 resolve_pageid('', $page, $exists);
/plugin/publist/
H A Dsyntax.php62 $matches = explode('|', $matches[6]);
66 $optparts[2] = explode(';', $optparts[2]);
69 $single = explode('=', $single);
138 resolve_pageid($INFO['namespace'], $id, $exists);
/plugin/publistf/
H A Dsyntax.php64 $matches = explode('|', $matches[6]);
68 $optparts[2] = explode(';', $optparts[2]);
71 $single = explode('=', $single);
86 $tmp = explode(':', $data['options']['authors'],2);
161 resolve_pageid($INFO['namespace'], $id, $exists);
/plugin/multilingual/
H A Dhelper.php26 $this->trans = array_unique(array_filter(explode(' ',$this->trans)));
76 resolve_pageid(getNS($ID),$link,$exists);
/plugin/html2pdf/multilingual/
H A Dhelper.php26 $this->trans = array_unique(array_filter(explode(' ',$this->trans)));
76 resolve_pageid(getNS($ID),$link,$exists);
/plugin/cumulus/
H A Dsyntax.php33 $flags = explode('&', substr($match, 2, -2));
36 list($name, $value) = explode('=', $flag);
141 resolve_pageID($tag->namespace, $id, $exists);
155 resolve_pageID($word, $id, $exists);
244 $value = explode(':', $idx[$i]);
/plugin/randominc/
H A Dsyntax.php35 list($match, $flags) = explode('&', $match, 2);
39 return array($include, $id, cleanID($section), explode('&', $flags), $pos);
97 resolve_pageid(getNS($ID), $id, $exists); // resolve shortcuts
110 resolve_pageid(getNS($ID), $an_id, $exists); // resolve shortcuts
/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/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);
/plugin/upload/
H A Dsyntax.php52 $matches = explode('|', $match, 2);
53 $o = explode('|', $matches[1]);
65 resolve_pageid(getNS($ID), $ns, $exists);
/plugin/workflow/syntax/
H A Ddecision.php18 resolve_pageid('wf', $page, $exists);
81 $lines = explode("\n *", $data);
97 list($name, $value) = array_map('trim', explode('=', $tokens[$i+1]));
/plugin/prosemirror/parser/
H A DInternalLinkNode.php43 $parts = explode('?', $inner, 2);
/plugin/indexmenu2/syntax/
H A Dindexmenu.php115 resolve_pageid(getNS(getID()),$data[0],$exists);
152 $options = explode('|', $opts, 2);
161 $options[0] = explode("#", trim($options[0]));
167 @$options[0][1] = explode("+",$options[0][1]);
172 @$options[0][2] = explode("+",$options[0][2]);
195 $options[1] = explode("#", $options[1]);
200 $options[1][1] = explode('+',$options[1][1]);
231 $id = resolve_pageid(getNS(getID()),$ns,$exists);
303 $idx = 'indexmenu'.str_replace(".","",join(explode(" ",microtime())));
/plugin/tools/
H A Daction.php85 resolve_pageid('',$id,$exists);
90 $sp = join("|",explode(",",preg_quote($this->getConf('skip_ids'))));
95 $be = explode(",",$this->getConf('tools'));
/template/r7throot1/
H A Dfunctions.php96 list($id, $hash) = explode('#', $in[1][0], 2);
97 resolve_pageid(getNS($ID), $id, $exists);
/plugin/imagereference/syntax/
H A Dimgref.php63 $parts = explode('#', $ref, 2);
100 resolve_pageid(getNS($ID), $data['page'], $exists);
/template/drupal_garland_blue/
H A Dtpl_functions.php60 $parts = explode(':', $ID);
79 resolve_pageid('',$page,$exists);
/template/icke/
H A DIckeNavigation.php48 $navigation = explode(',',$navigationConfig);
62 resolve_pageid('',$link,$exists); // create full links
128 $class = 'qnav_'.explode(':',$item->class)[0]; // first ns part
/plugin/pagenav/
H A Dsyntax.php41 list($mode, $glob) = explode(' ', $match, 2);
70 resolve_pageid('', $start, $exist);

12345