Lines Matching refs:matches
636 // Check if ID matches
861 * Optionally matches a id name, consisting of an "#" followed by
866 * Optionally matches a list of classs, consisting of an "."
872 * Optionally matches the attributes list
884 $matches,
889 $debug_object->debug_log(2, 'Matches Array: ', $matches);
895 foreach ($matches as $m) {
931 // Skip empty matches
1126 $matches,
1130 foreach ($matches as $match) {
1681 $success = preg_match('/charset=(.+)/', $contentTypeHeader, $matches);
1683 $charset = $matches[1];
1710 $matches
1714 $charset = $matches[1];
2208 $matches,
2220 $this->noise[$key] = $matches[$i][$idx][0];
2221 $this->doc = substr_replace($this->doc, $key, $matches[$i][$idx][1], strlen($matches[$i][$idx][0]));