Home
last modified time | relevance | path

Searched refs:shell_escape (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dimage2pnm.py15 from astrometry.util.shell import shell_escape
103 shell_escape(infile), shell_escape(uncompressed)))
113 do_command(cmd % (shell_escape(infile), shell_escape(uncompressed)))
117 rtn = os.system(raw_id_cmd % shell_escape(fn))
197 do_command(cmd % (shell_escape(infile), shell_escape(outfile)))
202 do_command(pgmcmd % (shell_escape(outfile), shell_escape(original_outfile)))
H A Dfiletype.py7 from astrometry.util.shell import shell_escape
26 cmd = filecmd % shell_escape(fn)
/dports/misc/sword/sword-1.8.1/utilities/diatheke/cgi/
H A Ddiatheke.pl61 sub shell_escape { subroutine
120 $locale = shell_escape($locale);
137 $verse = shell_escape($verse);
140 $search = "-s '" . shell_escape($mydata) . "'";
146 $range = "-r '" . shell_escape($range) . "'";
194 $locale = shell_escape($mydata);
197 $maxverses = shell_escape($mydata);
200 $versions[$n] = shell_escape($varname);
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dmain.c293 shash_add (&linkValues, "incdirs", joinStrSet (processStrSet (tSet, "-I", NULL, shell_escape))); in _pic14_do_link()
295 joinStrSet (processStrSet (libDirsSet, "-I", NULL, shell_escape)); in _pic14_do_link()
296 …add (&linkValues, "sysincdirs", joinStrSet (processStrSet (libDirsSet, "-I", NULL, shell_escape))); in _pic14_do_link()
301 char *s = shell_escape (fullDstFileName ? fullDstFileName : dstFileName); in _pic14_do_link()
316 s = shell_escape (dbuf_c_str (&dbuf)); in _pic14_do_link()
322 …sh_add (&linkValues, "ofiles", joinStrSet (processStrSet (relFilesSet, NULL, NULL, shell_escape))); in _pic14_do_link()
342 …shash_add (&linkValues, "libs", joinStrSet (processStrSet (libFilesSet, NULL, NULL, shell_escape))… in _pic14_do_link()
/dports/audio/opustags/opustags-1.6.0/t/
H A Dsystem.cc54 is(ot::shell_escape("foo"), "'foo'", "simple string"); in check_shell_esape()
55 is(ot::shell_escape("a'b"), "'a'\\''b'", "string with a simple quote"); in check_shell_esape()
56 is(ot::shell_escape("a!b"), "'a'\\!'b'", "string with a bang"); in check_shell_esape()
57 is(ot::shell_escape("a!b'c!d'e"), "'a'\\!'b'\\''c'\\!'d'\\''e'", "string with a bang"); in check_shell_esape()
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/stream/
H A Dstream_flv.pl119 .' -i '.shell_escape($filename)
120 .' -s '.shell_escape("${width}x${height}")
128 .' -ab '.shell_escape("${abitrate}k")
129 .' -b '.shell_escape("${vbitrate}k")
/dports/devel/py-fabric3/Fabric3-1.14.post1/fabric/
H A Doperations.py626 def _shell_wrap(command, shell_escape, shell=True, sudo_prefix=None): argument
643 if shell_escape:
900 stderr=None, group=None, timeout=None, shell_escape=None, argument
916 if shell_escape is None:
917 shell_escape = env.get('shell_escape', True)
922 shell_escape,
976 warn_only=False, stdout=None, stderr=None, timeout=None, shell_escape=None, argument
1095 shell_escape=shell_escape, capture_buffer_size=capture_buffer_size,
1102 timeout=None, shell_escape=None, capture_buffer_size=None): argument
1152 stderr=stderr, timeout=timeout, shell_escape=shell_escape,
/dports/textproc/confget/confget-release-3.0.2/python/src/confget/
H A Dformat.py97 shell_escape=False, # type: bool argument
114 self.shell_escape = shell_escape
213 if cfg.shell_escape:
H A D__main__.py71 shell_escape, # type: bool argument
88 shell_escape=shell_escape,
334 shell_escape=args.shell_quote,
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_exec/
H A Drlm_exec.c45 bool shell_escape; member
64 { "shell_escape", FR_CONF_OFFSET(PW_TYPE_BOOLEAN, rlm_exec_t, shell_escape), "yes" },
183 inst->wait, inst->shell_escape, inst->timeout); in exec_xlat()
347 inst->wait, inst->shell_escape, inst->timeout); in CC_HINT()
396 we_wait, inst->shell_escape, inst->timeout); in CC_HINT()
453 we_wait, inst->shell_escape, inst->timeout); in CC_HINT()
/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dexec.c65 VALUE_PAIR *input_pairs, bool shell_escape) in radius_start_program() argument
149 if (shell_escape) { in radius_start_program()
162 vp_prints_value(buffer + n, sizeof(buffer) - n, vp, shell_escape ? '"' : 0); in radius_start_program()
507 bool exec_wait, bool shell_escape, int timeout) in radius_exec_program() argument
525 pid = radius_start_program(cmd, request, exec_wait, NULL, &from_child, input_pairs, shell_escape); in radius_exec_program()
/dports/net-im/prosody/prosody-0.11.13/util/
H A Dopenssl.lua145 local function shell_escape(s) function
155 t_insert(commandline, shell_escape(v));
160 t_insert(commandline, shell_escape(v));
/dports/java/java-subversion/subversion-1.14.1/tools/dist/
H A Dnominate.pl340 sub shell_escape { subroutine
407 my $shell_escaped_branch = shell_escape($entry{branch})
412 @mergeargs = shell_escape "$BRANCHES/$entry{branch}";
415 @mergeargs = shell_escape qw/--reintegrate/, "$BRANCHES/$entry{branch}";
420 @mergeargs = shell_escape(
935 my $shell_escaped_branch = shell_escape($entry{branch});
1010 system "$SVN diff -- " . join ' ', shell_escape @conflicts;
1084 .shell_escape("$BRANCHES/$entry{branch}")." "
H A Dbackport.pl340 sub shell_escape { subroutine
407 my $shell_escaped_branch = shell_escape($entry{branch})
412 @mergeargs = shell_escape "$BRANCHES/$entry{branch}";
415 @mergeargs = shell_escape qw/--reintegrate/, "$BRANCHES/$entry{branch}";
420 @mergeargs = shell_escape(
935 my $shell_escaped_branch = shell_escape($entry{branch});
1010 system "$SVN diff -- " . join ' ', shell_escape @conflicts;
1084 .shell_escape("$BRANCHES/$entry{branch}")." "
/dports/devel/py-subversion/subversion-1.14.1/tools/dist/
H A Dnominate.pl340 sub shell_escape { subroutine
407 my $shell_escaped_branch = shell_escape($entry{branch})
412 @mergeargs = shell_escape "$BRANCHES/$entry{branch}";
415 @mergeargs = shell_escape qw/--reintegrate/, "$BRANCHES/$entry{branch}";
420 @mergeargs = shell_escape(
935 my $shell_escaped_branch = shell_escape($entry{branch});
1010 system "$SVN diff -- " . join ' ', shell_escape @conflicts;
1084 .shell_escape("$BRANCHES/$entry{branch}")." "
H A Dbackport.pl340 sub shell_escape { subroutine
407 my $shell_escaped_branch = shell_escape($entry{branch})
412 @mergeargs = shell_escape "$BRANCHES/$entry{branch}";
415 @mergeargs = shell_escape qw/--reintegrate/, "$BRANCHES/$entry{branch}";
420 @mergeargs = shell_escape(
935 my $shell_escaped_branch = shell_escape($entry{branch});
1010 system "$SVN diff -- " . join ' ', shell_escape @conflicts;
1084 .shell_escape("$BRANCHES/$entry{branch}")." "
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dist/
H A Dnominate.pl340 sub shell_escape { subroutine
407 my $shell_escaped_branch = shell_escape($entry{branch})
412 @mergeargs = shell_escape "$BRANCHES/$entry{branch}";
415 @mergeargs = shell_escape qw/--reintegrate/, "$BRANCHES/$entry{branch}";
420 @mergeargs = shell_escape(
935 my $shell_escaped_branch = shell_escape($entry{branch});
1010 system "$SVN diff -- " . join ' ', shell_escape @conflicts;
1084 .shell_escape("$BRANCHES/$entry{branch}")." "
H A Dbackport.pl340 sub shell_escape { subroutine
407 my $shell_escaped_branch = shell_escape($entry{branch})
412 @mergeargs = shell_escape "$BRANCHES/$entry{branch}";
415 @mergeargs = shell_escape qw/--reintegrate/, "$BRANCHES/$entry{branch}";
420 @mergeargs = shell_escape(
935 my $shell_escaped_branch = shell_escape($entry{branch});
1010 system "$SVN diff -- " . join ' ', shell_escape @conflicts;
1084 .shell_escape("$BRANCHES/$entry{branch}")." "
/dports/devel/p5-subversion/subversion-1.14.1/tools/dist/
H A Dbackport.pl340 sub shell_escape {
407 my $shell_escaped_branch = shell_escape($entry{branch})
412 @mergeargs = shell_escape "$BRANCHES/$entry{branch}";
415 @mergeargs = shell_escape qw/--reintegrate/, "$BRANCHES/$entry{branch}";
420 @mergeargs = shell_escape(
935 my $shell_escaped_branch = shell_escape($entry{branch});
1010 system "$SVN diff -- " . join ' ', shell_escape @conflicts;
1084 .shell_escape("$BRANCHES/$entry{branch}")." "
H A Dnominate.pl340 sub shell_escape { subroutine
407 my $shell_escaped_branch = shell_escape($entry{branch})
412 @mergeargs = shell_escape "$BRANCHES/$entry{branch}";
415 @mergeargs = shell_escape qw/--reintegrate/, "$BRANCHES/$entry{branch}";
420 @mergeargs = shell_escape(
935 my $shell_escaped_branch = shell_escape($entry{branch});
1010 system "$SVN diff -- " . join ' ', shell_escape @conflicts;
1084 .shell_escape("$BRANCHES/$entry{branch}")." "
/dports/textproc/confget/confget-release-3.0.2/rust/src/
H A Ddefs.rs144 pub shell_escape: bool, field
169 shell_escape: false, in default()
/dports/devel/hub/hub-2.14.2/features/
H A Dsteps.rb117 run_command_and_stop %(git checkout --quiet -b #{shell_escape name})
122 run_command_and_stop %(git update-ref #{shell_escape full_upstream} HEAD)
125 run_command_and_stop %(git branch --set-upstream-to #{shell_escape upstream})
/dports/security/wapiti/wapiti3-3.0.3/wapitiCore/net/
H A Dweb.py138 def shell_escape(s: str): function
408 curl_string = "curl \"{0}\"".format(shell_escape(self.url))
410 curl_string += " -e \"{0}\"".format(shell_escape(self._referer))
415 … curl_string += " -F \"{0}\"".format(shell_escape("{0}={1}".format(field_name, field_value)))
418 curl_string += " -F \"{0}\"".format(shell_escape(curl_upload_kv))
423 curl_string += " -d \"{0}\"".format(shell_escape(self.encoded_data))
/dports/news/nn/nn-6.7.3/
H A Dexecute.h7 int shell_escape(void);
/dports/print/a2ps/a2ps-4.13/src/
H A Dselect.c137 shell_escape(const char *fn) in shell_escape() function
177 filename = shell_escape(filename); in file_verdict_on()

12345678910>>...14