Lines Matching refs:count
83 for($l=0; $l<count($this->original); $l++) {
107 …if($line=="" && count($_table_data)>1) { $in_block = $this->_finalise($_table_data, $table_positio…
126 for($l=0; $l<count($this->wikified); $l++) {
150 for($r=0; $r<count($wikified); $r++) { $this->wikified[$table_position + $r] = $wikified[$r]; }
165 $cells = count(split("\t",$original[0]));
169 for($r=0; $r<count($original); $r++) {
175 if($new_table_block[count($new_table_block)-1]==$empty_line) {
176 unset($new_table_block[count($new_table_block)-1]); }
180 if(count($new_table_block)>2 && $new_table_block[1]==$empty_line) {
183 for($r=1; $r<count($new_table_block)-1; $r++) { $new_table_block[$r]=$new_table_block[$r+1]; }
184 $new_table_block[count($new_table_block)-1]="";
191 for($r=1; $r<count($new_table_block); $r++) {
211 $count = count($calls);
213 …if($this->echo_timing) { echo "<!-- offset correction: running through ".$count." instructions -->…
218 for ($i=0; $i < $count; $i++) {