Home
last modified time | relevance | path

Searched refs:ID (Results 226 – 250 of 371) sorted by path

12345678910>>...15

/template/multitemplate/lang/lt/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/lv/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/nl/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/no/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/pl/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/pt-br/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/pt/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/ro/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/ru/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/sk/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/sl/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/sr/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/sv/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/tr/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/uk/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/vi/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/zh-tw/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/zh/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/
H A Dmeat.php13 if (isset($ID) == TRUE)
17 if (mt_beginsWith($ID, $mt_namespace))
/template/myown/
H A Ddetail.php25 <br><br>Back to <?php echo tpl_pagelink($ID);?><br><br>
H A Dtpl_functions.php19 global $conf, $ID, $REV, $INFO;
25 $pos = strrpos($ID, ":");
28 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html );
36 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html );
53 global $INFO,$ID,$lang;
96 $pos = strrpos($ID, ":");
113 $path = substr($ID, 0, strpos($ID, $namespacechar));
117 $path = $ID;
154 if ( false != strpos($ID, ":") )
156 $path = substr($ID, 0, strpos($ID, ":"));
[all …]
/template/mystyle/
H A Ddetail.php52 <p>&larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>
H A Dtpl_functions.php14 global $ID;
17 list($ns, $chunk) = explode(':', $ID, 2);
94 global $ID;
108 $searchForm->setHiddenField('id', $ID);
/template/mywiki/
H A Dtpl_functions.php20 global $ID;
23 $discussPage = str_replace('@ID@', $ID, $discussionPage);
25 $isDiscussPage = strpos($ID, $discussPageRaw) !== false;
26 $backID = ':'.str_replace($discussPageRaw, '', $ID);
131 global $ACT, $conf, $ID, $INFO;
138 ($ID == $conf['start']) ? 'home' : '',
/template/navigation/
H A Ddetail.php48 <p>&larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>

12345678910>>...15