Home
last modified time | relevance | path

Searched refs:ID (Results 76 – 100 of 371) sorted by relevance

12345678910>>...15

/template/cutopillar/
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/fictive/
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/dokucms/
H A Dtpl_functions.php21 global $ID;
29 $ns_sb = _tpl_getNsSb($ID);
45 echo ' ', _tpl_index_xhtml($ID), DOKU_LF;
94 global $ID;
106 $ns = dirname(str_replace(':','/',$ID));
213 global $ID;
216 if (!auth_quickaclcheck($ID)) { return; }
/template/typowiki/typowiki/
H A Dtpl_functions.php20 global $ID;
23 $discussPage = str_replace('@ID@', $ID, $discussionPage);
24 $discussPageRaw = str_replace('@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/bootstrap3/tpl/
H A Dtheme-switcher.php10 global $TPL, $ID;
19 <a href="<?php wl($ID) ?>" class="dropdown-toggle" data-toggle="dropdown" data-target="#" role="button" aria-haspopup="true" aria-expanded="false">
H A Dtranslation.php10 global $ID;
22 if ($translation->istranslatable($ID)) {
26 list($lc, $idpart) = $translation->getTransParts($ID);
74 <a href="<?php wl($ID)?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php echo $translation_label ?>" role="button" aria-haspopup="true" aria-expanded="false">
H A Dnew-page.php10 global $ID;
16 <a href="<?php wl($ID) ?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php echo tpl_getLang('add_new_page') ?>" role="button" aria-haspopup="true" aria-expanded="false">
23 #$current_ns = getNS($ID);
29 $INFO['id'] = $ID.'_nostruct';
H A Dmenu-tools.php10 global $TPL, $ID;
34 <a href="<?php wl($ID) ?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php echo $lang[$tool.'_tools'] ?>" role="button" aria-haspopup="true" aria-expanded="false">
56 <a href="<?php wl($ID) ?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php $lang['tools'] ?>" role="button" aria-haspopup="true" aria-expanded="false">
/template/bootstrap3/
H A Dmain.php27 echo '<link href="' . tpl_basedir() . 'css.php?id='. $ID .'" rel="stylesheet" />';
41 <body class="<?php echo $TPL->getClasses() ?>" data-page-id="<?php echo $ID ?>"><div class="dokuwiki"><?php /* CSS class for Plugins and user styles */ ?>
75 echo implode('', array_map('trim', explode(',', $tag->td($ID))));
79 echo '<span class="pageId ml-1 label label-primary">'. hsc($ID) .'</span>';
139 echo implode('', array_map('trim', explode(',', $tag->td($ID))));
H A Dcss.php94 global $ID;
96 $ID = cleanID($INPUT->str('id', null)); variable
126 if (preg_match("/^$page/", "$ID")) {
142 # Check $ID and unload the template
143 if ($theme_by_namespace && file_exists($themes_filename) && !$ID) {
H A DTemplate.php200 global $ACT, $INFO, $ID, $conf;
278 return ($value && (bool) preg_match_all($this->getConf('landingPages'), $ID));
351 * @param string $username User ID
538 global $ID;
541 if (!auth_quickaclcheck($ID)) {
638 global $ID;
640 if ($translation->istranslatable($ID)) {
757 global $ID;
776 if (preg_match_all($this->getConf('googleAnalyticsNoTrackPages'), $ID)) {
817 * Return the user home-page ID
[all...]
/template/arctic-mbo/
H A Dtpl_functions.php73 global $ID;
78 $svID = $ID; // save current ID
93 $curlc = $translation->getLangPart($ID);
101 if($always or (!$always && !getNS($ID))) {
178 mbo_html_index($ID);
287 $ID = $svID;
326 global $ID;
331 $ns = dirname(str_replace(':','/',$ID));
399 global $ID;
402 $parts = explode(':', $ID);
/template/wallpaper/
H A Dtpl_functions.php18 global $ID;
133 global $ID;
258 global $ID;
261 if (!auth_quickaclcheck($ID)) { return; }
289 global $ID;
290 $nsarr = explode(':',$ID);
323 global $ID;
331 $parts = explode(':', $ID);
/template/roundbox/
H A Dmain.php35 $perms = auth_quickaclcheck($ID);
110 tpl_link(wl($ID,'do=backlink'),$ID);
112 echo hsc($ID); } ?>&nbsp;]]
/template/starterbootstrap/
H A Dtpl_functions.php23 global $ID;
31 tpl_link(wl($ID, 'do=register'), $lang_register, 'class="action register" rel="nofollow"');
33 echo html_btn('register', $ID, '', array('do'=>'register'), 'get', 0, $lang_register);
227 global $ID;
240 $meta = p_get_metadata($ID, false, METADATA_RENDER_USING_CACHE);
380 global $ID;
386 $parts = explode(':', $ID);
455 global $ID;
456 $ns = (string)getNS($ID);
/template/simple_sidebar/
H A Dmain.php46 global $ID;
47 if(preg_match('/' . $ID .'/',$pages)) {
82 …[[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"'…
/template/masa/
H A Dtpl_functions.php148 global $ID;
152 $svID = $ID; // save current ID
299 $ID = $svID;
336 global $ID;
341 $ns = dirname(str_replace(':','/',$ID));
364 global $ID;
375 $ret .= '<a href="'.wl($ID,'idx='.$item['id']).'" class="idx_dir">';
/template/dokutwitterbootstrap/
H A Dtpl_functions.php20 global $ID;
22 $discussPage = str_replace('@ID@', $ID, $discussionPage);
24 $isDiscussPage = strpos($ID, $discussPageRaw) !== false;
25 $backID = str_replace($discussPageRaw, '', $ID);
74 global $ID;
82 tpl_link(wl($ID, 'do=register'), $lang_register, 'class="action register" rel="nofollow"');
84 echo html_btn('register', $ID, '', array('do'=>'register'), 'get', 0, $lang_register);
/template/nucleus/
H A Dmain.php5 <title><?php echo $ID?> [<?php echo hsc($conf['title']); ?>]</title>
24 <h1 class="page_title"><?php tpl_link(wl($ID,'do=backlink'),$ID); ?></h1>
/template/kajukkd/
H A Dmain.php43 <?php echo (p_get_first_heading($ID)) ? p_get_first_heading($ID) : strrchr(':' . $INFO['id'], ":"); ?>
63 if (p_get_metadata($ID, "adult")) $noadsense = true;
165 if ((ft_backlinks($ID) != null) &&
/template/mystyle/
H A Dtpl_functions.php14 global $ID;
17 list($ns, $chunk) = explode(':', $ID, 2);
94 global $ID;
108 $searchForm->setHiddenField('id', $ID);
/template/strap/class/
H A DTplUtility.php712 global $ID;
713 return strpos($ID, TplUtility::getSideSlotPageName()) === false
714 && strpos($ID, TplUtility::getSideKickSlotPageName()) === false
715 && strpos($ID, TplUtility::SLOT_MAIN_HEADER_NAME) === false
716 && strpos($ID, TplUtility::SLOT_MAIN_FOOTER_NAME) === false
717 && strpos($ID, TplUtility::getHeaderSlotPageName()) === false
718 && strpos($ID, TplUtility::getFooterSlotPageName()) === false;
729 global $ID;
732 return $ID !== $startName;
774 global $ID;
[all...]
/template/dokukitv2/
H A Dmain.php85 <input type="hidden" name="id" value="', $ID ,'" />
109 <input type="hidden" name="id" value="', $ID ,'" />
120 $ID == $conf['start'] &&
/template/sprintdoc/
H A Dtpl.php145 global $ID, $REV;
155 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $odt->getLang('export_odt_button'), $svg, $attr);
162 global $ID, $REV;
173 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $dw2pdf->getLang('export_pdf_button'), $svg, $attr);
/template/a_free_worldic/
H A Dtpl_functions.php88 global $ID;
92 $svID = $ID; // save current ID
103 if($always or (!$always && !getNS($ID))) {
244 $ID = $svID;
284 global $ID;
289 $ns = dirname(str_replace(':','/',$ID));

12345678910>>...15