Lines Matching defs:page

65             $JSINFO['bootstrap3']['admin'] = hsc($INPUT->str('page'));
439 $classes[] = 'dw-page-on-panel';
525 * Print some info about the current page
540 // return if we are not allowed to view the page
805 * Return the user home-page link
817 * Return the user home-page ID
923 $page = $part;
925 if ($page == $conf['start']) {
935 $link = html_wikilink($page);
947 // print current page, skipping start page, skipping for namespace index
949 resolve_pageid('', $page, $exists);
951 if (isset($page) && $page == $part . $parts[$i]) {
956 $page = $part . $parts[$i];
958 if ($page == $conf['start']) {
965 $link = str_replace(['<span class="curid">', '</span>'], '', html_wikilink($page));
980 * Display the page title (and previous namespace page title) on browser titlebar
1071 foreach ($config as $page => $theme) {
1072 if (preg_match("/^$page/", "$ID")) {
1254 * Manipulate Sidebar page to add Bootstrap3 styling
1270 # TODO 'page-header' will be removed in the next release of Bootstrap
1278 $elm->class .= ' page-header';
1293 * Return a drop-down page
1297 * @param string $page name
1300 public function getDropDownPage($page)
1303 $page = page_findnearest($page, $this->getConf('useACL'));
1305 if (!$page) {
1309 $output = $this->normalizeContent($this->toBootstrapNav(tpl_include_page($page, 0, 1, $this->getConf('useACL')), 'pills', true));
1313 p_get_first_heading($page) .
1408 # Return original content if Simple HTML DOM fail or exceeded page size (default MAX_FILE_SIZE => 600KB)
1417 # Return original content if Simple HTML DOM fail or exceeded page size (default MAX_FILE_SIZE => 600KB)
1479 $elm->class .= ' page-header pb-3 mb-4 mt-0'; # TODO replace page-header with border-bottom in BS4
1635 if ($INPUT->str('page')) {
1636 if ($admin_pagetitle = $html->find('h1.page-header', 0)) {
1637 $admin_pagetitle->class .= ' ' . hsc($INPUT->str('page'));
1643 if ($INPUT->str('page') == 'acl') {
1654 if ($INPUT->str('page') == 'popularity') {
1666 if ($INPUT->str('page') == 'revert') {
1686 if ($INPUT->str('page') == 'config') {
1710 if ($INPUT->str('page') == 'usermanager') {
1781 if ($INPUT->str('page') == 'extension') {
1821 # Admin page
1822 if ($INPUT->str('page') == null) {
1869 if ($INPUT->str('page') == 'config') {
1922 'sidebar' => ['sidebarPosition', 'mdi:page-layout-sidebar-left'],
1923 'navbar' => ['inverseNavbar', 'mdi:page-layout-header'],
1932 'page' => ['showPageInfo', 'mdi:file'],
2025 if (($plugin = plugin_load('admin', $INPUT->str('page'))) !== null) {
2075 if ($ACT == 'admin' && $INPUT->str('page') == 'extension') {
2235 if ($ACT == 'admin' && $INPUT->str('page') == 'config') {
2239 'browser_title', 'page',
2321 'page' => ['icon' => 'mdi:file-document-outline', 'object' => new \dokuwiki\template\bootstrap3\Menu\PageMenu],
2325 $tools_menus['page'] = ['icon' => 'mdi:image', 'object' => new \dokuwiki\template\bootstrap3\Menu\DetailMenu];