Lines Matching refs:matches
632 // Check if ID matches
857 * Optionally matches a id name, consisting of an "#" followed by
862 * Optionally matches a list of classs, consisting of an "."
868 * Optionally matches the attributes list
880 $matches,
885 $debug_object->debug_log(2, 'Matches Array: ', $matches);
891 foreach ($matches as $m) {
927 // Skip empty matches
1122 $matches,
1126 foreach ($matches as $match) {
1675 $success = preg_match('/charset=(.+)/', $contentTypeHeader, $matches);
1677 $charset = $matches[1];
1704 $matches
1708 $charset = $matches[1];
2202 $matches,
2214 $this->noise[$key] = $matches[$i][$idx][0];
2215 $this->doc = substr_replace($this->doc, $key, $matches[$i][$idx][1], strlen($matches[$i][$idx][0]));