/dports/x11-wm/openbox/openbox-3.6/openbox/actions/ |
H A D | execute.c | 20 gchar *prompt; member 68 o->prompt = obt_xml_node_string(n); in setup_func() 100 g_free(o->prompt); in free_func() 114 o->prompt = NULL; in dup_options() 154 (expand ? expand : ""), in expand_variables() 172 (expand ? expand : ""), in expand_variables() 194 (expand ? expand : ""), in expand_variables() 208 (expand ? expand : ""), in expand_variables() 221 expand = g_strconcat(expand, before, NULL); in expand_variables() 241 if (o->prompt) { in run_func() [all …]
|
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/shrink-path/ |
H A D | README.md | 42 For a fish-style working directory in your command prompt, add the following to 64 -x, --expand Print the full path. This takes precedence over the other options 69 zstyle :prompt:shrink_path fish yes 78 You can use the `expand` option to disable the path shrinking. You can combine that 83 zstyle ':prompt:shrink_path' expand true 85 zstyle -d ':prompt:shrink_path' expand 93 zstyle -t ':prompt:shrink_path' expand \ 94 && zstyle -d ':prompt:shrink_path' expand \ 95 || zstyle ':prompt:shrink_path' expand true 96 zle reset-prompt [all …]
|
H A D | shrink-path.plugin.zsh | 24 # zstyle :prompt:shrink_path fish yes 29 # Keywords: prompt directory truncate shrink collapse fish 48 typeset -i expand=0 50 if zstyle -t ':prompt:shrink_path' fish; then 60 zstyle -t ':prompt:shrink_path' short && short=1 61 zstyle -t ':prompt:shrink_path' tilde && tilde=1 63 zstyle -t ':prompt:shrink_path' quote && quote=1 64 zstyle -t ':prompt:shrink_path' expand && expand=1 116 -x|--expand) 117 expand=1 [all …]
|
/dports/devel/git-cola/git-cola-3.10.1/share/git-cola/bin/ |
H A D | ssh-askpass | 15 set prompt "Enter your password / passphrase:" 17 set prompt [join $argv " "] 18 if {[regexp -nocase {\(yes\/no\)\?\s*$} $prompt]} { 23 message .m -text $prompt -justify center -aspect 4000 24 pack .m -side top -fill x -padx 20 -pady 20 -expand 1 42 if {"Password" in $prompt || "passphrase" in $prompt} { 54 pack .b.ok -side left -expand 1 55 pack .b.cancel -side right -expand 1
|
/dports/databases/sqsh/sqsh-2.5/src/ |
H A D | cmd_do.c | 70 char *expand; local 99 env_get( g_env, "DSQUERY", &expand); env_put( g_env, "DSQUERY", expand, ENV_F_TRAN ); 100 env_get( g_env, "database", &expand); env_put( g_env, "database", expand, ENV_F_TRAN ); 101 env_get( g_env, "username", &expand); env_put( g_env, "username", expand, ENV_F_TRAN ); 201 if (*expand == '1') 525 char *prompt; local 550 env_get( g_env, "prompt", &prompt ); 609 env_get( g_env, "prompt", &prompt ); 610 sqsh_expand( prompt, prompt_buf, 0 ); 616 prompt = NULL; [all …]
|
/dports/devel/cgit/cgit-1.2.3/git/git-gui/ |
H A D | git-gui--askpass | 15 set prompt "Enter your OpenSSH passphrase:" 17 set prompt [join $argv " "] 18 if {[regexp -nocase {\(yes\/no\)\?\s*$} $prompt]} { 23 message .m -text $prompt -justify center -aspect 4000 24 pack .m -side top -fill x -padx 20 -pady 20 -expand 1 37 pack .b.ok -side left -expand 1 38 pack .b.cancel -side right -expand 1
|
/dports/devel/git-svn/git-2.34.1/git-gui/ |
H A D | git-gui--askpass | 15 set prompt "Enter your OpenSSH passphrase:" 17 set prompt [join $argv " "] 18 if {[regexp -nocase {\(yes\/no\)\?\s*$} $prompt]} { 23 message .m -text $prompt -justify center -aspect 4000 24 pack .m -side top -fill x -padx 20 -pady 20 -expand 1 50 pack .b.ok -side left -expand 1 51 pack .b.cancel -side right -expand 1
|
/dports/devel/git-gui/git-2.34.1/git-gui/ |
H A D | git-gui--askpass | 15 set prompt "Enter your OpenSSH passphrase:" 17 set prompt [join $argv " "] 18 if {[regexp -nocase {\(yes\/no\)\?\s*$} $prompt]} { 23 message .m -text $prompt -justify center -aspect 4000 24 pack .m -side top -fill x -padx 20 -pady 20 -expand 1 50 pack .b.ok -side left -expand 1 51 pack .b.cancel -side right -expand 1
|
/dports/devel/git-p4/git-2.34.1/git-gui/ |
H A D | git-gui--askpass | 15 set prompt "Enter your OpenSSH passphrase:" 17 set prompt [join $argv " "] 18 if {[regexp -nocase {\(yes\/no\)\?\s*$} $prompt]} { 23 message .m -text $prompt -justify center -aspect 4000 24 pack .m -side top -fill x -padx 20 -pady 20 -expand 1 50 pack .b.ok -side left -expand 1 51 pack .b.cancel -side right -expand 1
|
/dports/devel/git/git-2.34.1/git-gui/ |
H A D | git-gui--askpass | 15 set prompt "Enter your OpenSSH passphrase:" 17 set prompt [join $argv " "] 18 if {[regexp -nocase {\(yes\/no\)\?\s*$} $prompt]} { 23 message .m -text $prompt -justify center -aspect 4000 24 pack .m -side top -fill x -padx 20 -pady 20 -expand 1 50 pack .b.ok -side left -expand 1 51 pack .b.cancel -side right -expand 1
|
/dports/devel/git-cvs/git-2.34.1/git-gui/ |
H A D | git-gui--askpass | 15 set prompt "Enter your OpenSSH passphrase:" 17 set prompt [join $argv " "] 18 if {[regexp -nocase {\(yes\/no\)\?\s*$} $prompt]} { 23 message .m -text $prompt -justify center -aspect 4000 24 pack .m -side top -fill x -padx 20 -pady 20 -expand 1 50 pack .b.ok -side left -expand 1 51 pack .b.cancel -side right -expand 1
|
/dports/devel/py-pyinquirer/PyInquirer-1.0.3/ |
H A D | README.rst | 116 - `expand.py <./examples/expand.py>`_ 160 Expand - ``{type: 'expand'}`` 169 ``key`` for the ``expand`` prompt. This parameter must be a single 173 See ``examples/expand.py`` for a running example. 175 |Expand prompt closed| |Expand prompt expanded| 210 Confirm prompt 223 Input prompt 278 input, confirm, list, rawlist, expand, checkbox, password, editor 306 when using list, rawList, expand or checkbox. 373 .. |Expand prompt closed| image:: https://raw.githubusercontent.com/citguru/PyInquirer/master/docs/… [all …]
|
H A D | PKG-INFO | 125 - `expand.py <./examples/expand.py>`_ 169 Expand - ``{type: 'expand'}`` 178 ``key`` for the ``expand`` prompt. This parameter must be a single 182 See ``examples/expand.py`` for a running example. 184 |Expand prompt closed| |Expand prompt expanded| 219 Confirm prompt 232 Input prompt 287 input, confirm, list, rawlist, expand, checkbox, password, editor 315 when using list, rawList, expand or checkbox. 382 ….. |Expand prompt closed| image:: https://raw.githubusercontent.com/citguru/PyInquirer/master/docs… [all …]
|
/dports/devel/rlwrap/rlwrap-0.45.2/filters/ |
H A D | history_format | 13 my ($raw_input, $prompt); 32 $filter -> history_handler(sub {strip_off($_) . " " . expand($format)}); 33 $filter -> prompt_handler(sub{$prompt = $_}); 39 sub expand { 45 $expanded =~ s/%P/$prompt/g;
|
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/ |
H A D | ui.py | 80 def prompt(text: str, *, hide_input: bool = False, **kwargs: Any) -> Any: function 85 return click.prompt(text, hide_input=hide_input, err=True, **kwargs) 124 pin = prompt(f"Please enter {desc}", hide_input=True) 152 passphrase = prompt( 161 second = prompt( 176 expand: bool = False, language: str = "english" 178 if expand: 184 if not expand: 198 word = prompt("Enter one word of mnemonic")
|
/dports/devel/py-pyinquirer/PyInquirer-1.0.3/PyInquirer.egg-info/ |
H A D | PKG-INFO | 125 - `expand.py <./examples/expand.py>`_ 169 Expand - ``{type: 'expand'}`` 178 ``key`` for the ``expand`` prompt. This parameter must be a single 182 See ``examples/expand.py`` for a running example. 184 |Expand prompt closed| |Expand prompt expanded| 219 Confirm prompt 232 Input prompt 287 input, confirm, list, rawlist, expand, checkbox, password, editor 315 when using list, rawList, expand or checkbox. 382 ….. |Expand prompt closed| image:: https://raw.githubusercontent.com/citguru/PyInquirer/master/docs… [all …]
|
/dports/net-im/jarl/Jarl-0.5001/lib/ |
H A D | profile_cli.pl | 230 &jarlMainIF_Prompt(prompt=>"Username", 245 &jarlMainIF_Prompt(prompt=>"Resource", 303 -expand=>1); 313 -expand=>1, 322 -expand=>1); 432 -expand=>1); 442 -expand=>1, 451 -expand=>1); 470 -expand=>1); 535 &jarlMainIF_Prompt(prompt=>"Name", [all …]
|
/dports/devel/remake/remake-4.3+dbg-1.5/src/debugger/ |
H A D | cmd.c | 88 static debug_return_t dbg_cmd_set_var (char *psz_arg, int expand); 267 DBG_CMD_INIT(expand, 'x', false); in cmd_initialize() 355 static debug_return_t dbg_cmd_set_var (char *psz_args, int expand) in dbg_cmd_set_var() argument 370 char *psz_value = expand ? variable_expand(psz_args) : psz_args; in dbg_cmd_set_var() 380 char *psz_value = expand ? variable_expand(psz_args) : psz_args; in dbg_cmd_set_var() 520 char prompt[PROMPT_LENGTH]; in enter_debugger() local 530 snprintf(prompt, PROMPT_LENGTH, "remake%s%d%s ", in enter_debugger() 533 line = readline (prompt); in enter_debugger() 537 snprintf(prompt, PROMPT_LENGTH, "remake%s0%s ", open_depth, in enter_debugger() 539 printf("%s", prompt); in enter_debugger()
|
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/glib/gnome/ |
H A D | glib.scm | 36 (eval-when (expand load eval) 57 (eval-when (expand load eval) 71 (define (prompt) 78 (prompt)) 82 (prompt)) 102 (prompt)
|
/dports/graphics/dia/dia-0.97.3/plug-ins/python/ |
H A D | gtkcons.py | 140 self.inp.pack_end(self.vscroll, expand=False) 144 self.pack_end(self.inputbox, expand=False) 148 self.prompt.set_padding(2, 0) 150 self.inputbox.pack_start(self.prompt, fill=False, expand=False) 151 self.prompt.show() 155 self.inputbox.pack_end(self.closer, fill=False, expand=False) 286 self.prompt.set_text(sys.ps2) 287 self.prompt.queue_draw() 309 self.prompt.set_text(sys.ps1) 310 self.prompt.queue_draw() [all …]
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/console/src/java/org/scilab/modules/console/ |
H A D | SciCommandLineView.java | 55 public void setPromptView(JComponent prompt) { in setPromptView() argument 56 add(prompt, BorderLayout.WEST); in setPromptView() 66 expand(); in setVisible() 84 private void expand() { in expand() method in SciCommandLineView
|
/dports/games/zangband/zangband/lib/script/tk/ |
H A D | init-startup.tcl | 244 -side top -expand no -anchor w 246 -side top -expand no -anchor w 248 -side left -expand no 251 -side top -expand no -pady 00 -padx 20 -anchor w 282 set prompt " misc" 285 set prompt " script" 291 set prompt " quests" 294 set prompt " plots" 297 set prompt " other" 300 set prompt " alloc" [all …]
|
/dports/math/maxima/maxima-5.43.2/interfaces/xmaxima/Tkmaxima/ |
H A D | NConsole.tcl | 16 pack $fr -expand 1 -fill both 22 oset $w prompt "% " 38 pack $w -side top -expand 1 -fill both 39 pack $msg -side bottom -expand 0 -fill x 56 set prompt [oget $w prompt] 61 $w insert insert "$prompt" prompt
|
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/ext/ |
H A D | run-application.jl | 31 ;; NOTE: New version of prompt.jl is required 33 (declare (in-module sawfish.wm.util.prompt)) 35 (require 'sawfish.wm.util.prompt) 43 (let ((f (expand-file-name file dir))) 49 (file-exists-p (expand-file-name file dir))) 54 (prompt-application-duplicate file dirs) 59 (define (prompt-application-path) 74 (define (prompt-complete-application str) 75 (let ((path (prompt-application-path))) 89 (let ((str (prompt #:title title [all …]
|
/dports/devel/cligen/cligen-4.8.0/test/ |
H A D | test_list.sh | 27 prompt="cli> "; # Assignment of prompt 31 fruit (<name:string>|<name:string expand()>),callback();{ 32 taste (<taste:string>|<taste:string expand()>),callback(); 33 size (<size:string>|<size:string expand()>),callback(); 97 prompt="cli> "; # Assignment of prompt 101 fruit (<name:string>|<name:string expand()>){ 102 taste (<taste:string>|<taste:string expand()>),callback(); 103 size (<size:string>|<size:string expand()>),callback();
|