/plugin/html2pdf/html2pdf/html2ps/ |
H A 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)); 137 CSS::register_css_property(new CSSBorderTopColor($border)); 142 CSS::register_css_property(new CSSBorderTopStyle($border)); [all …]
|
H A D | html.attrs.inc.php | 208 $handler =& CSS::get_handler(CSS_BORDER); 243 $handler =& CSS::get_handler(CSS_COLOR); 270 $handler =& CSS::get_handler(CSS_MARGIN_TOP); 363 $float =& CSS::get_handler(CSS_FLOAT); 373 $float =& CSS::get_handler(CSS_FLOAT); 602 $width =& CSS::get_handler(CSS_WIDTH); 622 $handler =& CSS::get_handler(CSS_HEIGHT); 704 $handler =& CSS::get_handler(CSS_COLOR); 754 $handler =& CSS::get_handler(CSS_WIDTH); 864 $handler =& CSS::get_handler(CSS_HEIGHT); [all …]
|
H A 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);
|
H A 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'));
|
H A 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'));
|
H A D | box.php | 120 $handler =& CSS::get_handler(CSS_DISPLAY); 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); 364 $handler =& CSS::get_handler(CSS_PADDING); 367 $handler =& CSS::get_handler(CSS_BACKGROUND); 455 $float_handler =& CSS::get_handler(CSS_FLOAT); 505 $handler =& CSS::get_handler(CSS_MARGIN); [all …]
|
H A 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'));
|
H A 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'));
|
H A 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'));
|
H A 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'));
|
H A D | css.parse.properties.php | 34 $identifier_regexp = CSS::get_identifier_regexp(); 43 $code = CSS::name2code($name); 56 list($new_value, $string) = CSS::parse_string($string);
|
/plugin/wrap/ |
H A 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/HTMLPurifier/ConfigSchema/schema/ |
H A 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.
|
H A 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
|
H A D | CSS.Proprietary.txt | 1 CSS.Proprietary 8 Whether or not to allow safe, proprietary CSS values.
|
H A 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
|
H A D | CSS.AllowImportant.txt | 1 CSS.AllowImportant 7 be allowed in user CSS. If false, !important will stripped.
|
/plugin/advanced/lang/en/config/ |
H A 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/odt/ |
H A D | ChangeLog.txt | 29 * Refactored CSS import 35 instead of importing their CSS files on their own 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 119 * Added CSS based functions for opening a paragraph 121 in CSS functions for opening a span and paragraph 129 The class support reading of CSS and DokuWiki replacement files. The CSS properties [all …]
|
/plugin/syntaxhighlighter/Uncompressed/ |
H A 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/syntaxhighlighter/Scripts/ |
H A 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/scrape/HTMLPurifier/ConfigSchema/ |
H A D | schema.ser | 1 …CSS.AllowImportant";b:0;s:15:"CSS.AllowTricky";b:0;s:16:"CSS.AllowedFonts";N;s:21:"CSS.AllowedProp…
|
/plugin/editions/ |
H A 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/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.css.margin.boxes.php | 14 $pipeline->_cssState = array(new CSSState(CSS::get())); 33 $pipeline->_cssState = array(new CSSState(CSS::get())); 52 $pipeline->_cssState = array(new CSSState(CSS::get()));
|
/plugin/csstimeline/ |
H A D | plugin.info.txt | 6 desc Create a CSS-only timeline; CSS is from http://nilswe.com/lab/css-timeline/
|