Lines Matching +full:update +full:- +full:user +full:- +full:pass -(+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')) {
1018 $plugin_title = $plugin->getMenuText($conf['lang']);
1019 $page_title = $plugin_title ?: $plugin->getPluginName();
1041 $page_title = $name . ' - ' . $lang['btn_revs'];
1048 $page_title = $name . ' - ' . $lang['btn_' . $ACT];
1094 $info = cleanText($imgMeta->getField($tags));
1138 * - string langkey key to lookup in the $lang var, if not found printed as is
1139 * - string type type of value
1140 * - string value tag value (unescaped)
1174 * @param int $maxwidth - maximal width of the image
1175 * @param int $maxheight - maximal height of the image
1176 * @param bool $link - link to the orginal size?
1177 * @param array $params - additional image attributes
1208 $url = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV], true, '&');
1209 $src = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV, 'w' => $w, 'h' => $h], true, '&');
1366 * Retrieve a language dependent file and pass to xhtml renderer for display
1401 * Depending on the user's actions this may be a list of
1408 * @param bool $fromajax - set true when calling this function via ajax
1423 $do = $INPUT->extract('do')->str('do');
1427 if ($INPUT->bool('edit')) {
1440 if ($evt->advise_before()) {
1447 media_searchlist($INPUT->str('q'), $NS, $AUTH);
1449 msg('Unknown action ' . hsc($do), -1);
1452 $evt->advise_after();
1458 * Prints the central column in full-screen media manager
1473 $opened_tab = $INPUT->str('tab_files');
1475 if ($INPUT->str('mediado') == 'update') $opened_tab = 'upload';
1503 * Prints the third column in full-screen media manager
1527 $do = $INPUT->str('mediado');
1529 $opened_tab = $INPUT->str('tab_details');
1541 if ($INPUT->bool('edit')) $opened_tab = 'edit';
1548 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
1604 * @deprecated 2017-09-01 see devel:menus
1610 echo $menu->getDropdown($empty, $button);
1690 * @deprecated 2020-07-23
1695 (new Subscribe())->show();
1781 * Note: no escaping or sanity checking is done here. Never pass user input
1813 * @param array $types - list of icon types to display (favicon|mobile|generic)
1830 $look = [':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'];
1831 $return .= '<link rel="apple-touch-icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1845 * Prints full-screen media manager
1856 $image = cleanID($INPUT->str('image'));
1905 $INPUT->server->bool('REMOTE_USER') ? 'loggedIn' : '',
1920 * @deprecated 2017-09-01 see devel:menus
1929 if ($evt->advise_before()) {
1930 foreach ($evt->data['items'] as $html) echo $html;
1932 $evt->advise_after();