Home
last modified time | relevance | path

Searched refs:projectId (Results 176 – 184 of 184) sorted by path

12345678

/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php85 protected $projectId; variable in Google\\Auth\\Credentials\\ServiceAccountCredentials
161 $this->projectId = isset($jsonKey['project_id'])
243 return $this->projectId;
H A DServiceAccountJwtAccessCredentials.php60 public $projectId; variable in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials
102 $this->projectId = isset($jsonKey['project_id'])
185 return $this->projectId;
/plugin/issuelinks/classes/
H A DIssue.php15 protected $projectId; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
49 $this->projectId = $projectKey;
88 …$issue = $db->loadIssue($this->serviceID, $this->projectId, $this->issueId, $this->isMergeRequest);
108 return $this->projectId . $sep . $this->issueId;
171 return $this->projectId;
427 …$name = $this->projectId . $service::getProjectIssueSeparator($this->isMergeRequest) . $this->issu…
445 'data-project' => $this->projectId,
460 return $service->getIssueURL($this->projectId, $this->issueId, $this->isMergeRequest);
/plugin/issuelinks/services/
H A DGitHub.service.php57 public function getIssueURL($projectId, $issueId, $isMergeRequest) argument
H A DGitLab.service.php286 public function getIssueURL($projectId, $issueId, $isMergeRequest) argument
288 …return $this->gitlabUrl . '/' . $projectId . ($isMergeRequest ? '/merge_requests/' : '/issues/') .…
H A DJira.service.php90 public function getIssueURL($projectId, $issueId, $isMergeRequest) argument
92 return $this->jiraUrl . '/browse/' . $projectId . '-' . $issueId;
H A DServiceInterface.php50 public function getIssueURL($projectId, $issueId, $isMergeRequest); argument
/plugin/mantisreporter/
H A Dsyntax.php13 private $projectId; variable in syntax_plugin_mantisreporter
115 return $this->projectId;
121 * @param int $projectId
123 private function setProjectId($projectId) { argument
124 $this->projectId = $projectId;
200 $projectId = $this->getProjectId();
203 <input type='hidden' name='projectId' value='$projectId' />
287 private function getCustomFields($projectId = null) { argument
288 if($projectId === null) {
289 $projectId = $this->getProjectId();
[all …]
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A Dwebfont.js16 …d+"/"+a+".js"+(b?"?v="+b:"")};Y.prototype.load=function(a){var b=this.c.projectId,c=this.c.version…

12345678