Home
last modified time | relevance | path

Searched refs:isPercentage (Results 1 – 7 of 7) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.position.absolute.php29 if ($top->isPercentage()) {
36 if ($bottom->isPercentage()) {
61 if ($left->isPercentage()) {
68 if ($right->isPercentage()) {
H A Dvalue.generic.percentage.php47 if ($this->isPercentage()) {
62 function isPercentage() { function in CSSValuePercentage
H A Dbox.block.php406 if ($top->isPercentage()) {
413 if ($bottom->isPercentage()) {
430 if ($left->isPercentage()) {
437 if ($right->isPercentage()) {
H A Dheight.php142 } elseif ($value->isPercentage()) {
152 } elseif ($value->isPercentage()) {
162 } elseif ($value->isPercentage()) {
H A Dbox.frame.php177 if ($top->isPercentage()) {
184 if ($bottom->isPercentage()) {
203 if ($left->isPercentage()) {
210 if ($right->isPercentage()) {
H A Dbox.generic.formatted.php966 } elseif ($top->isPercentage()) {
980 } elseif ($bottom->isPercentage()) {
1005 } elseif ($left->isPercentage()) {
1019 } elseif ($right->isPercentage()) {
/plugin/issuetracker/
H A Dprototype.js3201 var isPercentage = value.include('%'), isViewport = (context === document.viewport);
3203 if (/\d/.test(value) && element && element.runtimeStyle && !(isPercentage && isViewport)) {
3214 if (element && isPercentage) {