コード例 #1
0
ファイル: mysql.py プロジェクト: jiningeast/netcontrol
 def identify(cls, hash):
     return uh.identify_regexp(hash, cls._pat)
コード例 #2
0
 def identify(cls, hash):
     return uh.identify_regexp(hash, cls._pat)
コード例 #3
0
 def identify(cls, hash):
     return uh.identify_regexp(hash, re.compile(u"^@salt[0-9a-f]{42,44}$"))
コード例 #4
0
 def identify(cls, hash):
     return uh.identify_regexp(hash, re.compile(u"^[0-9a-f]{40}$"))
コード例 #5
0
 def identify(cls, hash):
     return uh.identify_regexp(hash, re.compile(u"^@salt[0-9a-f]{42,44}$"))
コード例 #6
0
 def identify(cls, hash):
     return uh.identify_regexp(hash, re.compile(u"^[0-9a-f]{40}$"))