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 D | example_test.go | 14 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 D | example_test.go | 14 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 D | example_test.go | 14 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 D | example_test.go | 14 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 D | SessionAsyncRProcess.cpp | 115 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 D | status-message-parser.cpp | 35 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 D | multi_partitioning_utils.c | 1046 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 D | stage_protocol.c | 761 char *escapedCommand = quote_literal_cstr(command); in WorkerCreateShardCommandList() local 805 referencedShardId, escapedReferencedSchemaName, escapedCommand); in WorkerCreateShardCommandList()
|
H A D | repair_shards.c | 1334 char *escapedCommand = quote_literal_cstr(command); in CopyShardForeignConstraintCommandListGrouped() local 1388 escapedReferencedSchemaName, escapedCommand); in CopyShardForeignConstraintCommandListGrouped()
|