Searched refs:currentHash (Results 1 – 3 of 3) sorted by relevance
7 var currentHash, previousNav, timer, hashTrim = /^.*#/; variable27 if (hash != currentHash) {28 currentHash = hash;30 location.hash = currentHash;41 if (currentHash != hash) {43 location.hash = currentHash = hash;45 msie.setHash(currentHash);54 if (currentHash) {71 currentHash = location.hash;74 msie.setHash(currentHash);[all …]
74 String currentHash = getCurrentHash(getCurrentContent()); in onReceive() local77 } else if (!verifyPreviousHash(currentHash, altRequiredHash)) { in onReceive()
853 std::string currentHash = ast->getFileHash()->hexString(); in checkHash() local855 if (std::find(frozen.begin(), frozen.end(), currentHash) == frozen.end()) { in checkHash()856 std::cerr << "ERROR: " << fqName.string() << " has hash " << currentHash in checkHash()