/plugin/html2pdf/html2pdf/html2ps/ |
H A D | strategy.position.absolute.php | 30 …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 D | value.generic.percentage.php | 48 return $base_size * $this->getPercentage(); 77 function getPercentage() { function in CSSValuePercentage
|
H A D | box.block.php | 407 $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 D | height.php | 143 $constant = array($value->getPercentage(), true); 153 $min = array($value->getPercentage(), true); 163 $max = array($value->getPercentage(), true);
|
H A D | box.frame.php | 178 …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 D | box.generic.formatted.php | 969 $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 D | HttpFaultAbort.php | 46 public function getPercentage() function in Google\\Service\\Compute\\HttpFaultAbort
|
H A D | HttpFaultDelay.php | 44 public function getPercentage() function in Google\\Service\\Compute\\HttpFaultDelay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.php | 41 public function getPercentage() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision
|
H A D | GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.php | 91 public function getPercentage() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | AudioVideoOffset.php | 41 public function getPercentage() function in Google\\Service\\DisplayVideo\\AudioVideoOffset
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/ |
H A D | DimensionDimensionValue.php | 46 public function getPercentage() function in Google\\Service\\AdExchangeBuyer\\DimensionDimensionValue
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
H A D | FacetBucket.php | 57 public function getPercentage() function in Google\\Service\\CloudSearch\\FacetBucket
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 1322 …{this._updateNotification();this.isFinished()&&this.fire("finished")},getPercentage:function(){ret… 1323 …getPercentage()})},_getNotificationMessage:function(){var a=this.getTaskCount(),b={current:this.ge…
|
H A D | ckeditor.js.unc | 26334 getPercentage: function() { 26349 progress: this.getPercentage() 26357 percentage: Math.round(100 * this.getPercentage())
|