Home
last modified time | relevance | path

Searched refs:secret (Results 51 – 75 of 140) sorted by last modified time

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2Volume.php62 public function setSecret(GoogleCloudRunV2SecretVolumeSource $secret) argument
64 $this->secret = $secret;
71 return $this->secret;
/plugin/twofactorgoogleauth/
H A Daction.php32 $secret = $this->getSecret();
34 $url = 'otpauth://totp/' . rawurlencode($name) . '?secret=' . $secret;
39 $form->addHTML('<figcaption><code>'.$secret.'</code></figcaption>');
/plugin/passpolicy/
H A D10k-common-passwords.txt97 secret
H A Dwords.txt3115 secret
/plugin/oauthdoorkeeper/conf/
H A Ddefault.php10 $conf['secret'] = '';
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... final String appId private final String key private final String secret private String host private String scheme private int requestTimeout private ...
/plugin/diagramsnet/lib/WEB-INF/
H A Dpusher.properties3 secret=Replace_with_your_pusher_secret key
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js1999 var secret = Editor.guid(32);
2003 this.sync.createToken(secret, mxUtils.bind(this, function(token)
2005 success(secret, token);
2008 success(secret);
2013 success(secret);
H A DDrawioFileSync.js783 var secret = this.file.getDescriptorSecret(desc);
885 var secret = this.file.getDescriptorSecret(desc);
887 if (secret == null || urlParams['lockdown'] == '1')
929 ((secret != null) ? '&secret=' + encodeURIComponent(secret) : ''),
1257 DrawioFileSync.prototype.createToken = function(secret, success, error) argument
1268 '&secret=' + encodeURIComponent(secret), mxUtils.bind(this, function(req)
1305 var secret = this.file.getDescriptorSecret(this.file.getDescriptor());
1322 msg: msg, secret: secret,
1346 var secret = this.file.getDescriptorSecret(this.file.getDescriptor());
1350 if (secret == null || urlParams['lockdown'] == '1')
[all …]
H A DDriveClient.js1273 …eFile = function(file, revision, success, errFn, noCheck, unloading, overwrite, properties, secret) argument
1424 properties.push({'key': 'secret', 'value': (secret != null) ? secret : Editor.guid(32)});
H A DDriveFile.js180 this.createSecret(mxUtils.bind(this, function(secret, token) argument
305 }), unloading, unloading, realOverwrite, null, secret);
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1398 this.createSecret(mxUtils.bind(this, function(secret, token) argument
1406 this.desc.secret = secret;
1706 return desc.secret;
/plugin/twofactoryubiauth/
H A Dhelper.php173 $secret = base64_decode($this->getConf("clientSecret"));
182 $hash = base64_encode(hash_hmac('sha1',$sorted,$secret, true));
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 … { character: '\\\\eaf9' });\n Codicon.gistSecret = new Codicon('gist-secret', { character: '\\…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dfontawesome.all.min.css5 …rse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f…
/plugin/issuelinks/services/
H A DGitHub.service.php276 $secret = md5(openssl_random_pseudo_bytes(32));
281 "secret" => $secret,
295 $db->saveWebhook('github', $project, $id, $secret);
336 foreach ($secrets as $secret) {
337 $signature_local = hash_hmac($algo, $body, $secret['secret']);
H A DGitLab.service.php234 $secret = md5(openssl_random_pseudo_bytes(32));
238 'token' => $secret,
250 $db->saveWebhook('gitlab', $project, $data['id'], $secret);
519 foreach ($secrets as $secret) {
520 if ($secret === $requestToken) {
/plugin/issuelinks/helper/
H A Ddb.php111 * @param string $secret The secret to use when authenicationg incoming webhooks
113 public function saveWebhook($service, $repo, $id, $secret) argument
119 'secret' => $secret,
/plugin/issuelinks/db/
H A Dupdate0001.sql63 secret TEXT NOT NULL CHECK(secret <> ''), field
/plugin/etherpadlite/
H A DREADME.md86 …tionally, there is a single master group for alle wiki pages. So the temporary page id is a secret.
/plugin/revealjs/plugin/multiplex/
H A Dmaster.js14 secret: multiplex.secret, property in post.messageData
H A Dindex.js20 if (typeof data.secret == 'undefined' || data.secret == null || data.secret === '') return;
21 if (createHash(data.secret) === data.socketId) {
22 data.secret = null;
48 var secret = ts.toString() + rand.toString();
49 res.send({secret: secret, socketId: createHash(secret)});
52 var createHash = function(secret) { argument
53 var cipher = crypto.createCipher('blowfish', secret);
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f…
/plugin/swarmwebhook/
H A Dadmin.php19 $secret = $this->getConf('hook_secret');
20 if (empty($secret)) {
45 $secret = $this->getConf('hook_secret');
50 $html = str_replace('$secret', hsc($secret), $html);
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt14 "secret": "$secret"

123456