Lines Matching refs:initOpt
51 var $initOpt = ''; variable in syntax_plugin_wikistatistics
313 switch ($this->initOpt['mode']) {
320 $period = $this->initOpt['period'];
457 $width = $this->initOpt['width'];
463 $height = $this->initOpt['height'];
469 $absLabelAngle = $this->initOpt['absLabelAngle'];
478 $chart->setGraphArea($this->initOpt['spleft'],$this->initOpt['sptop'],$width-20,$height-30);
581 $width = $this->initOpt['width'];
587 $height = $this->initOpt['height'];
593 $absLabelAngle = $this->initOpt['absLabelAngle'];
602 $chart->setGraphArea($this->initOpt['spleft'],$this->initOpt['sptop'],$width-20,$height-30);
740 if($this->initOpt['filter'] == 'active') {
887 $depthLevel = $this->initOpt['depthlevel'];
902 $width = $this->initOpt['width'];
908 $height = $this->initOpt['height'];
1014 …$nbOfRows = (isset($this->initOpt['nbOfRows']) && is_numeric($this->initOpt['nbOfRows'])) ? $this-…
1056 $this->initOpt=$params;
1077 $this->initOpt['spleft'] = isset($this->initOpt['spleft']) ? $this->initOpt['spleft'] : '40';
1078 $this->initOpt['sptop'] = isset($this->initOpt['sptop']) ? $this->initOpt['sptop'] : '30';