Lines Matching refs:cargo
16 $potid = $this->cargo['pot'];
24 $thepotid = $this->cargo[$searchpotid]['output']['result'];
26 $completeformula .= "( ".$this->cargo[$searchpotid]['output']['formula']." )";
29 $this->cargo[$potid]['output']['error'] = " error:";
36 foreach ($this->cargo as $key => $value) {
48 preg_match('/^(.\*?)(\d\*?)$/', $this->cargo['pot'], $potidarr); //fetch potid of this potid
51 foreach ($this->cargo as $key => $value) {
71 $mdec = $this->cargo[$potid]['settings']['decimals'];
75 $this->cargo[$potid]['output']['result'] = $calculated['result']; // set the var to use it global
76 $this->cargo[$potid]['output']['formula'] = $calculated['formula'];
77 $this->cargo[$potid]['output']['type'] = $calculated['type'];
79 $this->cargo[$potid]['output']['error'] = $calculated['error'];