Lines Matching refs:getParam
440 public function getParam($name) { function in helper_plugin_odt_config
557 $value = $this->getParam ($name);
586 $template = $this->getParam ('template');
589 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('t…
594 …$warning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('template'),$this->getParam ('…
600 $odt_template = $this->getParam ('odt_template');
603 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('o…
612 …arning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('odt_template'),$this->getParam …
618 $temp = $this->getParam ('disable_links');
628 $temp = $this->getParam ('toc_pagebreak');
638 $template = $this->getParam ('template');
639 $odt_template = $this->getParam ('odt_template');
641 $this->setParam ('odt_template', $this->getParam ('template'));
674 $content .= $name.'='.$this->getParam ($name).';';