Home
last modified time | relevance | path

Searched refs:n (Results 1 – 2 of 2) sorted by relevance

/web-bugs/src/Horde/Text/Diff/Engine/
H A DNative.php210 for ($n = 0; $n < $nchunks - 1; $n++) {
211 $x1 = $xoff + (int)(($numer + ($xlim - $xoff) * $n) / $nchunks);
212 $y1 = $ymid[$n] + 1;
/web-bugs/include/
H A Dfunctions.php327 * @param string $n the name of the field to be looked for
333 function field($n) argument
336 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 for
396 function txfield($n, $bug = null, $in = null) argument
398 $one = (isset($in) && isset($in[$n])) ? $in[$n] : false;
403 $two = (isset($bug) && isset($bug[$n])) ? $bug[$n] : false;

Completed in 8 milliseconds