Searched refs:n (Results 1 – 2 of 2) sorted by relevance
210 for ($n = 0; $n < $nchunks - 1; $n++) {211 $x1 = $xoff + (int)(($numer + ($xlim - $xoff) * $n) / $nchunks);212 $y1 = $ymid[$n] + 1;
327 * @param string $n the name of the field to be looked for333 function field($n) argument336 htmlspecialchars(isset($_POST['in'][$n]) ? $_POST['in'][$n] : '') : null,337 htmlspecialchars($GLOBALS['bug'][$n] ?? ''));390 * @param string $n the name of the field to be looked for396 function txfield($n, $bug = null, $in = null) argument398 $one = (isset($in) && isset($in[$n])) ? $in[$n] : false;403 $two = (isset($bug) && isset($bug[$n])) ? $bug[$n] : false;
Completed in 7 milliseconds