Home
last modified time | relevance | path

Searched refs:script_text (Results 1 – 25 of 139) sorted by relevance

123456

/dports/science/qmcpack/qmcpack-3.11.0/labs/misc/
H A Djobrun_vesta265 script_text = cobalt_header.format(account,nodes,time,prefix)
266 script_text += cobalt_shape
268 script_text += runjob.format(nodes*procs,procs,threads,exe,argstr)
270 script_text += runstr+'\n'
273 open(script_file,'w').write(script_text)
/dports/devel/nuitka/Nuitka-0.6.17/
H A Dsetup.py189 script_text = runner_script_template
192 type_, name, header, script_text
209 script_text = runner_script_template
229 yield (name + ext, hdr + script_text, "t", [name + x for x in old])
246 yield (name, header + script_text)
/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/interfaces/
H A Dgeneric.py60 script_text = Template(self.script).substitute(self.replacement)
62 script_text = script_text.replace('\\', '\\\\')
64 self.script_out.write(script_text.encode('utf-8'))
/dports/irc/atheme-services/atheme-7.2.9/modules/scripting/perl/lib/
H A Dinit.pl55 my $script_text = <FH>;
60 my $eval = "package $packagename; our %Info; $script_text";
62 my ($filename, $packagename, $script_text);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Duser_script.cpp204 const std::string &script_text = scriptData->source; in parseMetadataHeader() local
224 while (line_start < script_text.length()) { in parseMetadataHeader()
225 line_end = script_text.find('\n', line_start); in parseMetadataHeader()
229 line_end = script_text.length() - 1; in parseMetadataHeader()
231 line = base::StringPiece(script_text.data() + line_start, line_end - line_start); in parseMetadataHeader()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/service_worker/
H A Dservice_worker_installed_scripts_manager_test.cc254 Vector<uint8_t> script_text = script_data->TakeScriptText(); in TEST_F() local
256 ASSERT_EQ(kExpectedBody.length() + 1, script_text.size()); in TEST_F()
258 String(reinterpret_cast<const char*>(script_text.data()))); in TEST_F()
297 Vector<uint8_t> script_text = script_data->TakeScriptText(); in TEST_F() local
299 ASSERT_EQ(kExpectedBody.length() + 1, script_text.size()); in TEST_F()
301 String(reinterpret_cast<const char*>(script_text.data()))); in TEST_F()
H A Dthread_safe_script_container.cc13 Vector<uint8_t> script_text, in RawScriptData() argument
16 script_text_(std::move(script_text)), in RawScriptData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/service_worker/
H A Dservice_worker_installed_scripts_manager_test.cc256 Vector<uint8_t> script_text = script_data->TakeScriptText(); in TEST_F() local
258 ASSERT_EQ(kExpectedBody.length() + 1, script_text.size()); in TEST_F()
260 String(reinterpret_cast<const char*>(script_text.data()))); in TEST_F()
299 Vector<uint8_t> script_text = script_data->TakeScriptText(); in TEST_F() local
301 ASSERT_EQ(kExpectedBody.length() + 1, script_text.size()); in TEST_F()
303 String(reinterpret_cast<const char*>(script_text.data()))); in TEST_F()
H A Dthread_safe_script_container.cc13 Vector<uint8_t> script_text, in RawScriptData() argument
16 script_text_(std::move(script_text)), in RawScriptData()
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/command/
H A Deasy_install.py803 script_text = ScriptWriter.get_header(script_text) + body
1918 def is_python_script(script_text, filename): argument
1923 if is_python(script_text, filename):
1925 if script_text.startswith('#!'):
1997 def install_options(self, script_text): argument
2097 return cls.get_header(script_text, executable)
2112 script_text = cls.template % locals()
2145 yield (name, header + script_text)
2148 def get_header(cls, script_text="", executable=None): argument
2151 cmd.install_options(script_text)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Duserscripts.rs46 let script_text = String::from_utf8_lossy(&contents); in load_script() localVariable
47 … win.upcast::<GlobalScope>().evaluate_js_on_global_with_result(&script_text, rval.handle_mut()); in load_script()
/dports/lang/py-hy/hy-0.19.0/
H A Dfastentrypoints.py71 script_text = TEMPLATE.format(
75 args = cls._get_script_args(type_, name, header, script_text)
/dports/deskutils/py-py3status/py3status-3.40/
H A Dfastentrypoints.py72 script_text = TEMPLATE.format(
76 args = cls._get_script_args(type_, name, header, script_text)
/dports/misc/thefuck/thefuck-3.31/
H A Dfastentrypoints.py69 script_text = TEMPLATE.format(
72 args = cls._get_script_args(type_, name, header, script_text)
/dports/devel/py-fastentrypoints/fastentrypoints-0.9/
H A Dfastentrypoints.py67 script_text = TEMPLATE.format(
69 args = cls._get_script_args(type_, name, header, script_text)
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/command/
H A Deasy_install.py817 script_text = ScriptWriter.get_header(script_text) + body
1910 def is_python_script(script_text, filename): argument
1915 if is_python(script_text, filename):
1917 if script_text.startswith('#!'):
1989 def install_options(self, script_text): argument
2089 return cls.get_header(script_text, executable)
2104 script_text = cls.template % locals()
2137 yield (name, header + script_text)
2140 def get_header(cls, script_text="", executable=None): argument
2143 cmd.install_options(script_text)
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/command/
H A Deasy_install.py805 script_text = ScriptWriter.get_header(script_text) + body
1889 def is_python_script(script_text, filename): argument
1894 if is_python(script_text, filename):
1896 if script_text.startswith('#!'):
1968 def install_options(self, script_text): argument
2047 cmd.install_options(script_text)
2063 script_text = cls.template % locals()
2096 yield (name, header + script_text)
2099 def get_header(cls, script_text="", executable=None): argument
2102 cmd.install_options(script_text)
[all …]
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/setuptools/command/
H A Deasy_install.py810 script_text = ScriptWriter.get_header(script_text) + body
1937 def is_python_script(script_text, filename): argument
1942 if is_python(script_text, filename):
1944 if script_text.startswith('#!'):
2016 def install_options(self, script_text): argument
2094 return cls.get_header(script_text, executable)
2109 script_text = cls.template % locals()
2142 yield (name, header + script_text)
2145 def get_header(cls, script_text="", executable=None): argument
2148 cmd.install_options(script_text)
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/command/
H A Deasy_install.py800 script_text = ScriptWriter.get_header(script_text) + body
1892 def is_python_script(script_text, filename): argument
1897 if is_python(script_text, filename):
1899 if script_text.startswith('#!'):
1971 def install_options(self, script_text): argument
2071 return cls.get_header(script_text, executable)
2086 script_text = cls.template % locals()
2119 yield (name, header + script_text)
2122 def get_header(cls, script_text="", executable=None): argument
2125 cmd.install_options(script_text)
[all …]
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/command/
H A Deasy_install.py816 script_text = ScriptWriter.get_header(script_text) + body
1942 def is_python_script(script_text, filename): argument
1947 if is_python(script_text, filename):
1949 if script_text.startswith('#!'):
2021 def install_options(self, script_text): argument
2099 return cls.get_header(script_text, executable)
2114 script_text = cls.template % locals()
2147 yield (name, header + script_text)
2150 def get_header(cls, script_text="", executable=None): argument
2153 cmd.install_options(script_text)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/command/
H A Deasy_install.py805 script_text = ScriptWriter.get_header(script_text) + body
1889 def is_python_script(script_text, filename): argument
1894 if is_python(script_text, filename):
1896 if script_text.startswith('#!'):
1968 def install_options(self, script_text): argument
2047 cmd.install_options(script_text)
2063 script_text = cls.template % locals()
2096 yield (name, header + script_text)
2099 def get_header(cls, script_text="", executable=None): argument
2102 cmd.install_options(script_text)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/command/
H A Deasy_install.py816 script_text = ScriptWriter.get_header(script_text) + body
1942 def is_python_script(script_text, filename): argument
1947 if is_python(script_text, filename):
1949 if script_text.startswith('#!'):
2021 def install_options(self, script_text): argument
2099 return cls.get_header(script_text, executable)
2114 script_text = cls.template % locals()
2147 yield (name, header + script_text)
2150 def get_header(cls, script_text="", executable=None): argument
2153 cmd.install_options(script_text)
[all …]
/dports/shells/xonsh/xonsh-0.7.9/
H A Dsetup.py317 def install_script(self, dist, script_name, script_text, dev_path=None): argument
320 script_text = script_text.replace(
323 super().install_script(dist, script_name, script_text, dev_path)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Duser_script_loader.cc66 bool UserScriptLoader::ParseMetadataHeader(const base::StringPiece& script_text, in ParseMetadataHeader() argument
89 while (line_start < script_text.length()) { in ParseMetadataHeader()
90 line_end = script_text.find('\n', line_start); in ParseMetadataHeader()
94 line_end = script_text.length() - 1; in ParseMetadataHeader()
96 line = base::StringPiece(script_text.data() + line_start, in ParseMetadataHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Duser_script_loader.cc67 bool UserScriptLoader::ParseMetadataHeader(const base::StringPiece& script_text, in ParseMetadataHeader() argument
90 while (line_start < script_text.length()) { in ParseMetadataHeader()
91 line_end = script_text.find('\n', line_start); in ParseMetadataHeader()
95 line_end = script_text.length() - 1; in ParseMetadataHeader()
97 line = base::StringPiece(script_text.data() + line_start, in ParseMetadataHeader()

123456