Searched refs:i (Results 1 – 15 of 15) sorted by relevance
/web-bugs/src/Horde/Text/Diff/Engine/ |
H A D | String.php | 95 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 D | Native.php | 162 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 D | Mapped.php | 47 for ($i = 0; $i < count($this->_edits); $i++) { 48 $orig = &$this->_edits[$i]->orig; 54 $final = &$this->_edits[$i]->final;
|
H A D | Renderer.php | 82 foreach ($diffs as $i => $edit) { 91 $keep = $i == count($diffs) - 1 ? $ntrail : $nlead + $ntrail;
|
/web-bugs/www/ |
H A D | vote.php | 52 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 D | stats.php | 107 $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 D | jquery.autocomplete-min.js | 10 …i,user;arr=this.options.lookup;len=arr.suggestions.length;ret={suggestions:[],data:[]};q=q.toLower… argument
|
H A D | jquery.cookie.js | 85 for (var i = 0; i < cookies.length; i++) { 86 var cookie = jQuery.trim(cookies[i]);
|
H A D | userlisting.php | 40 $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 D | Markdown.Converter.js | 1130 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 D | patchdiff.php | 32 <?php foreach ($revisions as $i => $revision) { ?> 35 …echo format_date($revision['revision']); ?></a><?php if ($i < count($revisions) - 1) echo ' | '; ?>
|
H A D | patchdisplay.php | 34 foreach ($revisions as $i => $rev) {
|
/web-bugs/src/Utils/ |
H A D | Uploader.php | 173 $i = 0; 175 $newName = $rand.$i.'.'.$ext; 181 $i++;
|
/web-bugs/include/ |
H A D | functions.php | 249 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 D | templates.md | 171 return gmdate('Y-m-d H:i e', $timestamp - date('Z', $timestamp));
|
Completed in 38 milliseconds