Home
last modified time | relevance | path

Searched refs:script (Results 23451 – 23475 of 292264) sorted by relevance

1...<<931932933934935936937938939940>>...11691

/dports/games/flightgear/flightgear-2020.3.11/docs-mini/
H A DREADME.commands66 <script>print("mouse button 0 pressed")</script>
80 <script>print("q pressed")</script>
86 <script>print("Alt-q pressed")</script>
92 <script>print("Alt-Super-q pressed")</script>
98 <script>print("Alt-Super-Meta-q pressed")</script>
118 script - execute a PSL script
119 script: the PSL script to execute
/dports/cad/magic/magic-8.3.245/tcltk/
H A Dmagic.tcl.in4 # the same directory. Also see comments in shell script "magic.sh".
8 # If we called magic via the non-console script, then we want to reset
11 variable MAGIC_TCL_DIR [file dirname [file normalize [info script]]]
92 # redefined in a script, which simply overwrites the original.
125 # execute script in the scope of magic, because its variable space is
233 # Check for presence of padlist manager script and include it
241 # Check for presence of the miscellaneous tools script and include it
249 # Check for presence of the mazerouter script and include it
257 # Check for presence of the toolkit script and include it
268 # Check for presence of the readspice script and include it
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/tcl/
H A DtclIOCmd.c28 char *script; /* Script to invoke. */ member
1266 char *script;
1280 script = acceptCallbackPtr->script;
1283 Tcl_Preserve((ClientData) script);
1295 Tcl_Release((ClientData) script);
1370 char *arg, *copyScript, *host, *script;
1378 script = NULL;
1402 script = argv[a];
1474 copyScript = ckalloc((unsigned) strlen(script) + 1);
1475 strcpy(copyScript, script);
[all …]
/dports/www/firefox/firefox-99.0/dom/security/test/referrer-policy/
H A Dreferrer_testserver.sjs106 <script>
114 </script>
221 <script>
226 </script>
258 <script>
264 </script>
292 <script>
296 </script>
360 <script>
390 <script>
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/
H A Dotp_build110 script=
113 script="$script test \"X\$$var\" = \"X\" || hidden_$var=\$$var; unset $var;"
116 if [ "X$script" != "X" ]; then
117 eval "$script"
119 unset script
124 script=
127script="$script unset $var; test \"X\$hidden_$var\" = \"X\" || { $var=\$hidden_$var; export $var; …
130 if [ "X$script" != "X" ]; then
131 eval "$script"
133 unset script
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/
H A Dotp_build91 script=
94 script="$script test \"X\$$var\" = \"X\" || hidden_$var=\$$var; unset $var;"
97 if [ "X$script" != "X" ]; then
98 eval "$script"
100 unset script
105 script=
108script="$script unset $var; test \"X\$hidden_$var\" = \"X\" || { $var=\$hidden_$var; export $var; …
111 if [ "X$script" != "X" ]; then
112 eval "$script"
114 unset script
[all …]
/dports/www/firefox/firefox-99.0/dom/base/test/
H A Dreferrer_testserver.sjs106 <script>
114 </script>
221 <script>
226 </script>
258 <script>
264 </script>
292 <script>
296 </script>
360 <script>
390 <script>
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/test/
H A Dreferrer_testserver.sjs69 <script>
77 </script>
125 <script>
130 </script>
149 <script>
155 </script>
179 <script>
183 </script>
216 <script>
233 <script>
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/
H A Dotp_build91 script=
94 script="$script test \"X\$$var\" = \"X\" || hidden_$var=\$$var; unset $var;"
97 if [ "X$script" != "X" ]; then
98 eval "$script"
100 unset script
105 script=
108script="$script unset $var; test \"X\$hidden_$var\" = \"X\" || { $var=\$hidden_$var; export $var; …
111 if [ "X$script" != "X" ]; then
112 eval "$script"
114 unset script
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/
H A Dotp_build91 script=
94 script="$script test \"X\$$var\" = \"X\" || hidden_$var=\$$var; unset $var;"
97 if [ "X$script" != "X" ]; then
98 eval "$script"
100 unset script
105 script=
108script="$script unset $var; test \"X\$hidden_$var\" = \"X\" || { $var=\$hidden_$var; export $var; …
111 if [ "X$script" != "X" ]; then
112 eval "$script"
114 unset script
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/RNA-Tutorial/
H A DViennaRNA-homepage.cfg33 \Configure{@HEAD}{\HCode{<script type="text/javascript"\Hnewline
35 ></script>\Hnewline}}
147 <script src="../js/jquery.min.js"></script>\Hnewline\Hnewline
149 <script src="../js/bootstrap.min.js"></script>\Hnewline
150 <script src="../js/offcanvas.js"></script>\Hnewline\Hnewline
151 <script src="../js/jquery.cookie.js" type="text/javascript"></script>\Hnewline
152 <script src="../js/tbi_base.js" type="text/javascript"></script>\Hnewline
153 <script src="../js/tbi_bootstrap.js" type="text/javascript"></script>
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/command_shell/tasks/
H A Dmain.yml75 - name: prep our test script
81 - name: prep our test script
87 - name: prep our test script
101 - name: execute the test.sh script via command
105 - name: assert that the script executed correctly
129 - name: execute the test.sh script with chdir via command
231 - name: Execute the test.sh script
235 - name: Assert that the script executed correctly
248 #- name: execute the test.sh script
261 - name: Execute the test.sh script with chdir
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/security/test/referrer-policy/
H A Dreferrer_testserver.sjs69 <script>
77 </script>
125 <script>
130 </script>
149 <script>
155 </script>
179 <script>
183 </script>
216 <script>
233 <script>
[all …]
/dports/irc/quirc/quirc-0.9.84/data/
H A Dqwidgets.tcl271 proc create { title message script {width 300} } {
277 set script [parseformat $script [list [list g "\[$wn.entry get]"]]
278 set script "\{$script; destroy $wn\}"
279 bind $wn <<Enter>> "eval $script"
281 pack [button $wn.buttonok -text "OK" -default active -command "eval $script"] -side left
289 proc create { title message script {width 300} } {
295 set script [parseformat $script [list [list g "\[$wn.entry get]"]]
296 set script "\{$script; destroy $wn\}"
297 bind $wn <<Enter>> "eval $script"
299 pack [button $wn.buttonok -text "OK" -default active -command "eval $script"] -side left
/dports/lang/erlang-java/otp-OTP-24.1.7/
H A Dotp_build91 script=
94 script="$script test \"X\$$var\" = \"X\" || hidden_$var=\$$var; unset $var;"
97 if [ "X$script" != "X" ]; then
98 eval "$script"
100 unset script
105 script=
108script="$script unset $var; test \"X\$hidden_$var\" = \"X\" || { $var=\$hidden_$var; export $var; …
111 if [ "X$script" != "X" ]; then
112 eval "$script"
114 unset script
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/
H A Dotp_build91 script=
94 script="$script test \"X\$$var\" = \"X\" || hidden_$var=\$$var; unset $var;"
97 if [ "X$script" != "X" ]; then
98 eval "$script"
100 unset script
105 script=
108script="$script unset $var; test \"X\$hidden_$var\" = \"X\" || { $var=\$hidden_$var; export $var; …
111 if [ "X$script" != "X" ]; then
112 eval "$script"
114 unset script
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/ca/
H A Dusing.po3748 "script later."
3854 "Every Script-Fu script defines at least one function, which is the script's "
3926 "vostre script <function>script-fu-abc</function>, perquè així apareixeran en "
3946 "llegeixi un script, executarà aquesta funció, que registrarà l'script en la "
4027 "de la funció quan es crida el nostre script (el punt d'entrada a l'script). "
4125 "the script."
4287 "script."
4336 "them later in the script."
4423 "the complete script <link linkend=\"gimp-using-script-fu-tutorial-result"
5025 "To use our new text box script in another script, we could write something "
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/docs/writing-tests/
H A Dtestharness-api.md24 <script src="/resources/testharness.js"></script>
25 <script src="/resources/testharnessreport.js"></script>
266 <script src="/resources/testharness.js"></script>
269 <script>
273 </script>
375 <script src="/resources/testharness.js"></script>
379 <script>
400 <script>
468 <script src="/resources/testharness.js"></script>
471 <script>
[all …]
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-engine.cc134 explicit WeakScriptHandle(Handle<Script> script) : script_id_(script->id()) { in WeakScriptHandle() argument
135 DCHECK(script->name().IsString() || script->name().IsUndefined()); in WeakScriptHandle()
136 if (script->name().IsString()) { in WeakScriptHandle()
143 script->GetIsolate()->global_handles()->Create(*script); in WeakScriptHandle()
515 Handle<Script> script) { in FinalizeTranslatedAsmJs() argument
560 Handle<Script> script = in SyncCompile() local
765 Handle<Script> script = in CreateWasmScript() local
819 script->set_name(*url_str); in CreateWasmScript()
844 return script; in CreateWasmScript()
853 Handle<Script> script = in ImportNativeModule() local
[all …]
/dports/x11/lightdm/lightdm-1.30.0/src/
H A Dseat.c373 process_set_command (script, script_name); in run_script()
376 process_set_clear_environment (script, TRUE); in run_script()
377 process_set_env (script, "SHELL", "/bin/sh"); in run_script()
399 process_set_env (script, "HOME", "/"); in run_script()
404 if (process_start (script, TRUE)) in run_script()
460 if (script) in display_server_stopped_cb()
461 run_script (seat, NULL, script, NULL); in display_server_stopped_cb()
653 const gchar *script; in run_session() local
658 …if (script && !run_script (seat, session_get_display_server (session), script, session_get_user (s… in run_session()
779 if (script) in session_stopped_cb()
[all …]
/dports/x11-fonts/stix-fonts/stixfonts-2.13/source/STIXTwoText-Italic.ufo/
H A Dfeatures.fea1088 script DFLT;
1092 script cyrl;
1099 script grek;
1103 script latn;
1113 script DFLT;
1116 script cyrl;
1123 script grek;
1126 script latn;
1136 script DFLT;
1139 script cyrl;
[all …]
/dports/x11-fonts/stix-fonts/stixfonts-2.13/source/STIXTwoText-BoldItalic.ufo/
H A Dfeatures.fea1088 script DFLT;
1092 script cyrl;
1099 script grek;
1103 script latn;
1113 script DFLT;
1116 script cyrl;
1123 script grek;
1126 script latn;
1136 script DFLT;
1139 script cyrl;
[all …]
/dports/net/libksieve/libksieve-21.12.3/po/ia/
H A Dlibksieve.po1539 "script."
1674 msgstr "Dele script"
1681 msgstr "Renomina script"
1698 msgstr "Renomina script"
1704 msgstr "Dele script"
1714 msgid "New script name:"
1726 msgstr "Dele script"
1799 msgid "Sieve script:"
1936 "Active script: '%1'\n"
1939 "Activa script: '%1'\n"
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/CMake/Basis/
H A DTargetTools.cmake597 # so-called script configuration, which itself is either a CMake script
1145 # invokes the configured interpreter with the script file and the given script
1208 # <td>CMake script file with compile definitions, also referred to as script
1238 # <td>Paths or target names of script modules and libraries used by this script.
1293 # <td>Type of script to built, i.e., either arbitrary module script which
1326 # for arbitrary script targets, the script file will still be built correctly
1427 " Only one script can be built by each script target.")
2251 # <td>CMake script file with compile definitions, also referred to as script
2908 # configure build script
3008 # install script
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/lt/
H A Dusing.po2597 "Every Script-Fu script defines at least one function, which is the script's "
2639 "defined within the script."
2644 "It's GIMP convention to name your script functions script-fu-abc, because "
2657 "function <code>script-fu-register</code>. When GIMP reads in a script, it "
2700 "To register our script with GIMP, we call the function script-fu-register, "
2767 "the script."
2779 msgid "The menu of our script."
2990 "complete script <link linkend=\"gimp-using-script-fu-tutorial-result\">here</"
3390 "To use our new text box script in another script, we could write something "
3414 msgid "Your script and its working"
[all …]

1...<<931932933934935936937938939940>>...11691