Home
last modified time | relevance | path

Searched refs:escapedCommand (Results 1 – 9 of 9) sorted by relevance

/dports/deskutils/pet/pet-0.4.0/vendor/gopkg.in/alessio/shellescape.v1/
H A Dexample_test.go14 escapedCommand := strings.Join([]string{prog, shellescape.Quote(filename)}, " ")
17 fmt.Println(escapedCommand)
/dports/devel/app-builder/app-builder-3.4.2/vendor/gopkg.in/alessio/shellescape.v1/
H A Dexample_test.go14 escapedCommand := strings.Join([]string{prog, shellescape.Quote(filename)}, " ")
17 fmt.Println(escapedCommand)
/dports/net/storj/storj-1.45.3/vendor/github.com/alessio/shellescape/
H A Dexample_test.go14 escapedCommand := strings.Join([]string{prog, shellescape.Quote(filename)}, " ")
17 fmt.Println(escapedCommand)
/dports/www/wuzz/wuzz-0.5.0/vendor/github.com/alessio/shellescape/
H A Dexample_test.go14 escapedCommand := strings.Join([]string{prog, shellescape.Quote(filename)}, " ")
17 fmt.Println(escapedCommand)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionAsyncRProcess.cpp115 std::string escapedCommand = rCommand; in start() local
118 boost::algorithm::replace_all(escapedCommand, "\"", "\\\""); in start()
130 command << escapedCommand; in start()
134 command << escapedCommand; in start()
/dports/net-im/ktp-kded-module/ktp-kded-module-21.12.3/tests/
H A Dstatus-message-parser.cpp35 void escapedCommand();
82 void testParser::escapedCommand() in escapedCommand() function in testParser
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Dmulti_partitioning_utils.c1046 char *escapedCommand = quote_literal_cstr(command); in GenerateAttachShardPartitionCommand() local
1068 escapedSchemaName, escapedCommand); in GenerateAttachShardPartitionCommand()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/operations/
H A Dstage_protocol.c761 char *escapedCommand = quote_literal_cstr(command); in WorkerCreateShardCommandList() local
805 referencedShardId, escapedReferencedSchemaName, escapedCommand); in WorkerCreateShardCommandList()
H A Drepair_shards.c1334 char *escapedCommand = quote_literal_cstr(command); in CopyShardForeignConstraintCommandListGrouped() local
1388 escapedReferencedSchemaName, escapedCommand); in CopyShardForeignConstraintCommandListGrouped()