Home
last modified time | relevance | path

Searched refs:scale (Results 126 – 150 of 528) sorted by relevance

12345678910>>...22

/plugin/pdfjs/pdfjs/web/locale/hi-IN/
H A Dviewer.properties200 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
201 # numerical scale value.
202 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/mr/
H A Dviewer.properties203 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
204 # numerical scale value.
205 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/te/
H A Dviewer.properties194 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
195 # numerical scale value.
196 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/ar/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}٪
/plugin/pdfjs/pdfjs/web/locale/bg/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/be/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/fa/
H A Dviewer.properties199 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
200 # numerical scale value.
201 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/pa-IN/
H A Dviewer.properties212 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
213 # numerical scale value.
214 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/bn-BD/
H A Dviewer.properties208 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
209 # numerical scale value.
210 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/gu-IN/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/he/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1209 …dStencilPalette = function(id, title, stencilFile, style, ignore, onInit, scale, tags, customFns, … argument
1212 scale = (scale != null) ? scale : 1;
1220 w: Math.round(w * scale), h: Math.round(h * scale)};
1386 var s = graph.view.scale;
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js520 var scaleX = element.scale.x * _canvasWidthHalf;
521 var scaleY = element.scale.y * _canvasHeightHalf;
561 _context.scale( cx, cy );
577 _context.scale( scaleX, - scaleY );
591 _context.scale( scaleX, scaleY );
604 _context.scale( scaleX * material.size, - scaleY * material.size );
/plugin/jmol2/jmol/
H A DJmolApplet0.jar ... () public final void setScale (double) double scale public final void setElement (int, int, double ...
/plugin/combo/resources/theme/default/components/css/
H A Dbackground.css21 background-size: cover; /* scale the background image proportionally so that its width and height are equal to, or greater than, the width/height of the element. */
/plugin/sketchcanvas/script/
H A DSketchCanvas.js25 var scale = options && options.scale ? options.scale : 1;
745 var m = {x: mx / scale, y: my / scale}; /// Convert to the logical coordinate system before hit test
802 return { x: (coord.x - offset.x) / scale, y: (coord.y - offset.y) / scale };
850 canvas.width = metaObj.size[0] * scale;
851 canvas.height = metaObj.size[1] * scale;
905 // Translate and scale th
[all...]
/plugin/pdfjs/pdfjs/web/locale/sat/
H A Dviewer.properties113 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
114 # numerical scale value.
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js777 var val = parseInt(scale);
797 var val = parseInt(scale);
825 var val = parseInt(scale);
1609 var s = graph.view.scale;
1859 var scale = 1;
1864 var vs = graph.view.scale;
1873 …xmlCanvas.translate(Math.floor((b / scale - bounds.x) / vs), Math.floor((b / scale - bounds.y) / v…
1874 xmlCanvas.scale(scale / vs);
1903 var w = Math.ceil(bounds.width * scale / vs + 2 * b);
1904 var h = Math.ceil(bounds.height * scale / vs + 2 * b);
[all …]
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js532scale));0<f&&this.node.setAttribute("ry",this.format(f*this.state.scale))};mxSvgCanvas2D.prototype…
1143 …d(n-g.height/2)}if(b||null==k.bounds||k.scale!=a.view.scale||!k.bounds.equals(g))k.bounds=g,k.scal…
1199 …Bounds=function(){return new mxRectangle(this.translate.x*this.scale,this.translate.y*this.scale)};
1207scale=this.scale;a.bounds.x=this.scale*(this.translate.x+b.x);a.bounds.y=this.scale*(this.translat…
1212scale-c.origin.x-this.translate.x,a.origin.y+=d.y/this.scale-c.origin.y-this.translate.y)):(a.orig…
1238 f.x+m*e+((0==g?0:l/g)*d+c)*this.scale;d=f.y+l*e-((0==g?0:m/g)*d-k)*this.scale}}return new mxPoint(c…
1410 g)*this.view.scale+Math.round(l*a+e))}};
2222scale*this.cumulativeZoomFactor*20)/20/this.view.scale):.15>=this.view.scale*this.cumulativeZoomFa…
2437scale*b,160))/this.view.scale;mxGraph.prototype.zoom.apply(this,arguments)};Graph.prototype.zoomIn…
2438 …this.view.scale?this.zoom((this.view.scale-.01)/this.view.scale):this.zoom(Math.round(1/this.zoomF…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2scale.linear(),h=d3.dispatch("elementMousemove","elementMouseout","elementClick","elementDblclick"…
3scale(c).ticks(a.utils.calcTicksX(t/100,k)).tickSize(-u,0),z.select(".nv-x.nv-axis").attr("transfo…
4scale(d)._ticks(a.utils.calcTicksY(t/36,h)).tickSize(-q,0),x.select(".nv-y.nv-axis").call(g)),x.se… function
5scale(c)._ticks(a.utils.calcTicksX(B/100,j)).tickSize(-C,0),G.select(".nv-x.nv-axis").attr("transf…
6scale(c)._ticks(a.utils.calcTicksX(D/100,j)).tickSize(-H,0),L.select(".nv-x.nv-axis").attr("transf…
7scale.linear().domain([e,c[1]]).range([x-12,d[1]]);g[b].brush.y(h),J.push(b)}return[f(b),g[b](e)]}…
8scale.linear(),m=d3.scale.linear(),n=function(a){return a.x},o=function(a){return a.y},p=a.utils.g…
/plugin/pdfjs/pdfjs/web/locale/son/
H A Dviewer.properties156 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
157 # numerical scale value.
158 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/xh/
H A Dviewer.properties160 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
161 # numerical scale value.
162 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/zh-CN/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/th/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/el/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%

12345678910>>...22