Home
last modified time | relevance | path

Searched refs:setParam (Results 126 – 129 of 129) sorted by path

123456

/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/odt/helper/
H A Dconfig.php428 public function setParam($name, $value) { function in helper_plugin_odt_config
562 $this->setParam ($name, $conf[$dw_name]);
567 $this->setParam ($name, $this->getConf($name));
573 $this->setParam ($name, $url_param);
581 $this->setParam ($name, $value);
620 $this->setParam ('disable_links', false);
622 $this->setParam ('disable_links', true);
630 $this->setParam ('toc_pagebreak', true);
632 $this->setParam ('toc_pagebreak', false);
641 $this->setParam ('odt_template', $this->getParam ('template'));
/plugin/odt/renderer/
H A Dpage.php50 $this->config->setParam($name, $value);
330 $this->config->setParam ('disable_links', false);
338 $this->config->setParam ('disable_links', true);
/plugin/tagging/
H A Dhelper.php939 public function setParam($name, $value) function in helper_plugin_tagging
953 $this->setParam('sort', 'tid');

123456