Home
last modified time | relevance | path

Searched refs:py_script (Results 1 – 21 of 21) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/werkzeug/
H A D_reloader.py68 py_script = sys.argv[0]
79 and not os.path.exists(py_script)
80 and os.path.exists(py_script + ".exe")
83 py_script = os.path.abspath(py_script)
88 if not os.path.exists(py_script) and os.path.exists(py_script + ".exe"):
89 py_script += ".exe"
93 and os.path.splitext(py_script)[1] == ".exe"
97 rv.append(py_script)
106 if os.path.isfile(py_script):
109 name = os.path.splitext(os.path.basename(py_script))[0]
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/werkzeug/
H A D_reloader.py68 py_script = sys.argv[0]
79 and not os.path.exists(py_script)
80 and os.path.exists(py_script + ".exe")
83 py_script = os.path.abspath(py_script)
88 if not os.path.exists(py_script) and os.path.exists(py_script + ".exe"):
89 py_script += ".exe"
93 and os.path.splitext(py_script)[1] == ".exe"
97 rv.append(py_script)
106 if os.path.isfile(py_script):
109 name = os.path.splitext(os.path.basename(py_script))[0]
[all …]
/dports/www/py-werkzeug/Werkzeug-2.0.2/src/werkzeug/
H A D_reloader.py146 py_script = sys.argv[0]
157 and not os.path.exists(py_script)
161 py_script = os.path.abspath(py_script)
166 if not os.path.exists(py_script) and os.path.exists(f"{py_script}.exe"):
167 py_script += ".exe"
171 and os.path.splitext(py_script)[1] == ".exe"
175 rv.append(py_script)
184 if os.path.isfile(py_script):
187 name = os.path.splitext(os.path.basename(py_script))[0]
193 py_module = py_script
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/tests/ascent/
H A Dt_ascent_python_extract.cpp27 std::string py_script = "\n" variable
51 extracts["e1/params/source"] = py_script; in TEST()
96 ofs << py_script; in TEST()
150 ofs << py_script; in TEST()
H A Dt_ascent_mpi_python_extract.cpp29 std::string py_script = "\n" variable
73 extracts["e1/params/source"] = py_script; in TEST()
157 script_file << py_script; in TEST()
/dports/devel/py-pytools/pytools-2018.5/pytools/
H A Dmpi.py16 def run_with_mpi_ranks(py_script, ranks, callable, args=(), kwargs=None): argument
30 sys.executable, py_script, "--mpi-relaunch", callable_and_args],
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/tests/flow/python/
H A Dt_python_flow_inception.py21 py_script = """ variable
42 py_params["source"] = py_script
/dports/math/mppp/mppp-0.26/benchmark/
H A Dutils.cpp64 constexpr auto py_script = R"(data = {0} variable
108 of << fmt::format(detail::py_script, py_data_list, benchmark_name); in write_out()
/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Ddrfindformat.output98 URL http://biologia.unical.it/py_script/overview.html
106 …cord lite {REDIdb entry} | HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/retrieve…
107 …ite {REDIdb fasta} | FASTA-HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/fasta.py…
108 … acid) {REDIdb overview} | HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/display.…
109 …acid) {REDIdb alignment} | HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/align.py…
/dports/science/conduit/conduit-0.8.0/src/examples/cpp_fort_and_py/
H A Dpython_interpreter.cpp563 string py_script((istreambuf_iterator<char>(ifs)), in run_script_file()
566 return run_script(py_script, py_dict); in run_script_file()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/flow/
H A Dflow_python_interpreter.cpp520 string py_script((istreambuf_iterator<char>(ifs)), in run_script_file()
523 return run_script(py_script, py_dict); in run_script_file()
/dports/textproc/py-license-expression/license-expression-0.99/etc/
H A Dconfigure.py256 for py_script in get_conf_files(configs, root_dir, python_scripts):
257 cmd = [configured_python, '"' + os.path.join(root_dir, py_script) + '"']
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/bitmaps/
H A Dbitmaps_list.h433 py_script, enumerator
H A Dbitmap_info.h410 { BITMAPS::py_script, wxT( "py_script_24.png" ), 24, wxT( "light" ) },
776 { BITMAPS::py_script, wxT( "py_script_dark_24.png" ), 24, wxT( "dark" ) },
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/docs/sphinx/Actions/
H A DExtracts.rst33 extracts["e1/params/source"] = py_script;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/tools/
H A Dee_actions.cpp663 BITMAPS::py_script );
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dpcb_actions.cpp787 BITMAPS::py_script );
/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfigparser.y3277 content_py: py_script
3279 py_script: VAR_PYTHON_SCRIPT STRING_ARG
/dports/biology/emboss/EMBOSS-6.6.0/test/data/
H A DDRCAT.dat1506 URL http://biologia.unical.it/py_script/overview.html
1514 …cord lite {REDIdb entry} | HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/retrieve…
1515 …ite {REDIdb fasta} | FASTA-HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/fasta.py…
1516 … acid) {REDIdb overview} | HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/display.…
1517 …acid) {REDIdb alignment} | HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/align.py…
/dports/biology/emboss/EMBOSS-6.6.0/emboss/data/
H A DDRCAT.dat6179 URL http://biologia.unical.it/py_script/overview.html
6187 …cord lite {REDIdb entry} | HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/retrieve…
6188 …ite {REDIdb fasta} | FASTA-HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/fasta.py…
6189 … acid) {REDIdb overview} | HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/display.…
6190 …acid) {REDIdb alignment} | HTML | REDIdb ID | http://biologia.unical.it/py_script/cgi-bin/align.py…
H A Ddbxref.dat7465 Server http://biologia.unical.it/py_script/overview.html