Home
last modified time | relevance | path

Searched refs:pulls (Results 1 – 4 of 4) sorted by relevance

/web-bugs/templates/
H A Dlistpulls.php1 <?php if (count($pulls)) { ?>
5 <?php foreach ($pulls as $pr) { ?>
/web-bugs/www/
H A Dgh-pull-add.php89 $pulls = $pullRequestRepository->findAllByBugId($bug_id); variable
114 $pulls = $pullRequestRepository->findAllByBugId($bug_id); variable
133 $pulls = $pullRequestRepository->findAllByBugId($bug_id); variable
140 $pulls = $pullRequestRepository->findAllByBugId($bug_id); variable
H A Dbug.php1112 $pulls = $pullRequestRepository->findAllByBugId($bug_id); variable
/web-bugs/src/Utils/
H A DGitHub.php51 $url = $this->url.'/repos/'.$this->organization.'/'.urlencode($repo).'/pulls/'.$pullId;

Completed in 9 milliseconds