Home
last modified time | relevance | path

Searched refs:initOpt (Results 1 – 1 of 1) sorted by relevance

/plugin/stats/
H A Dsyntax.php51 var $initOpt = ''; variable in syntax_plugin_wikistatistics
313 switch ($this->initOpt['mode']) {
457 $width = $this->initOpt['width'];
478 $chart->setGraphArea($this->initOpt['spleft'],$this->initOpt['sptop'],$width-20,$height-30);
581 $width = $this->initOpt['width'];
602 $chart->setGraphArea($this->initOpt['spleft'],$this->initOpt['sptop'],$width-20,$height-30);
902 $width = $this->initOpt['width'];
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';
[all …]