Home
last modified time | relevance | path

Searched refs:scale (Results 451 – 475 of 528) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md68 Barcode::html($code, $type, $scale = null, $height = null, $rotate = null, $color = null)
70 Barcode::png($code, $type, $file= null, $scale = null, $height = null, $rotate = null, $color = nul…
72 Barcode::svg($code, $type, $file= null, $scale = null, $height = null, $rotate = null, $color = nul…
78 $scale Barcode unit size in `px` units [default: `1`]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php184 $w = $this->scale;
203 $h = $this->scale;
231 $w = $this->scale;
260 $h = $this->scale;
317 $w = $this->scale;
342 $h = $this->scale;
H A DDatamatrixFactory.php153 $scale = [];
159 $scale['area'] = $scale['frame'] - (($scale['margin'] * 2));
160 $scale['size'] = floor($scale['area'] / $bcd['num_cols']);
161 …$scale['posX'] = $scale['margin'] + floor(($scale['area'] - ($bcd['num_cols'] * $scale['size'])) /…
162 $scale['posY'] = $scale['posX'];
167 $scale['size'] = floor($scale['area'] / $bcd['num_cols']);
168 $scale['posX'] = floor(($scale['frame'] - ($bcd['num_cols'] * $scale['size'])) / 2);
169 $scale['posY'] = $scale['posX'];
182 $scale = $this->scale;
223 $scale = $this->scale;
[all …]
H A DPDF417Factory.php153 $scale = [];
162 $scale['area'] = $scale['frameX'] - (($scale['margin'] * 2));
164 …$scale['posX'] = $scale['margin'] + floor(($scale['area'] - ($bcd['num_cols'] * $scale['size'])) /…
165 $scale['posY'] = $scale['posX'];
166 $scale['frameY'] = ($bcd['num_rows'] * $scale['size']) + ($scale['posY'] * 2);
172 $scale['posX'] = floor(($scale['frameX'] - ($bcd['num_cols'] * $scale['size'])) / 2);
173 $scale['posY'] = $scale['posX'];
174 $scale['frameY'] = ($bcd['num_rows'] * $scale['size']) + ($scale['posY'] * 2);
186 $scale = $this->scale;
227 $scale = $this->scale;
[all …]
H A DQRcodeFactory.php192 $scale = [];
198 $scale['area'] = $scale['frame'] - (($scale['margin'] * 2));
199 $scale['size'] = floor($scale['area'] / $bcd['num_cols']);
200 …$scale['posX'] = $scale['margin'] + floor(($scale['area'] - ($bcd['num_cols'] * $scale['size'])) /…
201 $scale['posY'] = $scale['posX'];
206 $scale['size'] = floor($scale['area'] / $bcd['num_cols']);
207 $scale['posX'] = floor(($scale['frame'] - ($bcd['num_cols'] * $scale['size'])) / 2);
208 $scale['posY'] = $scale['posX'];
221 $scale = $this->scale;
267 $scale = $this->scale;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js28603 scale: function(xFactor, yFactor, options) {
29345 var charCode, i, scale, width, _i, _ref;
29352 scale = size / 1000;
29353 return width * scale;
29495 var scale;
29496 scale = 1000.0 / this.head.unitsPerEm;
29497 return this.hmtx.forGlyph(glyph).advance * scale;
65220 } else if (options.scale) {
65221 w = image.width * options.scale;
65222 h = image.height * options.scale;
H A Dpdfmake.min.js.map1scale","xFactor","yFactor","arcToSegments","cx","cy","parameters","parse","px","py","runners","seg…
H A Dpdfmake.min.js13 …=u[0],s=u[1],a=o*n-s*i,h=o*i+s*n,o-=a,s-=h),this.transform(n,i,-i,n,o,s)},scale:function(t,e,n){va…
16 …ht&&!o.width?(l=u/c.height,d=c.width*l,u=c.height*l):o.scale?(d=c.width*o.scale,u=c.height*o.scale
/plugin/amcharts/assets/amcharts/
H A Damcharts.js318scale=1},attr:function(a){this.R.attr(this,a);return this},getAttr:function(a){return this.node.ge…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2scale="(?:(scale)\\s*\\(\\s*("+number+")(?:"+commaWsp+"("+number+"))?\\s*\\))",translate="(?:(tran… variable
6scale(multiplier,multiplier);if(cropping.left){cropping.left*=multiplier}if(cropping.top){cropping…
9scale,marginX=0,marginY=0;if(this.alignX!=="none"||this.alignY!=="none"){scales=[this.width/this._…
H A Dfabric.js2989 scale = '(?:(scale)\\s*\\(\\s*(' + number + ')(?:' +
3007 scale + '|' +
10176 ctx.scale(multiplier, multiplier);
10214 ctx.scale(1 / multiplier, 1 / multiplier);
11247 ctx.scale(
12525 scale: function(value) {
12549 return this.scale(value / this.width / boundingRectFactor);
17286 scale, marginX = 0, marginY = 0;
17290 scale = this.meetOrSlice === 'meet'
17292 width = this._element.width * scale;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md1001 * Added: Possibility to select,move,scale drawn items
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/panoview/
H A Dsyntax.php157 …$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/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/ditaa/
H A Dsyntax.php263 $cmd .= ' -s ' . escapeshellarg($data['scale']);
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc46 filt(src, 'scale');
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc46 filt(src, 'scale');
/plugin/lightbox/
H A Dstyle.css23 …filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale"…
/plugin/authucenter/lib/uc_client/
H A Dclient.php602 …camera" align="middle" allowScriptAccess="always" allowFullScreen="false" scale="exactfit" wmode=…
608 'scale', 'exactfit',
/plugin/tuxquote/
H A Dquotes.txt4160 The badness scale (how bad you want it) 0. No way! 1. I don't really want it, I just like to think…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt10126 … spirit mediums and professional foretellers of events. He did on a large scale what was bad in Je…
11915 …itistic mediums and professional foretellers of events. He did on a grand scale what was bad in th…
12008 …the priests and the people themselves committed unfaithfulness on a large scale, according to all …
18593 There are those who are lavishing out the gold from the purse, and with the scale beam they weigh o…
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._interface.class.php44 function image($image, $x, $y, $scale) {} argument
46 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { } argument
47 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { } argument
48 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { } argument
H A Doutput.fastps.l2.class.php8 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 Doutput.png.class.php176 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 …]

1...<<11121314151617181920>>...22