| /plugin/odt/ODT/ |
| D | page.php | 324 * @param string $percentage 327 function getRelWidthMindMargins ($percentage = '100'){ argument 328 $percentage *= $this->width - $this->margin_left - $this->margin_right; 329 $percentage /= $this->width; 330 return $percentage; 337 * @param string $percentage 340 function getAbsWidthMindMargins ($percentage = '100'){ argument 341 $percentage *= $this->width - $this->margin_left - $this->margin_right; 342 return ($percentage/100); 352 * @param string $percentage [all …]
|
| D | ODTDocument.php | 1787 * @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/Apigee/ |
| D | GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.php | 25 public $percentage; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision 34 public function setPercentage($percentage) argument 36 $this->percentage = $percentage; 43 return $this->percentage;
|
| D | GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.php | 37 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/ |
| D | AudioVideoOffset.php | 25 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/Compute/ |
| D | HttpFaultAbort.php | 26 public $percentage; variable in Google\\Service\\Compute\\HttpFaultAbort 42 public function setPercentage($percentage) argument 44 $this->percentage = $percentage; 48 return $this->percentage;
|
| D | HttpFaultDelay.php | 24 public $percentage; variable in Google\\Service\\Compute\\HttpFaultDelay 40 public function setPercentage($percentage) argument 42 $this->percentage = $percentage; 46 return $this->percentage;
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | value.margin.class.php | 8 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)) {
|
| D | value.padding.class.php | 8 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)) {
|
| D | box.table.cell.php | 141 $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/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/ |
| D | DimensionDimensionValue.php | 24 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/ |
| D | FacetBucket.php | 29 public $percentage; variable in Google\\Service\\CloudSearch\\FacetBucket 50 public function setPercentage($percentage) argument 52 $this->percentage = $percentage; 59 return $this->percentage;
|
| /plugin/combo/ComboStrap/ |
| H A D | ColorRgb.php | 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 > 0) { 654 return $this->shade($percentage); 656 return $this->tint(abs($percentage)); 669 * @param int $percentage between 0 and 100 673 function tint(int $percentage): ColorRgb argument [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ |
| D | BackgroundPosition.php | 55 protected $percentage; variable in HTMLPurifier_AttrDef_CSS_BackgroundPosition 60 $this->percentage = new HTMLPurifier_AttrDef_CSS_Percentage(); 119 $r = $this->percentage->validate($bit, $config, $context);
|
| /plugin/html2pdf/html2pdf/html2ps/cache/ |
| D | 7d888258e9745b3716532ea81342daaf.css.compiled | 1 …percentage";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/ |
| D | syntax.php | 148 $percentage= intval($data['p']); 167 $renderer->doc .= $this->_place_percentage($percentage, $fmted_p, $where);
|
| D | ChangeLog | 8 ("/") and percentage format via sprintf(). Thanks to Gunnar Gorges
|
| /plugin/odt/renderer/ |
| D | page.php | 561 * @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/odt/ODT/elements/ |
| D | ODTElementFrame.php | 211 $percentage = trim ($width, '%'); 212 $widthPt = ($percentage * $maxWidthPt)/100;
|
| /plugin/quizlib/scripts/ |
| D | README.md | 13 - Simple score querying, including automatic percentage calculation
|
| /plugin/barcodes/vendor/jucksearm/php-barcode/ |
| D | README.md | 99 $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 D | script.js | 567 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/ |
| D | Gtk.php | 728 $percentage = 1 - (($errors + $failures) / $runs); 729 $this->progress->set_percentage($percentage);
|
| /plugin/davcal/datetimepicker-2.4.5/ |
| H A D | jquery.datetimepicker.js | 654 .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/ |
| D | ChangeLog-4.0.md | 26 * Fixed formatting of executed lines percentage for classes in file view
|