Home
last modified time | relevance | path

Searched refs:_quote (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/http/
H A Dcookies.py174 def _quote(str): function
413 append("%s=%s" % (self._reserved[key], _quote(value)))
612 return strval, _quote(strval)
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py216 # _quote is a pattern that should match any argument that needs to be quoted
238 _quote = re.compile("[\t\n #$%&'()*;<=>?[{|}~]|^$") variable
241 # escaped with a backslash, whether or not the argument matched the _quote
280 if _quote.search(argument):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py212 # _quote is a pattern that should match any argument that needs to be quoted
234 _quote = re.compile("[\t\n #$%&'()*;<=>?[{|}~]|^$") variable
237 # escaped with a backslash, whether or not the argument matched the _quote
276 quote = '"' if _quote.search(argument) else ""
/third_party/python/Lib/
H A Dimaplib.py610 typ, dat = self._simple_command('LOGIN', user, self._quote(password))
1220 def _quote(self, arg): member in IMAP4

Completed in 5 milliseconds