Home
last modified time | relevance | path

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

12

/web-php/images/
H A Dsupported-versions.php62 $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 Delephpants.php39 $count = min((int) $_REQUEST['count'], 50); variable
69 if ($got == $count) {
/web-php/
H A Dquickref.php82 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 Dsubmit-event.php123 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 Dcal.php116 if ($events === false || count($events) == 0) {
121 if (count($errors) > 0) {
353 if (count($linearr) < 13) { return false; }
H A Dindex.php65 if (count($frontpage) >= 25) {
H A Dgit-php.php161 if (count($_POST)) {
H A Derror.php704 if (count($legacy_manual_urls) > 0) {
/web-php/bin/
H A Dnews2html8 if (count($_SERVER['argv']) < 2) {
49 $c = count($entries[$module])-1;
98 if (count($parts) < 2) {
H A DcreateNewsEntry77 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 Dindex.php29 $count = 0; variable
31 if ($max <= $count) {
40 $count++;
H A DNEWS_5_4_0_RC1.txt1086 . 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 …]
/web-php/src/News/
H A DEntry.php185 $count = 0;
187 $count++;
188 $id = $filename . "-" . $count;
/web-php/manual/en/toc/
H A Dref.strings.inc50 0 => 'function.count-chars.php',
300 0 => 'function.str-word-count.php',
445 0 => 'function.substr-count.php',
/web-php/manual/
H A Dspam_challenge.php41 $c = CHALLENGES[mt_rand(0, count(CHALLENGES) - 1)];
/web-php/include/
H A Dlayout.inc215 if (count($errors) > 1) {
347 $count = 0;
357 $count++;
361 if ($count > $max) {
391 $count--;
H A Dshared-manual.inc55 $num_notes = count($notes);
58 …$noteCountHtml = "<span class=\"count\">$num_notes note" . ($num_notes == 1 ? '' : 's') . "</span>…
392 if (isset($setup["history"]['contributors']) && count($setup["history"]['contributors']) > 0) {
444 || count($setup["history"]["contributors"]) < 1) {
H A Dbranches.inc91 if (count($parts) > 1) {
382 $arrayB = version_array($versionB, count($arrayA));
403 $versionArray = count($versionArray) < $length
H A Dip-to-country.inc208 for ($i = 0; $i < count($ips); $i++) {
/web-php/js/
H A Dcommon.js412 var count = Math.ceil($(document).width() / 75) -
416 if (count < 1) {
422 url: '/images/elephpants.php?count=' + count,
H A Dsearch.js266 count: fuzzyhound.results.length
/web-php/js/ext/
H A DFuzzySearch.min.js10count-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 Drelease.inc287 count($value);
305 count($value);
/web-php/styles/
H A Dtheme-medium.css253 #usernotes .count {
H A Dtheme-base.css444 #usernotes .count {
1077 .tt-dropdown-menu .result-count {

Completed in 94 milliseconds

12