Home
last modified time | relevance | path

Searched refs:ParsedVersion (Results 1 – 25 of 79) sorted by relevance

1234

/dports/multimedia/tautulli/Tautulli-2.8.0/lib/packaging/
H A Dspecifiers.py27 ParsedVersion = Union[Version, LegacyVersion] variable
30 CallableOperator = Callable[[ParsedVersion, str], bool]
144 def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion:
288 fn: Callable[["Specifier", ParsedVersion, str], bool] argument
289 ) -> Callable[["Specifier", ParsedVersion, str], bool]:
291 def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: argument
408 def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: argument
430 def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
470 def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
483 self, prospective: ParsedVersion, spec: str argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/packaging/
H A Dspecifiers.py27 ParsedVersion = Union[Version, LegacyVersion] variable
30 CallableOperator = Callable[[ParsedVersion, str], bool]
162 def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion:
306 fn: Callable[["Specifier", ParsedVersion, str], bool] argument
307 ) -> Callable[["Specifier", ParsedVersion, str], bool]:
309 def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: argument
426 def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: argument
448 def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
488 def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
501 self, prospective: ParsedVersion, spec: str argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/packaging/packaging/
H A Dspecifiers.py27 ParsedVersion = Union[Version, LegacyVersion] variable
30 CallableOperator = Callable[[ParsedVersion, str], bool]
162 def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion:
306 fn: Callable[["Specifier", ParsedVersion, str], bool] argument
307 ) -> Callable[["Specifier", ParsedVersion, str], bool]:
309 def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: argument
426 def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: argument
448 def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
488 def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
501 self, prospective: ParsedVersion, spec: str argument
[all …]
/dports/devel/py-pip-api/pip-api-0.0.24/pip_api/_vendor/packaging/
H A Dspecifiers.py27 ParsedVersion = Union[Version, LegacyVersion] variable
30 CallableOperator = Callable[[ParsedVersion, str], bool]
162 def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion:
306 fn: Callable[["Specifier", ParsedVersion, str], bool] argument
307 ) -> Callable[["Specifier", ParsedVersion, str], bool]:
309 def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: argument
426 def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: argument
448 def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
488 def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
501 self, prospective: ParsedVersion, spec: str argument
[all …]
/dports/devel/py-packaging/packaging-21.3/packaging/
H A Dspecifiers.py27 ParsedVersion = Union[Version, LegacyVersion] variable
30 CallableOperator = Callable[[ParsedVersion, str], bool]
144 def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion:
288 fn: Callable[["Specifier", ParsedVersion, str], bool] argument
289 ) -> Callable[["Specifier", ParsedVersion, str], bool]:
291 def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: argument
408 def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: argument
430 def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
470 def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
483 self, prospective: ParsedVersion, spec: str argument
[all …]
/dports/devel/py-packaging/packaging-21.3/build/lib/packaging/
H A Dspecifiers.py27 ParsedVersion = Union[Version, LegacyVersion] variable
30 CallableOperator = Callable[[ParsedVersion, str], bool]
144 def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion:
288 fn: Callable[["Specifier", ParsedVersion, str], bool] argument
289 ) -> Callable[["Specifier", ParsedVersion, str], bool]:
291 def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: argument
408 def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: argument
430 def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
470 def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
483 self, prospective: ParsedVersion, spec: str argument
[all …]
/dports/devel/py-pdm-pep517/pdm-pep517-0.9.2/pdm/pep517/_vendor/packaging/
H A Dspecifiers.py27 ParsedVersion = Union[Version, LegacyVersion] variable
30 CallableOperator = Callable[[ParsedVersion, str], bool]
162 def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion:
306 fn: Callable[["Specifier", ParsedVersion, str], bool] argument
307 ) -> Callable[["Specifier", ParsedVersion, str], bool]:
309 def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: argument
426 def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: argument
448 def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
488 def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
501 self, prospective: ParsedVersion, spec: str argument
[all …]
/dports/devel/py-packaging/stage/usr/local/lib/python3.8/site-packages/packaging/
H A Dspecifiers.py27 ParsedVersion = Union[Version, LegacyVersion] variable
30 CallableOperator = Callable[[ParsedVersion, str], bool]
144 def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion:
288 fn: Callable[["Specifier", ParsedVersion, str], bool] argument
289 ) -> Callable[["Specifier", ParsedVersion, str], bool]:
291 def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: argument
408 def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: argument
430 def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
470 def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: argument
483 self, prospective: ParsedVersion, spec: str argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/devtools/device/
H A Ddevtools_device_discovery.h65 using ParsedVersion = std::vector<int>; variable
66 ParsedVersion GetParsedVersion();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/devtools/device/
H A Ddevtools_device_discovery.h65 using ParsedVersion = std::vector<int>; variable
66 ParsedVersion GetParsedVersion();
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_vendor/packaging/
H A Dspecifiers.py29 ParsedVersion = Union[Version, LegacyVersion] variable
31 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/packaging/
H A Dspecifiers.py20 ParsedVersion = Union[Version, LegacyVersion] variable
22 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/finance/electrum/Electrum-4.1.5/packages/pkg_resources/_vendor/packaging/
H A Dspecifiers.py29 ParsedVersion = Union[Version, LegacyVersion] variable
31 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/packaging/packaging/
H A Dspecifiers.py20 ParsedVersion = Union[Version, LegacyVersion] variable
22 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/pkg_resources/_vendor/packaging/
H A Dspecifiers.py29 ParsedVersion = Union[Version, LegacyVersion] variable
31 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/_vendor/packaging/
H A Dspecifiers.py29 ParsedVersion = Union[Version, LegacyVersion] variable
31 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/packaging/packaging/
H A Dspecifiers.py20 ParsedVersion = Union[Version, LegacyVersion] variable
22 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/devel/py-setuptools/setuptools-57.0.0/pkg_resources/_vendor/packaging/
H A Dspecifiers.py29 ParsedVersion = Union[Version, LegacyVersion] variable
31 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_vendor/packaging/
H A Dspecifiers.py29 ParsedVersion = Union[Version, LegacyVersion] variable
31 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/packaging/packaging/
H A Dspecifiers.py20 ParsedVersion = Union[Version, LegacyVersion] variable
22 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/packaging/
H A Dspecifiers.py29 ParsedVersion = Union[Version, LegacyVersion] variable
31 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/packaging/
H A Dspecifiers.py20 ParsedVersion = Union[Version, LegacyVersion] variable
22 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/packaging/
H A Dspecifiers.py20 ParsedVersion = Union[Version, LegacyVersion] variable
22 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/packaging/
H A Dspecifiers.py20 ParsedVersion = Union[Version, LegacyVersion] variable
22 CallableOperator = Callable[[ParsedVersion, str], bool]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/packaging/
H A Dspecifiers.py28 ParsedVersion = Union[Version, LegacyVersion] variable
30 CallableOperator = Callable[[ParsedVersion, str], bool]

1234