Home
last modified time | relevance | path

Searched refs:percentage (Results 1 – 25 of 65) sorted by relevance

123

/plugin/odt/ODT/
H A Dpage.php324 * @param string $percentage
327 function getRelWidthMindMargins ($percentage = '100'){ argument
329 $percentage /= $this->width;
330 return $percentage;
337 * @param string $percentage
342 return ($percentage/100);
352 * @param string $percentage
357 $percentage /= $this->height;
358 return $percentage;
365 * @param string $percentage
[all …]
H A DODTDocument.php1787 * @param int|string $percentage
1790 function getRelWidthMindMargins ($percentage = '100'){ argument
1791 return $this->page->getRelWidthMindMargins($percentage);
1799 * @param string|int|float $percentage
1802 function getAbsWidthMindMargins ($percentage = '100'){ argument
1803 return $this->page->getAbsWidthMindMargins($percentage);
1815 * @param string|float|int $percentage
1818 function getRelHeightMindMargins ($percentage = '100'){ argument
1819 return $this->page->getRelHeightMindMargins($percentage);
1828 * @param string|int|float $percentage
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHttpFaultAbort.php26 public $percentage; variable in Google\\Service\\Compute\\HttpFaultAbort
42 public function setPercentage($percentage) argument
44 $this->percentage = $percentage;
48 return $this->percentage;
H A DHttpFaultDelay.php24 public $percentage; variable in Google\\Service\\Compute\\HttpFaultDelay
40 public function setPercentage($percentage) argument
42 $this->percentage = $percentage;
46 return $this->percentage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.php25 public $percentage; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision
34 public function setPercentage($percentage) argument
36 $this->percentage = $percentage;
43 return $this->percentage;
H A DGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.php37 public $percentage; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
84 public function setPercentage($percentage) argument
86 $this->percentage = $percentage;
93 return $this->percentage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DAudioVideoOffset.php25 public $percentage; variable in Google\\Service\\DisplayVideo\\AudioVideoOffset
34 public function setPercentage($percentage) argument
36 $this->percentage = $percentage;
43 return $this->percentage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DDimensionDimensionValue.php24 public $percentage; variable in Google\\Service\\AdExchangeBuyer\\DimensionDimensionValue
42 public function setPercentage($percentage) argument
44 $this->percentage = $percentage;
48 return $this->percentage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DFacetBucket.php29 public $percentage; variable in Google\\Service\\CloudSearch\\FacetBucket
50 public function setPercentage($percentage) argument
52 $this->percentage = $percentage;
59 return $this->percentage;
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.margin.class.php8 var $percentage; variable in MarginSideValue
12 if (!is_null($this->percentage)) {
13 return $base * $this->percentage / 100;
20 if (is_null($this->percentage)) {
24 $this->value = $base * $this->percentage / 100;
31 $value->percentage = $this->percentage;
40 !$this->percentage;
53 $value->percentage = $is_percentage ? (int)($data) : null;
60 if (is_null($this->percentage)) {
H A Dvalue.padding.class.php8 var $percentage; variable in PaddingSideValue
12 if (is_null($this->percentage)) {
16 $this->value = $base * $this->percentage / 100;
23 $value->percentage = $this->percentage;
36 !$this->percentage;
49 $value->percentage = $is_percentage ? (int)($data) : null;
55 if (is_null($this->percentage)) {
H A Dbox.table.cell.php141 $padding->left->percentage = null;
145 $padding->right->percentage = null;
149 $padding->top->percentage = null;
153 $padding->bottom->percentage = null;
173 $margin_value->left->percentage = null;
177 $margin_value->right->percentage = null;
181 $margin_value->top->percentage = null;
185 $margin_value->bottom->percentage = null;
277 $first->margin->top->percentage = null;
283 $last->margin->bottom->percentage = null;
/plugin/combo/ComboStrap/
H A DColorRgb.php456 throw new ExceptionCompile("This is not possible, the red value ({$color2->getBlue()}) with the percentage $weight could not be unmixed. They were not calculated with color mixing.");
460 throw new ExceptionCompile("This is not possible, the green value ({$color2->getGreen()}) with the percentage $weight could not be unmixed. They were not calculated with color mixing.");
464 throw new ExceptionCompile("This is not possible, the blue value ({$color2->getBlue()}) with the percentage $weight could not be unmixed. They were not calculated with color mixing.");
623 * @var int $percentage between 0 and 100
626 function shade(int $percentage): ColorRgb argument
629 return $this->mix('black', $percentage);
644 * @param int $percentage between -100 and 100
648 function scale(int $percentage): ColorRgb argument
650 if ($percentage === 0) {
653 if ($percentage >
673 tint(int $percentage) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1percentage";N;s:6:"_units";O:5:"Value":3:{s:5:"_unit";i:5;s:7:"_number";d:1;s:7:"_points";i:0;}}s:…
/plugin/progrecss/
H A Dsyntax.php148 $percentage= intval($data['p']);
167 $renderer->doc .= $this->_place_percentage($percentage, $fmted_p, $where);
H A DChangeLog8 ("/") and percentage format via sprintf(). Thanks to Gunnar Gorges
/plugin/odt/renderer/
H A Dpage.php561 * @param int|string $percentage
568 function _getRelWidthMindMargins ($percentage = '100'){ argument
569 return $this->document->getRelWidthMindMargins($percentage);
576 * @param string|int|float $percentage
583 function _getAbsWidthMindMargins ($percentage = '100'){ argument
584 return $this->document->getAbsWidthMindMargins($percentage);
594 * @param string|float|int $percentage
601 function _getRelHeightMindMargins ($percentage = '100'){ argument
602 return $this->document->getRelHeightMindMargins($percentage);
609 * @param string|int|float $percentage
[all …]
/plugin/quizlib/scripts/
H A DREADME.md13 - Simple score querying, including automatic percentage calculation
/plugin/odt/ODT/elements/
H A DODTElementFrame.php211 $percentage = trim ($width, '%');
212 $widthPt = ($percentage * $maxWidthPt)/100;
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md99 $margin QRcode empty space in `percentage` units [default: `1`]
116 $margin Datamatrix empty space in `percentage` units [default: `1`]
133 $margin PDF417 empty space in `percentage` units [default: `1`]
/plugin/panoview/
H A Dscript.js567 var percentage = (100 / (this.maxZoomLevel + 1)) * (this.zoomLevel + 1);
570 new PanoJS.ZoomEvent(this.x, this.y, this.zoomLevel, percentage)
977 PanoJS.ZoomEvent = function (x, y, level, percentage) { argument
980 this.percentage = percentage;
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php728 $percentage = 1 - (($errors + $failures) / $runs);
729 $this->progress->set_percentage($percentage);
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js654 .on('scroll_element.xdsoft_scroller', function (event, percentage) { argument
656 timeboxparent.trigger('resize_scroll.xdsoft_scroller', [percentage, true]);
658 percentage = percentage > 1 ? 1 : (percentage < 0 || isNaN(percentage)) ? 0 : percentage;
660 scroller.css('margin-top', maximumOffset * percentage);
663 … timebox.css('marginTop', -parseInt((timebox[0].offsetHeight - parentHeight) * percentage, 10));
666 .on('resize_scroll.xdsoft_scroller', function (event, percentage, noTriggerScroll) { argument
679 …timeboxparent.trigger('scroll_element.xdsoft_scroller', [percentage || Math.abs(parseInt(timebox.c…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md26 * Fixed formatting of executed lines percentage for classes in file view
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt214 (values 0 < sx < 1 represent percentage)
216 (values 0 < sy < 1 represent percentage)
218 (values 0 < sw < 1 represent percentage)
220 (values 0 < sh < 1 represent percentage)
333 histogram in pixels, or if <= 1 then percentage of
348 percentage of the thumbnail size [must be < 0.5]
460 value will be used as a percentage of width/height.
475 <x> and <y> will be interpreted as percentage of current
586 percentage of the source image width/height. For example,

123