Home
last modified time | relevance | path

Searched refs:out_path (Results 151 – 175 of 1345) sorted by relevance

12345678910>>...54

/dports/sysutils/py-salt/salt-3004.1/salt/spm/pkgfiles/
H A Dlocal.py109 out_path = conn["formula_path"]
130 out_path = __opts__["spm_share_dir"]
138 out_path = os.path.join(
149 out_path = conn["pillar_path"]
153 out_path = salt.syspaths.CONFIG_DIR
156 out_path = __opts__["reactor_path"]
164 log.debug("Installing package file %s to %s", member.name, out_path)
165 formula_tar.extract(member, out_path)
167 return out_path
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/html5lib/tests/
H A Dtokenizertotree.py17 def main(out_path): argument
18 if not os.path.exists(out_path):
19 sys.stderr.write("Path %s does not exist" % out_path)
23 run_file(filename, out_path)
26 def run_file(filename, out_path): argument
33 output_file = open(os.path.join(out_path, "tokenizer_%s.dat" % name), "w")
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/
H A Dtokenizertotree.py17 def main(out_path): argument
18 if not os.path.exists(out_path):
19 sys.stderr.write("Path %s does not exist" % out_path)
23 run_file(filename, out_path)
26 def run_file(filename, out_path): argument
33 output_file = open(os.path.join(out_path, "tokenizer_%s.dat" % name), "w")
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/html5lib/html5lib/tests/
H A Dtokenizertotree.py17 def main(out_path): argument
18 if not os.path.exists(out_path):
19 sys.stderr.write("Path %s does not exist" % out_path)
23 run_file(filename, out_path)
26 def run_file(filename, out_path): argument
33 output_file = open(os.path.join(out_path, "tokenizer_%s.dat" % name), "w")
/dports/www/py-html5lib/html5lib-1.0.1/html5lib/tests/
H A Dtokenizertotree.py17 def main(out_path): argument
18 if not os.path.exists(out_path):
19 sys.stderr.write("Path %s does not exist" % out_path)
23 run_file(filename, out_path)
26 def run_file(filename, out_path): argument
33 output_file = open(os.path.join(out_path, "tokenizer_%s.dat" % name), "w")
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/html5lib/html5lib/tests/
H A Dtokenizertotree.py17 def main(out_path): argument
18 if not os.path.exists(out_path):
19 sys.stderr.write("Path %s does not exist" % out_path)
23 run_file(filename, out_path)
26 def run_file(filename, out_path): argument
33 output_file = open(os.path.join(out_path, "tokenizer_%s.dat" % name), "w")
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/resources/html5lib/src/html5lib/tests/
H A Dtokenizertotree.py15 def main(out_path): argument
16 if not os.path.exists(out_path):
17 sys.stderr.write("Path %s does not exist"%out_path)
21 run_file(filename, out_path)
23 def run_file(filename, out_path): argument
30 output_file = open(os.path.join(out_path, "tokenizer_%s.dat"%name), "w")
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/
H A Dtokenizertotree.py17 def main(out_path): argument
18 if not os.path.exists(out_path):
19 sys.stderr.write("Path %s does not exist" % out_path)
23 run_file(filename, out_path)
26 def run_file(filename, out_path): argument
33 output_file = open(os.path.join(out_path, "tokenizer_%s.dat" % name), "w")
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/
H A Dtokenizertotree.py17 def main(out_path): argument
18 if not os.path.exists(out_path):
19 sys.stderr.write("Path %s does not exist" % out_path)
23 run_file(filename, out_path)
26 def run_file(filename, out_path): argument
33 output_file = open(os.path.join(out_path, "tokenizer_%s.dat" % name), "w")
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/html5lib-python/html5lib/tests/
H A Dtokenizertotree.py17 def main(out_path): argument
18 if not os.path.exists(out_path):
19 sys.stderr.write("Path %s does not exist" % out_path)
23 run_file(filename, out_path)
26 def run_file(filename, out_path): argument
33 output_file = open(os.path.join(out_path, "tokenizer_%s.dat" % name), "w")
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/
H A Dtokenizertotree.py17 def main(out_path): argument
18 if not os.path.exists(out_path):
19 sys.stderr.write("Path %s does not exist" % out_path)
23 run_file(filename, out_path)
26 def run_file(filename, out_path): argument
33 output_file = open(os.path.join(out_path, "tokenizer_%s.dat" % name), "w")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/tools/
H A Dtruncate_net_log.py42 def truncate_log_file(in_path, out_path, desired_size): argument
52 with open(out_path, 'w') as out_file:
76 get_file_size(out_path)))
111 out_path = os.path.normpath(sys.argv[2])
113 if in_path == out_path:
125 truncate_log_file(in_path, out_path, size_bytes)
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/tools/
H A Dtruncate_net_log.py42 def truncate_log_file(in_path, out_path, desired_size): argument
52 with open(out_path, 'w') as out_file:
76 get_file_size(out_path)))
111 out_path = os.path.normpath(sys.argv[2])
113 if in_path == out_path:
125 truncate_log_file(in_path, out_path, size_bytes)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/connection/
H A Dbuildah.py128 def put_file(self, in_path, out_path): argument
130 super(Connection, self).put_file(in_path, out_path)
131 display.vvv("PUT %s TO %s" % (in_path, out_path), host=self._container_id)
133 real_out_path = self._mount_point + to_bytes(out_path, errors='surrogate_or_strict')
145 def fetch_file(self, in_path, out_path): argument
147 super(Connection, self).fetch_file(in_path, out_path)
148 display.vvv("FETCH %s TO %s" % (in_path, out_path), host=self._container_id)
153 to_bytes(out_path, errors='surrogate_or_strict')
H A Dlxd.py93 def put_file(self, in_path, out_path): argument
95 super(Connection, self).put_file(in_path, out_path)
97 self._display.vvv(u"PUT {0} TO {1}".format(in_path, out_path), host=self._host)
102 local_cmd = [self._lxc_cmd, "file", "push", in_path, self._host + "/" + out_path]
109 def fetch_file(self, in_path, out_path): argument
111 super(Connection, self).fetch_file(in_path, out_path)
113 self._display.vvv(u"FETCH {0} TO {1}".format(in_path, out_path), host=self._host)
115 local_cmd = [self._lxc_cmd, "file", "pull", self._host + "/" + in_path, out_path]
H A Dpsrp.py455 def put_file(self, in_path, out_path): argument
456 super(Connection, self).put_file(in_path, out_path)
458 out_path = self._shell._unquote(out_path)
484 def _put_file_old(self, in_path, out_path): argument
504 }''' % out_path
545 def _put_file_new(self, in_path, out_path): argument
675 def fetch_file(self, in_path, out_path): argument
676 super(Connection, self).fetch_file(in_path, out_path)
677 display.vvv("FETCH %s TO %s" % (in_path, out_path),
681 out_path = out_path.replace('\\', '/')
[all …]
H A Ddocker.py286 def put_file(self, in_path, out_path): argument
288 super(Connection, self).put_file(in_path, out_path)
289 display.vvv("PUT %s TO %s" % (in_path, out_path), host=self._play_context.remote_addr)
291 out_path = self._prefix_login_path(out_path)
296 out_path = shlex_quote(out_path)
319 def fetch_file(self, in_path, out_path): argument
321 super(Connection, self).fetch_file(in_path, out_path)
322 display.vvv("FETCH %s TO %s" % (in_path, out_path), host=self._play_context.remote_addr)
327 out_dir = os.path.dirname(out_path)
359 if actual_out_path != out_path:
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/self_update-0.19.0/src/
H A Dlib.rs809 let out_path = out_tmp.path(); in unpack_plain_gzip() localVariable
811 .extract_into(&out_path) in unpack_plain_gzip()
841 let out_path = out_tmp.path(); in unpack_plain_gzip_double_ext() localVariable
843 .extract_into(&out_path) in unpack_plain_gzip_double_ext()
895 let out_path = out_tmp.path(); in unpack_tar_gzip() localVariable
897 .extract_into(&out_path) in unpack_tar_gzip()
932 let out_path = out_tmp.path(); in unpack_file_plain_gzip() localVariable
979 let out_path = out_tmp.path(); in unpack_file_tar_gzip() localVariable
1022 let out_path = out_tmp.path(); in unpack_zip() localVariable
1024 .extract_into(&out_path) in unpack_zip()
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/connection/
H A Dpsrp.py468 def put_file(self, in_path, out_path): argument
469 super(Connection, self).put_file(in_path, out_path)
471 out_path = self._shell._unquote(out_path)
499 def _put_file_old(self, in_path, out_path): argument
519 }''' % out_path
560 def _put_file_new(self, in_path, out_path): argument
690 def fetch_file(self, in_path, out_path): argument
691 super(Connection, self).fetch_file(in_path, out_path)
692 display.vvv("FETCH %s TO %s" % (in_path, out_path),
696 out_path = out_path.replace('\\', '/')
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/connection/
H A Dpsrp.py468 def put_file(self, in_path, out_path): argument
469 super(Connection, self).put_file(in_path, out_path)
471 out_path = self._shell._unquote(out_path)
497 def _put_file_old(self, in_path, out_path): argument
517 }''' % out_path
558 def _put_file_new(self, in_path, out_path): argument
688 def fetch_file(self, in_path, out_path): argument
689 super(Connection, self).fetch_file(in_path, out_path)
690 display.vvv("FETCH %s TO %s" % (in_path, out_path),
694 out_path = out_path.replace('\\', '/')
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/
H A Dbuild.rs31 let out_path = Path::new(&out_dir).join("bindgen.rs"); in main() localVariable
35 std::fs::copy("sqlite3/bindgen_bundled_version.rs", out_path) in main()
51 build_linked::main(&out_dir, &out_path) in main()
61 build_bundled::main(&out_dir, &out_path); in main()
69 build_linked::main(&out_dir, &out_path) in main()
85 pub fn main(out_dir: &str, out_path: &Path) { in main()
97 bindings::write_to_out_dir(header, out_path); in main()
359 pub fn main(_out_dir: &str, out_path: &Path) { in main()
375 out_path, in main()
379 bindings::write_to_out_dir(header, out_path); in main()
[all …]
/dports/graphics/p5-Graph-Easy/Graph-Easy-0.76/t/
H A Dascii.t8 my ($out_path, $contents) = @_;
10 open my $out_fh, '>:encoding(utf8)', $out_path
11 or die "Cannot open '$out_path' for writing - $!";
78 my $out_path = "t/out/$f";
79 my $out = readfile($out_path);
92 _write_utf8_file($out_path, $ascii);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/docker/plugins/connection/
H A Ddocker.py291 def put_file(self, in_path, out_path): argument
293 super(Connection, self).put_file(in_path, out_path)
294 display.vvv("PUT %s TO %s" % (in_path, out_path), host=self._play_context.remote_addr)
296 out_path = self._prefix_login_path(out_path)
301 out_path = shlex_quote(out_path)
324 def fetch_file(self, in_path, out_path): argument
326 super(Connection, self).fetch_file(in_path, out_path)
327 display.vvv("FETCH %s TO %s" % (in_path, out_path), host=self._play_context.remote_addr)
332 out_dir = os.path.dirname(out_path)
364 if actual_out_path != out_path:
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/mul/msm/tools/
H A Dmsm_reflect_points.cxx24 vul_arg<std::string> out_path("-o","Output points file"); in main() local
28 if (in_path().empty() || out_path().empty()) { in main()
47 if (!new_points.write_text_file(out_path())) in main()
49 std::cerr<<"Failed to write points to "<<out_path()<<std::endl; in main()
52 std::cout<<new_points.size()<<" points saved to "<<out_path()<<std::endl; in main()
/dports/cad/iverilog/verilog-11.0/ivlpp/
H A Dmain.c248 char*out_path = 0; in main() local
317 if (out_path) { in main()
320 out_path = optarg; in main()
405 if (out_path) { in main()
406 out = fopen(out_path, "w"); in main()
408 perror(out_path); in main()
418 if (out_path) fclose(out); in main()
427 if (out_path) fclose(out); in main()
436 if (out_path) fclose(out); in main()
450 if (out_path) fclose(out); in main()
[all …]

12345678910>>...54