Searched refs:MANIFEST (Results 1 – 25 of 35) sorted by relevance
12
/third_party/cJSON/library_config/ |
D | uninstall.cmake | 3 set(MANIFEST "${CMAKE_CURRENT_BINARY_DIR}/install_manifest.txt") variable 5 if(NOT EXISTS ${MANIFEST}) 6 message(FATAL_ERROR "Cannot find install mainfest: ${MANIFEST}") 9 file(STRINGS ${MANIFEST} files)
|
/third_party/python/Doc/distutils/ |
D | sourcedist.rst | 115 called :file:`MANIFEST.in` by default. The manifest template is just a list of 116 instructions for how to generate your manifest file, :file:`MANIFEST`, which is 123 :file:`MANIFEST`, you must specify everything: the default set of files 127 An existing generated :file:`MANIFEST` will be regenerated without 129 :file:`MANIFEST.in` or :file:`setup.py`. 132 :file:`MANIFEST` files start with a comment indicating they are generated. 136 :command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in` 223 * if the manifest file (:file:`MANIFEST` by default) exists and the first line 224 does not have a comment indicating it is generated from :file:`MANIFEST.in`, 228 generated, read :file:`MANIFEST.in` and create the manifest [all …]
|
D | setupscript.rst | 462 All the scripts will also be added to the ``MANIFEST`` file if no template is 510 All the files that match ``package_data`` will be added to the ``MANIFEST`` 554 All the files that match ``data_files`` will be added to the ``MANIFEST``
|
/third_party/gstreamer/gstplugins_base/tests/check/gst/ |
D | typefindfunctions.c | 413 static const gchar MANIFEST[] = variable 435 len = strlen (MANIFEST); in generate_utf16() 441 utf16[2 + (2 * i) + off_lo] = MANIFEST[i]; in generate_utf16() 459 caps = typefind_data (utf16, 2 + strlen (MANIFEST) * 2, &prob); in GST_START_TEST() 469 caps = typefind_data (utf16, 2 + strlen (MANIFEST) * 2, &prob); in GST_START_TEST()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/ |
D | SIGNATURE | 1 This file contains message digests of all files listed in MANIFEST, 20 SHA1 2c21cb13f53da41c4b30011aca9014db2de46862 MANIFEST
|
D | MANIFEST | 5 MANIFEST
|
/third_party/openssl/external/perl/Text-Template-1.56/ |
D | SIGNATURE | 1 This file contains message digests of all files listed in MANIFEST, 20 SHA1 2c21cb13f53da41c4b30011aca9014db2de46862 MANIFEST
|
D | MANIFEST | 5 MANIFEST
|
/third_party/PyYAML/ |
D | .gitignore | 7 MANIFEST
|
/third_party/skia/third_party/externals/brotli/ |
D | MANIFEST.in | 10 include MANIFEST.in
|
D | .gitattributes | 18 MANIFEST.in !export-ignore
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 175 #define MANIFEST(Items) \ macro 198 MANIFEST(
|
/third_party/skia/third_party/externals/expat/expat/ |
D | Makefile.am | 83 win32/MANIFEST.txt \
|
/third_party/node/tools/gyp/ |
D | .gitignore | 28 MANIFEST
|
/third_party/python/Lib/distutils/tests/ |
D | test_sdist.py | 41 MANIFEST = """\ variable 246 self.assertEqual(manifest, MANIFEST % {'sep': os.sep})
|
/third_party/python/ |
D | .gitignore | 147 Python/frozen_modules/MANIFEST
|
/third_party/node/deps/nghttp2/lib/ |
D | Makefile.msvc | 64 LDFLAGS := -nologo -MAP -debug -incremental:no -opt:ref,icf -MANIFEST # -verbose
|
/third_party/nghttp2/lib/ |
D | Makefile.msvc | 64 LDFLAGS := -nologo -MAP -debug -incremental:no -opt:ref,icf -MANIFEST # -verbose
|
/third_party/skia/third_party/externals/expat/expat/win32/ |
D | expat.iss | 69 Flags: ignoreversion; Source: win32\MANIFEST.txt; DestDir: "{app}"
|
/third_party/python/Doc/extending/ |
D | building.rst | 159 this is done through a :file:`MANIFEST.in` file; see :ref:`manifest` for details.
|
/third_party/skia/third_party/externals/libwebp/ |
D | Makefile.vc | 34 LDFLAGS = /LARGEADDRESSAWARE /MANIFEST /NXCOMPAT /DYNAMICBASE
|
/third_party/cef/cmake/ |
D | cef_variables.cmake.in | 434 /MANIFEST:NO # No default manifest (see ADD_WINDOWS_MANIFEST macro usage)
|
/third_party/node/test/fixtures/wpt/common/security-features/ |
D | README.md | 169 * Regenerate the tests and MANIFEST.json
|
/third_party/curl/ |
D | CMakeLists.txt | 1413 set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO")
|
/third_party/python/Doc/whatsnew/ |
D | 2.7.rst | 1231 :file:`MANIFEST` file, since even if the :file:`MANIFEST.in` or
|
12