Lines Matching defs:match
622 // Skip if tag doesn't match
742 $check = $this->match(
749 $check = $this->match(
759 'after match: '
771 // Found a match. Add to list and clear node
781 protected function match($exp, $pattern, $value, $case_sensitivity)
848 * [0] - full match
907 * [0] - full match
951 // Remove full match before adding to results
1126 foreach ($matches as $match) {
1127 $attributes[$match[1]] = $match[2];
1781 $debug_object->debug_log(2, 'No match found, assume ' . $charset);
1851 // If we don't have a match add current tag as text node
1878 // If we don't have a match add current tag as text node
2213 $idx = ($remove_tag) ? 0 : 1; // 0 = entire match, 1 = submatch