Home
last modified time | relevance | path

Searched +refs:on +refs:new +refs:line +refs:with +refs:prompt (Results 1 – 25 of 19498) sorted by relevance

12345678910>>...780

/dports/lang/racket/racket-8.3/share/pkgs/scribble-doc/scribblings/scribble/
H A Deval.scrbl64 Use @|new-examples| with @racket[#:no-indent], instead.}
68 Like @racket[interaction], but does not render each @racket[datum] with a prompt.
70 Use @|new-examples| with @racket[#:no-prompt], instead.}
79 Use @|new-examples| with @racket[#:hidden], instead.}
101 Use @|new-examples| with @racket[#:no-result] and
109 Use @|new-examples| with @racket[#:lang], instead.}
115 typeset as for @racket[racketblock] (i.e., no prompt) and a line of
123 Use @|new-examples| with @racket[eval:no-prompt] wrappers on
147 prompt, and with line of space after it.
149 Use @|new-examples| with @racket[eval:no-prompt] wrappers on
[all …]
/dports/devel/py-qtconsole/qtconsole-5.1.1/docs/source/
H A Dchangelog.rst17 * Move cursor to the beginning of buffer if on the same line.
54 * Fix launching issue with Big Sur
55 * Remove partial prompt on copy
112 * Print input if there is no prompt.
140 * Set updated prompt as previous prompt object in JupyterWidget.
189 - Avoid introducing a new line when executing code.
225 - Fix prompt automatically scrolling down on execution.
261 - Use new traitlets API with decorators.
320 - Implement block indent on multiline selection with :kbd:`Tab`.
385 (ignoring leading spaces) and beginning of the line
[all …]
/dports/www/node10/node-v10.24.1/doc/api/
H A Dreadline.md75 The listener function is called with a string containing the single line of
79 rl.on('line', (input) => {
221 `prompt` to a new line in `output` in order to provide a user with a new
336 currently not on par with the traditional `'line'` event API, and thus it is
415 [reading files][] with `\r\n` line delimiter). **Default:** `100`.
416 * `removeHistoryDuplicates` {boolean} If `true`, when a new input line added
425 The `readline.createInterface()` method creates a new `readline.Interface`
440 rl.on('line', (line) => {
543 rl.on('line', (line) => {
599 rl.on('line', (line) => {
[all …]
H A Drepl.md63 When pressed twice on a blank line, has the same effect as the `.exit`
66 * `<tab>` - When pressed on a blank line, displays global and local (scope)
187 > throw new Error('foo');
271 by passing a new function in using the `writer` option on construction. The
414 from the user, printing the configured `prompt` to a new line in the `output`
418 'prompt'.
560 ### Using the Node.js REPL with advanced line-editors
562 For advanced line-editors, start Node.js with the environment variable
598 }).on('exit', () => {
609 }).on('exit', () => {
[all …]
/dports/math/fricas/fricas-1.3.7/contrib/emacs/
H A Dfricas.el.pamphlet481 input line and overwriting the old entry with a new one - are also useful
593 ;; Next, we turn on some key bindings for our new mode:
712 the line. Some systems allow multiple line input on the command prompt, but
741 ; originally I used (end-of-line) to move to the end of the prompt, relying on
1177 overwrite an old one, if we execute the command on a previous line. Broken
1182 will be preserved in the new entry - a re-evaluation on an old input line
1184 number associated with the last input prompt on the page, which will always
1212 (new-prompt (buffer-substring new-prompt-start new-prompt-end))
1215 (delete-region new-prompt-start new-prompt-end)
1256 (insert new-prompt)
[all …]
/dports/devel/py-flake8/flake8-4.0.1/docs/source/internal/
H A Dwriting-documentation.rst17 with your changes. You can build the docs by running:
19 .. prompt:: bash
47 and will replace each instance with ``:program:`Flake8```.
50 Use the prompt directive for command-line examples
53 When documenting something on the command-line, use the ``.. prompt::``
60 .. prompt:: bash
73 Use two new-lines before new sections
97 Surround document titles with equal symbols
101 on the lines before and after the title. For example:
113 Use the option template for new options
[all …]
/dports/science/cdf/cdf33_0-dist/src/help/
H A Dcdfxp.ilh120 Reverse: Reverse the line containing the currently highlighted field with
121 the following line (or the first line if at the last line). The
213 Reverse: Reverse the line containing the currently highlighted field with
214 the following line (or the first line if at the last line). The
314 Reverse: Reverse the line containing the currently highlighted field with
370 a prompt will be displayed for the new value. If a sparseness
384 Reverse: Reverse the line containing the currently highlighted field with
421 Creates a new backward V2.7 CDF based on the selections in the four parts
641 If a value on a line fails a filter, then the entire line will be
1203 Creates a new Version 3 CDF based on the selections in the four parts
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/configure.d/
H A Dconfig_project_manual49 the SNMP protocol to use when no version is given explicitly on the
50 command line, or via an 'snmp.conf' file. In the past this was set to
54 rely on the old behaviour. (Though such scripts will probably need to
56 command line usage has changed as well.).
62 will avoid this prompt.
66 # we tested this above before the prompt, but the prompt may give a new value.
80 running on. This information is available in the MIB-II tree. This
113 (Note: This value can be over-ridden using command line options.)
134 you stay with the new path, I'll ask you in a second if you wish to
135 copy your files over to the new location (once only). If you pick
[all …]
/dports/net-im/py-matrix-synapse/synapse-1.50.2/debian/
H A Dregister_new_matrix_user.ronn1 register_new_matrix_user(1) -- Used to register new users with a given home server when registratio…
10 **register_new_matrix_user** registers new users with a given home server when
12 configured with the 'registration_shared_secret' option set.
17 shared secret can be provided via the command line.
20 This can be changed via the `server_url` command line option.
31 Local part of the new user. Will prompt if omitted.
34 New password for user. Will prompt if omitted. Supplying the password
35 on the command line is not recommended. Use the STDIN instead.
38 Register new user as an admin. Will prompt if omitted.
/dports/lang/coffeescript/coffeescript-2.6.1/src/
H A Drepl.coffee12 prompt: 'coffee> ',
20 # Node's REPL sends the input ending with a newline and then wrapped in
46 ast = new Block [new Assign (new Value new Literal '__'), ast, '=']
48 ast = new Code [], ast
51 ast = new Root new Block [new Call ast]
91 repl.on 'line', (cmd) ->
94 repl.setPrompt multiline.prompt
95 repl.prompt true
109 repl.prompt true
112 return if repl.line? and not repl.line.match /^\s*$/
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A DCHANGES13 line of a prompt whose length exceeds the screen width.
91 with invisible characters in the prompt in a multibyte locale.
157 to be placed at the end of the new line, like in emacs mode.
185 new line has more glyphs but fewer bytes.
223 when a non-ascii character was the last character on a line.
265 replacing the current line with the history line.
342 line of a multi-line prompt (possibly containing invisible characters)
363 argument: if the first characters on the line don't specify a
465 line retrived with previous-history or next-history.
688 w. Fixes to the SIGWINCH code so that a multiple-line prompt with escape
[all …]
/dports/vietnamese/vnless/vnless/
H A Dless.man22 terminfo on some systems), so it can run on a variety of
118 a new file is examined.
256 be reset to its default on the command line by beginning the
257 command line option with "-+".
370 causes less to prompt verbosely (like more), with the
379 Suppressing line numbers with the -n flag will avoid
481 + If a command line option begins with +, the remainder
551 The line used is determined by the X as with the %b
565 The format of the prompt string can be changed depending on
606 ?n True if this is the first prompt in a new input file.
[all …]
/dports/devel/tig/tig-2.5.4/test/graph/
H A D20-tig-all-long-test213 ∙ │ help: support refreshing to show new bindings added via the prompt
271 ∙ │ prompt: allow search patterns with spaces in them
273 ∙ │ prompt: move code to new prompt module
378 ∙ │ Move line info and color code to new line module
914 ∙ │ Fix tig show by replacing %(commit) with %(revargs) on first display
1109 ∙ │ Jump to line when a number is entered in the prompt
1319 ∙ │ Keep line graphics characters in a table initialized on startup
1418 ∙ │ Make command line parsing more compatible with gitk
1511 ∙ │ status: make it possible to batch updates by pressing on the section line
1665 ∙ │ Refactor current line activation to new select view operation
[all …]
/dports/devel/gdb/gdb-11.1/readline/readline/
H A DCHANGES229 b. There are new `next-screen-line' and `previous-screen-line' bindable
366 to redraw only the last line of a multiline prompt.
392 prompt (one with embedded newlines).
457 commands to work on the entire line.
521 entered on a previous line (command).
885 the prompt and input line multiple times.
919 line of a prompt whose length exceeds the screen width.
1091 new line has more glyphs but fewer bytes.
1171 replacing the current line with the history line.
1248 line of a multi-line prompt (possibly containing invisible characters)
[all …]
/dports/devel/readline/readline-8.1/
H A DCHANGES229 b. There are new `next-screen-line' and `previous-screen-line' bindable
366 to redraw only the last line of a multiline prompt.
392 prompt (one with embedded newlines).
457 commands to work on the entire line.
521 entered on a previous line (command).
885 the prompt and input line multiple times.
919 line of a prompt whose length exceeds the screen width.
1091 new line has more glyphs but fewer bytes.
1171 replacing the current line with the history line.
1248 line of a multi-line prompt (possibly containing invisible characters)
[all …]
/dports/games/tads/tads-3.0.8/tads3/t3library/adv3/
H A Dinput.t51 * keyboard input parameters with the real-time status and prompt
202 throw new EndOfFileException();
215 * automatically display a new prompt when we loop back
262 * pending input with a real-time event
298 * do with getInputLine().
317 * do with getInputLine().
416 throw new EndOfFileException();
697 * prompt and returns a line of input.
768 * here on out with the new version returned; this allows the method
802 /* append this new item to the list */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/inquirer/
H A DREADME.md100 - **name** (string) name of the this new prompt. (used for question `type`)
105 …don't want to affect other libraries that also rely on inquirer when you overwrite or add new prom…
141 /* Preferred way: with promise */
143 return new Promise(/* etc... */);
146 /* Legacy way: with this.async */
171 - **Value** (Depends on the prompt)
323 var prompts = new Rx.Subject();
349 look at issues found on other command line - feel free to report any!
363 ## News on the march (Release notes)
412 [**inquirer-select-line**](https://github.com/adam-golab/inquirer-select-line)<br>
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/inquirer/
H A DREADME.md100 - **name** (string) name of the this new prompt. (used for question `type`)
105 …don't want to affect other libraries that also rely on inquirer when you overwrite or add new prom…
141 /* Preferred way: with promise */
143 return new Promise(/* etc... */);
146 /* Legacy way: with this.async */
171 - **Value** (Depends on the prompt)
323 var prompts = new Rx.Subject();
349 look at issues found on other command line - feel free to report any!
363 ## News on the march (Release notes)
412 [**inquirer-select-line**](https://github.com/adam-golab/inquirer-select-line)<br>
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/readline-doc/readline/
H A Dreadline.scrbl37 interact with it.
39 You can start Racket with
98 @filepath{~/.racketrc} on Unix. Consequently, @|readline| will be
105 @|readline| based on an environment variable, edit
129 @racketmodname[readline] installs the new input port.}
131 The reading facility that the new input port provides can be
142 @defboolparam[show-all-prompts on?]{
155 which normally consumes the rest of the text on the @emph{same} line.
183 The new input port that you get when you require
224 Prints the given prompt string and reads a line.}
[all …]
/dports/devel/p5-Shell-Base/Shell-Base-0.05/
H A DREADME93 new The constructor is called "new", and should be inherited from
94 Shell::Base (and not overridden). "new" should be called with a
141 from this list based on the line and word being completed. See
166 $shell = My::Shell->new();
182 $line = $self->readline($self->prompt);
397 parsed. "precmd" will be called with $line as the sole argument, and
458 # Return undef on error, don't croak
519 pipelines in on the TODO list.
521 prompt
560 with $self and any additional arguments passed to "prompt" as the
[all …]
/dports/net-mgmt/p5-Telnet-Cisco/Net-Telnet-Cisco-1.11/
H A DChanges14 - prompt() and is_enabled() handle prompts with '(enable)' in them.
21 - waitfor() handles -Match args with m<delim>...<delim> notation.
23 regex matching a prompt and not the prompt itself.
25 - Added "new" to the constructor in POD's Synopsis.
41 - Default cmd_prompt now anchored to beginning of line with (?m).
45 - Turned on warnings, minor related changes
53 - Fixed argument handling in new()
59 - Autopage bugfix - 1st line of every page after the 1st was missing
67 - send_wakeup() written to help use module with Livingston Portmasters.
72 - Updated to new module layout (lib/).
[all …]
/dports/games/powwow/powwow-1.2.17/
H A Dpowwow.doc125 > press <return> only: send a <new-line>
127 > ;; send two <new-line>
128 > ;;; three <new-line> ...
130 Of course multiple <new-line> are considered as multiple commands,
135 > {;} send a <new-line>
136 > {;;} send two <new-line>
640 If the filename starts with a '>', new text will be appended to the
701 Each new line you type will automatically begin with the prefix string.
849 to #prompt / #isprompt if all you want with the prompt is detecting
2131 its beginning part may be a prompt, so it matches #prompts on the line.
[all …]
/dports/devel/gdb761/gdb-7.6.1/readline/
H A DCHANGES296 the prompt and input line multiple times.
330 line of a prompt whose length exceeds the screen width.
474 to be placed at the end of the new line, like in emacs mode.
502 new line has more glyphs but fewer bytes.
540 when a non-ascii character was the last character on a line.
582 replacing the current line with the history line.
618 the word break characters to vary based on position in the line.
659 line of a multi-line prompt (possibly containing invisible characters)
680 argument: if the first characters on the line don't specify a
1005 w. Fixes to the SIGWINCH code so that a multiple-line prompt with escape
[all …]
/dports/devel/libgetline/getline-39/
H A DREADME17 edit multiple lines it scrolls long lines left and right on the same line.
21 PC's under OS/2 with gcc (EMX), or Vax/VMS. Porting the package to new
25 I have run the package on:
28 Sun Sparc 2, SunOS 4.1.1, with cc
29 SGI Iris, IRIX System V.3, with cc
30 PC using DOS with MSC
69 the start of a new search, and moves on to the next match.
99 char *getline(char *prompt)
101 Prints the prompt and allows the user to edit the current line. A
106 end-of-file by typing ^D on an empty line, in which case the
[all …]
/dports/shells/git-prompt.zsh/git-prompt.zsh-2.3.0/
H A DREADME.md36 Either install the default prompt (see [Examples](#examples) section below) with
41 or choose an example prompt with
58 Install the [git-prompt.zsh](https://www.freshports.org/shells/git-prompt.zsh/) package with
96 #### Multi-line prompt
105 #### Git status on the right
127 …milar to the multi-line and Pure examples, but with optional [vi-mode](https://github.com/woefe/vi…
145 Enabling this will execute another Git command every time a new prompt is shown!
147 You enable the secondary prompt by adding the following line to your `.zshrc`:
200 Enabling this will execute another Git command every time a new prompt is shown!
201 To enable stash entries add the following line to your `.zshrc`:
[all …]

12345678910>>...780