Searched refs:classifiers (Results 1 – 23 of 23) sorted by relevance
/external/fonttools/ |
D | setup.py | 36 classifiers = {"classifiers": [ variable 50 classifiers = {} variable 86 **classifiers
|
/external/ply/ply/ |
D | setup.py | 27 classifiers = [
|
D | CHANGES | 309 Fixed setup.py trove classifiers to properly list PLY as
|
/external/bart/ |
D | setup.py | 46 classifiers=[
|
/external/swiftshader/third_party/LLVM/utils/lit/ |
D | setup.py | 52 classifiers=[
|
/external/trappy/ |
D | setup.py | 61 classifiers=[
|
/external/llvm/utils/lit/ |
D | setup.py | 59 classifiers=[
|
/external/markdown/ |
D | setup.py | 41 classifiers = ['Development Status :: 5 - Production/Stable',
|
/external/python/cpython2/Lib/distutils/command/ |
D | register.py | 55 self.classifiers() 86 def classifiers(self): member in register
|
/external/devlib/ |
D | setup.py | 80 classifiers=[
|
/external/python/cpython2/Lib/distutils/ |
D | dist.py | 1042 self.classifiers = None 1089 self.classifiers = _read_list('classifier') 1115 self.classifiers or self.download_url): 1208 return self.classifiers or []
|
/external/brotli/ |
D | setup.py | 261 classifiers=CLASSIFIERS,
|
/external/python/cpython2/Doc/distutils/ |
D | setupscript.rst | 587 | ``classifiers`` | a list of classifiers | list of strings | \(4) | 619 classifiers. See the ``Classifier`` field. Notice that 652 ``classifiers`` are specified in a Python list:: 655 classifiers=[ 673 If you wish to include classifiers in your :file:`setup.py` file and also wish 678 # patch distutils if it can't cope with the "classifiers" or 683 DistributionMetadata.classifiers = None
|
D | apiref.rst | 80 …| *classifiers* | A list of categories for the | a list of strings; valid classifiers are l…
|
/external/protobuf/python/ |
D | setup.py | 227 classifiers=[
|
/external/iproute2/ |
D | README.iproute2+tc | 80 Setup of rsvp and u32 classifiers is more hairy.
|
/external/python/cpython2/Doc/howto/ |
D | pyporting.rst | 333 Once your code works under Python 3, you should update the classifiers in 337 also want to add classifiers for each major/minor version of Python you now 373 supported by Python 2. You should also update the classifiers in your
|
/external/conscrypt/openjdk/ |
D | build.gradle | 7 // Build the list of classifiers that will be used in the build.
|
/external/libnl/doc/ |
D | route.txt | 1232 should be enqueued to. Different types of classifiers exists, 1235 Additionally most classifiers support *extended matches (ematch)* 1236 which allow extending classifiers by a set of matcher modules, and 1237 *actions* which allow classifiers to take actions such as mangling,
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 664 To make the catalog a bit more useful, a new optional *classifiers* keyword 669 Here's an example :file:`setup.py` with classifiers, written to be compatible 680 'classifiers' in core.setup_keywords): 681 kw['classifiers'] = \ 688 The full list of classifiers can be obtained by running ``python setup.py 689 register --list-classifiers``.
|
/external/python/cpython2/ |
D | setup.py | 2244 classifiers = filter(None, CLASSIFIERS.split("\n")),
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 75 static const double classifiers[24] = { variable 2859 clf = &classifiers[offset]; in compute_score()
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|