Lines Matching refs:ID
68 global $ID;
80 $myns = getNS($ID);
95 global $ID;
96 $ns = getNS($ID);
102 resolve_pageid(getNS($ID), $templatepage, $ignored);
126 global $ID;
140 resolve_pageid(getNS($ID), $tpl, $ignored);
143 resolve_pageid(getNS($ID), $tpl, $ignored);
220 global $ID;
231 'form' => $ID,
241 sprintf($this->getLang('summary'), $ID)
288 global $ID;
289 $backupID = $ID;
299 foreach ($pages as $ID) {
300 $lvl = substr_count($ID, ':');
302 if (!isset($last_folder[$n]) || strpos($ID, $last_folder[$n]['id']) !== 0) {
304 …'id' => substr($ID, 0, strpos($ID, ':', ($n > 0 ? strlen($last_folder[$n - 1]['id']) : 0) + 1) + 1…
311 $data[] = array('id' => $ID, 'level' => 1 + substr_count($ID, ':'), 'type' => 'f');
318 foreach ($pages as $ID) {
326 …echo '<iframe src="' . wl($ID, array('do' => 'export_html')) . '" width="1" height="1" style="visi…
332 $ID = $backupID;