Home
last modified time | relevance | path

Searched +refs:process +refs:file +refs:shell +refs:command (Results 1 – 25 of 35024) sorted by relevance

12345678910>>...1401

/dports/shells/nsh/nsh-0.4.2/src/
H A Dmain.rs37 mod process; module
46 use crate::process::ExitStatus;
51 use std::process::exit;
111 shell.set_interactive(is_tty && opt.command.is_none() && opt.file.is_none()); in shell_main()
112 let status = match (opt.command, opt.file) { in shell_main()
113 (Some(command), _) => shell.run_str(&command), in shell_main()
114 (_, Some(file)) => { in shell_main()
115 shell.set_script_name(file.to_str().unwrap()); in shell_main()
116 shell.run_file(file).expect("failed to open the file") in shell_main()
147 command: Option<String>, field
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/
H A Dandroid_debugging_instructions.md59 # Launch, and have GPU process wait rather than Browser process:
101 # Attaches to browser process.
105 # Attaches to gpu process.
125 /tmp/<username>-adb-gdb-tmp-<pid>/gdb.init:11: Error in sourced command file:
156 # Launch, and have GPU process wait rather than Browser process:
179 it into a text file and symbolize with the following command (run from
210 file as follows:
225 Once you have a .mapping file:
228 # For a file:
250 To run unit tests use the following command:
[all …]
/dports/sysutils/lxqt-admin/lxqt-admin-1.0.0/lxqt-admin-user/
H A Dusermanager.cpp108 while(!file.atEnd()) { in loadLoginDefs()
133 file.close(); in loadLoginDefs()
208 QProcess process; in pkexec() local
216 process.waitForStarted(); in pkexec()
217 process.write(stdinData); in pkexec()
221 process.waitForFinished(-1); in pkexec()
247 if(!user->shell().isEmpty()) { in addUser()
248 command << QStringLiteral("-s") << user->shell(); in addUser()
281 if(newSettings->shell() != user->shell()) { in modifyUser()
282 command << QStringLiteral("-s") << newSettings->shell(); in modifyUser()
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/execa/
H A Dreadme.md20 - [Can specify file and arguments as a single string without a shell](#execacommandcommand-options)
70 command: 'unknown command',
123 command: 'unknown command',
193 Execute a file synchronously.
199 …ept both file and arguments are specified in a single `command` string. For example, `execa('echo'…
203 The [`shell` option](#shell) must be used if the `command` uses shell-specific features, as opposed…
217 - the [`shell`](#shell) option cannot be used
457 Explicitly set the value of `argv[0]` sent to the child process. This will be set to `file` if not …
497 #### shell subsubsection
502 …ue`, runs `file` inside of a shell. Uses `/bin/sh` on UNIX and `cmd.exe` on Windows. A different s…
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/execa/
H A Dreadme.md20 - [Can specify file and arguments as a single string without a shell](#execacommandcommand-options)
70 command: 'unknown command',
123 command: 'unknown command',
193 Execute a file synchronously.
199 …ept both file and arguments are specified in a single `command` string. For example, `execa('echo'…
203 The [`shell` option](#shell) must be used if the `command` uses shell-specific features, as opposed…
217 - the [`shell`](#shell) option cannot be used
457 Explicitly set the value of `argv[0]` sent to the child process. This will be set to `file` if not …
497 #### shell subsubsection
502 …ue`, runs `file` inside of a shell. Uses `/bin/sh` on UNIX and `cmd.exe` on Windows. A different s…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/
H A Dandroid_debugging_instructions.md64 # Launch, and have GPU process wait rather than Browser process:
106 # Attaches to browser process.
110 # Attaches to gpu process.
130 /tmp/<username>-adb-gdb-tmp-<pid>/gdb.init:11: Error in sourced command file:
161 # Launch, and have GPU process wait rather than Browser process:
184 it into a text file and symbolize with the following command (run from
214 file as follows:
229 Once you have a .mapping file:
232 # For a file:
254 To run unit tests use the following command:
[all …]
/dports/security/snoopy/snoopy-2.4.14/doc/
H A DFILTER_exclude_spawns_of.md16 - Ancestor: A process _A_ is the ancestor of process _P_ if you can start from _P_ in the process t…
17 - Descendant: A process _D_ is a descendant of process _P_ if _P_ is the ancestor of _D_. A synonym…
28 in the `snoopy.ini` file.
59 --enable-config-file
73 We are going to modify the ini file to make sure the filter works.
83 …assume here that you run bash as the standard shell. You can verify that this is the case with the…
87 The last string in the command output is your login shell, `bash` by default.
89 ### Verifying that Snoopy reads the ini file
91 Let's enable Snoopy with the command:
99 …y works only for processes started after it's enabled, so let's invoke a new shell with the command
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/execa/
H A Dreadme.md50 // Run a shell command
97 ### execa(file, [arguments], [options])
99 Execute a file.
113 ### execa.shell(command, [options])
115 Execute a command through the system shell. Prefer `execa()` whenever possible, as it's both faster…
123 Execute a file synchronously.
129 ### execa.shellSync(file, [options])
131 Execute a command synchronously through the system shell.
164 …licitly set the value of `argv[0]` sent to the child process. This will be set to `command` or `fi…
191 #### shell subsubsection
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/execa/
H A Dreadme.md50 // Run a shell command
97 ### execa(file, [arguments], [options])
99 Execute a file.
113 ### execa.shell(command, [options])
115 Execute a command through the system shell. Prefer `execa()` whenever possible, as it's both faster…
123 Execute a file synchronously.
129 ### execa.shellSync(file, [options])
131 Execute a command synchronously through the system shell.
164 …licitly set the value of `argv[0]` sent to the child process. This will be set to `command` or `fi…
191 #### shell subsubsection
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/execa/
H A Dreadme.md63 ### execa(file, [arguments], [options])
65 Execute a file.
79 ### execa.shell(command, [options])
81 Execute a command through the system shell. Prefer `execa()` whenever possible, as it's both faster…
89 Execute a file synchronously.
93 This method throws an `Error` if the command fails.
95 ### execa.shellSync(file, [options])
97 Execute a command synchronously through the system shell.
130 …licitly set the value of `argv[0]` sent to the child process. This will be set to `command` or `fi…
157 #### shell subsubsection
[all …]
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/execa/
H A Dreadme.md63 ### execa(file, [arguments], [options])
65 Execute a file.
79 ### execa.shell(command, [options])
81 Execute a command through the system shell. Prefer `execa()` whenever possible, as it's both faster…
89 Execute a file synchronously.
93 This method throws an `Error` if the command fails.
95 ### execa.shellSync(file, [options])
97 Execute a command synchronously through the system shell.
130 …licitly set the value of `argv[0]` sent to the child process. This will be set to `command` or `fi…
157 #### shell subsubsection
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/execa/
H A Dreadme.md63 ### execa(file, [arguments], [options])
65 Execute a file.
79 ### execa.shell(command, [options])
81 Execute a command through the system shell. Prefer `execa()` whenever possible, as it's both faster…
89 Execute a file synchronously.
93 This method throws an `Error` if the command fails.
95 ### execa.shellSync(file, [options])
97 Execute a command synchronously through the system shell.
130 …licitly set the value of `argv[0]` sent to the child process. This will be set to `command` or `fi…
157 #### shell subsubsection
[all …]
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/execa/
H A Dreadme.md63 ### execa(file, [arguments], [options])
65 Execute a file.
79 ### execa.shell(command, [options])
81 Execute a command through the system shell. Prefer `execa()` whenever possible, as it's both faster…
89 Execute a file synchronously.
93 This method throws an `Error` if the command fails.
95 ### execa.shellSync(file, [options])
97 Execute a command synchronously through the system shell.
130 …licitly set the value of `argv[0]` sent to the child process. This will be set to `command` or `fi…
157 #### shell subsubsection
[all …]
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/execa/
H A Dreadme.md63 ### execa(file, [arguments], [options])
65 Execute a file.
79 ### execa.shell(command, [options])
81 Execute a command through the system shell. Prefer `execa()` whenever possible, as it's both faster…
89 Execute a file synchronously.
93 This method throws an `Error` if the command fails.
95 ### execa.shellSync(file, [options])
97 Execute a command synchronously through the system shell.
130 …licitly set the value of `argv[0]` sent to the child process. This will be set to `command` or `fi…
157 #### shell subsubsection
[all …]
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dsubprocess.rst223 the stderr data from the child process should be captured into the same file
233 If *shell* is ``True``, the specified command will be executed through
316 used in the shell (such as filenames containing spaces or the *echo* command
327 On Unix with ``shell=True``, the shell defaults to :file:`/bin/sh`. If
340 ``shell=True`` on Windows is when the command you wish to execute is built
341 into the shell (e.g. :command:`dir` or :command:`copy`). You do not need
342 ``shell=True`` to run a batch file or console-based executable.
370 specifies a replacement shell for the default :file:`/bin/sh`.
379 the stderr data from the child process should be captured into the same file
486 until end-of-file is reached. Wait for process to terminate. The optional
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dsubprocess.rst223 the stderr data from the child process should be captured into the same file
233 If *shell* is ``True``, the specified command will be executed through
316 used in the shell (such as filenames containing spaces or the *echo* command
327 On Unix with ``shell=True``, the shell defaults to :file:`/bin/sh`. If
340 ``shell=True`` on Windows is when the command you wish to execute is built
341 into the shell (e.g. :command:`dir` or :command:`copy`). You do not need
342 ``shell=True`` to run a batch file or console-based executable.
370 specifies a replacement shell for the default :file:`/bin/sh`.
379 the stderr data from the child process should be captured into the same file
486 until end-of-file is reached. Wait for process to terminate. The optional
[all …]
/dports/editors/jove/jove/doc/
H A Djove.qref4 apropos describe-bindings describe-command ESC ?
5 describe-key ^X ? describe-variable execute-named-command ESC X
99 exit-jove ^X ^C i-shell-command pause-jove ESC S
100 pause-jove ESC s push-shell shell
101 shell-command ^X ! shell-command-to-buffer suspend-jove
105 eof-process interrupt-process ^C kill-process
106 list-processes process-bind-to-key process-newline ^M (RETURN)
107 process-send-data-no-re quit-process stop-process
111 auto-execute-command auto-execute-macro bind-macro-to-key
125 paren-flash-delay process-prompt interrupt-character
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/buildbot/
H A Dbbmass_master.cfg14 from buildbot.process.factory import s
47 from buildbot.steps import source, shell
48 from buildbot.process import factory
49 from buildbot.process.factory import CPAN, s
60 f = file("/home/buildbot/pwds/"+slavename, "r")
78 s(shell.Configure, command="/local/perl586/bin/perl build/automc/buildbot_ready start"),
79 s(shell.Test, command="/local/perl586/bin/perl build/automc/run_preflight"),
80 s(shell.Configure, command="/local/perl586/bin/perl build/automc/buildbot_ready stop"),
/dports/security/silktools/silk-3.19.1/src/rwpollexec/
H A Drwpollexec.pod28 and executes a given command on each file. If the command runs
154 determined by running the command C<kill -l> at a shell prompt
218 switch is provided, a process-ID file (PID) is also written in this
251 the process-ID file.
268 process ID (PID) when it is running as a daemon. No PID file is
331 B<--command>. The shell specified in SILK_RWPOLLEXEC_SHELL is always
334 command. When a suitable shell is not found, B<rwpollexec> uses
345 which causes the command's process to replace the shell process. For
347 command process directly. However, some shells use a combination of
352 that shell regardless of how it invokes its command, though if the
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dsubprocess.scrbl84 control in an interactive shell, since job control is based on process
251 may create an intermediate shell process to run a program, in which
252 case custodian-based termination shuts down the shell process and
253 probably not the process started by the shell. See also
375 Executes a Unix, Mac OS, or Windows shell command synchronously
386 starting the shell process.
413 is executed directly (instead of through a shell command; see
454 Executes a shell command asynchronously (using @exec{sh} on Unix
499 @racket[process] is a shell process that may run another program;
500 terminating the shell process may not terminate processes that
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/docs/developer/
H A Dmaster-worker.rst211 shell subsubsection
214 Runs a shell command on the worker. This command takes the following arguments:
279 The ``shell`` command sends the following updates:
344 This command sends ``rc`` and ``stderr`` updates, as defined for the ``shell``
369 This command sends ``rc`` and ``stderr`` updates, as defined for the ``shell``
407 This command sends ``rc`` and ``stderr`` updates, as defined for the ``shell``
420 The ``mkdir`` command produces the same updates as ``shell``.
436 The ``rmdir`` command produces the same updates as ``shell``.
457 The ``cpdir`` command produces the same updates as ``shell``.
479 This command finds all pathnames matching a specified pattern that uses shell-style wildcards.
[all …]
/dports/sysutils/pies/pies-1.5/
H A DNEWS26 the shell.
35 starting an auxiliar process.
57 for the main pies process. This modified environment will be
89 * New component flag: shell
92 $command". Use it if the command should undergo variable expansion,
96 flags shell;
121 to the shell ":" command). Useful for side effects, e.g.:
164 GNU Pies can now be used as init process daemon - the first process
186 group of the process being stopped.
212 `inetd' configuration file may be supplied either from the command
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dsubprocess.rst273 process should be captured into the same file handle as for *stdout*.
305 If *shell* is ``True``, the specified command will be executed through
369 It may not be obvious how to break a shell command into a sequence of arguments,
384 used in the shell (such as filenames containing spaces or the *echo* command
404 On POSIX with ``shell=True``, the shell defaults to :file:`/bin/sh`. If
417 ``shell=True`` on Windows is when the command you wish to execute is built
418 into the shell (e.g. :command:`dir` or :command:`copy`). You do not need
419 ``shell=True`` to run a batch file or console-based executable.
453 specifies a replacement shell for the default :file:`/bin/sh`.
707 until end-of-file is reached. Wait for process to terminate and set the
[all …]
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dsubprocess.rst273 process should be captured into the same file handle as for *stdout*.
305 If *shell* is ``True``, the specified command will be executed through
369 It may not be obvious how to break a shell command into a sequence of arguments,
384 used in the shell (such as filenames containing spaces or the *echo* command
404 On POSIX with ``shell=True``, the shell defaults to :file:`/bin/sh`. If
417 ``shell=True`` on Windows is when the command you wish to execute is built
418 into the shell (e.g. :command:`dir` or :command:`copy`). You do not need
419 ``shell=True`` to run a batch file or console-based executable.
453 specifies a replacement shell for the default :file:`/bin/sh`.
707 until end-of-file is reached. Wait for process to terminate and set the
[all …]
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dsubprocess.rst273 process should be captured into the same file handle as for *stdout*.
305 If *shell* is ``True``, the specified command will be executed through
369 It may not be obvious how to break a shell command into a sequence of arguments,
384 used in the shell (such as filenames containing spaces or the *echo* command
404 On POSIX with ``shell=True``, the shell defaults to :file:`/bin/sh`. If
417 ``shell=True`` on Windows is when the command you wish to execute is built
418 into the shell (e.g. :command:`dir` or :command:`copy`). You do not need
419 ``shell=True`` to run a batch file or console-based executable.
453 specifies a replacement shell for the default :file:`/bin/sh`.
707 until end-of-file is reached. Wait for process to terminate and set the
[all …]

12345678910>>...1401