Home
last modified time | relevance | path

Searched refs:PARAM_OUTPUT (Results 1 – 6 of 6) sorted by relevance

/dports/lang/nim/nim-1.6.2/tests/manyloc/argument_parser/
H A Dex_wget.nim9 PARAM_OUTPUT = @["-o", "--output"]
52 P(PARAM_OUTPUT, "Specifies a specific output file name", PK_STRING)
73 if result.options.hasKey(PARAM_OUTPUT[0]):
75 echo "Error: can't use $1 option with multiple URLs" % [PARAM_OUTPUT[0]]
78 echo "Will download to $1" % [result.options[PARAM_OUTPUT[0]].str_val]
/dports/games/openttd/openttd-12.1/cmake/
H A DAddCustomXXXTimestamp.cmake70 string(REPLACE ":::;" "" OUTPUTS "${PARAM_OUTPUT}")
74 set(PARAM_OUTPUT ":::") variable
87 list(APPEND PARAM_OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${OUTPUT_FILENAME}.timestamp)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DTdsEnums.cs482 public const string PARAM_OUTPUT = "output"; field in System.Data.SqlClient.TdsEnums
H A DSqlCommand.cs3570 paramList.Append(" " + TdsEnums.PARAM_OUTPUT); in BuildParamList()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DTdsEnums.cs515 public const string PARAM_OUTPUT = "output"; field in System.Data.SqlClient.TdsEnums
H A DSqlCommand.cs5655 paramList.Append(" " + TdsEnums.PARAM_OUTPUT);