Home
last modified time | relevance | path

Searched refs:is_percentage (Results 1 – 5 of 5) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dvalue.margin.class.php45 $is_percentage = false;
47 $is_percentage = ($data{$len-1} === '%');
53 $value->percentage = $is_percentage ? (int)($data) : null;
Dvalue.padding.class.php41 $is_percentage = false;
43 $is_percentage = ($data{$len-1} === '%');
49 $value->percentage = $is_percentage ? (int)($data) : null;
Dcss.text-indent.inc.php20 if (is_percentage($value)) {
Dcss.utils.inc.php58 function is_percentage($value) { function
Dbox.table.php133 if (is_percentage($value)) {