Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_quote
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/http/
H
A
D
cookies.py
174
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
D
common.py
216
#
_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
D
common.py
212
#
_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
D
imaplib.py
610
typ, dat = self._simple_command('LOGIN', user, self.
_quote
(password))
1220
def
_quote
(self, arg):
member in IMAP4
Completed in 8 milliseconds