Home
last modified time | relevance | path

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

/plugin/pot/source/
H A Dtext.php16 $searchpotid = $stew[2]; variable
21 $thepotid = $this->cargo[$searchpotid]['output']['result'];
23 $completeformula .= $this->cargo[$searchpotid]['output']['formula'];
25 $completeformula .= " 'not set: {@$searchpotid}' ";
32 preg_match("/.*($searchpotid).*/x", $key, $match); //.*(gut).*
H A Dcalculate.php19 $searchpotid = $stew[2]; variable
24 $thepotid = $this->cargo[$searchpotid]['output']['result'];
26 $completeformula .= "( ".$this->cargo[$searchpotid]['output']['formula']." )";
28 $completeformula .= " 'not set: {@$searchpotid}' ";
33 $pattern = "/.*($searchpotid).*/x";