Home
last modified time | relevance | path

Searched refs:sig (Results 26 – 47 of 47) sorted by last modified time

12

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2sig,ptr,args){if(args&&args.length){if(!args.splice)args=Array.prototype.slice.call(args);args.spl… argument
H A Dopus.js2sig,ptr,args){if(args&&args.length){if(!args.splice)args=Array.prototype.slice.call(args);args.spl… argument
H A Dogg.js2sig,ptr,args){if(args&&args.length){if(!args.splice)args=Array.prototype.slice.call(args);args.spl… argument
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt102 - Add param to append sig to node when signing. Fixes a problem when using
/plugin/codemirror/dist/modes/
H A Dmllike.min.js.map1sig","to","try","value","virtual","when","raise","failwith","true","false","asr","land","lor","lsl…
H A Dclojure.min.js.map1 …memfn\", \"memoize\", \"merge\", \"merge-with\", \"meta\",\n \"method-sig\", \"methods\", \"m…
H A Dscheme.min.js.map1 …lic rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-sy…
H A Dmllike.min.js1sig:"keyword",to:"keyword","try":"keyword",value:"keyword",virtual:"keyword",when:"keyword",raise:…
/plugin/dataplot/
H A Dmake-release14 gpg --armor --sign --detach-sig --default-key FA5E6F3E ${my_package}.tar.gz
/plugin/searchindex/lang/da/
H A Dintro.txt4 Dette er som regel ikke nødvendigt, da indekset opbygger og opdaterer sig selv, i mens brugere genn…
/plugin/ipban/lang/sv/
H A Dbanned.txt5 …digt offer för någon att någon annan, som tidigare haft samma IP, misskött sig. Om så är fallet bo…
/plugin/authdiscourse/
H A Dauth.php82 $sig = $_GET['sig'];
86 if (!hash_equals(hash_hmac('sha256', $sso, $this->sso_secret), $sig)) {
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc54 icon: this.path + 'images/sig.png'
/plugin/authfacebook/lib/
H A DSignedRequest.php154 $sig = $this->decodeSignature($encodedSig);
156 $this->validateSignature($hashedSig, $sig);
191 $sig = $this->base64UrlDecode($encodedSig);
193 if (!$sig) {
197 return $sig;
265 * @param string $sig
269 protected function validateSignature($hashedSig, $sig) argument
271 if (\hash_equals($hashedSig, $sig)) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js322 lastIndexOfSignature: function(sig) { argument
1544 StringReader.prototype.lastIndexOfSignature = function(sig) { argument
1545 return this.data.lastIndexOf(sig);
1651 var sig0 = sig.charCodeAt(0),
1652 sig1 = sig.charCodeAt(1),
1653 sig2 = sig.charCodeAt(2),
1654 sig3 = sig.charCodeAt(3);
2259 var sig = _dereq_('./signature');
2362 this.checkSignature(sig.LOCAL_FILE_HEADER);
2397 this.checkSignature(sig.LOCAL_FILE_HEADER);
[all …]
/plugin/cryptsign/
H A Dsyntax.php57 $sig = substr($match,$pos+2,32);
63 'valid' => ($sig == $check)
H A Dsign.php20 $sig = md5($id.$user.trim($text).auth_cookiesalt()); variable
22 echo '{{',$text,' $$',$sig,'--',$user,'$$}}';
/plugin/txt2tags/
H A Dtoolbar.php244 $sig = $conf['signature'];
245 $sig = dformat(null,$sig);
246 $sig = str_replace('@USER@',$INPUT->server->str('REMOTE_USER'),$sig);
247 $sig = str_replace('@NAME@',$INFO['userinfo']['name'],$sig);
248 $sig = str_replace('@MAIL@',$INFO['userinfo']['mail'],$sig);
249 $sig = str_replace('@DATE@',dformat(),$sig);
250 $sig = str_replace('\\\\n','\\n',addslashes($sig));
251 return $sig;
/plugin/fblogin/lib/
H A Dbase_facebook.php996 $sig = self::base64UrlDecode($encoded_sig);
1008 if ($sig !== $expected_sig) {
1032 $sig = self::base64UrlEncode($raw_sig);
1033 return $sig.'.'.$b64;
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php318 $sig = $this->getMessageSignature($signed_message);
319 $signed_message->setArg(Auth_OpenID_OPENID_NS, 'sig', $sig);
369 $sig = $message->getArg(Auth_OpenID_OPENID_NS,
372 if (!$sig || Auth_OpenID::isFailure($sig)) {
377 return Auth_OpenID_CryptUtil::constEq($calculated_sig, $sig);
H A DServer.php381 $sig = $message->getArg(Auth_OpenID_OPENID_NS, 'sig');
393 $result->sig = $sig;
/plugin/facebookalbum/
H A Dfacebook.php762 $sig = self::base64UrlDecode($encoded_sig);
773 if ($sig !== $expected_sig) {

12