Lines Matching refs:param
667 $param = preg_split('/\s+/', $matches[0], 2, PREG_SPLIT_NO_EMPTY);
668 while (count($param) < 2) $param[] = null;
670 if ($param[0] == 'html') $param[0] = 'html4strict';
671 if ($param[0] == '-') $param[0] = null;
672 array_unshift($param, $matches[1]);
674 $param [] = $this->parse_highlight_options($options[0]);
676 $this->addCall($type, $param, $pos);
1105 $param = substr($link[0], $pos + 1);
1108 $param = '';
1112 if (preg_match('#(\d+)(x(\d+))?#i', $param, $size)) {
1121 if (preg_match('/nolink/i', $param)) {
1123 } elseif (preg_match('/direct/i', $param)) {
1125 } elseif (preg_match('/linkonly/i', $param)) {
1132 if (preg_match('/(nocache|recache)/i', $param, $cachemode)) {