Home
last modified time | relevance | path

Searched refs:checkUUID (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/CmdLine/
H A DGitAnnexShell.hs77 globalOption (setAnnexState . checkUUID) (strOption
83 checkUUID expected = getUUID >>= check function
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Datn_deserializer.go87 a.checkUUID()
147 func (a *ATNDeserializer) checkUUID() { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python2/src/antlr4/atn/
H A DATNDeserializer.py62 self.checkUUID()
101 def checkUUID(self): member in ATNDeserializer
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/atn/
H A DATNDeserializer.py62 self.checkUUID()
101 def checkUUID(self): member in ATNDeserializer
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/atn/
H A DATNDeserializer.py62 self.checkUUID()
101 def checkUUID(self): member in ATNDeserializer
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongodump/
H A Dmongodump_test.go694 checkUUID := regexp.MustCompile(`(?i)^[a-z0-9]{32}$`)
695 So(checkUUID.MatchString(uuid.(string)), ShouldBeTrue)
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/mongodump/
H A Dmongodump_test.go731 checkUUID := regexp.MustCompile(`(?i)^[a-z0-9]{32}$`)
732 So(checkUUID.MatchString(uuid.(string)), ShouldBeTrue)