Home
last modified time | relevance | path

Searched refs:manifest_file (Results 26 – 50 of 466) sorted by relevance

12345678910>>...19

/dports/devel/py-absl/absl-py-0.7.1/absl/testing/
H A D_bazelize_command.py47 manifest_file = os.path.join(FLAGS.test_srcdir, 'MANIFEST')
50 with open(manifest_file, 'r') as manifest_fd:
59 py_binary_name, manifest_file))
/dports/devel/py-oci/oci-2.53.1/src/oci/dts/models/
H A Dupdate_appliance_export_job_details.py342 def manifest_file(self): member in UpdateApplianceExportJobDetails
353 @manifest_file.setter
354 def manifest_file(self, manifest_file): member in UpdateApplianceExportJobDetails
363 self._manifest_file = manifest_file
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/action/
H A Dtooltool.py350 def open_manifest(manifest_file): argument
352 if os.path.exists(manifest_file):
354 with open(manifest_file, "rb") as f:
364 def list_manifest(manifest_file): argument
367 manifest = open_manifest(manifest_file)
370 manifest_file,
381 def validate_manifest(manifest_file): argument
388 manifest_file,
413 if os.path.exists(manifest_file):
447 with open(manifest_file, 'wb') as output:
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/external_tools/
H A Dtooltool.py350 def open_manifest(manifest_file): argument
352 if os.path.exists(manifest_file):
354 with open(manifest_file, "rb") as f:
364 def list_manifest(manifest_file): argument
367 manifest = open_manifest(manifest_file)
370 manifest_file,
381 def validate_manifest(manifest_file): argument
388 manifest_file,
413 if os.path.exists(manifest_file):
447 with open(manifest_file, 'wb') as output:
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/docker/recipes/
H A Dtooltool.py345 def open_manifest(manifest_file): argument
347 if os.path.exists(manifest_file):
349 with open(manifest_file, "rb") as f:
359 def list_manifest(manifest_file): argument
362 manifest = open_manifest(manifest_file)
365 manifest_file,
376 def validate_manifest(manifest_file): argument
383 manifest_file,
408 if os.path.exists(manifest_file):
441 with open(manifest_file, 'wb') as output:
[all …]
/dports/security/py-python-openid/python-openid-2.2.5/admin/
H A Dbuilddiscover.py60 manifest_file = file(manifest_file_name, 'w')
62 manifest_file.write(chunk)
63 manifest_file.close()
/dports/lang/zig/zig-0.9.0/src/
H A DCache.zig26 .manifest_file = null,
164 manifest_file: fs.File,
179 manifest_file: ?fs.File,
310 self.manifest_file = manifest_file;
327 self.manifest_file = manifest_file;
346 self.manifest_file = manifest_file;
679 const manifest_file = self.manifest_file.?;
715 const manifest_file = self.manifest_file.?;
722 const manifest_file = self.manifest_file.?;
725 manifest_file.unlock();
[all …]
/dports/lang/zig-devel/zig-0.9.0/src/
H A DCache.zig26 .manifest_file = null,
164 manifest_file: fs.File,
179 manifest_file: ?fs.File,
310 self.manifest_file = manifest_file;
327 self.manifest_file = manifest_file;
346 self.manifest_file = manifest_file;
679 const manifest_file = self.manifest_file.?;
715 const manifest_file = self.manifest_file.?;
722 const manifest_file = self.manifest_file.?;
725 manifest_file.unlock();
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/manifest/
H A Dtestpaths.py58 def get_path_id_map(src_root, tests_root, manifest_file, test_ids): argument
65 for item_type, path, tests in manifest_file:
88 manifest_file = load_and_update(tests_root,
95 return get_path_id_map(src_root, tests_root, manifest_file, kwargs["test_ids"])
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/manifest/
H A Dtestpaths.py60 def get_path_id_map(src_root, tests_root, manifest_file, test_ids): argument
67 for item_type, path, tests in manifest_file:
90 manifest_file = load_and_update(tests_root,
97 return get_path_id_map(src_root, tests_root, manifest_file, kwargs["test_ids"])
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/manifest/
H A Dtestpaths.py58 def get_path_id_map(src_root, tests_root, manifest_file, test_ids): argument
65 for item_type, path, tests in manifest_file:
88 manifest_file = load_and_update(tests_root,
95 return get_path_id_map(src_root, tests_root, manifest_file, kwargs["test_ids"])
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/manifest/
H A Dtestpaths.py58 def get_path_id_map(src_root, tests_root, manifest_file, test_ids): argument
65 for item_type, path, tests in manifest_file:
88 manifest_file = load_and_update(tests_root,
95 return get_path_id_map(src_root, tests_root, manifest_file, kwargs["test_ids"])
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/manifest/
H A Dtestpaths.py60 def get_path_id_map(src_root, tests_root, manifest_file, test_ids): argument
67 for item_type, path, tests in manifest_file:
90 manifest_file = load_and_update(tests_root,
97 return get_path_id_map(src_root, tests_root, manifest_file, kwargs["test_ids"])
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/jsdoc_validator/
H A Dbuild_jsdoc_validator_jar.py103 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False)
105 manifest_file.write('Class-Path: %s\n' % closure_jar_relpath)
106 manifest_file.close()
115 …jar_command = '%s cvfme %s %s %s -C %s .' % (jar_path, artifact_path, manifest_file.name, main_cla…
118 os.remove(manifest_file.name)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/jsdoc_validator/
H A Dbuild_jsdoc_validator_jar.py103 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False)
105 manifest_file.write('Class-Path: %s\n' % closure_jar_relpath)
106 manifest_file.close()
115 …jar_command = '%s cvfme %s %s %s -C %s .' % (jar_path, artifact_path, manifest_file.name, main_cla…
118 os.remove(manifest_file.name)
/dports/www/ilias/ILIAS-5.4.25/Modules/Scorm2004/classes/
H A Dclass.ilObjSCORM2004LearningModule.php109 $check_for_manifest_file = is_file($manifest_file);
121 $manifest_file_array = file($manifest_file);
148 if (!copy($manifest_file, $manifest_file . ".old")) {
149 echo "Failed to copy $manifest_file...<br>\n";
165 if (!copy($manifest_file . ".new", $manifest_file)) {
166 echo "Failed to copy $manifest_file...<br>\n";
169 if (!@is_file($manifest_file)) {
182 $hmani = fopen($manifest_file, "r");
194 if (!copy($manifest_file . ".new", $manifest_file)) {
195 echo "Failed to copy $manifest_file...<br>\n";
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Scorm2004/classes/
H A Dclass.ilObjSCORM2004LearningModule.php109 $check_for_manifest_file = is_file($manifest_file);
121 $manifest_file_array = file($manifest_file);
148 if (!copy($manifest_file, $manifest_file . ".old")) {
149 echo "Failed to copy $manifest_file...<br>\n";
165 if (!copy($manifest_file . ".new", $manifest_file)) {
166 echo "Failed to copy $manifest_file...<br>\n";
169 if (!@is_file($manifest_file)) {
182 $hmani = fopen($manifest_file, "r");
194 if (!copy($manifest_file . ".new", $manifest_file)) {
195 echo "Failed to copy $manifest_file...<br>\n";
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Export/classes/
H A Dclass.ilImportContainer.php34 $manifest_file = $dir . "/manifest.xml";
35 if (!file_exists($manifest_file)) {
40 $parser = new ilManifestParser($manifest_file);
/dports/www/ilias6/ILIAS-6.14/Services/Export/classes/
H A Dclass.ilImportContainer.php34 $manifest_file = $dir . "/manifest.xml";
35 if (!file_exists($manifest_file)) {
40 $parser = new ilManifestParser($manifest_file);
/dports/lang/spidermonkey78/firefox-78.9.0/tools/update-packaging/
H A Dmake_incremental_updates.py109 manifest_file = open(manifest_file_path, "wb")
110 manifest_file.writelines(io.BytesIO(b"type \"partial\"\n"))
111 manifest_file.writelines(io.BytesIO('\n'.join(self.manifestv2).encode('ascii')))
112 manifest_file.writelines(io.BytesIO(b"\n"))
113 manifest_file.close()
120 manifest_file = open(manifest_file_path, "wb")
121 manifest_file.writelines(io.BytesIO(b"type \"partial\"\n"))
122 manifest_file.writelines(io.BytesIO('\n'.join(self.manifestv3).encode('ascii')))
123 manifest_file.writelines(io.BytesIO(b"\n"))
124 manifest_file.close()
/dports/lang/spidermonkey60/firefox-60.9.0/tools/update-packaging/
H A Dmake_incremental_updates.py109 manifest_file = open(manifest_file_path, "wb")
110 manifest_file.writelines(io.BytesIO(b"type \"partial\"\n"))
111 manifest_file.writelines(io.BytesIO('\n'.join(self.manifestv2).encode('ascii')))
112 manifest_file.writelines(io.BytesIO(b"\n"))
113 manifest_file.close()
120 manifest_file = open(manifest_file_path, "wb")
121 manifest_file.writelines(io.BytesIO(b"type \"partial\"\n"))
122 manifest_file.writelines(io.BytesIO('\n'.join(self.manifestv3).encode('ascii')))
123 manifest_file.writelines(io.BytesIO(b"\n"))
124 manifest_file.close()
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/update-packaging/
H A Dmake_incremental_updates.py109 manifest_file = open(manifest_file_path, "wb")
110 manifest_file.writelines("type \"partial\"\n")
111 manifest_file.writelines(string.join(self.manifestv2, '\n'))
112 manifest_file.writelines("\n")
113 manifest_file.close()
120 manifest_file = open(manifest_file_path, "wb")
121 manifest_file.writelines("type \"partial\"\n")
122 manifest_file.writelines(string.join(self.manifestv3, '\n'))
123 manifest_file.writelines("\n")
124 manifest_file.close()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/integration/Elgg/Integration/
H A DElggCorePluginsAPITest.php39 $manifest_file = file_get_contents($this->normalizeTestFilePath('plugin_18/manifest.xml'));
40 $manifest = new ElggPluginManifest($manifest_file);
53 $manifest_file = file_get_contents($this->normalizeTestFilePath('plugin_18/manifest.xml'));
54 $xml = new \ElggXMLElement($manifest_file);
/dports/devel/py-maturin/maturin-0.11.3/src/
H A Dcargo_toml.rs47 pub fn from_path(manifest_file: impl AsRef<Path>) -> Result<Self> { in from_path()
48 let contents = fs::read_to_string(&manifest_file).context(format!( in from_path()
50 manifest_file.as_ref().display(), in from_path()
54 manifest_file.as_ref().display() in from_path()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/tooltool/
H A Dtooltool.py601 def open_manifest(manifest_file): argument
603 if os.path.exists(manifest_file):
605 with open(manifest_file, "rb") as f:
615 def list_manifest(manifest_file): argument
618 manifest = open_manifest(manifest_file)
621 manifest_file,
632 def validate_manifest(manifest_file): argument
636 manifest = open_manifest(manifest_file)
639 manifest_file,
664 if os.path.exists(manifest_file):
[all …]

12345678910>>...19