Lines Matching refs:arg
197 $arg = array();
204 $arg[$match[1]] = substr($match[2], 1, -1); // drop quates from value string
214 $arg[$match[1]] = (int)$match[2];
224 $arg['width'] = $matches[1];
225 if (!$matches[2]) $arg['width'].= $unit;
226 $arg['height'] = $matches[4];
227 if (!$matches[5]) $arg['height'].= $unit;
231 $arg[$singlekey] = $matches[1];
232 if (!$matches[2]) $arg[$singlekey].= $unit;
235 $arg[$singlekey] = $matches[1].$unit;
245 $arg[$matches[1]] = false;
247 $arg[$token] = true;
250 return $arg;