Home
last modified time | relevance | path

Searched refs:i (Results 1 – 15 of 15) sorted by relevance

/web-bugs/src/Horde/Text/Diff/Engine/
H A DString.php95 for ($i = 0; $i < $end;) {
101 } while (++$i < $end && substr($diff[$i], 0, 1) == ' ');
109 } while (++$i < $end && substr($diff[$i], 0, 1) == '+');
118 } while (++$i < $end && substr($diff[$i], 0, 1) == '-');
120 while ($i < $end && substr($diff[$i], 0, 1) == '+') {
131 $i++;
155 $i < $end && substr($diff[$i], 0, 3) == '***';
174 $i++;
179 if ($diff[$i] != '' && substr($diff[$i], 0, 1) != ' ') {
205 } while (++$i < $max_i && substr($diff[$i], 0, 1) == '!');
[all …]
H A DNative.php162 for ($i = $ylim - 1; $i >= $yoff; $i--) {
163 $ymatches[$this->xv[$i]][] = $i;
166 for ($i = $ylim - 1; $i >= $yoff; $i--) {
167 $ymatches[$this->yv[$i]][] = $i;
180 for ($i = 0; $i <= $this->lcs; $i++) {
181 $ymids[$i][$chunk - 1] = $this->seq[$i];
320 $i = 0;
343 while ($i < $len && ! $changed[$i]) {
358 while (++$i < $len && $changed[$i]) {
394 while ($i < $len && $lines[$start] == $lines[$i]) {
[all …]
/web-bugs/src/Horde/Text/Diff/
H A DMapped.php47 for ($i = 0; $i < count($this->_edits); $i++) {
48 $orig = &$this->_edits[$i]->orig;
54 $final = &$this->_edits[$i]->final;
H A DRenderer.php82 foreach ($diffs as $i => $edit) {
91 $keep = $i == count($diffs) - 1 ? $ntrail : $nlead + $ntrail;
/web-bugs/www/
H A Dvote.php52 for ($i = 0; $i < count($ips); $i++) {
55 if (!eregi ("^(10|172\.16|192\.168)\.", $ips[$i]) &&
56 preg_match("/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/", $ips[$i])) {
57 $ip = $ips[$i];
H A Dstats.php107 $i = 1; variable
109 echo ' <td class="bug_bg' , $i++ % 2 , '">';
127 $i = 1; variable
129 echo ' <td class="bug_bg', $i++ % 2, '">';
/web-bugs/www/js/
H A Djquery.autocomplete-min.js10i,user;arr=this.options.lookup;len=arr.suggestions.length;ret={suggestions:[],data:[]};q=q.toLower… argument
H A Djquery.cookie.js85 for (var i = 0; i < cookies.length; i++) {
86 var cookie = jQuery.trim(cookies[i]);
H A Duserlisting.php40 $tsstring = gmdate('D, d M Y H:i:s ', $modified);
45 $expires = gmdate('D, d M Y H:i:s ', strtotime('+2 months', $_SERVER['REQUEST_TIME'])) . 'GMT';
H A DMarkdown.Converter.js1130 for (var i = 0; i < end; i++) {
1131 var str = grafs[i];
1150 for (var i = 0; i < end; i++) {
1154 grafsOut[i] = grafsOut[i].replace(/~K(\d+)K/g, function (wholeMatch, id) {
/web-bugs/templates/
H A Dpatchdiff.php32 <?php foreach ($revisions as $i => $revision) { ?>
35 …echo format_date($revision['revision']); ?></a><?php if ($i < count($revisions) - 1) echo ' | '; ?>
H A Dpatchdisplay.php34 foreach ($revisions as $i => $rev) {
/web-bugs/src/Utils/
H A DUploader.php173 $i = 0;
175 $newName = $rand.$i.'.'.$ext;
181 $i++;
/web-bugs/include/
H A Dfunctions.php249 if (preg_match('/\b('. implode('|', $keywords) . ')\b/i', $string)) {
441 for ($i = 10; $i < 100; $i += 10) {
442 echo '<option value="' . $i . '"';
443 if ($limit == $i) {
446 echo ">$i bugs</option>\n";
1664 for ($i = 0, $l = strlen($email); $i<$l; $i++) {
1665 if ($i % 2) {
1666 $tmp .= '&#' . ord($email[$i]) . ';';
1668 $tmp .= '&#x' . dechex(ord($email[$i])) . ';';
/web-bugs/docs/
H A Dtemplates.md171 return gmdate('Y-m-d H:i e', $timestamp - date('Z', $timestamp));

Completed in 38 milliseconds