OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URL_SCHEME
(Results
1 - 2
of
2
) sorted by null
/external/python/setuptools/setuptools/
package_index.py
36
URL_SCHEME
= re.compile('([-+.a-z0-9]{2,}):', re.I).match
325
if not
URL_SCHEME
(url):
388
s =
URL_SCHEME
(url)
529
or not
URL_SCHEME
(url) # or it's a local file/directory
574
scheme =
URL_SCHEME
(spec)
[
all
...]
/external/python/setuptools/setuptools/command/
easy_install.py
53
PackageIndex, parse_requirement_arg,
URL_SCHEME
,
645
if
URL_SCHEME
(spec):
[
all
...]
Completed in 3174 milliseconds