Searched refs:cnt (Results 1 – 10 of 10) sorted by relevance
57 [/* $key */, $cnt] = explode('*', $tuple);58 $freq += (int)$cnt;95 [$key, $cnt] = explode('*', $tuple);96 if (!$cnt) continue;100 $cnt = 1;109 $result[$mapped] = (int)$cnt;
134 $cnt = 0;140 $cnt++;146 '" checked="checked" id="revert__' . $cnt . '" />';147 echo ' <label for="revert__' . $cnt . '">' . $date . '</label> ';
25 $cnt = count($input); variable26 if(!$cnt){31 $DST = imagecreatetruecolor(30,$cnt*45*2);42 for($i=0; $i<$cnt; $i++){
115 $cnt = count($this->patterns);116 for ($i = 0; $i < $cnt; $i++) {
143 $cnt = count($aLines);145 for ($i = 0; $i < $cnt; $i++) {
827 $cnt = 0;840 $cnt++;842 if ($max && $max == $cnt) break;
1086 $cnt = count($attrs['_options']);1087 for ($n = 0; $n < $cnt; $n++) {
170 for ($cnt = 4; $cnt--;) {
296 $cnt = count($this->tableCalls);297 for ($key = 0; $key < $cnt; $key++) {
556 foreach ($data as $id => $cnt) {575 if ($cnt !== 0) {577 $hits = '<span class="hits">' . $cnt . ' ' . $lang['hits'] . '</span>, ';