/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fastps.l2.class.php | 34 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument 44 while ($cy-$height < $y + $oy) { 50 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument 66 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument 91 while ($cy < $y + $oy) { 102 while ($cy < $y + $oy) {
|
H A D | output._interface.class.php | 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 D | output.pdflib.class.php | 151 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument 165 while ($cy-$height < $y + $oy) { 174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument 197 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument 226 while ($cy < $y + $oy) { 237 while ($cy < $y + $oy) {
|
H A D | output.fastps.class.php | 149 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument 155 $scale, $oy, $ox, $bottom, $height, $y, $x, 163 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument 169 $scale, $oy, $ox, $right, $width, $y, $x, 177 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument 183 $scale, $oy, $ox, $bottom, $right, $height, $width, $y, $x,
|
H A D | output.pcl.class.php | 273 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { } argument 274 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { } argument 275 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { } argument
|
H A D | output.png.class.php | 366 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument 378 $cy = $start_y - ceil($this->_fixSizeY($oy) / $dest_height) * $dest_height; 389 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument 400 $cx = $start_x - ceil($this->_fixSizeX($oy) / $dest_width) * $dest_width; 414 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument 429 $cy = $start_y - ceil($this->_fixSizeY($oy) / $dest_height) * $dest_height;
|
H A D | output.fpdf.class.php | 174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument 200 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument 234 while ($cy < $y + $oy) { 248 while ($cy < $y + $oy) { 264 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument 279 while ($cy-$height < $y + $oy) {
|
/plugin/stlviewer/stlviewer/ |
H A D | CanvasRenderer.js | 549 var oy = bitmap.height * texture.offset.y; 562 _context.translate( - ox, - oy ); 563 _context.fillRect( ox, oy, sx, sy );
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 2374 protected function putAlignmentMarker($frame, $ox, $oy) { argument 2382 $yStart = $oy - 2; 2467 protected function putFinderPattern($frame, $ox, $oy) { argument 2478 $frame = $this->qrstrset($frame, $ox, ($oy + $y), $finder[$y]);
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 592 public static function putAlignmentMarker(array &$frame, $ox, $oy) argument 602 $yStart = $oy-2; 704 public static function putFinderPattern(&$frame, $ox, $oy) argument 717 QRstr::set($frame, $ox, $oy+$y, $finder[$y]);
|
/plugin/callflow/ |
H A D | script.js | 55 this.tp.oy = 0;
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/tr/ |
H A D | tr.txt | 108 …a serbestliği sağlayacak muadil bir usul ile cereyan edecek, genel ve eşit oy verme yoluyla yapıla…
|
/plugin/revealjs/js/ |
H A D | reveal.js | 3334 var oy = getPreviousVerticalIndex( horizontalSlide ); 3339 distanceY = x === ( indexh || 0 ) ? Math.abs( ( indexv || 0 ) - y ) : Math.abs( y - oy );
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 28479 var ox, oy, xe, xm, ye, ym; 28486 oy = r2 * KAPPA; 28492 this.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y); 28493 this.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym); 28494 this.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye); 28495 this.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym); 28922 arcToSegments = function(x, y, rx, ry, large, sweep, rotateX, ox, oy) { 28929 px = cos_th * (ox - x) * 0.5 + sin_th * (oy - y) * 0.5; 28930 py = cos_th * (oy - y) * 0.5 - sin_th * (ox - x) * 0.5; 28941 x0 = a00 * ox + a01 * oy; [all …]
|
H A D | pdfmake.min.js.map | 1 …oy","xe","xm","ye","ym","circle","polygon","point","_windingRule","rule","isFillRule","clip","tran…
|
/plugin/processing/ |
H A D | script.js | 7126 var oy = ci[4] * ax + ci[5] * ay + ci[6] * az + ci[7] * aw; 7129 return (ow !== 0) ? oy / ow : oy; 7262 var oy = pj[ 4]*ax + pj[ 5]*ay + pj[ 6]*az + pj[ 7]*aw; 7266 oy /= ow; 7268 return p.height * ( 1 + oy ) / 2.0;
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js | 1 …oy(t){var e=t.domain;return t.ticks=function(t){var n=e();return C(n[0],n[n.length-1],null==t?10:t… function
|
/plugin/diagramsnet/lib/js/mermaid/ |
H A D | mermaid.min.js | 6 …oy(t){var e=t.domain;return t.ticks=function(t){var n=e();return C(n[0],n[n.length-1],null==t?10:t… function
|
/plugin/flowcharts/ |
H A D | mermaid.min.js | 1 …oy(t){var e=t.domain;return t.ticks=function(t){var n=e();return T(n[0],n[n.length-1],null==t?10:t… function
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1705 …oy(t){var e=t.domain;return t.ticks=function(t){var n=e();return C(n[0],n[n.length-1],null==t?10:t… function
|
/plugin/bpmnio/vendor/dmn-js/dist/ |
H A D | dmn-modeler.production.min.js | 27 …oy(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"va… function
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.production.min.js | 34 …oy(e,t,n){var i=function(e){var t="";return e.forEach((function(e){e.matched?t+='<strong class="'+… function
|
/plugin/jmol2/jmol/ |
H A D | CHANGES.txt | 3783 # bug fix: select by itself not working; oy. Since at least 11.0
|
/plugin/bpmnio/vendor/bpmn-js/dist/ |
H A D | bpmn-modeler.production.min.js | 34 …oy={__depends__:[jo,Wo,Io,ac,tc,xp],__init__:["move","movePreview"],move:["type",Qv],movePreview:[…
|
/plugin/mermaid/ |
H A D | mermaid.min.js | 1294 …ion ek(e){return e==Gd||e==zd}function QJe(e){return e==w3||e==v3}function oy(e){return e!=$f&&e!=… function 1298 …qe),v.e).Fc(p),++p.c));a||(s.c[s.c.length]=p)}function a2t(e){var t,n,s;if(oy(h(U(e,(tt(),Ei)),98)… 1299 …oy(h(U(e,Ei),98)))a=i5(u),m=bve(e,n,n==(ua(),ec)?a:KA(a));else switch(m=new So,Ka(m,e),t?(_=m.n,_.…
|