Home
last modified time | relevance | path

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

/plugin/rrdgraph/
H A Dhelper.php426 $rpncomp->addConst("true", true);
427 $rpncomp->addConst("false", false);
428 … $rpncomp->addConst("fullscreen", $mode == helper_plugin_rrdgraph::MODE_GRAPH_FULLSCREEN);
429 $rpncomp->addConst("range", $rangeNr);
430 $rpncomp->addConst("page", $pageId);
/plugin/rrdgraph/inc/
H A Drpncomputer.php27 public function addConst($name, $value) { function in RPNComputer