Home
last modified time | relevance | path

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

12345

/plugin/wysiwyg/fckeditor/
H A 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';
H A 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 ;
H A 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 ;
H A 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="…
H A Dfckeditor.py49 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 Dfckeditor.js34 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 Dfckfitwindow.js90 eEditorFrameStyle.height = oViewPaneSize.Height + "px";
179 eEditorFrameStyle.height = oViewPaneSize.Height + 'px' ;
H A Dfck_othercommands.js32 this.Height = height ;
42 …FCKDialog.OpenDialog( 'FCKDialog_' + this.Name , this.Title, this.Url, this.Width, this.Height, nu…
/plugin/galleryv1.5/
H A Dsyntax.php324 $h = $img['meta']->getField('File.Height');
351 $h_lightbox = $img['meta']->getField('File.Height');
/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/wysiwyg/
H A Dsyntax.php111 $oFCKeditor->Height = '150';
/plugin/mp3play2/
H A DREADME.md83 <th align="left">Height</th>
85 <td>Height in pixel or %</td>
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1Height)||(this.m_spacerMerger.PrepareForHorizontalLayout(node),this.MergeFrom(this.m_spacerMerger)…
/plugin/projects/pchart/pchart/
H A Dpchart.php2173 $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 DpChart.class.php2198 $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 DREADME.md52 * Bugfix for Height adjustment by @borco
/plugin/switchpanel/
H A DREADME.md127 ## Height separator
136 Height separator
/plugin/statdisplay/pchart/
H A DpChart.php2391 $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 DpChart.php2572 $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 Dfckpanel.js215 var iViewPaneHeight = oViewPaneSize.Height + oScrollPosition.Y ;
/plugin/amcharts/
H A DREADME.md69 | `height` | Height of the chart, in the same format as `width`. |
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css30 /* Width of horizontal decorators and Height of vertical decorators is
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css30 /* Width of horizontal decorators and Height of vertical decorators is
/plugin/c3chart/
H A DREADME.md66 | `height` | Height of the chart, in the same format as `width`. |

12345