Lines Matching refs:PostStrings
772 ParseUpdateCommandString(options, parser[NKey::kUpdate].PostStrings, in SetAddCommandOptions()
776 const UString &postString = parser[NKey::kWorkingDir].PostStrings[0]; in SetAddCommandOptions()
784 options.SfxModule = us2fs(parser[NKey::kSfx].PostStrings[0]); in SetAddCommandOptions()
788 const UStringVector &sv = parser[NKey::kVolume].PostStrings; in SetAddCommandOptions()
803 FOR_VECTOR (i, parser[NKey::kProperty].PostStrings) in SetMethodOptions()
806 prop.Name = parser[NKey::kProperty].PostStrings[i]; in SetMethodOptions()
873 UString name = parser[keyIndex].PostStrings.Back(); in FindCharset()
966 options.HashMethods = parser[NKey::kHash].PostStrings; in Parse2()
979 const UString &s = parser[NKey::kFullPathMode].PostStrings[0]; in Parse2()
1008 parser[NKey::kInclude].PostStrings, true, recursedType, wildcardMatching, codePage); in Parse2()
1013 parser[NKey::kExclude].PostStrings, false, recursedType, wildcardMatching, codePage); in Parse2()
1051 options.Password = parser[NKey::kPassword].PostStrings[0]; in Parse2()
1057 options.ArcType = parser[NKey::kArchiveType].PostStrings[0]; in Parse2()
1059 options.ExcludedArcTypes = parser[NKey::kExcludedArcType].PostStrings; in Parse2()
1112 …AddSwitchWildcardsToCensor(arcCensor, parser[NKey::kArInclude].PostStrings, true, NRecursedType::k… in Parse2()
1114 …AddSwitchWildcardsToCensor(arcCensor, parser[NKey::kArExclude].PostStrings, false, NRecursedType::… in Parse2()
1129 UString arcName = parser[NKey::kStdIn].PostStrings.Front(); in Parse2()
1150 eo.OutputDir = us2fs(parser[NKey::kOutputDir].PostStrings[0]); in Parse2()
1203 updateOptions.EMailAddress = parser[NKey::kEmail].PostStrings.Front(); in Parse2()
1223 updateOptions.StdInFileName = parser[NKey::kStdIn].PostStrings.Front(); in Parse2()