Home
last modified time | relevance | path

Searched refs:getPercentage (Results 1 – 15 of 15) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.position.absolute.php30 …top_value = ($containing_block['top'] - $containing_block['bottom']) / 100 * $top->getPercentage();
37 …_value = ($containing_block['top'] - $containing_block['bottom']) / 100 * $bottom->getPercentage();
62 …ft_value = ($containing_block['right'] - $containing_block['left']) / 100 * $left->getPercentage();
69 …t_value = ($containing_block['right'] - $containing_block['left']) / 100 * $right->getPercentage();
H A Dvalue.generic.percentage.php48 return $base_size * $this->getPercentage();
77 function getPercentage() { function in CSSValuePercentage
H A Dbox.block.php407 $vertical_offset = $driver->getPageMaxHeight() / 100 * $top->getPercentage();
414 …$vertical_offset = $driver->getPageMaxHeight() * (100 - $bottom->getPercentage())/100 - $this->get…
431 $horizontal_offset = $driver->getPageWidth() / 100 * $left->getPercentage();
438 …$horizontal_offset = $driver->getPageWidth() * (100 - $right->getPercentage())/100 - $this->get_wi…
H A Dheight.php143 $constant = array($value->getPercentage(), true);
153 $min = array($value->getPercentage(), true);
163 $max = array($value->getPercentage(), true);
H A Dbox.frame.php178 …top_value = ($containing_block['top'] - $containing_block['bottom']) / 100 * $top->getPercentage();
185 …_value = ($containing_block['top'] - $containing_block['bottom']) / 100 * $bottom->getPercentage();
204 …ft_value = ($containing_block['right'] - $containing_block['left']) / 100 * $left->getPercentage();
211 …t_value = ($containing_block['right'] - $containing_block['left']) / 100 * $right->getPercentage();
H A Dbox.generic.formatted.php969 $top_value = $containing_block_height * $top->getPercentage() / 100;
983 $bottom_value = $containing_block_height * $bottom->getPercentage() / 100;
1008 $left_value = $containing_block_width * $left->getPercentage() / 100;
1022 $right_value = $containing_block_width * $right->getPercentage() / 100;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHttpFaultAbort.php46 public function getPercentage() function in Google\\Service\\Compute\\HttpFaultAbort
H A DHttpFaultDelay.php44 public function getPercentage() function in Google\\Service\\Compute\\HttpFaultDelay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.php41 public function getPercentage() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision
H A DGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.php91 public function getPercentage() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DAudioVideoOffset.php41 public function getPercentage() function in Google\\Service\\DisplayVideo\\AudioVideoOffset
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DDimensionDimensionValue.php46 public function getPercentage() function in Google\\Service\\AdExchangeBuyer\\DimensionDimensionValue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DFacetBucket.php57 public function getPercentage() function in Google\\Service\\CloudSearch\\FacetBucket
/plugin/ckgedit/ckeditor/
H A Dckeditor.js1322 …{this._updateNotification();this.isFinished()&&this.fire("finished")},getPercentage:function(){ret…
1323getPercentage()})},_getNotificationMessage:function(){var a=this.getTaskCount(),b={current:this.ge…
H A Dckeditor.js.unc26334 getPercentage: function() {
26349 progress: this.getPercentage()
26357 percentage: Math.round(100 * this.getPercentage())