Searched refs:PostStrings (Results 1 – 7 of 7) sorted by relevance
175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog)) in Main2()182 mf = (string)parser[(int)Key.MatchFinder].PostStrings[0]; in Main2()197 train = (string)parser[(int)Key.Train].PostStrings[0]; in Main2()256 if (!GetNumber((string)parser[(int)Key.Mode].PostStrings[0], out algorithm)) in Main2()260 if (!GetNumber((string)parser[(int)Key.FastBytes].PostStrings[0], out numFastBytes)) in Main2()263 if (!GetNumber((string)parser[(int)Key.LitContext].PostStrings[0], out litContextBits)) in Main2()266 if (!GetNumber((string)parser[(int)Key.LitPos].PostStrings[0], out litPosBits)) in Main2()269 if (!GetNumber((string)parser[(int)Key.PosBits].PostStrings[0], out posStateBits)) in Main2()
806 ParseUpdateCommandString(options, parser[NKey::kUpdate].PostStrings, in SetAddCommandOptions()810 const UString &postString = parser[NKey::kWorkingDir].PostStrings[0]; in SetAddCommandOptions()818 options.SfxModule = us2fs(parser[NKey::kSfx].PostStrings[0]); in SetAddCommandOptions()822 const UStringVector &sv = parser[NKey::kVolume].PostStrings; in SetAddCommandOptions()837 FOR_VECTOR (i, parser[NKey::kProperty].PostStrings) in SetMethodOptions()840 prop.Name = parser[NKey::kProperty].PostStrings[i]; in SetMethodOptions()892 const UString &s = parser[NKey::kLogLevel].PostStrings[0]; in Parse1()920 const UString &s = parser[NKey::kAffinity].PostStrings[0]; in Parse1()968 UString name = parser[keyIndex].PostStrings.Back(); in FindCharset()1062 options.HashMethods = parser[NKey::kHash].PostStrings; in Parse2()[all …]
263 res = GetNumber(parser[index].PostStrings[0]); in ParseUInt32()365 const UString &s = parser[NKey::kDict].PostStrings[0]; in main2()374 const UString &s = parser[NKey::kLevel].PostStrings[0]; in main2()381 mf = parser[NKey::kMatchFinder].PostStrings[0]; in main2()389 const UString &s = parser[NKey::kMultiThread].PostStrings[0]; in main2()402 const UString &s = parser[NKey::kMethod].PostStrings[0]; in main2()631 mc = GetNumber(parser[NKey::kMc].PostStrings[0]); in main2()
50 public ArrayList PostStrings = new ArrayList(); field in SevenZip.CommandLineParser.SwitchResult150 matchedSwitch.PostStrings.Add(srcString.Substring(pos)); in ParseString()162 matchedSwitch.PostStrings.Add(stringSwitch); in ParseString()
39 UStringVector PostStrings; member
164 sw.PostStrings.Add((const wchar_t *)s + pos); in ParseString()
353 password = parser[NKey::kPassword].PostStrings[0]; in Main2()361 outputDir = us2fs(parser[NKey::kOutputDir].PostStrings[0]); in Main2()