Home
last modified time | relevance | path

Searched refs:line (Results 1 – 6 of 6) sorted by relevance

/web-bugs/src/Horde/Text/Diff/Engine/
H A DXdiff.php46 foreach ($diff as $line) {
47 if (!strlen($line)) {
50 switch ($line[0]) {
52 $edits[] = new Horde_Text_Diff_Op_Copy(array(substr($line, 1)));
56 $edits[] = new Horde_Text_Diff_Op_Add(array(substr($line, 1)));
60 $edits[] = new Horde_Text_Diff_Op_Delete(array(substr($line, 1)));
H A DNative.php68 $line = $to_lines[$yi];
69 if (($this->ychanged[$yi] = empty($xhash[$line]))) {
72 $yhash[$line] = 1;
73 $this->yv[] = $line;
77 $line = $from_lines[$xi];
78 if (($this->xchanged[$xi] = empty($yhash[$line]))) {
81 $this->xv[] = $line;
187 $line = $flip ? $this->yv[$x] : $this->xv[$x];
188 if (empty($ymatches[$line])) {
191 $matches = $ymatches[$line];
/web-bugs/src/Horde/Text/
H A DDiff.php193 * @param string $line The line to trim.
196 public static function trimNewlines(&$line, $key) argument
198 $line = str_replace(array("\n", "\r"), '', $line);
/web-bugs/
H A DREADME.md44 └─ scripts/ # Command line development tools and scripts
H A Dcomposer.lock597 … "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage",
694 "description": "Looks up which function or method a line of code belongs to",
/web-bugs/www/css/
H A Dstyle.css327 line-height: 1.4;
537 text-decoration: line-through;

Completed in 11 milliseconds