Lines Matching refs:cargo
13 $potid = $this->cargo['pot'];
21 $thepotid = $this->cargo[$searchpotid]['output']['result'];
23 $completeformula .= $this->cargo[$searchpotid]['output']['formula'];
26 $this->cargo[$potid]['output']['error'] = " error:";
31 foreach ($this->cargo as $key => $value) {
42 preg_match('/^(.\*?)(\d\*?)$/', $this->cargo['pot'], $potidarr); //fetch potid of this potid
45 foreach ($this->cargo as $key => $value) {
67 $this->cargo[$potid]['output']['result'] = $complete; // set the var to use it global
68 $this->cargo[$potid]['output']['formula'] = $complete;
69 $this->cargo[$potid]['output']['type'] = 'text';
71 $this->cargo[$potid]['output']['error'] = 'error with text';