Home
last modified time | relevance | path

Searched refs:buildLocalFuture (Results 1 – 10 of 10) sorted by relevance

/dports/devel/arcanist-lib/arcanist-b2e715f/src/repository/api/
H A DArcanistSubversionAPI.php39 protected function buildLocalFuture(array $argv) { function in ArcanistSubversionAPI
271 return $this->buildLocalFuture(array('info .'));
277 return $this->buildLocalFuture(array('info %s@', $this->getPath($path)));
298 return $this->buildLocalFuture(
306 return $this->buildLocalFuture(
527 $future = $this->buildLocalFuture(array('list -R'));
H A DArcanistRepositoryAPI.php399 return $this->buildLocalFuture($args)->resolvex();
404 return $this->buildLocalFuture($args)->resolve();
409 return $this->buildLocalFuture($args);
412 abstract protected function buildLocalFuture(array $argv); function in ArcanistRepositoryAPI
666 return $this->buildLocalFuture($args)
H A DArcanistGitAPI.php20 protected function buildLocalFuture(array $argv) { function in ArcanistGitAPI
646 $status = $this->buildLocalFuture(
722 $uncommitted_future = $this->buildLocalFuture(
729 $untracked_future = $this->buildLocalFuture(
735 $unstaged_future = $this->buildLocalFuture(
933 $future = $this->buildLocalFuture(array('ls-files -z'));
1680 $future = $this->buildLocalFuture(
H A DArcanistFilesystemAPI.php92 protected function buildLocalFuture(array $argv) { function in ArcanistFilesystemAPI
H A DArcanistMercurialAPI.php15 protected function buildLocalFuture(array $argv) { function in ArcanistMercurialAPI
264 $future = $this->buildLocalFuture(array('manifest'));
/dports/devel/arcanist/arcanist-b2e715f/src/repository/api/
H A DArcanistSubversionAPI.php39 protected function buildLocalFuture(array $argv) { function in ArcanistSubversionAPI
271 return $this->buildLocalFuture(array('info .'));
277 return $this->buildLocalFuture(array('info %s@', $this->getPath($path)));
298 return $this->buildLocalFuture(
306 return $this->buildLocalFuture(
527 $future = $this->buildLocalFuture(array('list -R'));
H A DArcanistRepositoryAPI.php399 return $this->buildLocalFuture($args)->resolvex();
404 return $this->buildLocalFuture($args)->resolve();
409 return $this->buildLocalFuture($args);
412 abstract protected function buildLocalFuture(array $argv); function in ArcanistRepositoryAPI
666 return $this->buildLocalFuture($args)
H A DArcanistGitAPI.php20 protected function buildLocalFuture(array $argv) { function in ArcanistGitAPI
646 $status = $this->buildLocalFuture(
722 $uncommitted_future = $this->buildLocalFuture(
729 $untracked_future = $this->buildLocalFuture(
735 $unstaged_future = $this->buildLocalFuture(
933 $future = $this->buildLocalFuture(array('ls-files -z'));
1680 $future = $this->buildLocalFuture(
H A DArcanistFilesystemAPI.php92 protected function buildLocalFuture(array $argv) { function in ArcanistFilesystemAPI
H A DArcanistMercurialAPI.php15 protected function buildLocalFuture(array $argv) { function in ArcanistMercurialAPI
264 $future = $this->buildLocalFuture(array('manifest'));