getModuleRoot() . 'common/view/header.html.php';?> getModuleRoot() . 'common/view/form.html.php';?> getModuleRoot() . 'common/view/kindeditor.html.php';?> repo);?> edition);?>
repo->changeFile;?>
repo->getDiffFileTree($diffs);?>
repo->viewDiffList['inline'], "id='inline'", $arrange == 'inline' ? 'active btn btn-sm' : 'btn btn-sm')?> repo->viewDiffList['appose'], "id='appose'", $arrange == 'appose' ? 'active btn btn-sm' : 'btn btn-sm')?>
repo->createLink('download', "repoID=$repoID&path=" . $this->repo->encodePath($entry) . "&fromRevison=$oldVersion&toRevision=$newVersion&type=path&isBranchOrTag=$isBranchOrTag"), $lang->repo->downloadDiff, 'hiddenwin', "class='btn btn-sm btn-download'"); } ?>
repo->encodingList, $encoding, $lang->repo->encoding) . "", "data-toggle='dropdown'", 'btn dropdown-toggle btn-sm')?>
repo->codeSurvey, $addedLine, $deletedLine);?>
$diffFile):?>
contents)) continue;?> SCM == 'Subversion') $diffFile->fileName = $fileName . '/' . $diffFile->fileName;?> contents as $content):?> oldStartLine; $newCurrentLine = $content->newStartLine; ?> lines as $line):?> oldlc : $line->newlc;?>' data-src='fileName));?>' data-type='type;?>'> lines as $line):?> type != 'old' and !isset($content->new[$line->newlc])) continue;?> oldlc : $line->newlc;?>' data-src='fileName));?>' data-type='type;?>'> type == 'old') { $oldlc = $line->oldlc; $newlc = ''; if(isset($content->new[$oldlc]) and !isset($content->new[$oldlc - 1])) { $newlc = $line->oldlc; $line->type = 'custom'; } } else { $oldlc = $line->oldlc > 0 ? $line->oldlc : ' '; $newlc = $line->newlc; } ?> old[$oldlc])) unset($content->old[$oldlc]); if(isset($content->new[$newlc])) unset($content->new[$newlc]); ?>
fileName;?>
... ...
type != 'new' and $line->oldlc) echo $line->oldlc;?> newlc : $line->oldlc;?>'> type != 'old') echo $line->newlc;?> line = $repo->SCM == 'Subversion' ? htmlspecialchars($line->line) : $line->line; echo $line->type == 'old' ? preg_replace('/^\-/', '–', $line->line) : ($line->type == 'new' ? $line->line : ' ' . $line->line); ?>
type?> type == 'custom') echo "line-old"?> code'> old[$oldlc])) $content->old[$oldlc] = ''; $content->old[$oldlc] = $repo->SCM == 'Subversion' ? htmlspecialchars($content->old[$oldlc]) : $content->old[$oldlc]; if(!empty($oldlc)) echo $line->type != 'all' ? preg_replace('/^\-/', '–', $content->old[$oldlc]) : ' ' . $content->old[$oldlc]; ?> newlc : $line->oldlc;?>'> type?> type == 'custom') echo "line-new"?> code'> new[$newlc])) $content->new[$newlc] = ''; $content->new[$newlc] = $repo->SCM == 'Subversion' ? htmlspecialchars($content->new[$newlc]) : $content->new[$newlc]; if(!empty($newlc)) echo $line->type != 'all' ? $content->new[$newlc] : ' ' . $content->new[$newlc]; ?>
getModuleRoot() . 'repo/view/diffeditor.html.php';?> getModuleRoot() . 'common/view/footer.html.php';?>