Home
last modified time | relevance | path

Searched refs:iHeight (Results 1 – 8 of 8) sorted by relevance

/plugin/patchpanel/
H A Dsyntax.php128 $iHeight = $imageheight / 2.85;
131 $iBorderTop = ( $iHeight / 2.8 ) * $row;
136 $iBorderTop -= $iHeight * 0.14;
140 $iPosY = ( ( $iHeight * $row ) + 0.4 * $iHeight ) + $iBorderTop;
145 …dth / 15 ) * $i ) ).'" y="'.( $iPosY + ( $iHeight / 2 ) ).'" width="'.( $iWidth / 32 ).'" height="…
149 …<rect x="'.$iPosX.'" y="'.$iPosY.'" width="'.$iWidth.'" height="'.$iHeight.'" fill="#REPLACECOLOR#…
150 …<rect x="'.$iPosX.'" y="'.$iPosY.'" width="'.$iWidth.'" height="'.( $iHeight / 2.65 ).'" stroke-wi…
152 … $iWidth / 2.7 ) ).'" y="'.( $iPosY + ( $iHeight / 1.58 ) ).'" width="'.( $iWidth / 4 ).'" height=…
153 …$iWidth / 3.5 ) ).'" y="'.( $iPosY + ( $iHeight / 1.58 ) ).'" width="'.( $iWidth / 2.35 ).'" heigh…
154 … ( $iWidth / 8 ) ).'" y="'.( $iPosY + ( $iHeight / 2 ) ).'" width="'.( $iWidth / 1.35 ).'" height=…
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js135 var iWidth, iHeight ;
155 iHeight = aMatchH[1] ;
157 SetAttribute( oImage, 'height', iHeight ) ;
162 GetE('txtHeight').value = iHeight ? iHeight : GetAttribute( oImage, "height", '' ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js187 var iWidth, iHeight ;
207 iHeight = aMatchH[1] ;
209 SetAttribute( oImage, 'height', iHeight ) ;
214 GetE('txtHeight').value = iHeight ? iHeight : GetAttribute( oImage, "height", '' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js236 var iHeight = eMainNode.offsetHeight ;
239 this._IFrame.height = iHeight ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js187 var iHeight = FCKConfig.ScreenHeight * 0.65 ;
188 …g( 'FCKDialog_Source', FCKLang.Source, 'dialog/fck_source.html', iWidth, iHeight, null, null, true…
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java473 …int iHeight = tce.hasAttribute(ATTRIBUTE_HEIGHT)? Integer.parseInt(tce.getAttribute(ATTRIBUTE_HEIG… in loadPalette() local
474 if (iHeight==-1) { in loadPalette()
475 iHeight = 100; in loadPalette()
482 iHeight, in loadPalette()
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js509 var iHeight = FCKConfig.ScreenHeight * 0.7 ;
511 …menubar=yes,scrollbars=yes,resizable=yes,width=' + iWidth + ',height=' + iHeight + ',left=' + iLef…
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...