Searched refs:count (Results 1 – 25 of 27) sorted by relevance
12
/web-php/images/ |
H A D | supported-versions.php | 62 $width = $margin_left + $margin_right + ((count($years) - 1) * $year_width); 63 $height = $header_height + $footer_height + (count($branches) * $branch_height); 149 …="<?php echo date_horiz_coord($date) ?>" y2="<?php echo $header_height + (count($branches) * $bran… 162 …$header_height ?>" x2="<?php echo $x ?>" y2="<?php echo $header_height + (count($branches) * $bran… 163 …<text x="<?php echo $x ?>" y="<?php echo $header_height + (count($branches) * $branch_height) + (0…
|
H A D | elephpants.php | 39 $count = min((int) $_REQUEST['count'], 50); variable 69 if ($got == $count) {
|
/web-php/ |
H A D | quickref.php | 82 if (count($temp) > 0) { 91 if (count($maybe) >= 30) { break; } 107 if (count($maybe) > 0) { $head_options = ["noindex"]; } 124 <?php if (!empty($notfound) && count($maybe) > 0) { ?>
|
H A D | submit-event.php | 123 if (count($errors) === 0) { 132 if (count($errors) === 0) { 151 if (count($errors)) { display_errors($errors); } 173 if ($process && count($errors) === 0) { 253 <?php if ($process && count($errors) == 0) {?>
|
H A D | cal.php | 116 if ($events === false || count($events) == 0) { 121 if (count($errors) > 0) { 353 if (count($linearr) < 13) { return false; }
|
H A D | error.php | 273 if (count($parts) === 1) { 719 if (count($legacy_manual_urls) > 0) {
|
H A D | git-php.php | 161 if (count($_POST)) {
|
H A D | index.php | 65 if (count($frontpage) >= 25) {
|
/web-php/bin/ |
H A D | news2html | 8 if (count($_SERVER['argv']) < 2) { 49 $c = count($entries[$module])-1; 98 if (count($parts) < 2) {
|
H A D | createNewsEntry | 77 return is_numeric($c) && ($c >= 0) && ($c < count(Entry::CATEGORIES)); 82 if (count(array_intersect($cat, ['cfp', 'conferences'])) >= 2) { 87 if (count($cat) == 0) {
|
/web-php/releases/ |
H A D | index.php | 29 $count = 0; variable 31 if ($max <= $count) { 40 $count++;
|
H A D | NEWS_5_4_0_RC1.txt | 1086 . Implemented FR #50692, not uploaded files don't count towards 2113 - Fixed bug #48745 (mysqlnd: mysql_num_fields returns wrong column count for 3087 - Fixed bug #43841 (mb_strrpos() offset is byte count for negative values). 3430 - Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia) 3474 - Fixed bug #43840 (mb_strpos bounds check is byte count rather than a character count). (Rui) 4268 - Removed double "wrong parameter count" warnings in various functions. 5113 - Added SimpleXMLIterator::count(). 5186 - Fixed bug #37060 (Type of retval of Countable::count() is not checked). 5582 - Added optional fifth parameter "count" to preg_replace_callback() and 5583 preg_replace() to count the number of replacements made. FR #32275. (Andrey) [all …]
|
H A D | NEWS_5_4_0_beta1.txt | 990 . Implemented FR #50692, not uploaded files don't count towards 2017 - Fixed bug #48745 (mysqlnd: mysql_num_fields returns wrong column count for 2991 - Fixed bug #43841 (mb_strrpos() offset is byte count for negative values). 3334 - Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia) 3378 - Fixed bug #43840 (mb_strpos bounds check is byte count rather than a character count). (Rui) 4172 - Removed double "wrong parameter count" warnings in various functions. 5017 - Added SimpleXMLIterator::count(). 5090 - Fixed bug #37060 (Type of retval of Countable::count() is not checked). 5486 - Added optional fifth parameter "count" to preg_replace_callback() and 5487 preg_replace() to count the number of replacements made. FR #32275. (Andrey) [all …]
|
/web-php/src/News/ |
H A D | Entry.php | 185 $count = 0; 187 $count++; 188 $id = $filename . "-" . $count;
|
/web-php/manual/en/toc/ |
H A D | ref.strings.inc | 50 0 => 'function.count-chars.php', 300 0 => 'function.str-word-count.php', 445 0 => 'function.substr-count.php',
|
/web-php/manual/ |
H A D | spam_challenge.php | 41 $c = CHALLENGES[mt_rand(0, count(CHALLENGES) - 1)];
|
/web-php/include/ |
H A D | branches.inc | 94 if (count($parts) > 1) { 389 $arrayB = version_array($versionB, count($arrayA)); 410 $versionArray = count($versionArray) < $length
|
H A D | layout.inc | 219 if (count($errors) > 1) { 351 $count = 0; 361 $count++; 365 if ($count > $max) { 395 $count--;
|
H A D | shared-manual.inc | 60 $num_notes = count($notes); 63 …$noteCountHtml = "<span class=\"count\">$num_notes note" . ($num_notes == 1 ? '' : 's') . "</span>… 399 if (isset($setup["history"]['contributors']) && count($setup["history"]['contributors']) > 0) { 456 || count($setup["history"]["contributors"]) < 1) {
|
H A D | ip-to-country.inc | 208 for ($i = 0; $i < count($ips); $i++) {
|
/web-php/js/ |
H A D | common.js | 409 var count = Math.ceil($(document).width() / 75) - 413 if (count < 1) { 419 url: '/images/elephpants.php?count=' + count,
|
/web-php/js/ext/ |
H A D | FuzzySearch.min.js | 10 …count-a.count})}function w(a,b){this.id=a,this.count=b}function x(a){return a?a.toLowerCase().repl…
|
/web-php/releases/8.1/ |
H A D | release.inc | 287 count($value); 305 count($value);
|
/web-php/styles/ |
H A D | theme-medium.css | 751 #usernotes .count {
|
H A D | theme-base.css | 381 #usernotes .count {
|
Completed in 69 milliseconds
12