OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_LegalCharsPatt
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py
532
_LegalCharsPatt
= r"[\w\d!#%&'~_`><@,:/\$\*\+\-\.\^\|\)\(\?\}\{\=]"
536
""+
_LegalCharsPatt
+"+?" # Any word of at least one letter, nongreedy
544
""+
_LegalCharsPatt
+"*" # Any word or empty string
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py
532
_LegalCharsPatt
= r"[\w\d!#%&'~_`><@,:/\$\*\+\-\.\^\|\)\(\?\}\{\=]"
536
""+
_LegalCharsPatt
+"+?" # Any word of at least one letter, nongreedy
544
""+
_LegalCharsPatt
+"*" # Any word or empty string
Completed in 146 milliseconds