Searched refs:styles (Results 1 – 25 of 33) sorted by relevance
12
2 * Basic print styles. These styles are needed for basic DokuWiki functions
2 * Basic screen and print styles. These styles are needed for basic DokuWiki functions
2 * Basic screen styles. These styles are needed for basic DokuWiki functions
2 * GeSHi syntax highlighting styles
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) {
1615 * @param string $styles The styles for the keyword group1621 public function add_keyword_group($key, $styles, $case_sensitive = true, $words = array()) { argument1632 $this->language_data['STYLES']['KEYWORDS'][$key] = $styles;1757 * @param string $styles The styles to use for that state1760 public function set_link_styles($type, $styles) { argument1761 $this->link_styles[$type] = $styles;1781 * @param string $styles The styles to use on important parts of the code1784 public function set_important_styles($styles) { argument1785 $this->important_styles = $styles;1850 * @param string $styles The style for extra-highlighted lines[all …]
1 /* User Manager specific styles */
2 * This file provides styles for the image detail page (detail.php).
2 * This file provides styles for footnotes.
2 * This file provides styles for the general layout structure.
2 * This file provides styles for modal dialogues.
4 * This file provides styles for forms in general and specifically
2 * This file provides the styles for the file uploader
2 * This file provides styles for all types of links.
2 * This file provides styles for the recent changes (?do=recent) and
2 * This file provides styles for the TOC (table of contents), the
2 * This file provides the styles for general tabs.
2 * This file provides styles for the edit view (?do=edit), preview
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) */
2 * This file provides the styles for printing.
2 * This file provides styles for the search results page (?do=search)
2 * This file provides the styles for the page tools
2 * This file provides styles for the media manager popup
2 * Extension plugin styles41 * general styles
121 qq.css = function(element, styles){ argument122 if (styles.opacity != null){124 styles.filter = 'alpha(opacity=' + Math.round(100 * styles.opacity) + ')';127 qq.extend(element.style, styles);