Home
last modified time | relevance | path

Searched refs:iWidth (Results 1 – 9 of 9) sorted by relevance

/plugin/patchpanel/
H A Dsyntax.php127 $iWidth = $imagewidth / 17;
130 $iBorderLeft = ( $iWidth / 13 ) * $position;
133 $iBorderLeft += $iWidth * 0.3;
139 $iPosX = ( ( $iWidth * $position ) + 2 * $iWidth ) + $iBorderLeft;
145 …ct x="'.( ( $iPosX + ( $iWidth / 4 ) ) + ( ( $iWidth / 15 ) * $i ) ).'" y="'.( $iPosY + ( $iHeight…
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 …<rect x="'.( $iPosX + ( $iWidth / 2.7 ) ).'" y="'.( $iPosY + ( $iHeight / 1.58 ) ).'" width="'.( $
153 …<rect x="'.( $iPosX + ( $iWidth / 3.5 ) ).'" y="'.( $iPosY + ( $iHeight / 1.58 ) ).'" width="'.( $
154 …<rect x="'.( $iPosX + ( $iWidth / 8 ) ).'" y="'.( $iPosY + ( $iHeight / 2 ) ).'" width="'.( $iWidt…
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js135 var iWidth, iHeight ;
144 iWidth = aMatchW[1] ;
146 SetAttribute( oImage, 'width' , iWidth ) ;
161 GetE('txtWidth').value = iWidth ? iWidth : GetAttribute( oImage, "width", '' ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js187 var iWidth, iHeight ;
196 iWidth = aMatchW[1] ;
198 SetAttribute( oImage, 'width' , iWidth ) ;
213 GetE('txtWidth').value = iWidth ? iWidth : GetAttribute( oImage, "width", '' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js235 var iWidth = iMainWidth ;
238 this._IFrame.width = iWidth ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js186 var iWidth = FCKConfig.ScreenWidth * 0.65 ;
188 …FCKDialog.OpenDialog( 'FCKDialog_Source', FCKLang.Source, 'dialog/fck_source.html', iWidth, iHeigh…
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java469 …int iWidth = tce.hasAttribute(ATTRIBUTE_WIDTH)? Integer.parseInt(tce.getAttribute(ATTRIBUTE_WIDTH)… in loadPalette() local
470 if (iWidth==-1) { in loadPalette()
471 iWidth = 100; in loadPalette()
481 iWidth, in loadPalette()
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js508 var iWidth = FCKConfig.ScreenWidth * 0.8 ;
510 var iLeft = ( FCKConfig.ScreenWidth - iWidth ) / 2 ;
511 …ocation=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=' + iWidth + ',height=' + iHe…
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js3971 iWidth, aApplied=[], iSanityWidth,
4097 iWidth = $(nSizer).width();
4099 aApplied.push( iWidth );
4117 iWidth = $(nSizer).width();
4119 aApplied.push( iWidth );
5548 var iWidth;
5553 iWidth = nTmp.offsetWidth;
5556 return ( iWidth );
5572 var i, iIndex, iCorrector, iWidth;
5758 iWidth = $(oNodes[iCorrector]).width();
[all …]
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...