Home
last modified time | relevance | path

Searched refs:ID (Results 51 – 75 of 371) sorted by path

12345678910>>...15

/template/bootstrap3/
H A DRELEASE.md240 * Added "permalink" (dokuwiki URL + page + revision ID) in Page Icons section
425 * #166: Fixed TOC behavior with the same #ID in the article and sidebar (thanks to HanFox)
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...]
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 Ddetail.php285 echo '<link href="' . tpl_basedir() . 'css.php?id='. $ID .'" rel="stylesheet" />';
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 Dmediamanager.php27 echo '<link href="' . tpl_basedir() . 'css.php?id='. $ID .'" rel="stylesheet" />';
/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php62 global $ID;
63 $this->id = $ID;
108 * Basically runs wl() on $id and $params. However if the ID is a hash it is used directly
H A DBack.php15 global $ID;
18 $parent = tpl_getparent($ID);
H A DImgBackto.php14 global $ID;
21 $this->replacement = $ID;
H A DIndex.php15 global $ID;
22 if($conf['start'] == $ID && !$conf['sitemap']) {
H A DMedia.php14 global $ID;
18 $this->params['ns'] = getNS($ID);
/template/bootstrap3/compat/inc/Menu/
H A DMobileMenu.php55 global $ID;
63 $html .= '<input type="hidden" name="id" value="' . $ID . '" />';
/template/bootstrap3/compat/inc/
H A Dfunctions.php138 global $ACT, $conf, $ID, $INFO;
146 ($ID == $conf['start']) ? 'home' : '',
/template/bootstrap3/css/
H A Dtemplate.less444 /* Page ID */
/template/bootstrap3/inc/Menu/Item/
H A DPermalink.php29 global $ID;
32 return DOKU_URL . DOKU_SCRIPT . '?id=' . $ID . '&rev=' . $INFO['lastmod'];
H A DShareOn.php29 global $ID;
34 $attr['data-remote'] = wl($ID);
/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 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">
H A Dmenu-user.php62 <a href="<?php wl($ID) ?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
140 <a href="<?php echo wl($ID, array('do' => 'admin', 'page' => 'extension')); ?>" title=" - <?php echo implode('&#13; - ', $extensions_update) ?>">
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">
H A Dnavbar.php58 <li<?php echo ((wl($ID) == $home_link) ? ' class="active"' : ''); ?>>
177 <a href="<?php wl($ID)?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php echo $lang['toc'] ?>" 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 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">
/template/boozurk/
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' : '',

12345678910>>...15