Lines Matching +full:ini +full:- +full:values
121 $router->getAction()->tplContent();
124 msg(hsc($e->getMessage()), -1);
166 $toc = $plugin->getTOC();
192 $class = $INPUT->str('page');
204 if (!is_array($TOC)) $TOC = $plugin->getTOC(); //if TOC wasn't requested yet
206 $plugin->html();
209 $admin->show();
246 $depends[] = DOKU_CONF . "tpl/" . $conf['template'] . "/style.ini";
274 'crossorigin' => 'use-credentials' // See issue #4322
279 $styleIni = $styleUtil->cssStyleini();
283 'name' => 'theme-color',
337 if ((time() - $INFO['lastmod']) >= $conf['indexdelay'] && !isHiddenPage($ID)) {
373 if ($conf['useacl'] && $INPUT->server->str('REMOTE_USER')) {
378 …$script .= '(function(H){H.className=H.className.replace(/\bno-js\b/,\'js\')})(document.documentEl…
405 * instances. Attributes are given as key value pairs. Values will be HTML
522 $parent = $resolver->resolveId($parent);
526 $parent = $resolver->resolveId($parent);
541 * @deprecated 2017-09-01 see devel:menus
582 * @deprecated 2017-09-01 see devel:menus
642 * @deprecated 2017-09-01 see devel:menus
656 $data = $item->getLegacyData();
676 if ($evt->advise_before()) {
682 $evt->advise_after();
701 * @deprecated 2017-09-01 see devel:menus
752 $searchForm->addTagOpen('div')->addClass('no');
753 $searchForm->setHiddenField('do', 'search');
754 $searchForm->setHiddenField('id', $ID);
755 $searchForm->addTextInput('q')
756 ->addClass('edit')
757 ->attrs([
763 ->id('qsearch__in')
764 ->val($ACT === 'search' ? $QUERY : '')
765 ->useInput(false);
766 $searchForm->addButton('', $lang['btn_search'])->attrs([
771 $searchForm->addTagOpen('div')->id('qsearch__out')->addClass('ajax_qsearch JSpopup');
772 $searchForm->addTagClose('div');
774 $searchForm->addTagClose('div');
776 echo $searchForm->toHTML('QuickSearch');
863 for ($i = 0; $i < $count - 1; $i++) {
874 $page = (new PageResolver('root'))->resolveId($page);
910 if ($INPUT->server->str('REMOTE_USER')) {
1014 $plugin_title = $plugin->getMenuText($conf['lang']);
1015 $page_title = $plugin_title ?: $plugin->getPluginName();
1037 $page_title = $name . ' - ' . $lang['btn_revs'];
1044 $page_title = $name . ' - ' . $lang['btn_' . $ACT];
1090 $info = cleanText($imgMeta->getField($tags));
1134 * - string langkey key to lookup in the $lang var, if not found printed as is
1135 * - string type type of value
1136 * - string value tag value (unescaped)
1170 * @param int $maxwidth - maximal width of the image
1171 * @param int $maxheight - maximal height of the image
1172 * @param bool $link - link to the orginal size?
1173 * @param array $params - additional image attributes
1183 // rotation-aware bbox fit; returns [0, 0] for SVG / unreadable files
1184 [$w, $h] = (new MediaFile($IMG, $REV))->getDisplayDimensions($maxwidth, $maxheight, false);
1187 $srcParams = ['cache' => $INPUT->str('cache'), 'rev' => $REV];
1191 $url = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV], true, '&');
1391 * @param bool $fromajax - set true when calling this function via ajax
1406 $do = $INPUT->extract('do')->str('do');
1410 if ($INPUT->bool('edit')) {
1423 if ($evt->advise_before()) {
1430 media_searchlist($INPUT->str('q'), $NS, $AUTH);
1432 msg('Unknown action ' . hsc($do), -1);
1435 $evt->advise_after();
1441 * Prints the central column in full-screen media manager
1456 $opened_tab = $INPUT->str('tab_files');
1458 if ($INPUT->str('mediado') == 'update') $opened_tab = 'upload';
1486 * Prints the third column in full-screen media manager
1510 $do = $INPUT->str('mediado');
1512 $opened_tab = $INPUT->str('tab_details');
1524 if ($INPUT->bool('edit')) $opened_tab = 'edit';
1531 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
1587 * @deprecated 2017-09-01 see devel:menus
1593 echo $menu->getDropdown($empty, $button);
1673 * @deprecated 2020-07-23
1678 (new Subscribe())->show();
1796 * @param array $types - list of icon types to display (favicon|mobile|generic)
1813 … $look = [':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'];
1814 … $return .= '<link rel="apple-touch-icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1828 * Prints full-screen media manager
1839 $image = cleanID($INPUT->str('image'));
1888 $INPUT->server->bool('REMOTE_USER') ? 'loggedIn' : '',
1903 * @deprecated 2017-09-01 see devel:menus
1912 if ($evt->advise_before()) {
1913 foreach ($evt->data['items'] as $html) echo $html;
1915 $evt->advise_after();