Searched refs:count (Results 1 – 12 of 12) sorted by relevance
11 $count = db_get_one($query);13 if ($count > 0) {19 There are roughly [$count] unapproved events awaiting moderation. Please check the queue:
50 $count = 0; variable90 $count++;97 exit($count ? 0 : 1);
118 $count = 0;120 if ($count++ < 2) {125 if ($count > 2) {
84 if (!count($photos)) {
19 for ($i=0; $i<count($sect) - 1; $i++) {22 $query->add('?', [strtr($sect[count($sect) - 1],'*','%')]);
81 list ($count) = mysql_fetch_row ($result);83 if ($count >= 3) {
57 …if ($divref.attr('groupname') && targetgroup.count>1 && (action=="show" || action=="toggle" && $di…131 targetgroup.count=(targetgroup.count||0)+1 //count # of DIVs within this group
19 $return .= $alphanum[rand(0,count($alphanum)-1)];
465 if (!($count = mysql_result($result, 0, 0))) { variable469 $msg = "Are you sure to change section of <b>$count note(s)</b>";923 if (count($start) != 4) {
26 } elseif (isset($_SESSION["credentials"]) && count($_SESSION["credentials"]) == 2) {
117 if (substr_count($str, '?') !== count($params)) {260 return count(get_ssh_keys($string)) > 0;
1922 if (count($parts) < 3) {2115 if (count($parts) < 3) {2377 $col_count = count($headers);
Completed in 34 milliseconds