Home
last modified time | relevance | path

Searched refs:MANIFEST (Results 1 – 25 of 35) sorted by relevance

12

/third_party/cJSON/library_config/
Duninstall.cmake3 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/
Dsourcedist.rst115 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 …]
Dsetupscript.rst462 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/
Dtypefindfunctions.c413 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/
DSIGNATURE1 This file contains message digests of all files listed in MANIFEST,
20 SHA1 2c21cb13f53da41c4b30011aca9014db2de46862 MANIFEST
DMANIFEST5 MANIFEST
/third_party/openssl/external/perl/Text-Template-1.56/
DSIGNATURE1 This file contains message digests of all files listed in MANIFEST,
20 SHA1 2c21cb13f53da41c4b30011aca9014db2de46862 MANIFEST
DMANIFEST5 MANIFEST
/third_party/PyYAML/
D.gitignore7 MANIFEST
/third_party/skia/third_party/externals/brotli/
DMANIFEST.in10 include MANIFEST.in
D.gitattributes18 MANIFEST.in !export-ignore
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh175 #define MANIFEST(Items) \ macro
198 MANIFEST(
/third_party/skia/third_party/externals/expat/expat/
DMakefile.am83 win32/MANIFEST.txt \
/third_party/node/tools/gyp/
D.gitignore28 MANIFEST
/third_party/python/Lib/distutils/tests/
Dtest_sdist.py41 MANIFEST = """\ variable
246 self.assertEqual(manifest, MANIFEST % {'sep': os.sep})
/third_party/python/
D.gitignore147 Python/frozen_modules/MANIFEST
/third_party/node/deps/nghttp2/lib/
DMakefile.msvc64 LDFLAGS := -nologo -MAP -debug -incremental:no -opt:ref,icf -MANIFEST # -verbose
/third_party/nghttp2/lib/
DMakefile.msvc64 LDFLAGS := -nologo -MAP -debug -incremental:no -opt:ref,icf -MANIFEST # -verbose
/third_party/skia/third_party/externals/expat/expat/win32/
Dexpat.iss69 Flags: ignoreversion; Source: win32\MANIFEST.txt; DestDir: "{app}"
/third_party/python/Doc/extending/
Dbuilding.rst159 this is done through a :file:`MANIFEST.in` file; see :ref:`manifest` for details.
/third_party/skia/third_party/externals/libwebp/
DMakefile.vc34 LDFLAGS = /LARGEADDRESSAWARE /MANIFEST /NXCOMPAT /DYNAMICBASE
/third_party/cef/cmake/
Dcef_variables.cmake.in434 /MANIFEST:NO # No default manifest (see ADD_WINDOWS_MANIFEST macro usage)
/third_party/node/test/fixtures/wpt/common/security-features/
DREADME.md169 * Regenerate the tests and MANIFEST.json
/third_party/curl/
DCMakeLists.txt1413 set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO")
/third_party/python/Doc/whatsnew/
D2.7.rst1231 :file:`MANIFEST` file, since even if the :file:`MANIFEST.in` or

12