Lines Matching refs:count
28 $count = 1;
43 if (! strpos($line,'!') && $count == 1) {
64 if ($count != 1) {
76 $count += 1;
99 for($i=$imageOffset; $i<count($image_tags[0]); $i++) {
153 $count = count_from_pos($matches, $clean_matches, $start);
154 $clean_start = $clean_matches[0][$count][1];
168 $results[$clean_start] = array("sentence" => $clean_sentence, "count" => $count);
180 $count = 0;
181 for($count=0; $count < count($clean_matches[0]); $count++) {
185 $clean_match = $clean_matches[0][$count];
190 return $count;
194 return $count;
210 $count = $sentence_info["count"];
223 $start = $matches[0][$count + $occurences[$sentence]][1];