Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 25 of 66) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/lightGallery/js/
H A Dlg-hash.js29 var Hash = function(element) { class in AnonymousFunction791e32980200
43 Hash.prototype.init = function() { class
67 Hash.prototype.destroy = function() {
88 $.fn.lightGallery.modules.hash = Hash;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js43747 function Hash(hash) {
43752 inherits(Hash, Base);
49458 this.Hash = hash;
56336 'hash': new Hash(),
58905 'hash': new Hash(),
60967 'hash': new Hash(),
78217 module.exports = Hash;
78261 inherits(Sha, Hash);
78357 inherits(Sha1, Hash);
78512 inherits(Sha256, Hash);
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js30 if(firebug.internal.isPopup){window.opener.firebug.env=firebug.lib.util.Hash.clone(fe);}
103 return index;},remove:function(_array,_index){var result=_array.slice(0,_index);_array=Array.prototype.push.apply(result,_array.slice(_index+1));return result;}},Curry:function(_fn,_scope){var fn=_fn,scope=_scope||window,args=Array.prototype.slice.call(arguments,2);return function(){return fn.apply(scope,args.concat(Array.prototype.slice.call(arguments,0)));};},Extend:function(_superClass,_prototype,_skipClonning){var object=new pi.base;if(_prototype["$Init"]){object.init=_prototype["$Init"];delete _prototype["$Init"];};object.body=_superClass==pi.base?_prototype:pi.util.Hash.merge(_prototype,_superClass.prototype);object.init=object.init||function(){if(_superClass!=pi.base)
115 return pi.util.Element.getOpacity(_element,view);return typeof _property=="string"?view[_property]:view;}},Hash:{clone:function(_hash,_undeep){var tmp={};for(var key in _hash){if(!_undeep&&pi.util.IsArray(_hash[key])){tmp[key]=pi.util.Array.clone(_hash[key]);}else if(!_undeep&&pi.util.IsHash(_hash[key])){tmp[key]=pi.util.Hash.clone(_hash[key]);}else{tmp[key]=_hash[key];}} class in pi.util
119 else if(!_undeep&&pi.util.IsHash(_source[key])){if(pi.util.IsHash(_hash[key])){value=pi.util.Hash.merge(_hash[key],_source[key]);}else{value=pi.util.Hash.clone(_source[key]);}}else if(_hash[key])
120 value=_hash[key];_hash[key]=value;};return _hash;}},String:{format:function(_str){var values=Array.prototype.slice.call(arguments,1);return _str.replace(/\{(\d)\}/g,function(){return values[arguments[1]];})}},GetViewport:function(){return{height:document.documentElement.clientHeight||document.body.clientHeight,width:document.documentElement.clientWidth||document.body.clientWidth}}};pi.base=function(){this.body={};this.init=null;this.build=function(_skipClonning){var base=this,skipClonning=_skipClonning||false,_private={},fn=function(){var _p=pi.util.Hash.clone(_private);if(!skipClonning){for(var key in this){if(pi.util.IsArray(this[key])){this[key]=pi.util.Array.clone(this[key]);}else
121 if(pi.util.IsHash(this[key])){this[key]=pi.util.Hash.clone(this[key],function(_key,_object){this[_key]._parent_=this;});}}};base.createAccessors(_p,this);if(base.init)
H A Dfirebug-lite-1.2.js478 window.opener.firebug.env = firebug.lib.util.Hash.clone(fe);
1995 object.body = _superClass==pi.base?_prototype:pi.util.Hash.merge(_prototype,_superClass.prototype);
2158 Hash: { class in pi.util
2165 tmp[ key ] = pi.util.Hash.clone(_hash[key]);
2184 value = pi.util.Hash.merge(_hash[key], _source[key]);
2186 value = pi.util.Hash.clone( _source[key] );
2218 var _p = pi.util.Hash.clone(_private);
2225 this[key] = pi.util.Hash.clone(
/plugin/statistics/inc/pchart/
H A DpCache.php51 public function IsInCache($ID, $Data, $Hash = '') { argument
52 if($Hash === '')
53 $Hash = $this->GetHash($ID, $Data);
55 return file_exists($this->CacheFolder.$Hash);
62 $Hash = $this->GetHash($ID, $Data);
63 $FileName = $this->CacheFolder.$Hash;
72 $Hash = $this->GetHash($ID, $Data);
73 $FileName = $this->CacheFolder.$Hash;
88 $Hash = $this->GetHash($ID, $Data);
89 if(!$this->IsInCache('', '', $Hash)) retur
[all...]
/plugin/authdrupal8/
H A Dpassword.inc123 * Hash a password using a secure stretched hash.
192 * Hash a password using a secure hash.
/plugin/statdisplay/pchart/
H A DpCache.php50 public function IsInCache($ID, $Data, $Hash = "") { argument
51 if ($Hash == "")
52 $Hash = $this->GetHash ( $ID, $Data );
54 if (file_exists ( $this->CacheFolder . $Hash ))
64 $Hash = $this->GetHash ( $ID, $Data );
65 $FileName = $this->CacheFolder . $Hash;
74 $Hash = $this->GetHash ( $ID, $Data );
75 $FileName = $this->CacheFolder . $Hash;
90 $Hash = $this->GetHash ( $ID, $Data );
91 if ($this->IsInCache ( "", "", $Hash )) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc106 Build a new client from the provided config. Hash keys
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php19 use phpseclib3\Crypt\Hash; alias
138 $this->hash = new Hash('sha256');
139 $this->hmac = new Hash('sha256');
509 $new->hash = new Hash($hash);
510 $new->hmac = new Hash($hash);
H A DSymmetricKey.php40 use phpseclib3\Crypt\Hash; alias
950 $hashObj = new Hash();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DHash.php20 class Hash extends \Google\Model class
62 class_alias(Hash::class, 'Google_Service_OnDemandScanning_Hash');
H A DFileHashes.php23 protected $fileHashType = Hash::class;
27 * @param Hash[]
34 * @return Hash[]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php25 use phpseclib3\Crypt\Hash; alias
118 $hash = new Hash($curve::HASH);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php18 use phpseclib3\Crypt\Hash; alias
215 $hash = new Hash($hash);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php521 $this->mgfHash = new Hash('sha256');
741 $new->hash = new Hash($hash);
777 $new->mgfHash = new Hash($hash);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DHash.php20 class Hash extends \Google\Model class
62 class_alias(Hash::class, 'Google_Service_ArtifactRegistry_Hash');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DFileHashes.php23 protected $fileHashType = Hash::class;
27 * @param Hash[]
34 * @return Hash[]
H A DHash.php20 class Hash extends \Google\Model class
62 class_alias(Hash::class, 'Google_Service_CloudBuild_Hash');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DFileHashes.php23 protected $fileHashType = Hash::class;
27 * @param Hash[]
34 * @return Hash[]
H A DHash.php20 class Hash extends \Google\Model class
62 class_alias(Hash::class, 'Google_Service_ContainerAnalysis_Hash');
H A DContaineranalysisResource.php22 protected $contentHashType = Hash::class;
28 * @param Hash
30 public function setContentHash(Hash $contentHash)
35 * @return Hash
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php18 use phpseclib3\Crypt\Hash; alias
53 $hash = new Hash('sha256');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php18 use phpseclib3\Crypt\Hash; alias
171 $hash = new Hash('sha512');
H A DEd448.php18 use phpseclib3\Crypt\Hash; alias
112 $hash = new Hash('shake256-912');

123