Home
last modified time | relevance | path

Searched refs:hash (Results 226 – 250 of 470) sorted by relevance

12345678910>>...19

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php161 $cacheKey .= $filter->hash();
/plugin/oauth/
H A Dcomposer.lock7 "content-hash": "b8a6d75b139b4f8caffe4b3c81f7e77f",
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php32 * the hash code is an element of the performance-critical
193 $this->cachedHashCode = Hasher::hash($this->lexerActions);
H A DATNConfig.php149 return Hasher::hash(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php131 return Hasher::hash(41, $this->operands);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js669 function hashToArray(hash) { argument
672 for (var key in hash) {
673 if (hash.hasOwnProperty(key)) {
674 result.push(hash[key]);
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js942 var hash = url.indexOf('#');
944 if (hash > -1)
946 url = url.substring(0, hash);
1227 var hash = customLibSelection[i];
1229 if (hash.charAt(0) == 'R')
1231 if(JSON.parse(decodeURIComponent(hash.substr(1)))[0] == key)
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js449 parseError: function(str, hash) { argument
450 if (!hash.recoverable) throw new Error(str);
517 parseError: function(str, hash) { argument
519 this.yy.parser.parseError(str, hash);
777 function ParseError(message, hash) { argument
778 _.extend(this, hash);
791 parser.yy.parseError = function(message, hash) { argument
792 throw new ParseError(message, hash);
H A Dsequence-diagram-raphael-min.js6hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}function AssertException… argument
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js92 …t:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRequest.COUNT++,hash:_a,span:null});
125 JsHttpRequest.CACHE[_ldObj.hash]=[_16,js];
H A DJsHttpRequest-xml.js92 …t:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRequest.COUNT++,hash:_a,span:null});
125 JsHttpRequest.CACHE[_ldObj.hash]=[_16,js];
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php470 $hash = X509Certificate::getPublicKeyHash($certificate->getPublicKey());
472 if ($publicationsFile->containsPublicKey($hash)) {
/plugin/odt/helper/
H A Dconfig.php669 public function hash() { function in helper_plugin_odt_config
678 return hash('md5', $content);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1hash',\n 'hash-combine',\n 'hash-map',\n 'hash-ordered-coll',\n 'hash-…
/plugin/netlogo/syntax/
H A Dapplet.php274 …$token=hash('sha256',$uuid.$src.$expires); // replace crypt() for more than first 8 chars [Rik, 20…
/plugin/interwikipaste/
H A Dscript.js61 const path = url.pathname.concat(url.hash);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Darrays.rst38 // typehint as hash, keys will be always considered
/plugin/geophp/
H A Dcomposer.lock7 "content-hash": "86b1f3b41382daf1cdfe98e083509de5",
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php24 $nonce = hash('sha256', uniqid(mt_rand(), true));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php284 return sprintf('__internal_%s', hash('sha256', __METHOD__.$this->varNameSalt++));
/plugin/commonmark/
H A Dcomposer.lock7 "content-hash": "f16c3287995e16f245d1b28669e93bd5",
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php399 private function renderDokuWikiLocalLink($hash, $name, $title = null) { argument
402 $this->renderer->locallink($hash, $name);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php324 $hash = \hash_hmac($algorithm, $msg, $keyMaterial, true);
325 return self::constantTimeEquals($hash, $signature);
/plugin/text/
H A Drenderer.php431 function locallink($hash, $name = NULL, $returnonly=false){ argument
432 $name = $this->_getLinkTitle($name, $hash, $isImage);
/plugin/database2/
H A Ddatabase2.php4577 $hash = sha1( implode( '/', $selector ) );
4585 unset( $session['linkedMediaSalts'][$hash] );
4591 if ( !$session['linkedMediaSalts'][$hash] )
4594 $session['linkedMediaSalts'][$hash] = uniqid( mt_rand(), true );
4600 …$hash = urlencode( base64_encode( self::ssha( $selector, $session['linkedMediaSalts'][$hash] ) )…
4604 return DOKU_BASE . DB2_PATH . "media.php?a=$source&b=$hash&d=" . ( $forDownload ? 1 : 0 );
4635 $hash = sha1( implode( '/', $selector ) );
4643 unset( $session['linkedMediaSalts'][$hash] );
4649 if ( !$session['linkedMediaSalts'][$hash] )
4652 $session['linkedMediaSalts'][$hash] = uniqid( mt_rand(), true );
[all …]

12345678910>>...19