Lines Matching defs:match
626 // Skip if tag doesn't match
746 $check = $this->match(
753 $check = $this->match(
763 'after match: '
775 // Found a match. Add to list and clear node
785 protected function match($exp, $pattern, $value, $case_sensitivity)
852 * [0] - full match
911 * [0] - full match
955 // Remove full match before adding to results
1130 foreach ($matches as $match) {
1131 $attributes[$match[1]] = $match[2];
1787 $debug_object->debug_log(2, 'No match found, assume ' . $charset);
1857 // If we don't have a match add current tag as text node
1884 // If we don't have a match add current tag as text node
2219 $idx = ($remove_tag) ? 0 : 1; // 0 = entire match, 1 = submatch