Home
last modified time | relevance | path

Searched refs:shellquote (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dports/shells/modernish/modernish-0.16.5/lib/modernish/mdl/var/loop/
H A Dfor.mm70 …( f ) chdir -f -- "${_loop_base}" || { shellquote -f _loop_base; _loop_die "could not enter base d…
107 shellquote -f _loop_AA
120 shellquote _loop_A=${_loop_AA}
152 …case $1 in (*[!$WHITESPACE]*) let "$1" "1" || exit; shellquote _loop_1=$1 ;; ( * ) _loop_1= ;; esac
153 …case $2 in (*[!$WHITESPACE]*) let "$2" "1" || exit; shellquote _loop_2=$2 ;; ( * ) _loop_2='1' ;; …
154 …case $3 in (*[!$WHITESPACE]*) let "$3" "1" || exit; shellquote _loop_3=$3 ;; ( * ) _loop_3= ;; esac
188 shellquote _loop_expr="(${_loop_ini}) ${_loop_cmp} ($3)"
191 shellquote _loop_expr="(${_loop_var} += ${_loop_inc}) ${_loop_cmp} ($3)"
H A Dfind.mm258 ( * ) shellquote _loop_opt=$1
313 ( '' ) shellquote -f _loop_A
317 ( f ) shellquote -f _loop_A
328 shellquote _loop_A
412 shellquote _loop_A=$1
433 if shellquote _loop_1=$1 \
437 elif let "$# > 1" && shellquote _loop_2=$2 \
442 elif let "$# > 2" && shellquote _loop_3=$3 \
458 ( * ) shellquote _loop_A=$1
587 shellquote _loop_A=$1
[all …]
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/build/fbcode_builder/getdeps/
H A Druncmd.py18 from shlex import quote as shellquote unknown
20 from pipes import quote as shellquote unknown
44 log_fn("+ %s%s\\\n" % (shellquote(elem), os.pathsep))
46 log_fn("+ %s=%s \\\n" % (k, shellquote(env[k])))
72 cmd_str = " \\\n+ ".join(shellquote(arg) for arg in cmd)
90 log_fn("+ cd %s && \\\n" % shellquote(cwd))
/dports/net/fb303/fb303-83ae662219660d30b49ad8474f5c63bbfc6d5f6f/build/fbcode_builder/getdeps/
H A Druncmd.py18 from shlex import quote as shellquote unknown
20 from pipes import quote as shellquote unknown
44 log_fn("+ %s%s\\\n" % (shellquote(elem), os.pathsep))
46 log_fn("+ %s=%s \\\n" % (k, shellquote(env[k])))
72 cmd_str = " \\\n+ ".join(shellquote(arg) for arg in cmd)
90 log_fn("+ cd %s && \\\n" % shellquote(cwd))
/dports/net/fbzmq/fbzmq-2021.12.27.00/build/fbcode_builder/getdeps/
H A Druncmd.py18 from shlex import quote as shellquote unknown
20 from pipes import quote as shellquote unknown
44 log_fn("+ %s%s\\\n" % (shellquote(elem), os.pathsep))
46 log_fn("+ %s=%s \\\n" % (k, shellquote(env[k])))
72 cmd_str = " \\\n+ ".join(shellquote(arg) for arg in cmd)
90 log_fn("+ cd %s && \\\n" % shellquote(cwd))
/dports/security/fizz/fizz-2021.12.27.00/build/fbcode_builder/getdeps/
H A Druncmd.py18 from shlex import quote as shellquote unknown
20 from pipes import quote as shellquote unknown
44 log_fn("+ %s%s\\\n" % (shellquote(elem), os.pathsep))
46 log_fn("+ %s=%s \\\n" % (k, shellquote(env[k])))
72 cmd_str = " \\\n+ ".join(shellquote(arg) for arg in cmd)
90 log_fn("+ cd %s && \\\n" % shellquote(cwd))
/dports/www/proxygen/proxygen-2021.12.27.00/build/fbcode_builder/getdeps/
H A Druncmd.py18 from shlex import quote as shellquote unknown
20 from pipes import quote as shellquote unknown
44 log_fn("+ %s%s\\\n" % (shellquote(elem), os.pathsep))
46 log_fn("+ %s=%s \\\n" % (k, shellquote(env[k])))
72 cmd_str = " \\\n+ ".join(shellquote(arg) for arg in cmd)
90 log_fn("+ cd %s && \\\n" % shellquote(cwd))
/dports/devel/folly/folly-2021.12.27.00/build/fbcode_builder/getdeps/
H A Druncmd.py18 from shlex import quote as shellquote unknown
20 from pipes import quote as shellquote unknown
44 log_fn("+ %s%s\\\n" % (shellquote(elem), os.pathsep))
46 log_fn("+ %s=%s \\\n" % (k, shellquote(env[k])))
72 cmd_str = " \\\n+ ".join(shellquote(arg) for arg in cmd)
90 log_fn("+ cd %s && \\\n" % shellquote(cwd))
/dports/net/wangle/wangle-2021.12.27.00/build/fbcode_builder/getdeps/
H A Druncmd.py18 from shlex import quote as shellquote unknown
20 from pipes import quote as shellquote unknown
44 log_fn("+ %s%s\\\n" % (shellquote(elem), os.pathsep))
46 log_fn("+ %s=%s \\\n" % (k, shellquote(env[k])))
72 cmd_str = " \\\n+ ".join(shellquote(arg) for arg in cmd)
90 log_fn("+ cd %s && \\\n" % shellquote(cwd))
/dports/devel/fbthrift/fbthrift-2021.12.27.00/build/fbcode_builder/getdeps/
H A Druncmd.py18 from shlex import quote as shellquote unknown
20 from pipes import quote as shellquote unknown
44 log_fn("+ %s%s\\\n" % (shellquote(elem), os.pathsep))
46 log_fn("+ %s=%s \\\n" % (k, shellquote(env[k])))
72 cmd_str = " \\\n+ ".join(shellquote(arg) for arg in cmd)
90 log_fn("+ cd %s && \\\n" % shellquote(cwd))
/dports/editors/micro/micro-2.0.10/internal/shell/
H A Dshell.go13 shellquote "github.com/kballard/go-shellquote" packageName
36 args, err := shellquote.Split(input)
52 args, err := shellquote.Split(input)
78 args, err := shellquote.Split(input)
/dports/net-mgmt/nagios-check_email_delivery/check_email_delivery-0.7.1b/
H A Dcheck_email_delivery188 $smtp_options .= "-U ".shellquote($smtp_username)." " if defined $smtp_username and $smtp_username …
189 $smtp_options .= "-P ".shellquote($smtp_password)." " if defined $smtp_password and $smtp_password …
190 $smtp_options .= "--mailto ".shellquote($mailto)." " if defined $mailto and $mailto ne "";
191 $smtp_options .= "--mailfrom ".shellquote($mailfrom)." " if defined $mailfrom and $mailfrom ne "";
193 $smtp_options .= "--header ".shellquote($h)." ";
198 $imap_options .= "-U ".shellquote($imap_username)." " if defined $imap_username and $imap_username …
199 $imap_options .= "-P ".shellquote($imap_password)." " if defined $imap_password and $imap_password …
200 $imap_options .= "--mailbox ".shellquote($imap_mailbox)." " if defined $imap_mailbox and $imap_mail…
465 sub shellquote {
H A Dcheck_email_delivery_epn188 $smtp_options .= "-U ".shellquote($smtp_username)." " if defined $smtp_username and $smtp_username …
189 $smtp_options .= "-P ".shellquote($smtp_password)." " if defined $smtp_password and $smtp_password …
190 $smtp_options .= "--mailto ".shellquote($mailto)." " if defined $mailto and $mailto ne "";
191 $smtp_options .= "--mailfrom ".shellquote($mailfrom)." " if defined $mailfrom and $mailfrom ne "";
193 $smtp_options .= "--header ".shellquote($h)." ";
198 $imap_options .= "-U ".shellquote($imap_username)." " if defined $imap_username and $imap_username …
199 $imap_options .= "-P ".shellquote($imap_password)." " if defined $imap_password and $imap_password …
200 $imap_options .= "--mailbox ".shellquote($imap_mailbox)." " if defined $imap_mailbox and $imap_mail…
465 sub shellquote {
/dports/shells/modernish/modernish-0.16.5/lib/modernish/aux/var/loop/
H A Dfind.awk30 print (" ")(shellquote((base)(ARGV[i])));
37 print (" ")(shellquote((base)(ARGV[i])));
45 print (v)("=")(shellquote((base)(ARGV[i])))("\n");
81 function shellquote(s) { function
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/lib/mruby/build/
H A Dcommand.rb27 def shellquote(s) method in MRuby.Command
272 …ns, { :flags => [flags, _flags].flatten.join(' '), :url => shellquote(url), :dir => shellquote(fil…
277 _run pull_options, { :repo_dir => shellquote(dir) }
282 _run checkout_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
287 … _run checkout_detach_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
292 _run reset_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/lib/mruby/build/
H A Dcommand.rb27 def shellquote(s) method in MRuby.Command
272 …ns, { :flags => [flags, _flags].flatten.join(' '), :url => shellquote(url), :dir => shellquote(fil…
277 _run pull_options, { :repo_dir => shellquote(dir) }
282 _run checkout_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
287 … _run checkout_detach_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
292 _run reset_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/lib/mruby/build/
H A Dcommand.rb27 def shellquote(s) method in MRuby.Command
272 …ns, { :flags => [flags, _flags].flatten.join(' '), :url => shellquote(url), :dir => shellquote(fil…
277 _run pull_options, { :repo_dir => shellquote(dir) }
282 _run checkout_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
287 … _run checkout_detach_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
292 _run reset_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/lib/mruby/build/
H A Dcommand.rb27 def shellquote(s) method in MRuby.Command
272 …ns, { :flags => [flags, _flags].flatten.join(' '), :url => shellquote(url), :dir => shellquote(fil…
277 _run pull_options, { :repo_dir => shellquote(dir) }
282 _run checkout_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
287 … _run checkout_detach_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
292 _run reset_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
/dports/shells/modernish/modernish-0.16.5/lib/modernish/mdl/sys/cmd/
H A Dharden.mm85 shellquote _Msh_H_QV="${1#*=}"
196 shellquote _Msh_H_cmd
291 shellquote _Msh_A
312 shellquote _Msh_E="( ${_Msh_E}"
320 shellquote _Msh_E
/dports/shells/modernish/modernish-0.16.5/lib/_install/
H A Dbundle_wrapup.sh180 not str empty $installroot && shellquote -P installroot_q=$installroot || unset -v installroot_q
189 shellquote script_basename_q=$script_basename
201 shellquote -f program=${1##*/}
206 shellquote -f program=${1##*/}
210 shellquote -f program=${1##*/}
/dports/shells/modernish/modernish-0.16.5/lib/modernish/mdl/sys/base/
H A Dmktemp.mm274 ( y ) shellquote -f _Msh_file && put "${_Msh_file} " ;;
313 shellquote _Msh_mT_qnames="$REPLY"
318 shellquote _Msh_mT_f
336 shellquote _Msh_mT_qnames="mktemp: Leaving temp item(s): ${_Msh_mT_qnames}"
340 shellquote _Msh_mT_qnames="mktemp: Leaving temp item(s): ${_Msh_mT_qnames}"
/dports/shells/modernish/modernish-0.16.5/lib/modernish/mdl/var/string/
H A Dappend.mm95 shellquote -f _Msh_aS_V="$2"
155 shellquote -f _Msh_aS_V="$2"
220 shellquote -f _Msh_pS_V="$2"
/dports/security/zeronet/ZeroNet-0.7.1/src/Test/
H A DTestHelper.py13 assert helper.shellquote("hel'lo") == "\"hel'lo\"" # Allow '
14 assert helper.shellquote('hel"lo') == '"hello"' # Remove "
15 assert helper.shellquote("hel'lo", 'hel"lo') == ('"hel\'lo"', '"hello"')
/dports/editors/micro/micro-2.0.10/
H A Dgo.mod7 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
28 replace github.com/kballard/go-shellquote => github.com/zyedidia/go-shellquote v0.0.0-2020061320351…
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_shell.vim2 " 'shellquote', 'shellredir', 'shellxescape', and 'shellxquote')
8 " The expected value of 'shellcmdflag', 'shellpipe', 'shellquote',
49 let l = [&shell, &shellcmdflag, &shellpipe, &shellquote]
83 let [&shellcmdflag, &shellpipe, &shellquote, &shellredir,
97 set shell& shellcmdflag& shellpipe& shellquote&
117 " Test for the 'shellquote' option
120 set shellquote=#
126 set shellquote&

12345678910>>...19