Home
last modified time | relevance | path

Searched refs:dim (Results 1 – 25 of 83) sorted by relevance

1234

/plugin/latex-was/
Dclass.latexrender.php192 $dim=explode("x",$result[2]);
193 $dim["x"] = $dim[0];
194 $dim["y"] = $dim[1];
196 return $dim;
264 $dim = $this->getDimensions($this->_tmp_filename.".".$this->_image_format);
266 if ( ($dim["x"] > $this->_xsize_limit) or ($dim["y"] > $this->_ysize_limit)) {
271 $this->_errorextra = ": " . $dim["x"] . "x" . $dim["y"];
/plugin/latex/
Dclass.latexrender.php192 $dim=explode("x",$result[2]);
193 $dim["x"] = $dim[0];
194 $dim["y"] = $dim[1];
196 return $dim;
263 $dim = $this->getDimensions($this->_tmp_filename.".".$this->_image_format);
265 if ( ($dim["x"] > $this->_xsize_limit) or ($dim["y"] > $this->_ysize_limit)) {
270 $this->_errorextra = ": " . $dim["x"] . "x" . $dim["y"];
/plugin/latexwas/
Dclass.latexrender.php192 $dim=explode("x",$result[2]);
193 $dim["x"] = $dim[0];
194 $dim["y"] = $dim[1];
196 return $dim;
264 $dim = $this->getDimensions($this->_tmp_filename.".".$this->_image_format);
266 if ( ($dim["x"] > $this->_xsize_limit) or ($dim["y"] > $this->_ysize_limit)) {
271 $this->_errorextra = ": " . $dim["x"] . "x" . $dim["y"];
/plugin/overlay/
Dscript.js86 var dim = height.toString() + '#' + width.toString();
87 setOverlayCookie('OverlayUserDim',dim) ;
131 var dim = overlay_getCookie('OverlayUserDim') ;
132 if(JSINFO && ! dim) {
140 else if(dim) {
141 var dim_ar = dim.split('#');
/plugin/xfortune/
Dhelper.php100 $dim = filesize($file);
101 if ($dim < 2) return "ERROR: invalid cookie file $file";
103 $rnd = mt_rand(0, $dim);
145 } elseif ($seek == $dim - 2) {
/plugin/a2s/
Dsyntax.php180 $dim=$this->_extract_XY_4svg( $txtdata );
181 $renderer->_addStringAsSVGImage(self::$opening.$txtdata, $dim[0], $dim[1], $align);
/plugin/jcapture/src/com/hammurapi/jcapture/
DCaptureFrame.java334 Dimension dim = Toolkit.getDefaultToolkit().getScreenSize(); in record() local
349 if (rr.x+rr.width<dim.width-borderWidth) { in record()
371 if (rr.y+rr.height<dim.height-borderWidth) { in record()
385 if (x+inst.getWidth()>dim.getWidth()) { in record()
386 x = dim.width-inst.getWidth(); in record()
392 if (y+inst.getHeight()>dim.height) { in record()
395 y=dim.height-inst.getHeight(); in record()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorRuler.java292 Dimension dim = graphComponent.getGraphControl().getPreferredSize(); in getPreferredSize() local
296 dim.width = rulerSize; in getPreferredSize()
300 dim.height = rulerSize; in getPreferredSize()
303 return dim; in getPreferredSize()
/plugin/godiag/
Dsyntax.php444 $dim = $this->style['circle_mark_img']['dim'];
445 imagecopymerge($im, $sim, $x-$r-1, $y-$r-1, 0, 0, $dim, $dim, 100);
541 $dim=$r*2+3;
542 $xim = imagecreatetruecolor($dim, $dim);
550 $this->style['circle_mark_img']['dim'] = $dim;
/plugin/asciidocjs/node_modules/ansi-styles/
Dindex.d.ts249 readonly dim: CSPair; property
Dindex.js68 dim: [2, 22], property
Dreadme.md43 - `dim`
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
Dio.asp90 dim sErrorNumber
166 dim sCurrentFolder
Dcommands.asp191 dim sFileUrl
/plugin/asciidocjs/node_modules/chalk/
Dindex.d.ts308 readonly dim: Chalk; property
/plugin/abc2/abc-libraries/abc2svg/
Dchord-1.js5 …,"E-C a C+","a-C E a "],aug7:["C-b-E a ","E-C a b ","a-E b C+","b-E a C+"],dim:["C-E g C+","E-C g … property
/plugin/galleryv1.5/inc/
Dmagazinelayout.class.php329 $dim = array('w'=>$new_width,'h'=>$new_height);
340 $src = ml($img['id'],$dim);
/plugin/abc2/abc-libraries/abcjs/
Dabcjs_plugin-midi_6.0.0-beta.25-min.js3dim&&(this.dim=i.dim),i.position&&(this.position=i.position),this.height=i.height?i.height:4,i.top… property
/plugin/photogallery/
Dsyntax.php553 $dim = array('w'=>$w,'h'=>$h);
569 $src = ml($img['id'],$dim);
/plugin/webcode/vendor/
Dfirebug-lite-1.2.js858 var dim = lib.util.GetViewport();
859 el.main.environment.addStyle({ "width":dim.width+"px"});
860 el.mainiframe.environment.addStyle({ "width":dim.width+"px"});
862 win.setVerticalPosition(dim);
867 var dim = _dim||lib.util.GetViewport();
868 …el.main.environment.addStyle({ "top":dim.height-el.main.environment.getSize().offsetHeight+Math.ma…
869 …el.mainiframe.environment.addStyle({ "top":dim.height-el.main.environment.getSize().offsetHeight+M…
Dfirebug-lite-1.2-compressed.js26 return;var dim=lib.util.GetViewport();el.main.environment.addStyle({"width":dim.width+"px"});el.mai…
27dim);}},setVerticalPosition:function(_dim,_event){with(firebug){var dim=_dim||lib.util.GetViewport…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js37 return;var dim=lib.util.GetViewport();el.main.environment.addStyle({"width":dim.width+"px"});el.mai…
38dim);}},setVerticalPosition:function(_dim,_event){with(firebug){var dim=_dim||lib.util.GetViewport…
H A Dfirebug-lite-1.2.js869 var dim = lib.util.GetViewport();
870 el.main.environment.addStyle({ "width":dim.width+"px"});
871 el.mainiframe.environment.addStyle({ "width":dim.width+"px"});
873 win.setVerticalPosition(dim);
878 var dim = _dim||lib.util.GetViewport();
879 …el.main.environment.addStyle({ "top":dim.height-el.main.environment.getSize().offsetHeight+Math.ma…
880 …el.mainiframe.environment.addStyle({ "top":dim.height-el.main.environment.getSize().offsetHeight+M…
/plugin/codemirror/dist/modes/
Dgas.min.js.map1dim",".double",".eject",".else",".elseif",".end",".endef",".endfunc",".endif",".equ",".equiv",".eq…
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.js1564 var dim = {
1571 ctx.rect( dim.left, dim.top, dim.width, dim.height );

1234