Home
last modified time | relevance | path

Searched refs:css (Results 376 – 400 of 852) sorted by path

1...<<11121314151617181920>>...35

/plugin/highlightjs/highlight/styles/
H A Ddefault.css99 .html .css,
H A Dfar.css32 .css .rules .value,
33 .css .rules .value .number,
48 .css .id,
99 .css .id,
H A Dgithub.css18 .keyword, .css .rule .keyword, .winutils, .javascript .title, .lisp .title, .subst {
45 .tag, .css .keyword, .html .keyword, .tag .title, .django .tag .keyword {
H A Didea.css31 …d, .attr_selector, .pseudo, .literal, .keyword, .hexcolor, .css .function, .ini .title, .css .clas…
45 .string, .value, .filter .argument, .css .function .params, .apache .tag {
H A Dir_black.css49 .css .keyword {
53 .css .rule .keyword, .css .id {
57 .css .class {
H A Dmagula.css94 .html .css,
H A Dschool_book.css45 .css .rules .value,
84 .css .id,
102 .html .css,
H A Dsunburst.css57 .css .keyword, .pseudo {
61 .css .class {
73 .css .id {
85 .hexcolor, .css .value .number {
89 .css .function {
H A Dzenburn.css4 based on dark.css by Ivan Sagalaev
27 .css .class,
28 .css .id,
92 .css .rules .value,
109 .html .css,
/plugin/highlightjs/highlight/
H A Dwp_highlight.js.php41 $css = get_option('hljs_css');
42 if ($css) {?>
44 <?php echo $css ?>
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1103 * Fixed: Line-Height css property was interpreted incorrectly
1460 * css.vertical-align.inc.php: fixed bug 1256476 (ALL)
1463 * css.background.inc.php: fixed bug 1256636 (PDF) row background
1483 * css.defaults.inc.php: reature request 1252407 Form elements have
1495 * css.border.inc.php: fixed bug 1250123 some CSS border values are
1501 * css.border.inc.php: fixed bug 1250147 (ALL) 'border-style' CSS
1509 * css.pseudo.align.inc.php: fixed bug fixed bug 1250937 (ALL)
1512 * css.list-style.inc.php: fixed bug 1250945 1250944 (PDFLIB)
1515 * css.list-style.inc.php: fixed bug 1250945 (PS)
1518 * css.list-style-position.inc.php: fixed bug 1250960 (ALL)
[all …]
H A Dbox.frame.php153 $css =& $pipeline->get_current_css();
154 $css->scan_styles($tree, $pipeline);
H A Dbox.iframe.php61 $css =& $pipeline->get_current_css();
62 $css->scan_styles($tree, $pipeline);
H A Dbox.page.margin.class.php79 $at_rule->css->apply($root, $state, $pipeline);
H A Dbox.php137 $css =& $pipeline->get_current_css();
138 $css->apply($root, $css_state, $pipeline);
188 $handler->css('-body', $pipeline);
192 $handler->css('-break', $pipeline);
197 $handler->css('-image', $pipeline);
425 $css =& $pipeline->get_current_css();
426 $css->apply_pseudoelement($pe_type, $root, $css_state, $pipeline);
506 $handler->css("0",$pipeline);
515 $handler->css('transparent',$pipeline);
H A Dbox.table.php88 $handler->css('left', $pipeline);
H A Dcss.cache.class.php32 function _putCached($url, $css) { argument
33 file_put_contents($this->_getCacheFilename($url), serialize($css));
36 function &compile($url, $css, &$pipeline) { argument
41 $cssruleset->parse_css($css, $pipeline);
H A Dcss.inc.php82 $css =& CSS::get();
83 $handler =& $css->_get_handler($property);
94 $css =& CSS::get();
95 $handler =& $css->_get_handler($property);
117 $css =& CSS::get();
118 return $css->_name2code($key);
125 $css =& CSS::get();
126 $css->_handlers[$property] =& $handler;
127 $css->_mapping[$name] = $property;
H A Dcss.property.handler.class.php7 function css($value, &$pipeline) { function in CSSPropertyHandler
H A Dcss.rules.page.inc.php65 var $css; variable in CSSAtRulePage
97 var $css; variable in CSSAtRuleMarginBox
107 $css = $css . $this->_getCSSDefaults($selector);
189 return $css;
198 return $css;
222 $css = $raw_suffix;
246 return $css;
284 return $css;
308 $css = $raw_suffix;
325 return $css;
[all …]
H A Dcss.ruleset.class.php107 $len = strlen($css);
109 $css = substr($css, $pos);
140 $css = $tail;
158 $css = $data->get_content();
159 if (!empty($css)) {
165 $css = preg_replace('/^\s*<!--/', '', $css);
166 $css = preg_replace('/-->\s*$/', '', $css);
189 $css = preg_replace("#/\*.*?\*/#is","",$css);
192 $css = parse_css_atpage_rules($css, $pipeline);
202 $css = preg_replace("/@import[^;]+;/","", $css);
[all …]
H A Dcss.utils.inc.php44 $handler->css('table-cell', $pipeline);
53 $handler->css('-button', $pipeline);
H A Dhtml.attrs.inc.php215 $handler->css('none', $pipeline);
263 $css =& $pipeline->get_current_css();
264 $css->add_rule($rule, $pipeline);
547 $handler->css('left',$pipeline);
550 $handler->css('right',$pipeline);
607 $width->css($value,$pipeline);
626 $handler->css($value,$pipeline);
638 $handler->css($value,$pipeline);
698 $handler->css($newsize, $pipeline);
722 $handler->css(null,$pipeline);
[all …]
H A Dparser.xhtml.class.php39 $css =& $pipeline->get_current_css();
40 $css->scan_styles($dom_tree, $pipeline);
H A Dpipeline.class.php592 $collection->merge($rule->css);
600 $collection->merge($rule->css);
604 $collection->merge($rule->css);
610 $collection->merge($rule->css);

1...<<11121314151617181920>>...35