Lines Matching refs:return
31 return 'substition';
36 return 'block';
44 return 160;
62 $return = [
82 $return['title'] = $match[1];
86 $return['align'] = strtolower($match[1]);
89 $return['legend'] = true;
92 $return['value'] = true;
95 $return['width'] = $match[1];
96 $return['height'] = $match[2];
101 $return['type'] = $this->supported_charts[strtolower($match[1])];
105 $return['fg'] = $match[1][0];
108 $return['bg'] = $match[1][1];
127 $return['data'] = $data;
129 return $return;
138 return false;
233 return true;
243 * @return array
252 return $palette;