Lines Matching refs:matched
352 $matched = $in;
354 if (preg_match("/\\\\(\d+)/", $matched, $csp)) $colspan = $csp[1];
355 if (preg_match("/\/(\d+)/", $matched, $rsp)) $rowspan = $rsp[1];
359 if (preg_match("/($this->vlgn)/", $matched, $vert))
363 if (preg_match("/\{([^}]*)\}/", $matched, $sty)) {
365 $matched = str_replace($sty[0], '', $matched);
368 if (preg_match("/\[([^]]+)\]/U", $matched, $lng)) {
370 $matched = str_replace($lng[0], '', $matched);
373 if (preg_match("/\(([^()]+)\)/U", $matched, $cls)) {
375 $matched = str_replace($cls[0], '', $matched);
378 if (preg_match("/([(]+)/", $matched, $pl)) {
380 $matched = str_replace($pl[0], '', $matched);
383 if (preg_match("/([)]+)/", $matched, $pr)) {
386 $matched = str_replace($pr[0], '', $matched);
389 if (preg_match("/($this->hlgn)/", $matched, $horiz))