Home
last modified time | relevance | path

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

/web-master/scripts/
H A Devent-weekly-email11 $count = db_get_one($query);
13 if ($count > 0) {
19 There are roughly [$count] unapproved events awaiting moderation. Please check the queue:
H A Dupdate-user-notes50 $count = 0; variable
90 $count++;
97 exit($count ? 0 : 1);
H A Dpregen_news118 $count = 0;
120 if ($count++ < 2) {
125 if ($count > 2) {
H A Dpregen_flickr84 if (!count($photos)) {
/web-master/fetch/
H A Duser-notes-rss.php19 for ($i=0; $i<count($sect) - 1; $i++) {
22 $query->add('?', [strtr($sect[count($sect) - 1],'*','%')]);
/web-master/entry/
H A Duser-note.php81 list ($count) = mysql_fetch_row ($result);
83 if ($count >= 3) {
/web-master/manage/js/
H A Danimatedcollapse.js57 …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
/web-master/
H A Dforgot.php19 $return .= $alphanum[rand(0,count($alphanum)-1)];
/web-master/manage/
H A Duser-notes.php465 if (!($count = mysql_result($result, 0, 0))) { variable
469 $msg = "Are you sure to change section of <b>$count note(s)</b>";
923 if (count($start) != 4) {
/web-master/include/
H A Dlogin.inc26 } elseif (isset($_SESSION["credentials"]) && count($_SESSION["credentials"]) == 2) {
H A Dfunctions.inc117 if (substr_count($str, '?') !== count($params)) {
260 return count(get_ssh_keys($string)) > 0;
/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php1922 if (count($parts) < 3) {
2115 if (count($parts) < 3) {
2377 $col_count = count($headers);

Completed in 18 milliseconds