/plugin/html2pdf/html2pdf/html2ps/ |
D | css.border.inc.php | 74 $border = CSS::getDefaultValue(CSS_BORDER); 81 $color_handler = CSS::get_handler(CSS_BORDER_COLOR); 86 $width_handler = CSS::get_handler(CSS_BORDER_WIDTH); 91 $style_handler = CSS::get_handler(CSS_BORDER_STYLE); 125 CSS::register_css_property($border); 127 CSS::register_css_property(new CSSBorderColor($border)); 128 CSS::register_css_property(new CSSBorderWidth($border)); 129 CSS::register_css_property(new CSSBorderStyle($border)); 131 CSS::register_css_property(new CSSBorderTop($border, 'top')); 132 CSS::register_css_property(new CSSBorderRight($border, 'right')); [all …]
|
D | html.attrs.inc.php | 182 $handler =& CSS::get_handler(CSS_HTML2PS_LINK_DESTINATION); 190 $handler =& CSS::get_handler(CSS_HTML2PS_LINK_DESTINATION); 199 $handler =& CSS::get_handler(CSS_HTML2PS_LINK_TARGET); 208 $handler =& CSS::get_handler(CSS_BORDER); 223 $handler =& CSS::get_handler(CSS_PADDING_TOP); 225 $handler =& CSS::get_handler(CSS_PADDING_BOTTOM); 232 $handler =& CSS::get_handler(CSS_PADDING_RIGHT); 234 $handler =& CSS::get_handler(CSS_PADDING_LEFT); 243 $handler =& CSS::get_handler(CSS_COLOR); 270 $handler =& CSS::get_handler(CSS_MARGIN_TOP); [all …]
|
D | css.inc.php | 4 class CSS { class 70 $__g_css_handler_set = new CSS(); 76 function CSS() { function in CSS 82 $css =& CSS::get(); 94 $css =& CSS::get(); 117 $css =& CSS::get(); 125 $css =& CSS::get(); 146 CSS::get_identifier_regexp()), 155 $value = CSS::remove_backslash_at_newline($value); 164 $value = CSS::remove_backslash_at_newline($value);
|
D | css.background.inc.php | 57 CSS::register_css_property($bg); 58 CSS::register_css_property(new CSSBackgroundColor($bg, '_color')); 59 CSS::register_css_property(new CSSBackgroundImage($bg, '_image')); 60 CSS::register_css_property(new CSSBackgroundRepeat($bg, '_repeat')); 61 CSS::register_css_property(new CSSBackgroundPosition($bg, '_position')); 62 CSS::register_css_property(new CSSBackgroundAttachment($bg, '_attachment'));
|
D | css.font.inc.php | 49 $size_handler = CSS::get_handler(CSS_FONT_SIZE); 56 $this->_defaultValue->line_height = CSS::getDefaultValue(CSS_LINE_HEIGHT); 63 $font = CSS::getDefaultValue(CSS_FONT); 147 $handler =& CSS::get_handler(CSS_LINE_HEIGHT); 179 CSS::register_css_property($font); 180 CSS::register_css_property(new CSSFontSize($font, 'size')); 181 CSS::register_css_property(new CSSFontStyle($font, 'style')); 182 CSS::register_css_property(new CSSFontWeight($font, 'weight')); 183 CSS::register_css_property(new CSSFontFamily($font, 'family')); 184 CSS::register_css_property(new CSSLineHeight($font, 'line_height'));
|
D | box.php | 120 $handler =& CSS::get_handler(CSS_DISPLAY); 155 $position_handler =& CSS::get_handler(CSS_POSITION); 156 $float_handler =& CSS::get_handler(CSS_FLOAT); 187 $handler =& CSS::get_handler(CSS_DISPLAY); 191 $handler =& CSS::get_handler(CSS_DISPLAY); 195 $handler =& CSS::get_handler(CSS_DISPLAY); 352 $handler =& CSS::get_handler(CSS_MARGIN); 359 $border_handler =& CSS::get_handler(CSS_BORDER); 364 $handler =& CSS::get_handler(CSS_PADDING); 367 $handler =& CSS::get_handler(CSS_BACKGROUND); [all …]
|
D | css.list-style.inc.php | 38 CSS::register_css_property($ls); 39 CSS::register_css_property(new CSSListStyleImage($ls, 'image')); 40 CSS::register_css_property(new CSSListStylePosition($ls, 'position')); 41 CSS::register_css_property(new CSSListStyleType($ls, 'type'));
|
D | css.margin.inc.php | 124 CSS::register_css_property($mh); 125 CSS::register_css_property(new CSSMarginLeft($mh, 'left')); 126 CSS::register_css_property(new CSSMarginRight($mh, 'right')); 127 CSS::register_css_property(new CSSMarginTop($mh, 'top')); 128 CSS::register_css_property(new CSSMarginBottom($mh, 'bottom'));
|
D | css.padding.inc.php | 127 CSS::register_css_property($ph); 128 CSS::register_css_property(new CSSPaddingLeft($ph, 'left')); 129 CSS::register_css_property(new CSSPaddingRight($ph, 'right')); 130 CSS::register_css_property(new CSSPaddingTop($ph, 'top')); 131 CSS::register_css_property(new CSSPaddingBottom($ph, 'bottom'));
|
D | css.width.inc.php | 76 CSS::register_css_property($width); 77 CSS::register_css_property(new CSSWidth($width)); 78 CSS::register_css_property(new CSSMinWidth($width, '_min_width'));
|
/plugin/wrap/ |
D | print_or_pdf.less | 13 break-after: page; /* CSS 3 */ 14 page-break-after: always; /* CSS 2.1 */ 21 break-inside: avoid; /* CSS 3 */ 22 page-break-inside: avoid; /* CSS 2.1 */
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
D | CSS.ForbiddenProperties.txt | 1 CSS.ForbiddenProperties 7 This is the logical inverse of %CSS.AllowedProperties, and it will 9 %CSS.AllowedProperties is recommended over this directive, 11 forbidden all of the CSS properties you truly would like to disallow.
|
D | CSS.AllowTricky.txt | 1 CSS.AllowTricky 6 This parameter determines whether or not to allow "tricky" CSS properties and 7 values. Tricky CSS properties/values can drastically modify page layout or
|
D | Filter.ExtractStyleBlocks.Scope.txt | 10 only allow them to specify CSS declarations for a specific node and 12 It accepts any valid CSS selector, and will prepend this to any 13 CSS declaration extracted from the document. For example, if this 25 using a naughty + selector. This is a bug in CSS Tidy 1.3, not HTML
|
/plugin/pagecss/ |
H A D | README.md | 3 Allows custom per-page CSS injection using `<pagecss>` blocks. Auto-supports Wrap plugin classes. 7 Define page-specific CSS using the `<pagecss>...</pagecss>` tag: 36 Wrap your CSS block in <pagecss>...</pagecss>: 42 The plugin will inject this CSS into the HTML <head> for the page. 46 No output is shown for <pagecss> blocks — they only inject CSS
|
H A D | plugin-page.md | 4 description: Inject per-page custom CSS using <css>...</css> blocks. Auto-supports Wrap plugin clas… 38 Define page-specific CSS using the `<css>...</css>` tag: 69 Wrap your CSS block in `<css>...</css>`: 80 The plugin will inject this CSS into the HTML `<head>` for the page. 84 * No output is shown for `<css>` blocks — they only inject CSS 112 * No validation on CSS (invalid styles will be silently injected) 116 * Add support for per-namespace CSS 117 * Option to minify output CSS 123 **A:** No. The CSS is injected only into the page that includes the `<css>` block. 129 **A:** That's fine — each page injects its own CSS. There’s no global conflict.
|
/plugin/odt/ |
D | ChangeLog.txt | 29 * Refactored CSS import 34 … * Import all DokuWiki CSS. Plugins can use the functions getCSSProperties() and getODTProperties() 35 instead of importing their CSS files on their own 40 * Added missing shorthand handling in CSS import helper class for: 42 * Added test code for CSS import helper class (incomplete) 88 * Added CSS based functions for tables: 114 Improved CSS based functions: 115 * Divided CSS based functions into 3 parts/functions: 116 + A function importing CSS from a file 117 … + A function which directly imports a CSS style (similar to HTML code like 'style="color:red;"') [all …]
|
/plugin/advanced/lang/en/config/ |
D | userstyle.txt | 1 ==== CSS Stylesheets ==== 3 …tation can be controlled through CSS stylesheets. DokuWiki defines some very minimal styles itself… 5 All CSS files are fetched through a single dispatcher in [[xref>lib/exe/css.php]] which also handle…
|
/plugin/lightmenu/ |
D | README.md | 3 Very simple plugin which display pure CSS tree menu (inspired from "bisserof" https://codepen.io/bi… 15 For style you have to learn a bit of CSS (Cascading Style Sheet) 22 "class":"possible CSS class", 23 "style":"possible CSS code" 36 - Add CSS class to the new label add : `<lm:{"label":"New label","class":"my-classs-name"}>` 38 You can define CSS classes creating "conf/userstyle.css" file in dokuwiki tree.
|
/plugin/syntaxhighlighter/Scripts/ |
D | shBrushCss.js | 8 dp.sh.Brushes.CSS=function() class in dp.sh.Brushes 14 dp.sh.Brushes.CSS.prototype=new dp.sh.Highlighter();dp.sh.Brushes.CSS.Aliases=['css'];
|
/plugin/syntaxhighlighter/Uncompressed/ |
D | shBrushCss.js | 1 dp.sh.Brushes.CSS = function() class in dp.sh.Brushes 63 dp.sh.Brushes.CSS.prototype = new dp.sh.Highlighter(); 64 dp.sh.Brushes.CSS.Aliases = ['css'];
|
/plugin/pagecss/vendor/csstidy-2.2.1/ |
H A D | README.md | 3 CSSTidy is a CSS minifier 9 This class represents a CSS parser which reads CSS code and saves it in an array. 10 In opposite to most other CSS parsers, it does not use regular expressions and 13 Additional to that it applies some optimisations and fixes to the CSS code. 25 // Parse the CSS 28 // Get back the optimized CSS Code
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | CssManager.php | 38 var $CSS; variable in Mpdf\\CssManager 62 $this->CSS = []; 351 if (isset($this->CSS[$tag]) && $tag) { 352 $this->CSS[$tag] = $this->array_merge_recursive_unique($this->CSS[$tag], $classproperties); 354 $this->CSS[$tag] = $classproperties; 393 if (isset($this->CSS[$tag]) && $tag) { 394 $this->CSS[$tag] = $this->array_merge_recursive_unique($this->CSS[$tag], $classproperties); 396 $this->CSS[$tag] = $classproperties; 1758 if (isset($this->CSS[$tag]) && $this->CSS[$tag]) { 1759 $zp = $this->CSS[$tag]; [all …]
|
/plugin/editions/ |
D | action.php | 86 $CSS = ''; 88 …$CSS .= '.editions_editionlist a.'.$edition.' { background-image: url('.$pluginDir.'images/'.$edit… 91 if (!empty($CSS)){ 95 '_data' => $CSS
|
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
D | README | 7 This class represents a CSS parser which reads CSS code and saves it in an array. 8 In opposite to most other CSS parsers, it does not use regular expressions and 11 Additional to that it applies some optimisations and fixes to the CSS code.
|