/plugin/wysiwyg/fckeditor/ |
H A D | fckeditor.pl | 39 $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';
|
H A D | fckeditor_php5.php | 33 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 ;
|
H A D | fckeditor_php4.php | 33 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 ;
|
H A D | fckeditor.js | 34 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="…
|
H A D | fckeditor.py | 49 self.Height = '200' 90 self.Height 97 if (self.Height.find("%%") < 0): 98 HeightCSS = "%spx" % self.Height 100 HeightCSS = self.Height
|
/plugin/fckg/fckeditor/ |
H A D | fckeditor.js | 34 this.Height = height || '200' ; 90 var sHeight = this.Height.toString().indexOf('%') > 0 ? this.Height : this.Height + 'px' ; 183 '" height="' + this.Height ;
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fckfitwindow.js | 90 eEditorFrameStyle.height = oViewPaneSize.Height + "px"; 179 eEditorFrameStyle.height = oViewPaneSize.Height + 'px' ;
|
H A D | fck_othercommands.js | 32 this.Height = height ; 42 …FCKDialog.OpenDialog( 'FCKDialog_' + this.Name , this.Title, this.Url, this.Width, this.Height, nu…
|
/plugin/galleryv1.5/ |
H A D | syntax.php | 324 $h = $img['meta']->getField('File.Height'); 351 $h_lightbox = $img['meta']->getField('File.Height');
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktools_ie.js | 176 return { Width : oSizeSource.clientWidth, Height : oSizeSource.clientHeight } ; 178 return { Width : 0, Height : 0 } ;
|
H A D | fcktools_gecko.js | 151 return { Width : win.innerWidth, Height : win.innerHeight } ;
|
/plugin/wysiwyg/ |
H A D | syntax.php | 111 $oFCKeditor->Height = '150';
|
/plugin/mp3play2/ |
H A D | README.md | 83 <th align="left">Height</th> 85 <td>Height in pixel or %</td>
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | OrgChart.Layout.min.js | 1 …Height)||(this.m_spacerMerger.PrepareForHorizontalLayout(node),this.MergeFrom(this.m_spacerMerger)…
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 2173 $Height = $Positions[3] - $Positions[7]; 2176 $YOffset = $Height; 2179 { $YOffset = $Height; $XOffset = -$Width; } 2959 if ( $Width == 0 ) { $Width = $Height; } 2969 $X = cos($i*3.1418/180) * $Height + $Xc; 2978 if ( $Width == 0 ) { $Width = $Height; } 2988 $X1 = cos($i*3.1418/180) * $Height + $Xc; 2996 if ( ($Y1-1) > $Yc - max($Width,$Height) ) 3100 $Height = $Infos[1]; 3153 $Height = $this->YSize+2*$Size; [all …]
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 2198 $Height = $Positions[3] - $Positions[7]; 2201 $YOffset = $Height; 2204 { $YOffset = $Height; $XOffset = -$Width; } 2984 if ( $Width == 0 ) { $Width = $Height; } 2994 $X = cos($i*3.1418/180) * $Height + $Xc; 3003 if ( $Width == 0 ) { $Width = $Height; } 3013 $X1 = cos($i*3.1418/180) * $Height + $Xc; 3021 if ( ($Y1-1) > $Yc - max($Width,$Height) ) 3125 $Height = $Infos[1]; 3178 $Height = $this->YSize+2*$Size; [all …]
|
/plugin/stars2/ |
H A D | README.md | 52 * Bugfix for Height adjustment by @borco
|
/plugin/switchpanel/ |
H A D | README.md | 127 ## Height separator 136 Height separator
|
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 2391 $Height = $Positions [3] - $Positions [7]; 2394 $YOffset = $Height; 2397 $YOffset = $Height; 2679 function drawEllipse($Xc, $Yc, $Height, $Width, Color $color) { argument 2686 function drawFilledEllipse($Xc, $Yc, $Height, $Width, Color $color) { argument 2718 $Height = $Infos [1]; 2729 imagecopymerge ( $this->canvas->getPicture(), $Raster, $X, $Y, 0, 0, $Width, $Height, $Alpha ); 2741 $Height = $this->YSize + 2 * $Size; 2743 $Resampled = imagecreatetruecolor ( $Width, $Height ); 2745 imagefilledrectangle ( $Resampled, 0, 0, $Width, $Height, $C_Background ); [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 2572 $Height = $Positions [3] - $Positions [7]; 2575 $YOffset = $Height; 2578 $YOffset = $Height; 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, Color $color) { argument 2893 $this->canvas->drawFilledCircle(new Point($Xc, $Yc), $Height, $color, $this->shadowProperties, $Width); 2924 $Height = $Infos [1]; 2935 imagecopymerge($this->canvas->getPicture(), $Raster, $X, $Y, 0, 0, $Width, $Height, $Alpha); 2947 $Height [all...] |
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckpanel.js | 215 var iViewPaneHeight = oViewPaneSize.Height + oScrollPosition.Y ;
|
/plugin/amcharts/ |
H A D | README.md | 69 | `height` | Height of the chart, in the same format as `width`. |
|
/plugin/eventline/timeline_js/ |
H A D | timeline-bundle.css | 30 /* Width of horizontal decorators and Height of vertical decorators is
|
/plugin/tline/timeline_js/ |
H A D | timeline-bundle.css | 30 /* Width of horizontal decorators and Height of vertical decorators is
|
/plugin/c3chart/ |
H A D | README.md | 66 | `height` | Height of the chart, in the same format as `width`. |
|