Searched refs:addConst (Results 1 – 2 of 2) sorted by relevance
426 $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);
27 public function addConst($name, $value) { function in RPNComputer