Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 25 of 66) sorted by relevance

123

/plugin/projects/pchart/pchart/
H A Dpcache.php61 function IsInCache($ID,$Data,$Hash="") argument
63 if ( $Hash == "" )
64 $Hash = $this->GetHash($ID,$Data);
66 if ( file_exists($this->CacheFolder.$Hash) )
75 $Hash = $this->GetHash($ID,$Data);
76 $FileName = $this->CacheFolder.$Hash;
84 $Hash = $this->GetHash($ID,$Data);
85 $FileName = $this->CacheFolder.$Hash;
94 $Hash = $this->GetHash($ID,$Data);
95 if ( $this->IsInCache("","",$Hash ) )
[all …]
/plugin/charter/lib/pchart/
H A DpCache.class.php61 function IsInCache($ID,$Data,$Hash="") argument
63 if ( $Hash == "" )
64 $Hash = $this->GetHash($ID,$Data);
66 if ( file_exists($this->CacheFolder.$Hash) )
75 $Hash = $this->GetHash($ID,$Data);
76 $FileName = $this->CacheFolder.$Hash;
84 $Hash = $this->GetHash($ID,$Data);
85 $FileName = $this->CacheFolder.$Hash;
94 $Hash = $this->GetHash($ID,$Data);
95 if ( $this->IsInCache("","",$Hash ) )
[all …]
/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/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/sequencediagram/bower_components/lodash/lib/common/
H A Dutil.js15 function Hash(properties) { function
17 result[key] = (_.isPlainObject(value) && !(value instanceof Hash))
18 ? new Hash(value)
23 Hash.prototype = Object.create(null); class
38 Hash,
H A Dmapping.js5 const Hash = util.Hash; constant
9 module.exports = new Hash(_mapping);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisResource.php22 protected $contentHashType = Hash::class;
28 * @param Hash
30 public function setContentHash(Hash $contentHash)
35 * @return Hash
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');
/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/OnDemandScanning/
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_OnDemandScanning_Hash');
/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/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DGoogleDevtoolsArtifactregistryV1File.php27 protected $hashesType = Hash::class;
61 * @param Hash[]
68 * @return Hash[]
H A DHash.php20 class Hash extends \Google\Model class
62 class_alias(Hash::class, 'Google_Service_ArtifactRegistry_Hash');
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_backslash_escapes.md25 Hash: \#
61 Hash: \#
96 Hash: `\#`
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfComments.yml63 test: 'Hash key containing a #'
65 'Hash key containing a #'
70 test: 'Hash key ending with a space and a #'
72 'Hash key ending with a space and a #'
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php24 use phpseclib3\Crypt\Hash; alias
255 $hash = new Hash('sha256');
259 $hash = new Hash('sha1');
320 $hash = new Hash('sha256');
324 $hash = new Hash('sha1');
342 $hash = new Hash('sha256');
351 $hash = new Hash('sha1');
/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/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);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php60 use phpseclib3\Crypt\Hash; alias
1745 $kexHash = new Hash('sha512');
1748 $kexHash = new Hash('sha384');
1755 $kexHash = new Hash('sha256');
1758 $kexHash = new Hash('sha1');
2064 if ($this->hmac_check instanceof Hash) {
2194 return [new Hash('sha512'), 64];
2197 return [new Hash('sha256'), 32];
2200 return [new Hash('sha1'), 20];
2204 return [new Hash('md5'), 16];
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php18 use phpseclib3\Crypt\Hash; alias
112 $hash = new Hash('shake256-912');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php24 use phpseclib3\Crypt\Hash; alias
103 $hash = new Hash($curve::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);

123