Lines Matching +full:update +full:- +full:user +full:- +full:login -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

120         $router->getAction()->tplContent();
123 msg(hsc($e->getMessage()), -1);
165 $toc = $plugin->getTOC();
191 $class = $INPUT->str('page');
203 if (!is_array($TOC)) $TOC = $plugin->getTOC(); //if TOC wasn't requested yet
205 $plugin->html();
208 $admin->show();
277 $styleIni = $styleUtil->cssStyleini();
281 'name' => 'theme-color',
341 if ((time() - $INFO['lastmod']) >= $conf['indexdelay'] && !isHiddenPage($ID)) {
377 if ($conf['useacl'] && $INPUT->server->str('REMOTE_USER')) {
382 $script .= '(function(H){H.className=H.className.replace(/\bno-js\b/,\'js\')})(document.documentElement);';
526 $parent = $resolver->resolveId($parent);
530 $parent = $resolver->resolveId($parent);
545 * @deprecated 2017-09-01 see devel:menus
586 * @deprecated 2017-09-01 see devel:menus
646 * @deprecated 2017-09-01 see devel:menus
660 $data = $item->getLegacyData();
680 if ($evt->advise_before()) {
686 $evt->advise_after();
705 * @deprecated 2017-09-01 see devel:menus
756 $searchForm->addTagOpen('div')->addClass('no');
757 $searchForm->setHiddenField('do', 'search');
758 $searchForm->setHiddenField('id', $ID);
759 $searchForm->addTextInput('q')
760 ->addClass('edit')
761 ->attrs([
767 ->id('qsearch__in')
768 ->val($ACT === 'search' ? $QUERY : '')
769 ->useInput(false);
770 $searchForm->addButton('', $lang['btn_search'])->attrs([
775 $searchForm->addTagOpen('div')->id('qsearch__out')->addClass('ajax_qsearch JSpopup');
776 $searchForm->addTagClose('div');
778 $searchForm->addTagClose('div');
780 echo $searchForm->toHTML('QuickSearch');
867 for ($i = 0; $i < $count - 1; $i++) {
878 $page = (new PageResolver('root'))->resolveId($page);
899 * Print info if the user is logged in
914 if ($INPUT->server->str('REMOTE_USER')) {
1017 $plugin_title = $plugin->getMenuText($conf['lang']);
1018 $page_title = $plugin_title ?: $plugin->getPluginName();
1023 case 'login':
1040 $page_title = $name . ' - ' . $lang['btn_revs'];
1047 $page_title = $name . ' - ' . $lang['btn_' . $ACT];
1093 $info = cleanText($imgMeta->getField($tags));
1137 * - string langkey key to lookup in the $lang var, if not found printed as is
1138 * - string type type of value
1139 * - string value tag value (unescaped)
1173 * @param int $maxwidth - maximal width of the image
1174 * @param int $maxheight - maximal height of the image
1175 * @param bool $link - link to the orginal size?
1176 * @param array $params - additional image attributes
1207 $url = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV], true, '&');
1208 $src = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV, 'w' => $w, 'h' => $h], true, '&');
1400 * Depending on the user's actions this may be a list of
1407 * @param bool $fromajax - set true when calling this function via ajax
1422 $do = $INPUT->extract('do')->str('do');
1426 if ($INPUT->bool('edit')) {
1439 if ($evt->advise_before()) {
1446 media_searchlist($INPUT->str('q'), $NS, $AUTH);
1448 msg('Unknown action ' . hsc($do), -1);
1451 $evt->advise_after();
1457 * Prints the central column in full-screen media manager
1472 $opened_tab = $INPUT->str('tab_files');
1474 if ($INPUT->str('mediado') == 'update') $opened_tab = 'upload';
1502 * Prints the third column in full-screen media manager
1526 $do = $INPUT->str('mediado');
1528 $opened_tab = $INPUT->str('tab_details');
1540 if ($INPUT->bool('edit')) $opened_tab = 'edit';
1547 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
1603 * @deprecated 2017-09-01 see devel:menus
1609 echo $menu->getDropdown($empty, $button);
1689 * @deprecated 2020-07-23
1694 (new Subscribe())->show();
1780 * Note: no escaping or sanity checking is done here. Never pass user input
1812 * @param array $types - list of icon types to display (favicon|mobile|generic)
1829 $look = [':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'];
1830 $return .= '<link rel="apple-touch-icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1844 * Prints full-screen media manager
1855 $image = cleanID($INPUT->str('image'));
1904 $INPUT->server->bool('REMOTE_USER') ? 'loggedIn' : '',
1919 * @deprecated 2017-09-01 see devel:menus
1928 if ($evt->advise_before()) {
1929 foreach ($evt->data['items'] as $html) echo $html;
1931 $evt->advise_after();