Home
last modified time | relevance | path

Searched refs:manifest_file (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/build_tools/
H A Dnacl-mono-buildbot.py48 manifest_file = open(SDK_MANIFEST, 'r')
49 sdk_manifest = json.loads(manifest_file.read())
50 manifest_file.close()
73 manifest_file = open(MONO_MANIFEST, 'r')
75 manifest_file.close()
102 manifest_file = open(MONO_MANIFEST, 'w')
104 manifest_file.close()
115 manifest_file = open(MONO_MANIFEST, 'r')
117 manifest_file.close()
154 manifest_file = open(MONO_MANIFEST, 'w')
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/runner/
H A Dupdate_manifest.py16 manifest_file = None
18 manifest_file = manifest.load(root, path)
21 if manifest_file is None:
22 manifest_file = manifest.Manifest("/")
24 update.update(root, manifest_file)
26 manifest.write(manifest_file, path)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dwpttest.py190 return cls(manifest_file.url_base,
191 manifest_file.tests_root,
419 return cls(manifest_file.url_base,
420 manifest_file.tests_root,
484 manifest_file, argument
493 node = cls(manifest_file.url_base,
494 manifest_file.tests_root,
523 cmp_self = ReftestTest(manifest_file.url_base,
530 cmp_ref = ReftestTest(manifest_file.url_base,
547 ref = ReftestTest(manifest_file.url_base,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/
H A Daddtest.py51 if not os.path.isfile(manifest_file):
52 print("Could not open manifest file {}".format(manifest_file))
54 write_to_ini_file(manifest_file, filename)
101 manifest_file = os.path.join(os.path.dirname(self.test), guessed_ini)
104 if not os.path.isfile(manifest_file):
105 print("Could not open manifest file {}".format(manifest_file))
108 write_to_ini_file(manifest_file, filename)
313 def write_to_ini_file(manifest_file, filename): argument
315 manifest = manifestparser.TestManifest(manifests=[manifest_file])
327 with open(manifest_file, "r") as f:
[all …]
/dports/www/firefox/firefox-99.0/testing/
H A Daddtest.py51 if not os.path.isfile(manifest_file):
52 print("Could not open manifest file {}".format(manifest_file))
54 write_to_ini_file(manifest_file, filename)
101 manifest_file = os.path.join(os.path.dirname(self.test), guessed_ini)
104 if not os.path.isfile(manifest_file):
105 print("Could not open manifest file {}".format(manifest_file))
108 write_to_ini_file(manifest_file, filename)
313 def write_to_ini_file(manifest_file, filename): argument
315 manifest = manifestparser.TestManifest(manifests=[manifest_file])
327 with open(manifest_file, "r") as f:
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/
H A Daddtest.py51 if not os.path.isfile(manifest_file):
52 print("Could not open manifest file {}".format(manifest_file))
54 write_to_ini_file(manifest_file, filename)
101 manifest_file = os.path.join(os.path.dirname(self.test), guessed_ini)
104 if not os.path.isfile(manifest_file):
105 print("Could not open manifest file {}".format(manifest_file))
108 write_to_ini_file(manifest_file, filename)
313 def write_to_ini_file(manifest_file, filename): argument
315 manifest = manifestparser.TestManifest(manifests=[manifest_file])
327 with open(manifest_file, "r") as f:
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/
H A Daddtest.py52 if not os.path.isfile(manifest_file):
53 print('Could not open manifest file {}'.format(manifest_file))
55 write_to_ini_file(manifest_file, filename)
95 manifest_file = os.path.join(os.path.dirname(self.test), guessed_ini)
98 if not os.path.isfile(manifest_file):
99 print('Could not open manifest file {}'.format(manifest_file))
102 write_to_ini_file(manifest_file, filename)
286 def write_to_ini_file(manifest_file, filename): argument
288 manifest = manifestparser.TestManifest(manifests=[manifest_file])
300 with open(manifest_file, "r") as f:
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dwpttest.py194 return cls(manifest_file.url_base,
195 manifest_file.tests_root,
424 return cls(manifest_file.url_base,
425 manifest_file.tests_root,
490 manifest_file, argument
500 node = cls(manifest_file.url_base,
501 manifest_file.tests_root,
531 cmp_self = ReftestTest(manifest_file.url_base,
538 cmp_ref = ReftestTest(manifest_file.url_base,
555 ref = ReftestTest(manifest_file.url_base,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dwpttest.py194 return cls(manifest_file.url_base,
195 manifest_file.tests_root,
424 return cls(manifest_file.url_base,
425 manifest_file.tests_root,
490 manifest_file, argument
500 node = cls(manifest_file.url_base,
501 manifest_file.tests_root,
531 cmp_self = ReftestTest(manifest_file.url_base,
538 cmp_ref = ReftestTest(manifest_file.url_base,
555 ref = ReftestTest(manifest_file.url_base,
[all …]
/dports/www/moodle310/moodle/backup/cc/
H A Drestore_cc.php30 $manifest_file = $dir . DIRECTORY_SEPARATOR . 'imsmanifest.xml';
34 if (is_readable($manifest_file) && !is_readable($moodle_file)) {
36 $is_cc = detect_cc_format($manifest_file);
70 if ($cc_manifest->load($manifest_file)) {
75 $cc2moodle = new cc2moodle($manifest_file);
/dports/www/moodle311/moodle/backup/cc/
H A Drestore_cc.php30 $manifest_file = $dir . DIRECTORY_SEPARATOR . 'imsmanifest.xml';
34 if (is_readable($manifest_file) && !is_readable($moodle_file)) {
36 $is_cc = detect_cc_format($manifest_file);
70 if ($cc_manifest->load($manifest_file)) {
75 $cc2moodle = new cc2moodle($manifest_file);
/dports/www/moodle39/moodle/backup/cc/
H A Drestore_cc.php30 $manifest_file = $dir . DIRECTORY_SEPARATOR . 'imsmanifest.xml';
34 if (is_readable($manifest_file) && !is_readable($moodle_file)) {
36 $is_cc = detect_cc_format($manifest_file);
70 if ($cc_manifest->load($manifest_file)) {
75 $cc2moodle = new cc2moodle($manifest_file);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/closure/closure_runner/
H A Dbuild_compiler_runner_jar.py42 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False)
44 manifest_file.write('Class-Path: %s\n' % closure_jar_relpath)
45 manifest_file.close()
54 …jar_command = '%s cvfme %s %s %s -C %s .' % (jar_path, artifact_path, manifest_file.name, main_cla…
57 os.remove(manifest_file.name)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/closure/closure_runner/
H A Dbuild_compiler_runner_jar.py42 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False)
44 manifest_file.write('Class-Path: %s\n' % closure_jar_relpath)
45 manifest_file.close()
54 …jar_command = '%s cvfme %s %s %s -C %s .' % (jar_path, artifact_path, manifest_file.name, main_cla…
57 os.remove(manifest_file.name)
/dports/www/ilias/ILIAS-5.4.25/Modules/ScormAicc/classes/
H A Dclass.ilObjSCORMLearningModule.php103 $check_for_manifest_file = is_file($manifest_file);
112 $manifest_file_array = file($manifest_file);
135 if (!copy($manifest_file, $manifest_file . ".old")) {
136 echo "Failed to copy $manifest_file...<br>\n";
142 $f_read_handler = fopen($manifest_file . ".old", "r");
152 if (!copy($manifest_file . ".new", $manifest_file)) {
153 echo "Failed to copy $manifest_file...<br>\n";
156 if (!@is_file($manifest_file)) {
172 $hmani = fopen($manifest_file, "r");
184 if (!copy($manifest_file . ".new", $manifest_file)) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/ScormAicc/classes/
H A Dclass.ilObjSCORMLearningModule.php103 $check_for_manifest_file = is_file($manifest_file);
112 $manifest_file_array = file($manifest_file);
135 if (!copy($manifest_file, $manifest_file . ".old")) {
136 echo "Failed to copy $manifest_file...<br>\n";
142 $f_read_handler = fopen($manifest_file . ".old", "r");
152 if (!copy($manifest_file . ".new", $manifest_file)) {
153 echo "Failed to copy $manifest_file...<br>\n";
156 if (!@is_file($manifest_file)) {
172 $hmani = fopen($manifest_file, "r");
184 if (!copy($manifest_file . ".new", $manifest_file)) {
[all …]
/dports/audio/lilv/lilv-0.24.12/test/
H A Dlilv_test_utils.c103 FILE* const manifest_file = fopen(env->test_manifest_path, "w"); in create_bundle() local
104 if (!manifest_file) { in create_bundle()
110 fclose(manifest_file); in create_bundle()
122 n_written += fwrite(MANIFEST_PREFIXES, 1, manifest_head_len, manifest_file); in create_bundle()
123 n_written += fwrite(manifest, 1, manifest_len, manifest_file); in create_bundle()
127 fclose(manifest_file); in create_bundle()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/
H A Dtestloader.py384 manifest_file = self.load_manifest(url_base=url_base,
388 rv[manifest_file] = path_data
408 manifest_file = manifest.Manifest(None, url_base)
413 manifest_file = manifest.Manifest(None, url_base)
417 manifest.write(manifest_file, manifest_path)
424 manifest_file = manifest.load(tests_path, manifest_path)
425 if manifest_file.url_base != url_base:
428 manifest_file.url_base = url_base
429 manifest.write(manifest_file, manifest_path)
431 return manifest_file
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dwpttest.py187 return cls(manifest_file.tests_root,
192 path=os.path.join(manifest_file.tests_root, manifest_item.path),
415 return cls(manifest_file.tests_root,
420 path=os.path.join(manifest_file.tests_root, manifest_item.path),
471 manifest_file, argument
481 node = cls(manifest_file.tests_root,
505 mismatch_walk = ReftestTest(manifest_file.tests_root,
512 cmp_self = ReftestTest(manifest_file.tests_root,
518 cmp_ref = ReftestTest(manifest_file.tests_root,
534 ref = ReftestTest(manifest_file.tests_root,
[all …]
/dports/devel/p5-Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.01/lib/Module/CPANTS/Kwalitee/
H A DManifest.pm21 my $manifest_file = catfile($distdir, 'MANIFEST');
23 if (-e $manifest_file) {
25 open(my $fh, '<', $manifest_file) or die "cannot read MANIFEST $manifest_file: $!";
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dtestloader.py396 rv[manifest_file] = path_data
422 manifest_file = manifest.Manifest(url_base)
427 manifest_file = manifest.Manifest(url_base)
429 manifest_update.update(tests_path, manifest_file, True)
431 manifest.write(manifest_file, manifest_path)
438 manifest_file = manifest.load(tests_path, manifest_path)
439 if manifest_file.url_base != url_base:
442 manifest_file.url_base = url_base
443 manifest.write(manifest_file, manifest_path)
445 return manifest_file
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/runner/
H A Dupdate_manifest.py15 manifest_file = manifest.manifest.load(root, path)
16 manifest.update.update(root, "/", manifest_file)
17 manifest.manifest.write(manifest_file, path)
/dports/net-mgmt/librenms/librenms-21.5.1/app/Console/Commands/
H A DTranslationGenerateCommand.php56 $manifest_file = public_path('mix-manifest.json');
57 $manifest = json_decode(file_get_contents($manifest_file), true);
63 …file_put_contents($manifest_file, json_encode($manifest, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHE…
/dports/devel/py-scikit-build/scikit-build-0.12.0/skbuild/command/
H A Dgenerate_source_manifest.py52 with open('MANIFEST', 'wb') as manifest_file:
56 manifest_file.write(
60 manifest_file.write(
/dports/devel/py-absl-py/absl-py-0.15.0/absl/testing/
H A D_bazelize_command.py48 manifest_file = os.path.join(FLAGS.test_srcdir, 'MANIFEST')
51 with open(manifest_file, 'r') as manifest_fd:
60 py_binary_name, manifest_file))

12345678910>>...19