Home
last modified time | relevance | path

Searched refs:clean_matches (Results 1 – 1 of 1) sorted by relevance

/plugin/docimporter/
H A DImportUtils.php152 preg_match_all("/".$clean_pattern."/", $html, $clean_matches, PREG_OFFSET_CAPTURE);
153 $count = count_from_pos($matches, $clean_matches, $start);
154 $clean_start = $clean_matches[0][$count][1];
179 function count_from_pos($matches, $clean_matches, $pos){ argument
181 for($count=0; $count < count($clean_matches[0]); $count++) {
185 $clean_match = $clean_matches[0][$count];