Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimaplib.py149 mustquote = re.compile(r"[^\w!#$%&'*+,.:;<=>?^`|~-]") variable in IMAP4
1055 if arg and self.mustquote.search(arg) is None: