/plugin/projects/pchart/pchart/ |
H A D | pcache.php | 61 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 D | pCache.class.php | 61 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 D | pCache.php | 50 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 D | pCache.php | 51 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 D | util.js | 15 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 D | mapping.js | 5 const Hash = util.Hash; constant 9 module.exports = new Hash(_mapping);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | ContaineranalysisResource.php | 22 protected $contentHashType = Hash::class; 28 * @param Hash 30 public function setContentHash(Hash $contentHash) 35 * @return Hash
|
H A D | FileHashes.php | 23 protected $fileHashType = Hash::class; 27 * @param Hash[] 34 * @return Hash[]
|
H A D | Hash.php | 20 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 D | FileHashes.php | 23 protected $fileHashType = Hash::class; 27 * @param Hash[] 34 * @return Hash[]
|
H A D | Hash.php | 20 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 D | FileHashes.php | 23 protected $fileHashType = Hash::class; 27 * @param Hash[] 34 * @return Hash[]
|
H A D | Hash.php | 20 class Hash extends \Google\Model class 62 class_alias(Hash::class, 'Google_Service_OnDemandScanning_Hash');
|
/plugin/photogallery/lightGallery/js/ |
H A D | lg-hash.js | 29 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 D | GoogleDevtoolsArtifactregistryV1File.php | 27 protected $hashesType = Hash::class; 61 * @param Hash[] 68 * @return Hash[]
|
H A D | Hash.php | 20 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 D | md1_backslash_escapes.md | 25 Hash: \# 61 Hash: \# 96 Hash: `\#`
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | sfComments.yml | 63 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 D | PuTTY.php | 24 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 D | Fingerprint.php | 18 use phpseclib3\Crypt\Hash; alias 53 $hash = new Hash('sha256');
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
H A D | AsymmetricKey.php | 19 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 D | SSH2.php | 60 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 D | Ed448.php | 18 use phpseclib3\Crypt\Hash; alias 112 $hash = new Hash('shake256-912');
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
H A D | PublicKey.php | 24 use phpseclib3\Crypt\Hash; alias 103 $hash = new Hash($curve::HASH);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | RSA.php | 521 $this->mgfHash = new Hash('sha256'); 741 $new->hash = new Hash($hash); 777 $new->mgfHash = new Hash($hash);
|