Home
last modified time | relevance | path

Searched refs:iNS (Results 1 – 2 of 2) sorted by relevance

/plugin/composer/
H A Dsyntax.php360 $iNS = getNS($incl);
364 if ($iID == $iNS) {
379 $this->_convert_link($renderer,$instr[$i],$iNS,$iID,$o);
494 function _convert_link(&$renderer, &$instr, $iNS, $id, $o) { argument
500 $instr[1][0] = $iNS.':'.substr($instr[1][0], 1);
505 $instr[1][0] = $iNS.':'.$instr[1][0];
/plugin/templater/
H A Dsyntax.php276 $iNS = getNS($incl);
277 if (getNS($ID) == $iNS)
288 $instr[$i][1][0] = $iNS.':'.substr($instr[$i][1][0], 1);
292 $instr[$i][1][0] = $iNS.':'.$instr[$i][1][0];