/dports/devel/websvn/websvn-2.6.1/ |
H A D | diff.php | 48 $svnrep = new SVNRepository($rep); variable 51 $history = $svnrep->getLog($path, 'HEAD', 1, true, 2, ($path == '/') ? '' : $peg); 56 $history = $svnrep->getLog($path, '', '', true, 2, ($path == '/') ? '' : $peg); 66 $history = $svnrep->getLog($path, $rev, 1, false, 2, $peg); 113 $history2 = $svnrep->getLog($path, $rev, $youngest, true, 2, $peg ? $peg : 'HEAD'); 155 $svnMimeType = $svnrep->getProperty($path, 'svn:mime-type', $rev); 200 …$normalNew = $svnrep->getFileContents($history->entries[0]->path, $newerFile, $history->entries[0]… 201 …$highlightedNew = $svnrep->getFileContents($history->entries[0]->path, $newerFileHl, $history->ent… 205 …$normalOld = $svnrep->getFileContents($history->entries[0]->path, $olderFile, $history->entries[1]… 206 …$highlightedOld = $svnrep->getFileContents($history->entries[0]->path, $olderFileHl, $history->ent…
|
H A D | filedetails.php | 36 $svnrep = new SVNRepository($rep); variable 50 $history = $svnrep->getLog($path, 'HEAD', 1, false, 2, ($path == '/') ? '' : $peg); 55 $history = $svnrep->getLog($path, '', '', false, 2, ($path == '/') ? '' : $peg); 82 $svnrep->getFileContents($path, '', $rev, $peg, '| '.$config->gzip.' -n -f'); 92 $svnMimeType = $svnrep->getProperty($path, 'svn:mime-type', $rev); 141 $svnrep->getFileContents($path, '', $rev, $peg); 171 $history2 = $svnrep->getLog($path, $rev, $youngest, true, 2, $peg ? $peg : 'HEAD'); 186 $history3 = $svnrep->getLog($path, $rev, 1, true, 2, $peg ? $peg : 'HEAD'); 241 else if (!$svnrep->isFile($path, $rev, $peg))
|
H A D | blame.php | 39 $svnrep = new SVNRepository($rep); variable 42 $history = $svnrep->getLog($path, 'HEAD', 1, false, 2, ($path == '/') ? '' : $peg); 47 $history = $svnrep->getLog($path, '', '', false, 2, ($path == '/') ? '' : $peg); 62 $history = $svnrep->getLog($path, $rev, '', false, 2, $peg); 107 $history2 = $svnrep->getLog($path, $rev, $youngest, true, 2, $peg); 152 $svnMimeType = $svnrep->getProperty($path, 'svn:mime-type', $rev, $peg); 163 $highlighted = $svnrep->getFileContents($path, $tfname, $rev, $peg, '', 'line'); 170 $svnrep->getBlameDetails($path, $tbname, $rev, $peg); 242 $history = $svnrep->getLog($path, $key, $key, false, 1, $peg);
|
H A D | search.php | 63 function showSearchResults($svnrep, $path, $searchstring, $rev, $peg, $listing, $index=0, $treevie… argument 74 $logList = $svnrep->getListSearch($path, $searchstring, $rev, $peg); 214 $svnrep = new SVNRepository($rep); variable 218 $info = $svnrep->getInfo($path, $rev, $peg); 227 $history = $svnrep->getLog($path, 'HEAD', 1, false, 2, ($path == '/') ? '' : $peg); 232 $history = $svnrep->getLog($path, '', '', false, 2, ($path == '/') ? '' : $peg); 246 $history = $svnrep->getLog($path, $lastChangedRev, 1, false, 2, $peg); 251 $headlog = $svnrep->getLog('/', '', '', true, 1); 291 $history2 = $svnrep->getLog($path, $rev, $youngest, true, 2, $peg); 314 $bugtraq = new Bugtraq($rep, $svnrep, $ppath); [all …]
|
H A D | listing.php | 113 $logList = $svnrep->getList($path, $rev, $peg); 284 $logList = $svnrep->getList($path, $rev, $peg); 432 function showTreeDir($svnrep, $path, $rev, $peg, $listing) argument 464 $svnrep = new SVNRepository($rep); variable 468 $info = $svnrep->getInfo($path, $rev, $peg); 482 $history = $svnrep->getLog($path, '', '', false, 2, ($path == '/') ? '' : $peg); 497 $history = $svnrep->getLog($path, $lastChangedRev, 1, false, 2, $peg); 502 $headlog = $svnrep->getLog('/', '', '', true, 1); 542 $history2 = $svnrep->getLog($path, $rev, $youngest, true, 2, $peg); 565 $bugtraq = new Bugtraq($rep, $svnrep, $ppath); [all …]
|
H A D | revision.php | 37 $svnrep = new SVNRepository($rep); variable 44 $history = $svnrep->getLog($path, 'HEAD', 1, true, 2, ($path == '/') ? '' : $peg); 49 $history = $svnrep->getLog($path, '', '', true, 2, ($path == '/') ? '' : $peg); 65 $history = $svnrep->getLog($path, $lastChangedRev, 1, false, 2, $peg, true); 85 $history2 = $svnrep->getLog($path, $rev, $youngest, true, 2, $peg); 112 $bugtraq = new Bugtraq($rep, $svnrep, $ppath); 177 $isFile = $svnrep->isFile($change->path, $lastSeenRev, $lastSeenRev);
|
H A D | dl.php | 92 $svnrep = new SVNRepository($rep); variable 97 $history = $svnrep->getLog($path, 'HEAD', '', true, 1, $peg); 101 $history = $svnrep->getLog($path, '', 1, true, 1, $peg); 105 $history = $svnrep->getLog($path, $rev, $rev - 1, true, 1, $peg); 149 $svnExportResult = $svnrep->exportRepositoryPath($path, $tempDir.DIRECTORY_SEPARATOR.$archiveName, …
|
H A D | log.php | 103 $svnrep = new SVNRepository($rep); variable 105 $history = $svnrep->getLog($path, 'HEAD', '', false, 1, ($path == '/') ? '' : $peg); 110 $history = $svnrep->getLog($path, '', '', false, 1, ($path == '/') ? '' : $peg); 253 $bugtraq = new Bugtraq($rep, $svnrep, $ppath); 261 $history = $svnrep->getLog($path, $startrev, $endrev, true, $max, $peg); 302 $history = $svnrep->getLog($path, $brev, $erev, false, 0, $peg, true);
|
H A D | rss.php | 67 $svnrep = new SVNRepository($rep); variable 68 $history = $svnrep->getLog($path, $rev, '', false, $max, $peg, !$quiet); 87 $bugtraq = new Bugtraq($rep, $svnrep, $ppath);
|
H A D | multiviews.php | 129 $svnrep = new SVNRepository($rep); variable 130 if ($svnrep->isFile($path, $rev, $peg)) {
|
H A D | index.php | 77 $svnrep = new SVNRepository($project); variable 78 $log = $svnrep->getLog('/', '', '', true, 1);
|
H A D | comp.php | 46 $svnrep = new SVNRepository($rep); variable 154 $history1 = $svnrep->getLog($path1, $rev1, 0, false, 1); 161 $history2 = $svnrep->getLog($path2, $rev2, 0, false, 1); 193 $svnpath1 = encodepath($svnrep->getSvnPath(str_replace(DIRECTORY_SEPARATOR, '/', $path1))); 194 $svnpath2 = encodepath($svnrep->getSvnPath(str_replace(DIRECTORY_SEPARATOR, '/', $path2)));
|
/dports/devel/websvn/websvn-2.6.1/include/ |
H A D | bugtraq.php | 48 function __construct($rep, $svnrep, $path) { argument 65 $properties = $svnrep->getProperties($parent); 66 …string) && in_array('bugtraq:message', $properties)) $this->msgstring = $svnrep->getProperty($pare… 67 …gregex) && in_array('bugtraq:logregex', $properties)) $this->logregex = $svnrep->getProperty($pare… 68 …>urlstring) && in_array('bugtraq:url', $properties)) $this->urlstring = $svnrep->getProperty($pare… 69 …if (in_array('bugtraq:append', $properties) && $svnrep->getProperty($parent, 'bugtraq:append') == …
|
H A D | template.php | 88 global $svnrep, $path, $rev, $peg; 91 $svnrep->listFileContents($path, $rev, $peg); 300 $svnrep = new SVNRepository($rep); 301 $svnrep->listReadmeContents($readmePath);
|
/dports/devel/py-buildbot/buildbot-3.4.1/docs/examples/ |
H A D | hello.cfg | 32 svnrep="file:///usr/home/warner/stuff/Projects/BuildBot/demo/SVN-Repository" 34 f.addStep(steps.SVN(repourl=svnrep+"/hello", mode="update"))
|