Searched refs:to_filename (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/distutils/command/ |
D | install_egg_info.py | 25 to_filename(safe_name(self.distribution.get_name())), 26 to_filename(safe_version(self.distribution.get_version())), 73 def to_filename(name): function
|
/external/python/cpython3/Lib/distutils/command/ |
D | install_egg_info.py | 25 to_filename(safe_name(self.distribution.get_name())), 26 to_filename(safe_version(self.distribution.get_version())), 72 def to_filename(name): function
|
/external/grpc-grpc/src/compiler/ |
D | node_generator.cc | 65 const grpc::string& to_filename) { in GetRootPath() argument 66 if (to_filename.find("google/protobuf") == 0) { in GetRootPath()
|
/external/python/setuptools/setuptools/ |
D | package_index.py | 19 to_filename, Requirement, DEVELOP_DIST, EGG_DIST, 440 return to_filename(pkg), to_filename(ver)
|
/external/python/setuptools/setuptools/command/ |
D | egg_info.py | 29 safe_version, yield_lines, EntryPoint, iter_entry_points, to_filename) 196 self.egg_info = to_filename(self.egg_name) + '.egg-info'
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 1338 def to_filename(name): function 2642 to_filename(self.project_name), to_filename(self.version),
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 1594 ``to_filename()`` so all dashes ("-") are replaced by underscores ("_"). 1595 See ``to_filename()``. 1611 ``to_filename(name_or_version)`` 1734 * There is a new ``to_filename()`` function that escapes project names and
|
D | formats.txt | 137 The "name" and "version" should be escaped using the ``to_filename()``
|