Home
last modified time | relevance | path

Searched refs:Width (Results 1 – 25 of 131) sorted by relevance

123456

/plugin/wysiwyg/fckeditor/
H A Dfckeditor.pl38 $Width = '100%';
82 …$Html .= "<iframe id=\"$wk\" src=\"$Link\" width=\"$Width\" height=\"$Height\" frameborder=\"0\" s…
84 if($Width =~ /\%/g){
85 $WidthCSS = $Width;
87 $WidthCSS = $Width . 'px';
H A Dfckeditor_php5.php32 var $Width ; variable in FCKeditor
43 $this->Width = '100%' ;
81 …$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" he…
85 if ( strpos( $this->Width, '%' ) === false )
86 $WidthCSS = $this->Width . 'px' ;
88 $WidthCSS = $this->Width ;
H A Dfckeditor_php4.php32 var $Width ; variable in FCKeditor
43 $this->Width = '100%' ;
86 …$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" he…
90 if ( strpos( $this->Width, '%' ) === false )
91 $WidthCSS = $this->Width . 'px' ;
93 $WidthCSS = $this->Width ;
H A Dfckeditor.js33 this.Width = width || '100%' ;
74 var sWidth = this.Width.toString().indexOf('%') > 0 ? this.Width : this.Width + 'px' ;
150 …return '<iframe id="' + this.InstanceName + '___Frame" src="' + sLink + '" width="' + this.Width +…
H A Dfckeditor.py48 self.Width = '100%'
89 self.Width,
93 if (self.Width.find("%%") < 0):
94 WidthCSS = "%spx" % self.Width
96 WidthCSS = self.Width
/plugin/fckg/fckeditor/
H A Dfckeditor.js33 this.Width = width || '100%' ;
89 var sWidth = this.Width.toString().indexOf('%') > 0 ? this.Width : this.Width + 'px' ;
182 '" width="' + this.Width +
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckfitwindow.js89 eEditorFrameStyle.width = oViewPaneSize.Width + "px";
178 eEditorFrameStyle.width = oViewPaneSize.Width + 'px' ;
H A Dfck_othercommands.js31 this.Width = width ;
42 …FCKDialog.OpenDialog( 'FCKDialog_' + this.Name , this.Title, this.Url, this.Width, this.Height, nu…
/plugin/tablewidth/
H A Dplugin.info.txt5 name Table Width Plugin
/plugin/galleryv1.5/
H A Dsyntax.php323 $w = $img['meta']->getField('File.Width');
350 $w_lightbox = $img['meta']->getField('File.Width');
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dgrid_12-825-55-15.css3 Grid Width: 825px
4 Column Width: 55px
5 Gutter Width: 15px
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js176 return { Width : oSizeSource.clientWidth, Height : oSizeSource.clientHeight } ;
178 return { Width : 0, Height : 0 } ;
H A Dfcktools_gecko.js151 return { Width : win.innerWidth, Height : win.innerHeight } ;
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.css7 …ve equal width which depends on parent width (in this case table parent). Width works more like ma…
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.css7 …ve equal width which depends on parent width (in this case table parent). Width works more like ma…
/plugin/mp3play2/
H A DREADME.md78 <th align="left">Width</th>
80 <td>Width size in pixel or %</td>
/plugin/projects/pchart/pchart/
H A Dpchart.php295 function setLineStyle($Width=1,$DotSize=0) argument
297 $this->LineWidth = $Width;
1415 $Width = $Positions[2] - $Positions[6]; $XOffset = $XPos - ($Width/2);
2182 { $XOffset = -$Width; }
2959 if ( $Width == 0 ) { $Width = $Height; }
2970 $Y = sin($i*3.1418/180) * $Width + $Yc;
2978 if ( $Width == 0 ) { $Width = $Height; }
3099 $Width = $Infos[0];
3152 $Width = $this->XSize+2*$Size;
3162 $this->XSize = $Width;
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php295 function setLineStyle($Width=1,$DotSize=0) argument
297 $this->LineWidth = $Width;
1439 $Width = $Positions[2] - $Positions[6]; $XOffset = $XPos - ($Width/2);
2207 { $XOffset = -$Width; }
2984 if ( $Width == 0 ) { $Width = $Height; }
2995 $Y = sin($i*3.1418/180) * $Width + $Yc;
3003 if ( $Width == 0 ) { $Width = $Height; }
3124 $Width = $Infos[0];
3177 $Width = $this->XSize+2*$Size;
3187 $this->XSize = $Width;
[all …]
/plugin/popupviewer/
H A DREADME.md15 ```%SIZE%``` (optional) | Width and height (optional) in px. Example: 200×300
/plugin/statdisplay/pchart/
H A DpChart.php203 function setLineStyle($Width = 1, $DotSize = 0) { argument
204 $this->LineWidth = $Width;
1502 $Width = $Positions [2] - $Positions [6];
1503 $XOffset = $XPos - ($Width / 2);
2390 $Width = $Positions [2] - $Positions [6];
2398 $XOffset = - $Width;
2402 $XOffset = - $Width;
2717 $Width = $Infos [0];
2740 $Width = $this->XSize + 2 * $Size;
2743 $Resampled = imagecreatetruecolor ( $Width, $Height );
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php194 function setLineStyle($Width = 1, $DotSize = 0) { argument
195 $this->LineWidth = $Width;
1625 $Width = $Positions [2] - $Positions [6];
1626 $XOffset = $XPos - ($Width / 2);
2571 $Width = $Positions [2] - $Positions [6];
2579 $XOffset = -$Width;
2583 $XOffset = -$Width;
2885 function drawEllipse($Xc, $Yc, $Height, $Width, Color $color) { argument
2886 $this->canvas->drawCircle(new Point($Xc, $Yc), $Height, $color, $this->shadowProperties, $Width);
2892 function drawFilledEllipse($Xc, $Yc, $Height, $Width, Colo argument
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak32 width=Width
/plugin/facebooklike/
H A DREADME.textile37 | width | Width of the "reserved" area. (integer, e.g. 450) |
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1Width>=0)||!(box.Size.Width<=1e9)||!(box.Size.Height>=0)||!(box.Size.Width<=1e9))throw new System.…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js216 var iViewPaneWidth = oViewPaneSize.Width + oScrollPosition.X ;

123456