Home
last modified time | relevance | path

Searched +refs:set +refs:prompt (Results 1 – 25 of 31547) sorted by relevance

12345678910>>...1262

/dports/shells/fish/fish-3.3.1/share/functions/
H A Dfish_breakpoint_prompt.fish3 set -l saved_status $status
4 set -l function (status -L0 function)
5 set -l line (status -L0 line-number)
7 # prompt too long.
8 #set -l filename (status filename)
9 #set -l prompt "$filename:$function:$line >"
10 set -l prompt "$function:$line"
12 set prompt "$prompt [!$saved_status]"
14 set prompt "$prompt > "
17 set -l max_len (math "$COLUMNS / 2")
[all …]
H A Dfish_config.fish5 if set -q _flag_help
11 set -e argv[1]
13 set -q cmd[1]
14 or set cmd browse
27 …echo To change your prompt, use (set_color -o)"fish_config prompt"(set_color normal) or create a (…
35 if not contains -- $cmd prompt
40 # prompt - for prompt switching
66 echo right prompt: (false; fish_right_prompt)
92 echo "No such prompt: '$argv[1]'" >&2
96 read -P"Overwrite prompt? [y/N]" -l yesno
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/end2end/features/
H A Dprompts.feature16 When I set content.javascript.alert to false
69 When I set content.javascript.alert to true
86 When I set content.javascript.alert to true
121 And I set content.javascript.alert to true
159 When I set content.javascript.prompt to false
246 When I set content.geolocation to false
252 When I set content.geolocation to ask
260 When I set content.geolocation to ask
269 When I set content.geolocation to ask
432 When I set content.javascript.prompt to true
[all …]
H A Ddownloads.feature13 When I set downloads.location.prompt to false
20 When I set downloads.location.prompt to false
26 When I set downloads.location.prompt to false
33 When I set downloads.location.prompt to false
40 When I set downloads.location.prompt to false
48 When I set downloads.location.prompt to true
79 And I set downloads.location.prompt to true
88 And I set downloads.location.prompt to true
97 And I set downloads.location.prompt to true
165 When I set downloads.location.prompt to true
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/readline-lib/readline/
H A Dpread.rkt23 (hash-set! t sym bstr)
32 (set! last-syms syms)
79 (set! local-history (cdr dup))
95 (set! local-history h))))
114 ;; readline-prompt can be
173 (set-readline-state-prompt-spaces!
193 (set! evt
217 (set! skip blen)
232 (define prompt (current-prompt))
234 ;; needs to set `readline-prompt' to get a prompt when reading
[all …]
/dports/lang/racket/racket-8.3/src/cs/demo/
H A Dcontrol.ss17 (let ([v (call-with-continuation-prompt
42 (check (call-with-continuation-prompt
46 (check (call-with-continuation-prompt
60 (set! saved k)
86 (check (call-with-continuation-prompt
102 (call-with-continuation-prompt
108 (set! old-k k)
164 '(in-prompt out in))
549 '(set)))
557 … (extend-parameterization (continuation-mark-set-first #f parameterization-key) also-my-param 'set)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/cs/demo/
H A Dcontrol.ss17 (let ([v (call-with-continuation-prompt
42 (check (call-with-continuation-prompt
46 (check (call-with-continuation-prompt
60 (set! saved k)
86 (check (call-with-continuation-prompt
102 (call-with-continuation-prompt
108 (set! old-k k)
164 '(in-prompt out in))
549 '(set)))
557 … (extend-parameterization (continuation-mark-set-first #f parameterization-key) also-my-param 'set)
[all …]
/dports/lang/parrot/parrot-8.1.0/config/inter/
H A Dprogs.pm79 $conf->data->set( cc => $cc );
83 $conf->data->set( link => $link );
87 $conf->data->set( ld => $ld );
97 $conf->data->set( ccflags => $ccflags );
103 $conf->data->set( ar => $ar );
108 $conf->data->set( arflags => $arflags );
125 $conf->data->set( ldflags => $ldflags );
134 $conf->data->set( libs => $libs );
138 $conf->data->set( cxx => $cxx );
158 $conf->data->set(
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/etc/srecode/
H A Dtemplate.srt38 prompt START "Escape Start Characters: " default "{{"
39 prompt END "Escape End Characters: " default "}}"
86 $>PR:declaration:prompt$
96 prompt NAME "Name of new template: "
97 prompt KEY "Key Binding: " read read-char
111 prompt NAME "Name of new variable: "
120 template prompt :blank
121 "Insert a prompt."
123 prompt $?NAME$ "$?PROMPT$"
156 prompt NAME "Name of variable: " read srecode-read-variable-name
[all …]
/dports/editors/emacs/emacs-27.2/etc/srecode/
H A Dtemplate.srt38 prompt START "Escape Start Characters: " default "{{"
39 prompt END "Escape End Characters: " default "}}"
86 $>PR:declaration:prompt$
96 prompt NAME "Name of new template: "
97 prompt KEY "Key Binding: " read read-char
111 prompt NAME "Name of new variable: "
120 template prompt :blank
121 "Insert a prompt."
123 prompt $?NAME$ "$?PROMPT$"
156 prompt NAME "Name of variable: " read srecode-read-variable-name
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dcont-marks.scrbl49 … [prompt-tag continuation-prompt-tag? (default-continuation-prompt-tag)])
60 respect to @racket[prompt-tag] and does not include a prompt for
65 @defproc[(current-continuation-marks [prompt-tag continuation-prompt-tag? (default-continuation-pro…
76 prompt-tag)
82 [prompt-tag continuation-prompt-tag? (default-continuation-prompt-tag)])
100 [prompt-tag continuation-prompt-tag? (default-continuation-prompt-tag)])
104 @racket[prompt-tag], where a @racket[#f] value for @racket[mark-set]
123 [prompt-tag continuation-prompt-tag? (default-continuation-prompt-tag)])
146 [prompt-tag continuation-prompt-tag? (default-continuation-prompt-tag)])
150 (current-continuation-marks prompt-tag)) key-v prompt-tag)], or
[all …]
/dports/sysutils/modules/modules-4.6.0/init/
H A Dcsh.in15prompt ) alias module 'set _histchars = $histchars; unset histchars; set _prompt=$prompt:q; set pr…
16 …$?prompt ) alias module 'set _histchars = $histchars; unset histchars; eval `@libexecdir@/modulecm…
17 … $?prompt ) alias module 'set _prompt=$prompt:q; set prompt=""; eval `@libexecdir@/modulecmd-compa…
18 @compatversion@ if ( ! $?histchars && ! $?prompt ) alias module 'eval `@libexecdir@/modulecmd-…
24 @compatversion@ alias switchml 'set swfound=1; \\
39 if ( $?tcsh && $?prompt && -r @initdir@/tcsh_completion ) then
58 @setmanpath@ set manpath = $MANPATH
60 @setmanpath@@usemanpath@ set manpath = `manpath`
61 @setmanpath@@notusemanpath@ set manpath = ''
69 @setmanpath@ set mlpathsep = ''
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/kadm5/unit-test/lib/
H A Dlib.t2 set timeout 60
4 set lib_pid 0
19 set lib_pid [api_start]
35 global prompt
122 set ret [cmd [format {
133 set ret [cmd [format {
144 set ret [cmd [format {
155 set ret [cmd [format {
175 set ret [cmd [format {
190 set ret [cmd [format {
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/kadm5/unit-test/lib/
H A Dlib.t2 set timeout 60
4 set lib_pid 0
19 set lib_pid [api_start]
35 global prompt
122 set ret [cmd [format {
133 set ret [cmd [format {
144 set ret [cmd [format {
155 set ret [cmd [format {
175 set ret [cmd [format {
190 set ret [cmd [format {
[all …]
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/ci-kit/
H A Disolts.expect1 set word enterp
2 set userName \*
3 set projName HFED
4 set password fed
6 set timeout 200000
11 set dps8ID $spawn_id
15 set spawn_id $dps8ID
35 set spawn_id $dps8ID
42 puts "----------- waiting for prompt"
61 puts "----------- waiting for prompt"
[all …]
H A Dci_t1.expect1 set word l
2 set userName Clayton
3 set projName SysAdmin
4 set password password
6 set timeout 200000
11 set dps8ID $spawn_id
21 set spawn_id $dps8ID
44 set spawn_id $dps8ID
51 puts "----------- waiting for prompt"
61 puts "----------- waiting for prompt"
[all …]
/dports/biology/mapm3/mapm3-3.0_1/aux/
H A D.cshrc25 # Set the shell prompt...
26 if ($?prompt) then # interactive shell
27 set prompt="\! A/UX $cwd% "
31 alias cd 'chdir \!*; set prompt="\! A/UX $cwd% "'
32 alias pushd 'pushd \!*; set prompt="\! A/UX $cwd% "'
33 alias popd 'popd \!*; set prompt="\! A/UX $cwd% "'
44 set history = 30 # History stores last 30 commands
45 set notify # provide notification of job completion
49 # a rm rm -i # prompt before removing any file
50 # a cp cp -i # prompt before overwriting any file with cp
[all …]
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Dprompt.li2 * @progname prompt.li
9 miscellaneous prompt functions and procedures
14 set(prompt, concat(msg, "? [n/y] "))
15 getstrmsg(str, prompt)
25 set(prompt, concat(msg, "? [y/n] "))
26 getstrmsg(str, prompt)
36 set(prompt, concat(msg, "? [", d(def), "]"))
37 getstrmsg(str, prompt)
/dports/lang/racket/racket-8.3/collects/ffi/unsafe/
H A Dtry-atomic.rkt13 (define freezer-tag (make-continuation-prompt-tag))
16 (define freeze-tag (make-continuation-prompt-tag))
20 (and (continuation-prompt-available? freezer-tag)
24 (and (continuation-prompt-available? freezer-tag)
44 (call-with-continuation-prompt
58 (call-with-continuation-prompt
108 (set! ready? #t)
111 (set! done? #t)))
112 (default-continuation-prompt-tag)
114 (set! done? #t)
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/ffi/unsafe/
H A Dtry-atomic.rkt13 (define freezer-tag (make-continuation-prompt-tag))
16 (define freeze-tag (make-continuation-prompt-tag))
20 (and (continuation-prompt-available? freezer-tag)
24 (and (continuation-prompt-available? freezer-tag)
44 (call-with-continuation-prompt
58 (call-with-continuation-prompt
108 (set! ready? #t)
111 (set! done? #t)))
112 (default-continuation-prompt-tag)
114 (set! done? #t)
[all …]
/dports/lang/jimtcl/jimtcl-0.81/tests/
H A Dinteractive.test8 set saveenv $env
11 set env(HOME) [pwd]
17 set env $saveenv
29 wait-for-prompt $p
33 wait-for-prompt $p
43 wait-for-prompt $p
47 set check 0
48 set failed 0
59 wait-for-prompt $p
103 $p send "set x a\u1100b"
[all …]
/dports/lang/racket-minimal/racket-8.3/src/thread/
H A Dbootstrap.rkt14 set-io-place-init!)
105 (set! ctl-c-handler proc))
107 (define the-root-continuation-prompt-tag (make-continuation-prompt-tag 'root))
108 (define (unsafe-root-continuation-prompt-tag) the-root-continuation-prompt-tag)
185 (define place-done-prompt (make-continuation-prompt-tag 'place-done))
198 (call-with-continuation-prompt
200 place-done-prompt))
223 place-done-prompt
231 'unsafe-place-local-set! unsafe-place-local-set!
233 'unsafe-root-continuation-prompt-tag unsafe-root-continuation-prompt-tag
[all …]
/dports/lang/racket/racket-8.3/src/thread/
H A Dbootstrap.rkt14 set-io-place-init!)
105 (set! ctl-c-handler proc))
107 (define the-root-continuation-prompt-tag (make-continuation-prompt-tag 'root))
108 (define (unsafe-root-continuation-prompt-tag) the-root-continuation-prompt-tag)
185 (define place-done-prompt (make-continuation-prompt-tag 'place-done))
198 (call-with-continuation-prompt
200 place-done-prompt))
223 place-done-prompt
231 'unsafe-place-local-set! unsafe-place-local-set!
233 'unsafe-root-continuation-prompt-tag unsafe-root-continuation-prompt-tag
[all …]
/dports/sysutils/modules/modules-4.6.0/compat/init/
H A Dcsh.in2 set modules_shell="tcsh"
4 set modules_shell="csh"
15 set prefix=""
16 set postfix=""
23 set postfix = 'set histchars = $_histchars;'
25 set histchar = \!
28 if ($?prompt) then
29 set prefix = "$prefix"'set _prompt="$prompt";set prompt="";'
30 set postfix = "$postfix"'set prompt="$_prompt";unset _prompt;'
34 set prefix = "$prefix""set noglob;"
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/win/Qt/
H A Dqt_xcmd.cpp141 prompt(new QLabel("#", this)), in NetHackQtExtCmdRequestor()
202 prompt->setFont(qt_settings->normalFixedFont()); in NetHackQtExtCmdRequestor()
223 pl->addWidget(prompt); in NetHackQtExtCmdRequestor()
383 } while (set != normal_cmds && set != autocomplete_cmds); in Filter()
406 bool clearprompt = (prompt->text() != "#"); in Reset()
408 prompt->setText("#"); in Reset()
463 QString promptstr = prompt->text(); in keyPressEvent()
475 prompt->setText("#"); // reset to empty ('#' is always present) in keyPressEvent()
479 prompt->setText(promptstr.left(promptstr.size() - 1)); in keyPressEvent()
549 prompt->setText(promptstr); in keyPressEvent()
[all …]

12345678910>>...1262