Home
last modified time | relevance | path

Searched refs:hash (Results 351 – 375 of 470) sorted by path

1...<<111213141516171819

/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js335 this.hash = false; // prefix color with # symbol?
450 if(this.hash) { value = '#'+value; }
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt2695 19: Canonical chess position hash coding
/plugin/photogallery/lightGallery/css/
H A Dlightgallery.css247 body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
260 body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
H A Dlightgallery.min.css1hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,…
/plugin/photogallery/lightGallery/js/
H A Dlg-hash.js26 hash: true property in AnonymousFunction791e32980200.defaults
35 if (this.core.s.hash) {
36 this.oldHash = window.location.hash;
49 window.location.hash = 'lg=' + _this.core.s.galleryId + '&slide=' + index;
54 _hash = window.location.hash;
69 if (!this.core.s.hash) {
75 window.location.hash = this.oldHash;
80 window.location.hash = '';
88 $.fn.lightGallery.modules.hash = Hash;
H A Dlg-hash.min.js4hash:!0},f=function(c){return this.core=a(c).data("lightGallery"),this.core.s=a.extend({},e,this.c… property in AnonymousFunction722d66ea0200.e
H A Dlightgallery.js166 var _hash = window.location.hash;
H A Dlightgallery.min.js4 …load>b.$items.length&&(b.s.preload=b.$items.length);var c=window.location.hash;c.indexOf("lg="+thi…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt88 all hash values from matching
123 ¤ deliberate delay inserted on failed hash in high_security mode
650 * Bugfix: 'hash' warning in high_security mode
822 * Added 'md5s' parameter, which is the MD5 hash of the
824 hash of the source image then the source image is not
828 correct MD5 hash value. This parameter is the single-
926 to generate a hash for calls to phpThumb:
H A Dphpthumb.readme.txt73 <img src="phpThumb.php?src=/image.jpg&w=100&hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx">
74 To generate the hash value you must include the phpThumb.config.php file and use the
75 phpThumbURL function to generate the URL including the hash value:
77 The hash is calculated with the 'high_security_password' config value, so you
186 at the bottom of phpThumb.config.php which create the hash:
492 md5s = MD5 hash of the source image -- if this parameter is
493 passed with the hash of the source image then the
497 phpThumb.php dies and outputs the correct MD5 hash
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default47 …amp;' -- htmlspecialchars wrapped around phpThumbURL() takes care of this without breaking the hash
276 …umb.'?'.$ParameterString.$PHPTHUMB_CONFIG['high_security_url_separator'].'hash='.hash_hmac('sha256…
/plugin/preservefilenames/
H A Daction_anteater.php200 list($src, $hash) = explode('#', $inst[$source], 2);
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js895 location.hash = theRel + '/'+rel_index+'/';
899 if ( location.href.indexOf('#prettyPhoto') !== -1 ) location.hash = '';
/plugin/prettyphoto/
H A Drenderer.php24 list($src,$hash) = explode('#',$src,2);
50 if($hash) $link['url'] .= '#'.$hash;
/plugin/processing/
H A Dscript.js495 var hash = 0;
497 hash = (hash * 31 + obj.charCodeAt(i)) & 0xFFFFFFFF;
499 return hash;
/plugin/prosemirror/parser/
H A DLocalLinkNode.php13 public static function render($renderer, $hash, $name) argument
19 'data-resolvedID' => $ID . '#' . $hash,
20 'data-resolvedName' => $hash,
27 '#' . $hash,
33 public static function resolveLocalLink($hash, $id) argument
35 $trimmedHash = trim($hash, '#');
/plugin/prosemirror/
H A Drenderer.php488 public function locallink($hash, $name = null) argument
490 \dokuwiki\plugin\prosemirror\parser\LocalLinkNode::render($this, $hash, $name);
/plugin/pubmed2020/
H A Dsyntax.php445 list($id, $hash) = explode('|', $id, 2);
448 $raw .= "\nHASH- ".$hash."\n";
451 $pattern = "/HASH- ".$hash."/";
454 $raw = preg_replace($pattern, "\nHASH- ".$hash."\n", $raw);
656 $hash = "&hashtags=".implode(",", $list); // Comma separated without #
658 $hash = "";
703 $tweet .= str_replace(array("-", "#"), "", $hash);
/plugin/pureldap/
H A Dcomposer.lock7 "content-hash": "f28e8f490414ae13e83fa29ac4abe2ad",
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DDigestMD5Mechanism.php115 $a2 = hash('md5', $a2);
117 return hash('md5', sprintf(
142 $a1 = hash('md5', sprintf(
158 return hash('md5', $a1);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php320 return hash('md5', $a1 . $mc, true);
333 return hash(
/plugin/pwaoffline/
H A Dscript.js40 if (event.data.hash !== JSINFO.plugins.pwaoffline.swHashVersion) {
42 …`You are using an outdated serviceWorker! active: ${event.data.hash} current: ${JSINFO.plugins.pwa…
H A Dsw.js28 hash: swHashVersion, // injected when serviceworker is constructed in PHP
/plugin/quickstats/GEOIP/
H A Dcomposer.lock7 "content-hash": "25737d43de99fb5d718029bd29d5374e",
/plugin/rdplink/RdpEncrypt/GuiVersion/
H A DREADME.md28 Type or paste a password hash (as saved in an rdp file but

1...<<111213141516171819