Lines Matching refs:matches
880 $matches,
885 $debug_object->debug_log(2, 'Matches Array: ', $matches);
891 foreach ($matches as $m) {
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])…