Searched full:versionspec (Results 1 – 7 of 7) sorted by relevance
| /external/doclava/src/com/google/doclava/ |
| D | SinceTagger.java | 60 for (Map.Entry<String, String> versionSpec : xmlToName.entrySet()) { in tagAll() 61 String xmlFile = versionSpec.getKey(); in tagAll() 62 String versionName = versionSpec.getValue(); in tagAll()
|
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | stage-test-nuget.yml | 30 versionSpec: '>= 5'
|
| D | stage-pack-nuget.yml | 33 versionSpec: '>=5.0'
|
| D | stage-publish-pythonorg.yml | 22 versionSpec: '>=3.6'
|
| /external/python/cpython3/.azure-pipelines/ |
| D | docs-steps.yml | 13 versionSpec: '>=3.6'
|
| /external/python/setuptools/setuptools/_vendor/_validate_pyproject/ |
| D | formats.py | 92 # versionspec
|
| D | fastjsonschema_validations.py | 33 …versionspec', '$$description': ['`The Python version requirements of the project', '<https://packa… 101 …versionspec', '$$description': ['`The Python version requirements of the project', '<https://packa… 623 …t-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$descriptio… 628 …t-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$descriptio… 717 … + ".requires-python", definition={'type': 'string', 'format': 'pep508-versionspec', '$$descriptio… 719 if not custom_formats["pep508-versionspec"](data__requirespython): 720 …versionspec", value=data__requirespython, name="" + (name_prefix or "data") + ".requires-python", … 909 …t-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$descriptio…
|