Searched refs:ThereIs (Results 1 – 7 of 7) sorted by relevance
755 if (parser[NKey::kUpdate].ThereIs) in SetAddCommandOptions()758 if (parser[NKey::kWorkingDir].ThereIs) in SetAddCommandOptions()766 options.SfxMode = parser[NKey::kSfx].ThereIs; in SetAddCommandOptions()770 if (parser[NKey::kVolume].ThereIs) in SetAddCommandOptions()785 if (parser[NKey::kProperty].ThereIs) in SetMethodOptions()805 if (sw.ThereIs) in SetStreamMode()820 …options.HelpMode = parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs || parser[NKey::k… in Parse1()822 options.StdInMode = parser[NKey::kStdIn].ThereIs; in Parse1()823 options.StdOutMode = parser[NKey::kStdOut].ThereIs; in Parse1()824 options.EnableHeaders = !parser[NKey::kDisableHeaders].ThereIs; in Parse1()[all …]
156 if (parser[(int)Key.Help1].ThereIs || parser[(int)Key.Help2].ThereIs) in Main2()172 if (parser[(int)Key.Dictionary].ThereIs) in Main2()181 if (parser[(int)Key.MatchFinder].ThereIs) in Main2()196 if (parser[(int)Key.Train].ThereIs) in Main2()207 bool stdInMode = parser[(int)Key.StdIn].ThereIs; in Main2()208 bool stdOutMode = parser[(int)Key.StdOut].ThereIs; in Main2()253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode; in Main2()255 if (parser[(int)Key.Mode].ThereIs) in Main2()259 if (parser[(int)Key.FastBytes].ThereIs) in Main2()262 if (parser[(int)Key.LitContext].ThereIs) in Main2()[all …]
283 if (parser[index].ThereIs) in ParseUInt32()360 if (parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs) in main2()366 bool stdInMode = parser[NKey::kStdIn].ThereIs; in main2()367 bool stdOutMode = parser[NKey::kStdOut].ThereIs; in main2()383 if (parser[NKey::kDict].ThereIs) in main2()393 if (parser[NKey::kLevel].ThereIs) in main2()401 if (parser[NKey::kMatchFinder].ThereIs) in main2()408 if (parser[NKey::kMultiThread].ThereIs) in main2()421 if (parser[NKey::kMethod].ThereIs) in main2()527 if (parser[NKey::kFilter86].ThereIs) in main2()[all …]
306 if (parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs) in Main2()348 bool yesToAll = parser[NKey::kYes].ThereIs; in Main2()353 bool passwordEnabled = parser[NKey::kPassword].ThereIs; in Main2()363 if (parser[NKey::kOutputDir].ThereIs) in Main2()
36 bool ThereIs; member41 CSwitchResult(): ThereIs(false) {}; in CSwitchResult()
102 if (!form.Multi && sw.ThereIs) in ParseString()108 sw.ThereIs = true; in ParseString()
48 public bool ThereIs; field in SevenZip.CommandLineParser.SwitchResult54 ThereIs = false; in SwitchResult()101 if ((!switchForm.Multi) && matchedSwitch.ThereIs) in ParseString()103 matchedSwitch.ThereIs = true; in ParseString()