Searched refs:styles (Results 1 – 25 of 33) sorted by relevance
12
| /dokuwiki/lib/styles/ |
| H A D | print.css | 2 * Basic print styles. These styles are needed for basic DokuWiki functions
|
| H A D | all.css | 2 * Basic screen and print styles. These styles are needed for basic DokuWiki functions
|
| H A D | screen.css | 2 * Basic screen styles. These styles are needed for basic DokuWiki functions
|
| H A D | geshi.less | 2 * GeSHi syntax highlighting styles
|
| /dokuwiki/inc/Ui/ |
| H A D | Subscribe.php | 76 $styles = [ 101 $value = (array_key_exists($INPUT->post->str('sub_style'), $styles)) ? 102 $INPUT->str('sub_style') : key($styles); 103 foreach ($styles as $val => $label) {
|
| /dokuwiki/vendor/geshi/geshi/src/ |
| H A D | geshi.php | 1615 * @param string $styles The styles for the keyword group 1621 public function add_keyword_group($key, $styles, $case_sensitive = true, $words = array()) { argument 1632 $this->language_data['STYLES']['KEYWORDS'][$key] = $styles; 1757 * @param string $styles The styles to use for that state 1760 public function set_link_styles($type, $styles) { argument 1761 $this->link_styles[$type] = $styles; 1781 * @param string $styles The styles to use on important parts of the code 1784 public function set_important_styles($styles) { argument 1785 $this->important_styles = $styles; 1850 * @param string $styles The style for extra-highlighted lines [all …]
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | style.css | 1 /* User Manager specific styles */
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _imgdetail.css | 2 * This file provides styles for the image detail page (detail.php).
|
| H A D | _footnotes.css | 2 * This file provides styles for footnotes.
|
| H A D | structure.less | 2 * This file provides styles for the general layout structure.
|
| H A D | _modal.css | 2 * This file provides styles for modal dialogues.
|
| H A D | _forms.css | 4 * This file provides styles for forms in general and specifically
|
| H A D | _fileuploader.css | 2 * This file provides the styles for the file uploader
|
| H A D | _toc.css | 2 * This file provides styles for the TOC (table of contents), the
|
| H A D | _links.css | 2 * This file provides styles for all types of links.
|
| H A D | _recent.css | 2 * This file provides styles for the recent changes (?do=recent) and
|
| H A D | _tabs.css | 2 * This file provides the styles for general tabs.
|
| H A D | _edit.css | 2 * This file provides styles for the edit view (?do=edit), preview
|
| H A D | content.less | 2 * This file provides the main design styles for the page content. 51 /* embedded images (styles are already partly set in lib/styles/all.css) */
|
| H A D | print.css | 2 * This file provides the styles for printing.
|
| H A D | pagetools.less | 2 * This file provides the styles for the page tools
|
| H A D | _search.less | 2 * This file provides styles for the search results page (?do=search)
|
| H A D | _diff.css | 2 * This file provides styles for the diff view, which shows you
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | style.less | 2 * Extension plugin styles 41 * general styles
|
| /dokuwiki/lib/scripts/ |
| H A D | fileuploader.js | 121 qq.css = function(element, styles){ argument 122 if (styles.opacity != null){ 124 styles.filter = 'alpha(opacity=' + Math.round(100 * styles.opacity) + ')'; 127 qq.extend(element.style, styles);
|
12