| /plugin/latex-was/ |
| D | class.latexrender.php | 192 $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/ |
| D | class.latexrender.php | 192 $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/ |
| D | class.latexrender.php | 192 $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/ |
| D | script.js | 86 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/ |
| D | helper.php | 100 $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/ |
| D | syntax.php | 180 $dim=$this->_extract_XY_4svg( $txtdata ); 181 $renderer->_addStringAsSVGImage(self::$opening.$txtdata, $dim[0], $dim[1], $align);
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | CaptureFrame.java | 334 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/ |
| D | EditorRuler.java | 292 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/ |
| D | syntax.php | 444 $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/ |
| D | index.d.ts | 249 readonly dim: CSPair; property
|
| D | index.js | 68 dim: [2, 22], property
|
| D | readme.md | 43 - `dim`
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | io.asp | 90 dim sErrorNumber 166 dim sCurrentFolder
|
| D | commands.asp | 191 dim sFileUrl
|
| /plugin/asciidocjs/node_modules/chalk/ |
| D | index.d.ts | 308 readonly dim: Chalk; property
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | chord-1.js | 5 …,"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/ |
| D | magazinelayout.class.php | 329 $dim = array('w'=>$new_width,'h'=>$new_height); 340 $src = ml($img['id'],$dim);
|
| /plugin/abc2/abc-libraries/abcjs/ |
| D | abcjs_plugin-midi_6.0.0-beta.25-min.js | 3 …dim&&(this.dim=i.dim),i.position&&(this.position=i.position),this.height=i.height?i.height:4,i.top… property
|
| /plugin/photogallery/ |
| D | syntax.php | 553 $dim = array('w'=>$w,'h'=>$h); 569 $src = ml($img['id'],$dim);
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.2.js | 858 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…
|
| D | firebug-lite-1.2-compressed.js | 26 return;var dim=lib.util.GetViewport();el.main.environment.addStyle({"width":dim.width+"px"});el.mai… 27 …dim);}},setVerticalPosition:function(_dim,_event){with(firebug){var dim=_dim||lib.util.GetViewport…
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.2-compressed.js | 37 return;var dim=lib.util.GetViewport();el.main.environment.addStyle({"width":dim.width+"px"});el.mai… 38 …dim);}},setVerticalPosition:function(_dim,_event){with(firebug){var dim=_dim||lib.util.GetViewport…
|
| H A D | firebug-lite-1.2.js | 869 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/ |
| D | gas.min.js.map | 1 …dim",".double",".eject",".else",".elseif",".end",".endef",".endfunc",".endif",".equ",".equiv",".eq…
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | export.js | 1564 var dim = { 1571 ctx.rect( dim.left, dim.top, dim.width, dim.height );
|