Home
last modified time | relevance | path

Searched refs:ID (Results 101 – 125 of 371) sorted by relevance

12345678910>>...15

/template/dokubrick/
H A Dtpl_functions.php52 global $ID;
56 $svID = $ID; // save current ID
202 $ID = $svID;
235 global $ID;
240 $ns = dirname(str_replace(':','/',$ID));
/template/sprintdoc/
H A DTemplate.php117 global $ID;
126 '<a href="' . wl($ID, ['nav' => 'sidebar']) . '">'.tpl_getLang('nav_sidebar').'</a></li>';
128 '<a href="' . wl($ID, ['nav' => 'sitemap']) . '">'.tpl_getLang('nav_sitemap').'</a></li>';
306 global $ID;
332 $link = wl($ID, array('do' => 'admin'));
/template/bootstrap3/tpl/
H A Dmenu-admin.php10 global $ID, $INPUT, $auth, $TPL;
36 <a href="<?php wl($ID) ?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php echo $lang['btn_admin'] ?>" role="button" aria-haspopup="true" aria-expanded="false">
73 '<a href="'. wl($ID, array('do' => 'admin', 'page' => $item)) .'" title="'. $label .'" class="admin '. $item .'">' .
H A Dnavbar-searchform.php13 global $ID;
17 <form action="<?php echo wl($ID); ?>" accept-charset="utf-8" class="navbar-form navbar-left search" id="dw__search" method="get" role="search">
/template/scanlines/
H A Dtpl_functions.php76 global $ID;
81 $svID = $ID; // save current ID
95 if($always or (!$always && !getNS($ID))) {
332 $ID = $svID;
373 global $ID;
378 $ns = dirname(str_replace(':','/',$ID));
463 tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"');
/template/notos/
H A DCustomController.php34 global $ID;
47 if ($this->isActive($page['page'], $ID)) {
153 global $ID;
154 $resolver = new \dokuwiki\File\PageResolver($ID);
/template/bootie/
H A Dmain.php16 global $ID;
28 if ($ID == "start") {
31 $pageTitle = tpl_pagetitle($ID, true);
/template/arctic/
H A Dtpl_functions.php74 global $ID;
79 $svID = $ID; // save current ID
92 if($always or (!$always && !getNS($ID))) {
278 $ID = $svID;
319 global $ID;
324 $ns = dirname(str_replace(':','/',$ID));
/template/arctictut/
H A Dtpl_functions.php73 global $ID;
78 $svID = $ID; // save current ID
91 if($always or (!$always && !getNS($ID))) {
277 $ID = $svID;
318 global $ID;
323 $ns = dirname(str_replace(':','/',$ID));
/template/neolaoresources3/
H A Dmain.php17 global $ID;
29 $meta = p_get_metadata($ID, false, true);
114 global $ID;
120 $parts = explode(':', $ID);
/template/navigation/
H A Dsidebar.php67 global $ID;
73 $masterFile = getSidebarFN(getNS($ID), 'sidebar');
81 $fn = wikiFN($ID.'_sidebar');
/template/knotux/
H A Dsidebar.php66 global $ID;
72 $masterFile = getSidebarFN(getNS($ID), 'sidebar');
80 $fn = wikiFN($ID.'_sidebar');
/template/sxs/
H A Dsidebar.php73 global $ID;
80 $masterFile = getSidebarFN(getNS($ID), 'sidebar');
89 $fn = wikiFN($ID.'_sidebar');
/template/icke/
H A Dfunctions.php32 global $ID;
36 $ns = $ID;
77 global $ID;
78 $url = wl($ID, array('do' => $action));
/template/dokukitv2/
H A Dtpl_functions.php85 global $ID;
89 $active = (strpos(trim($ID,':'), trim($url,':')) === 0) ? "active": "";
123 global $ID, $conf;
124 $trace = explode(':', $ID);
/template/amanuensis/inc/
H A Dindex.php31 global $ID;
40 $ns = dirname(str_replace(':','/',$ID));
51 $IDdisplay=$ID;
349 $ret .= '<a href="'.wl($ID,'idx='.$item['id']).'" class="subpages">';
396 $ret .= '<a href="'.wl($ID,'idx='.$item['id']) .'">'; //.'" class="idx_dir">';
/template/multitemplate/lang/zh-tw/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/conf/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/ar/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/ca/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/cs/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/da/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/fi/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/ja/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))
/template/multitemplate/lang/ko/
H A Dmeat.php10 if (isset($ID) == TRUE)
14 if (mt_beginsWith($ID, $mt_namespace))

12345678910>>...15