Home
last modified time | relevance | path

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

123456

/plugin/grensladawritezor/fckeditor/
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 ;
Dfckeditor_php4.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 ;
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';
Dfckeditor.py47 self.Width = '100%'
88 self.Width,
92 if (self.Width.find("%%") < 0):
93 WidthCSS = "%spx" % self.Width
95 WidthCSS = self.Width
Dfckeditor.js33 this.Width = width || '100%' ;
76 var sWidth = this.Width.toString().indexOf('%') > 0 ? this.Width : this.Width + 'px' ;
152 …return '<iframe id="' + this.InstanceName + '___Frame" src="' + sLink + '" width="' + this.Width +…
/plugin/wysiwyg/fckeditor/
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';
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 ;
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 ;
Dfckeditor.py48 self.Width = '100%'
89 self.Width,
93 if (self.Width.find("%%") < 0):
94 WidthCSS = "%spx" % self.Width
96 WidthCSS = self.Width
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 +…
/plugin/fckg/fckeditor/
Dfckeditor.js33 this.Width = width || '100%' ;
89 var sWidth = this.Width.toString().indexOf('%') > 0 ? this.Width : this.Width + 'px' ;
182 '" width="' + this.Width +
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfckfitwindow.js86 eEditorFrameStyle.width = oViewPaneSize.Width + "px";
167 eEditorFrameStyle.width = oViewPaneSize.Width + 'px' ;
Dfck_othercommands.js31 this.Width = width ;
42 …FCKDialog.OpenDialog( 'FCKDialog_' + this.Name , this.Title, this.Url, this.Width, this.Height, nu…
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckfitwindow.js89 eEditorFrameStyle.width = oViewPaneSize.Width + "px";
178 eEditorFrameStyle.width = oViewPaneSize.Width + 'px' ;
Dfck_othercommands.js31 this.Width = width ;
42 …FCKDialog.OpenDialog( 'FCKDialog_' + this.Name , this.Title, this.Url, this.Width, this.Height, nu…
/plugin/galleryv1.5/
Dsyntax.php323 $w = $img['meta']->getField('File.Width');
350 $w_lightbox = $img['meta']->getField('File.Width');
/plugin/tablewidth/
Dplugin.info.txt5 name Table Width Plugin
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktools_ie.js168 return { Width : oSizeSource.clientWidth, Height : oSizeSource.clientHeight } ;
170 return { Width : 0, Height : 0 } ;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
Dgrid_12-825-55-15.css3 Grid Width: 825px
4 Column Width: 55px
5 Gutter Width: 15px
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktools_ie.js176 return { Width : oSizeSource.clientWidth, Height : oSizeSource.clientHeight } ;
178 return { Width : 0, Height : 0 } ;
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
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/
Dcolordialog.css7 …ve equal width which depends on parent width (in this case table parent). Width works more like ma…
/plugin/mp3play2/
DREADME.md78 <th align="left">Width</th>
80 <td>Width size in pixel or %</td>
/plugin/projects/pchart/pchart/
Dpchart.php295 function setLineStyle($Width=1,$DotSize=0) argument
297 $this->LineWidth = $Width;
1415 $Width = $Positions[2] - $Positions[6]; $XOffset = $XPos - ($Width/2);
2172 $Width = $Positions[2] - $Positions[6];
2179 { $YOffset = $Height; $XOffset = -$Width; }
2182 { $XOffset = -$Width; }
2957 function drawCircle($Xc,$Yc,$Height,$R,$G,$B,$Width=0) argument
2959 if ( $Width == 0 ) { $Width = $Height; }
2965 $Step = 360 / (2 * 3.1418 * max($Width,$Height));
2970 $Y = sin($i*3.1418/180) * $Width + $Yc;
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php295 function setLineStyle($Width=1,$DotSize=0) argument
297 $this->LineWidth = $Width;
1439 $Width = $Positions[2] - $Positions[6]; $XOffset = $XPos - ($Width/2);
2197 $Width = $Positions[2] - $Positions[6];
2204 { $YOffset = $Height; $XOffset = -$Width; }
2207 { $XOffset = -$Width; }
2982 function drawCircle($Xc,$Yc,$Height,$R,$G,$B,$Width=0) argument
2984 if ( $Width == 0 ) { $Width = $Height; }
2990 $Step = 360 / (2 * 3.1418 * max($Width,$Height));
2995 $Y = sin($i*3.1418/180) * $Width + $Yc;
[all …]

123456