Home
last modified time | relevance | path

Searched refs:parse_css_property (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.content.php18 …$collection =& parse_css_property('content: "<span style="font-weight: bold;">My&l…
29 …$collection =& parse_css_property('-html2ps-html-content: "<span style="font-weight: bold;…
40 … $collection =& parse_css_property('content: "Page " counter(page) " of " counter(pages);', $null);
60 …$collection =& parse_css_property('content: "Page; " counter(page) " of; " counter(pages);', $null…
80 $collection =& parse_css_property('content: "";', $null);
91 $collection =& parse_css_property('content: \'\';', $null);
H A Dtest.css.parse.php6 $collection =& parse_css_property('VISIBILITY: hidden;', $null);
13 $collection =& parse_css_property('VISibiLitY: hidden;', $null);
20 $collection =& parse_css_property('-html2ps-html-content: "Sample;Text";', $null);
30 $collection =& parse_css_property('content: "TEXT"', $null);
40 …$collection =& parse_css_property('-html2ps-html-content: "Double Quoted String" \'Single Quoted S…
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.page.inc.php373 $parsed =& parse_css_property($css, $pipeline);
384 $parsed =& parse_css_property($css, $pipeline);
H A Dcss.parse.properties.php3 function &parse_css_property($string, &$pipeline) { function