Home
last modified time | relevance | path

Searched refs:secret (Results 76 – 100 of 140) sorted by path

123456

/plugin/diagramsnet/lib/js/diagramly/
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/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/dokucrypt2/
H A DREADME.md22 Hi world. I have a secret. Can you read it?
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ca/
H A Dca.txt108 3. La voluntat del poble és el fonament de l’autoritat de l’Estat; aquesta voluntat ha d’expressar-se mitjançant eleccions autèntiques, que hauran de fer-se periòdicament per sufragi universal i igual i per vot secret o per altre procediment equivalent que garanteixi la llibertat del vot.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt108 3. The will of the people shall be the basis of the authority of government; this will shall be expressed in periodic and genuine elections which shall be by universal and equal suffrage and shall be held by secret vote or by equivalent free voting procedures.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/
H A Dfr.txt106 3. La volonté du peuple est le fondement de l’autorité des pouvoirs publics ; cette volonté doit s’exprimer par des élections honnêtes qui doivent avoir lieu périodiquement, au suffrage universel égal et au vote secret ou suivant une procédure équivalente assurant la liberté du vote.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/oc/
H A Doc.txt101 « La volontat del pòble es lo fondament de l'autoritat dels poders publics; aquela volontat se deu exprimir gràcias a d'eleccions vertadièiras que se tendràn periodicament, al sufragi universal egal amb lo vòte secret o un autre procediment equivalent que garantisca la libertat de vòte. »
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ro/
H A Dro.txt106 3. Voința poporului trebuie să constituie baza puterii de stat; această voință trebuie să fie exprimată prin alegeri nefalsificate, care să aibă loc în mod periodic prin sufragiu universal, egal și exprimat prin vot secret sau urmând o procedură echivalentă care să asigure libertatea votului.
/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/evesso/
H A DREADME.md38 * `eveonline-secret` (Secret Key)
/plugin/facebookalbum/
H A Dfacebook.php919 * @param String $secret the secret to sign with
922 protected static function generateSignature($params, $secret) { argument
931 $base_string .= $secret;
H A Dsyntax.php156 'secret' => $data['secret'],
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf4478 https?:\/\/([^\/]*\.)?mature-secret-com-r6t85u5\.blogspot\.com
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php97 static function fromExpiresIn($expires_in, $handle, $secret, $assoc_type) argument
101 return new Auth_OpenID_Association($handle, $secret,
115 * @param string $secret This is the shared secret the server
132 $handle, $secret, $issued, $lifetime, $assoc_type) argument
141 $this->secret = $secret;
174 && ($this->secret == $other->secret)
191 'secret' => base64_encode($this->secret),
236 $secret = $pairs['secret'];
248 $secret = base64_decode($secret);
251 $handle, $secret, $issued, $lifetime, $assoc_type);
[all …]
H A DConsumer.php1652 $secret = $assoc_session->extractSecret($assoc_response);
1654 if ($secret === null) {
1659 $expires_in, $assoc_handle, $secret, $assoc_type);
H A DDiffieHellman.php98 function xorSecret($composite, $secret, $hash_func) argument
105 for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {
106 $xsecret .= chr(ord($secret[$i]) ^ ord($hash_dh_shared[$i]));
H A DMDB2Store.php282 "value" => $association->secret,
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
85 array($secret, $issued, $lifetime,
91 array($server_url, $handle, $secret,
H A DSQLStore.php321 function _set_assoc($server_url, $handle, $secret, $issued, argument
328 $secret,
340 $association->secret),
422 $assoc->secret = $this->blobDecode($assoc->secret);
H A DServer.php444 function answer($secret) argument
446 return array('mac_key' => base64_encode($secret));
539 function answer($secret) argument
542 $mac_key = $this->dh->xorSecret($this->consumer_pubkey, $secret,
662 $this->session->answer($assoc->secret));
1375 $secret = Auth_OpenID_CryptUtil::getBytes(
1382 $this->SECRET_LIFETIME, $handle, $secret, $assoc_type);
/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/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163658.bak174 // Get the access token using app-id and secret
H A Dsyntax.php.2018-03-08_163705.bak174 // Get the access token using app-id and secret

123456