/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | PDF417Factory.php | 153 $scale = []; 160 $scale['frameX'] = $this->size - ($this->_borderPx * 2); 161 $scale['margin'] = round($this->size * ($this->margin / 100)); 162 $scale['area'] = $scale['frameX'] - (($scale['margin'] * 2)); 163 $scale['size'] = floor($scale['area'] / $bcd['num_cols']); 164 $scale['posX'] = $scale['margi [all...] |
H A D | DatamatrixFactory.php | 153 $scale = []; 157 $scale['frame'] = $this->size - ($this->_borderPx * 2); 158 $scale['margin'] = round($this->size * ($this->margin / 100)); 159 $scale['area'] = $scale['frame'] - (($scale['margin'] * 2)); 160 $scale['size'] = floor($scale['area'] / $bcd['num_cols']); 161 $scale['posX'] = $scale['margi [all...] |
H A D | QRcodeFactory.php | 96 $area = floor(($this->scale->size * $bcd['num_cols']) * 0.2); 192 $scale = []; 196 $scale['frame'] = $this->size - ($this->_borderPx * 2); 197 $scale['margin'] = round($this->size * ($this->margin / 100)); 198 $scale['area'] = $scale['frame'] - (($scale['margin'] * 2)); 199 $scale['size'] = floor($scale['area'] / $bcd['num_cols']); 200 $scale['pos [all...] |
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fastps.l2.class.php | 8 function image($image, $x, $y, $scale) { argument 9 $this->image_scaled($image, $x, $y, $scale, $scale); 38 $this->image($image, $x, $cy, $scale); 45 $this->image($image, $x, $cy, $scale); 50 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument 54 $this->image($image, $cx, $y, $scale); 61 $this->image($image, $cx-$width, $y, $scale); 72 $this->image($image, $cx, $cy, $scale); 83 $this->image($image, $cx, $cy, $scale); 94 $this->image($image, $cx, $cy, $scale); [all …]
|
H A D | output.fpdf.class.php | 161 function image($image, $x, $y, $scale) { argument 168 $image->sx() * $scale, 169 $image->sy() * $scale); 183 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); 193 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); 212 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); 226 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); 240 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); 254 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); 273 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); [all …]
|
H A D | output.png.class.php | 176 static $scale = null; 177 if (is_null($scale)) { $scale = $this->_widthPixels / mm2pt($this->media->width()); }; 178 return ceil($x * $scale); 182 static $scale = null; 183 if (is_null($scale)) { $scale = $this->_heightPixels / mm2pt($this->media->height()); }; 184 return ceil($y * $scale); 343 $this->image_scaled($image, $x, $y, $scale, $scale); 374 $dx = $this->_fixSizeX($sx * $scale); 375 $dy = $this->_fixSizeY($sy * $scale); 397 $dx = $this->_fixSizeX($sx * $scale); [all …]
|
H A D | output.pdflib.class.php | 126 function image($image, $x, $y, $scale) { argument 130 pdf_place_image($this->pdf, $pim, $x, $y, $scale); 159 pdf_place_image($this->pdf, $pim, $x, $cy, $scale); 166 pdf_place_image($this->pdf, $pim, $x, $cy, $scale); 174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument 182 pdf_place_image($this->pdf, $pim, $cx, $y, $scale); 189 pdf_place_image($this->pdf, $pim, $cx-$width, $y, $scale); 207 pdf_place_image($this->pdf, $pim, $cx, $cy, $scale); 218 pdf_place_image($this->pdf, $pim, $cx, $cy, $scale); 229 pdf_place_image($this->pdf, $pim, $cx, $cy, $scale); [all …]
|
H A D | value.generic.length.php | 13 function scale($scale) { function in Value 14 $this->_number *= $scale; 15 $this->_points *= $scale;
|
/plugin/revealjs/plugin/zoom-js/ |
H A D | zoom.js | 19 scale: zoomLevel, 90 function magnify( rect, scale ) { argument 104 if( scale === 1 ) { 131 if( scale === 1 ) { 144 document.body.style.width = ( scale * 100 ) + '%'; 146 document.body.style.zoom = scale; 150 level = scale; 237 if( options.scale > 1 ) { 238 options.x *= options.scale; 239 options.y *= options.scale; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/ |
H A D | Exponential.php | 27 public $scale; variable in Google\\Service\\Monitoring\\Exponential 51 public function setScale($scale) argument 53 $this->scale = $scale; 57 return $this->scale;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/ |
H A D | Exponential.php | 27 public $scale; variable in Google\\Service\\Logging\\Exponential 51 public function setScale($scale) argument 53 $this->scale = $scale; 57 return $this->scale;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/ |
H A D | ExponentialBuckets.php | 24 public $scale; variable in Google\\Service\\Networkconnectivity\\ExponentialBuckets 42 public function setScale($scale) argument 44 $this->scale = $scale; 48 return $this->scale;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/ |
H A D | PartitionConfig.php | 31 public $scale; variable in Google\\Service\\PubsubLite\\PartitionConfig 64 public function setScale($scale) argument 66 $this->scale = $scale; 73 return $this->scale;
|
/plugin/barcodes/vendor/jucksearm/php-barcode/ |
H A D | Barcode.php | 16 $scale = null, argument 24 ->setScale($scale) 35 $scale = null, argument 44 ->setScale($scale) 55 $scale = null, argument 64 ->setScale($scale)
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | mxVsdxCanvas2D.js | 237 w = w * s.scale; 238 h = h * s.scale; 273 w = w * s.scale; 274 h = h * s.scale; 318 var w = geo.width * s.scale; 641 w = w * s.scale; 642 h = h * s.scale; 761 w = w * s.scale; 762 h = h * s.scale; 1117 cx *= s.scale; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/ |
H A D | OracleColumn.php | 57 public $scale; variable in Google\\Service\\Datastream\\OracleColumn 174 public function setScale($scale) argument 176 $this->scale = $scale; 183 return $this->scale;
|
/plugin/impressjs/tpl/dokuwiki/ |
H A D | impress.js | 132 var scale = function ( s ) { function 154 scale = hScale > wScale ? wScale : hScale; 157 scale = config.maxScale; 161 scale = config.minScale; 164 return scale; 311 scale: toNumber(data.scale, 1), property in initStep.step 326 scale(step.scale), 397 scale: 1 property in init.currentState 462 scale: 1 / step.scale property in goto.target 471 var zoomin = target.scale >= currentState.scale; [all …]
|
/plugin/diagramsnet/lib/js/ |
H A D | export.js | 13 if (data.scale == 'auto') 16 data.scale = 1; 30 data.scale = parseFloat(data.scale) || 1; 543 data.scale = Math.min((data.pageHeight * v) / (gb.height / graph.view.scale), 548 data.scale = data.scale / graph.pageScale; 550 if (isNaN(data.scale)) 646 var s = data.scale; 704 expScale = graph.view.scale || 1; 710 var scale = data.print? data.scale : 1 / graph.pageScale; 723 scale *= printScale; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | TableFieldSchema.php | 56 public $scale; variable in Google\\Service\\Bigquery\\TableFieldSchema 191 public function setScale($scale) argument 193 $this->scale = $scale; 200 return $this->scale;
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | ScreenShot.java | 29 private double scale; field in ScreenShot 43 double scale, in ScreenShot() argument 59 this.scale = scale; in ScreenShot() 110 if (scale<0.99 || scale > 1.01) { in call() 111 …redImage scaled = new BufferedImage((int) (img.getWidth()*scale), (int) (img.getHeight()*scale), i… in call() 122 mousePosition = new Point((int) (mousePosition.x*scale), (int) (mousePosition.y*scale)); in call()
|
/plugin/mathpublish/ |
H A D | syntax.php | 137 $scale = 1; 138 if(is_a($R, 'renderer_plugin_dw2pdf')) $scale=3; 139 $size = $size * $scale; 159 $width = $width/$scale; 160 $height = $height/$scale;
|
/plugin/diagramsnet/lib/plugins/ |
H A D | number.js | 73 var scale = graph.getView().getScale(); 74 var bounds = new mxRectangle(state.x + state.width - 4 * scale, state.y + 4 * scale, 0, 0); 77 state.secondLabel.scale = scale;
|
/plugin/photogallery/lightGallery/js/ |
H A D | lg-zoom.js | 36 scale: 1, property in AnonymousFunction03190cd90200.defaults 102 var scale = 1; 138 if (scale > 1) { 144 if (scale < 1) { 145 scale = 1; 148 zoom(scale); 163 scale = 1; 217 zoom(scale); 222 scale -= _this.core.s.scale; 229 scale += _this.core.s.scale; [all …]
|
/plugin/panoview/ |
H A D | syntax.php | 157 …$scale = $this->image_scale($crop, abs($d['brx'] - $d['tlx']), abs($d['bry'] - $d['tly']), $d['ts'… 160 imagejpeg($scale, $d['cache'], $conf['jpg_quality']); 161 imagedestroy($scale); 194 $scale = imagecreatetruecolor($w, $h); 195 imagecopyresampled($scale, $image, 0, 0, 0, 0, $w, $h, $x, $y); 196 return $scale;
|
/plugin/combo/syntax/ |
H A D | badge.php | 152 * $alert-bg-scale: -80%; 153 * $alert-border-scale: -70%; 154 * $alert-color-scale: 40%; 160 ->scale(-80) 168 ->scale(-80) 174 $borderColor = $colorObject->scale(-70)->toCssValue(); 180 ->scale(40) 186 ->scale(40)
|