Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 25 of 132) sorted by relevance

123456

/plugin/grensladawritezor/fckeditor/
Dfckeditor_php5.php33 var $Height ; variable in FCKeditor
44 $this->Height = '200' ;
81 …ame}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" height=\"{$this->Height}\" frameborder=\"0…
90 if ( strpos( $this->Height, '%' ) === false )
91 $HeightCSS = $this->Height . 'px' ;
93 $HeightCSS = $this->Height ;
Dfckeditor_php4.php33 var $Height ; variable in FCKeditor
44 $this->Height = '200' ;
81 …ame}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" height=\"{$this->Height}\" frameborder=\"0…
90 if ( strpos( $this->Height, '%' ) === false )
91 $HeightCSS = $this->Height . 'px' ;
93 $HeightCSS = $this->Height ;
Dfckeditor.pl39 $Height = '200';
82 …$Html .= "<iframe id=\"$wk\" src=\"$Link\" width=\"$Width\" height=\"$Height\" frameborder=\"0\" s…
89 if($Height =~ /\%/g){
90 $HeightCSS = $Height;
92 $HeightCSS = $Height . 'px';
Dfckeditor.py48 self.Height = '200'
89 self.Height
96 if (self.Height.find("%%") < 0):
97 HeightCSS = "%spx" % self.Height
99 HeightCSS = self.Height
Dfckeditor.js34 this.Height = height || '200' ;
77 var sHeight = this.Height.toString().indexOf('%') > 0 ? this.Height : this.Height + 'px' ;
152 …__Frame" src="' + sLink + '" width="' + this.Width + '" height="' + this.Height + '" frameborder="…
/plugin/wysiwyg/fckeditor/
Dfckeditor.pl39 $Height = '200';
82 …$Html .= "<iframe id=\"$wk\" src=\"$Link\" width=\"$Width\" height=\"$Height\" frameborder=\"0\" s…
89 if($Height =~ /\%/g){
90 $HeightCSS = $Height;
92 $HeightCSS = $Height . 'px';
Dfckeditor_php4.php33 var $Height ; variable in FCKeditor
44 $this->Height = '200' ;
86 …ame}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" height=\"{$this->Height}\" frameborder=\"0…
95 if ( strpos( $this->Height, '%' ) === false )
96 $HeightCSS = $this->Height . 'px' ;
98 $HeightCSS = $this->Height ;
Dfckeditor_php5.php33 var $Height ; variable in FCKeditor
44 $this->Height = '200' ;
81 …ame}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" height=\"{$this->Height}\" frameborder=\"0…
90 if ( strpos( $this->Height, '%' ) === false )
91 $HeightCSS = $this->Height . 'px' ;
93 $HeightCSS = $this->Height ;
Dfckeditor.py49 self.Height = '200'
90 self.Height
97 if (self.Height.find("%%") < 0):
98 HeightCSS = "%spx" % self.Height
100 HeightCSS = self.Height
Dfckeditor.js34 this.Height = height || '200' ;
75 var sHeight = this.Height.toString().indexOf('%') > 0 ? this.Height : this.Height + 'px' ;
150 …__Frame" src="' + sLink + '" width="' + this.Width + '" height="' + this.Height + '" frameborder="…
/plugin/fckg/fckeditor/
Dfckeditor.js34 this.Height = height || '200' ;
90 var sHeight = this.Height.toString().indexOf('%') > 0 ? this.Height : this.Height + 'px' ;
183 '" height="' + this.Height ;
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfckfitwindow.js87 eEditorFrameStyle.height = oViewPaneSize.Height + "px";
168 eEditorFrameStyle.height = oViewPaneSize.Height + 'px' ;
Dfck_othercommands.js32 this.Height = height ;
42 …FCKDialog.OpenDialog( 'FCKDialog_' + this.Name , this.Title, this.Url, this.Width, this.Height, nu…
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckfitwindow.js90 eEditorFrameStyle.height = oViewPaneSize.Height + "px";
179 eEditorFrameStyle.height = oViewPaneSize.Height + 'px' ;
Dfck_othercommands.js32 this.Height = height ;
42 …FCKDialog.OpenDialog( 'FCKDialog_' + this.Name , this.Title, this.Url, this.Width, this.Height, nu…
/plugin/galleryv1.5/
Dsyntax.php324 $h = $img['meta']->getField('File.Height');
351 $h_lightbox = $img['meta']->getField('File.Height');
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktools_ie.js168 return { Width : oSizeSource.clientWidth, Height : oSizeSource.clientHeight } ;
170 return { Width : 0, Height : 0 } ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktools_ie.js176 return { Width : oSizeSource.clientWidth, Height : oSizeSource.clientHeight } ;
178 return { Width : 0, Height : 0 } ;
/plugin/wysiwyg/
Dsyntax.php111 $oFCKeditor->Height = '150';
/plugin/mp3play2/
DREADME.md83 <th align="left">Height</th>
85 <td>Height in pixel or %</td>
/plugin/diagramsnet/lib/js/orgchart/
DOrgChart.Layout.min.js1Height)||(this.m_spacerMerger.PrepareForHorizontalLayout(node),this.MergeFrom(this.m_spacerMerger)… property
/plugin/stlviewer/
DREADME.md16 - h: Height in pixel
/plugin/projects/pchart/pchart/
Dpchart.php1416 $Height = $Positions[3] - $Positions[7]; $YOffset = $YPos - 4;
2173 $Height = $Positions[3] - $Positions[7];
2176 $YOffset = $Height;
2179 { $YOffset = $Height; $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));
2969 $X = cos($i*3.1418/180) * $Height + $Xc;
2976 function drawFilledCircle($Xc,$Yc,$Height,$R,$G,$B,$Width=0) argument
2978 if ( $Width == 0 ) { $Width = $Height; }
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php1440 $Height = $Positions[3] - $Positions[7]; $YOffset = $YPos - 4;
2198 $Height = $Positions[3] - $Positions[7];
2201 $YOffset = $Height;
2204 { $YOffset = $Height; $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));
2994 $X = cos($i*3.1418/180) * $Height + $Xc;
3001 function drawFilledCircle($Xc,$Yc,$Height,$R,$G,$B,$Width=0) argument
3003 if ( $Width == 0 ) { $Width = $Height; }
[all …]
/plugin/switchpanel/
DREADME.md127 ## Height separator
136 Height separator

123456