| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/Resource/ |
| D | ProjectsSecrets.php | 31 * The "secrets" collection of methods. 35 * $secrets = $secretmanagerService->secrets; 42 * existing Secret. (secrets.addVersion) 45 * with the SecretVersion in the format `projects/secrets`. 57 * Creates a new Secret containing no SecretVersions. (secrets.create) 77 * Deletes a Secret. (secrets.delete) 80 * the format `projects/secrets`. 95 * Gets metadata for a given Secret. (secrets.get) 98 * `projects/secrets`. 110 * secret exists and does not have a policy set. (secrets.getIamPolicy) [all …]
|
| D | ProjectsSecretsVersions.php | 39 * `projects/secrets/versions/latest` is an alias to the most recently created 43 * format `projects/secrets/versions`. `projects/secrets/versions/latest` is an 59 * destroy in the format `projects/secrets/versions`. 75 * disable in the format `projects/secrets/versions`. 91 * enable in the format `projects/secrets/versions`. 103 * Gets metadata for a SecretVersion. `projects/secrets/versions/latest` is an 107 * format `projects/secrets/versions`. `projects/secrets/versions/latest` is an 123 * with the SecretVersions to list, in the format `projects/secrets`.
|
| /plugin/dev/.github/workflows/ |
| H A D | deploy.yml | 24 key: ${{ secrets.SSH_PRIVATE_KEY }} 26 known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }} 30 rsync -avz ./ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_DIR }}
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
| D | NotifierSpec.php | 22 protected $collection_key = 'secrets'; 45 public function setSecrets($secrets) argument 47 $this->secrets = $secrets; 54 return $this->secrets;
|
| D | Build.php | 27 protected $availableSecretsType = Secrets::class; 145 * @param Secrets 147 public function setAvailableSecrets(Secrets $availableSecrets) 152 * @return Secrets 343 public function setSecrets($secrets) argument 345 $this->secrets = $secrets; 352 return $this->secrets;
|
| D | GitHubEnterpriseConfig.php | 144 public function setSecrets(GitHubEnterpriseSecrets $secrets) argument 146 $this->secrets = $secrets; 153 return $this->secrets;
|
| D | BitbucketServerConfig.php | 147 public function setSecrets(BitbucketServerSecrets $secrets) argument 149 $this->secrets = $secrets; 156 return $this->secrets;
|
| D | Secrets.php | 20 class Secrets extends \Google\Collection class 59 class_alias(Secrets::class, 'Google_Service_CloudBuild_Secrets');
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/ |
| D | ListSecretsResponse.php | 22 protected $collection_key = 'secrets'; 51 public function setSecrets($secrets) argument 53 $this->secrets = $secrets; 60 return $this->secrets;
|
| /plugin/backlinks/.github/workflows/ |
| H A D | release.yml | 14 secrets: 15 DOKUWIKI_USER: ${{ secrets.DOKUWIKI_USER }} 16 DOKUWIKI_PASS: ${{ secrets.DOKUWIKI_PASS }}
|
| /plugin/description/.github/workflows/ |
| H A D | release.yml | 14 secrets: 15 DOKUWIKI_USER: ${{ secrets.DOKUWIKI_USER }} 16 DOKUWIKI_PASS: ${{ secrets.DOKUWIKI_PASS }}
|
| /plugin/openlayersmap/.github/workflows/ |
| H A D | release.yml | 14 secrets: 15 DOKUWIKI_USER: ${{ secrets.DOKUWIKI_USER }} 16 DOKUWIKI_PASS: ${{ secrets.DOKUWIKI_PASS }}
|
| /plugin/combo/.github/workflows/ |
| H A D | php-test-reusable.yml | 95 …https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-… 97 TOKEN: ${{ secrets.TOKEN }}
|
| H A D | php-test-on-pull-request.yml | 10 secrets: inherit
|
| H A D | php-test-on-manual.yml | 23 secrets: inherit
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/ |
| D | OrganizationsDevelopersAppsKeysCreate.php | 34 * particularly useful if you want to migrate existing consumer keys and secrets 35 * to Apigee from another system. Consumer keys and secrets can contain letters,
|
| D | OrganizationsDevelopersAppsKeys.php | 34 * particularly useful if you want to migrate existing consumer keys and secrets 35 * to Apigee from another system. Consumer keys and secrets can contain letters,
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
| D | ContaineranalysisGoogleDevtoolsCloudbuildV1Build.php | 343 public function setSecrets($secrets) argument 345 $this->secrets = $secrets; 352 return $this->secrets;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | SecretManager.php | 107 'secrets', 121 'path' => 'v1/{+parent}/secrets', 173 'path' => 'v1/{+parent}/secrets',
|
| /plugin/pagecss/.github/workflows/ |
| H A D | validate-commits.yml | 26 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
| H A D | main.yml | 52 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
| /plugin/oauthdoorkeeper/ |
| D | Dockerfile | 10 bundle exec rake db:setup | tail -n4 > public/secrets.txt
|
| /plugin/crypto/lang/en/ |
| D | lang.php | 18 $lang['js']['encrypt_secrets_dont_match'] = 'Secrets do not match!';
|
| /plugin/combo/.github/ |
| H A D | bootstrap.sh | 39 …thub.com/en/actions/using-workflows/reusing-workflows#passing-inputs-and-secrets-to-a-reusable-wor…
|
| /plugin/issuelinks/services/ |
| D | GitHub.service.php | 318 …* * We have to cycle through the webhooks/secrets stored for a given repo because the hookid is … 335 $secrets = $db->getWebhookSecrets('github', $repo_id); 336 foreach ($secrets as $secret) {
|