Home
last modified time | relevance | path

Searched refs:hash (Results 276 – 300 of 470) sorted by path

1...<<111213141516171819

/plugin/include/
H A Dhelper.php586 $hash = '';
588 list($link_id, $hash) = $link_parts;
591 if ($hash) {
592 // hopefully the hash is also unique in the including page (otherwise this might be the wrong link target)
594 $ins[$i][1][0] = $hash;
/plugin/include/syntax/
H A Dlocallink.php32 list($hash, $name, $id) = $data;
37 $renderer->doc .= '<a href="#'.$hash.'" title="'.$title.'" class="wikilink1">';
/plugin/instantpage/lib/
H A D5.1.0.js2 …|"https:"!=location.protocol)&&(s||!t.search||"instant"in t.dataset)&&!(t.hash&&t.pathname+t.searc…
/plugin/interwikipaste/
H A Dscript.js61 const path = url.pathname.concat(url.hash);
/plugin/issuetracker/
H A Dprototype.js628 return match[1].split(separator || '&').inject({ }, function(hash, pair) { argument
635 if (key in hash) {
636 if (!Object.isArray(hash[key])) hash[key] = [hash[key]];
637 hash[key].push(value);
639 else hash[key] = value;
641 return hash;
3139 var hash = Element.getStorage(element), value = hash.get(key);
3142 hash.set(key, defaultValue);
4971 if (typeof options != 'object') options = { hash: !!options };
4972 else if (Object.isUndefined(options.hash)) options.hash = true;
[all …]
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/
H A Dcomposer.lock7 "content-hash": "0925f4f672f7de49df4ea92533498870",
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+has… argument
H A Dopus.js2hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+has… argument
H A Dvorbis.js2hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+has… argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js2 …==b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1…
H A Dpopcorn.js40 hash: {}, property in internal.events
906 data.hash[ eventsList[idx] ] = true;
926 return !!internal.events.hash[ type ];
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt60 * bugfix (G:198) use native hash functions instead of obsolete external binaries
835 this will change hash values for MPC files
838 this will change hash values for MPC files
1021 » Added sha1_data hash option (thanks ahØartemis*dk)
H A Dstructure.txt74 ['md5_file']=>string() // md5 hash of entire file
75 …['md5_data']=>string() // md5 hash of portion of file excluding prepended and appene…
76 …['md5_data_source']=>string() // md5 hash of original source file before compression (curre…
77 ['sha1_file']=>string() // sha1 hash of entire file
78 …['sha1_data']=>string() // sha1 hash of portion of file excluding prepended and appen…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php779 $hash = hash_final($ctx);
782 return $hash;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php161 $cacheKey .= $filter->hash();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DCacheBustingWorker.php57 $hash = hash_init('sha1');
59 hash_update($hash, $factory->getLastModified($asset));
64 hash_update($hash, $sourcePath ?: $i);
68 return substr(hash_final($hash), 0, 7);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssImportFilter.php93 $hash = md5($content);
94 } while ($lastHash != $hash && $lastHash = $hash);

1...<<111213141516171819