Searched refs:ThereIs (Results 1 – 7 of 7) sorted by relevance
771 if (parser[NKey::kUpdate].ThereIs) in SetAddCommandOptions()774 if (parser[NKey::kWorkingDir].ThereIs) in SetAddCommandOptions()782 options.SfxMode = parser[NKey::kSfx].ThereIs; in SetAddCommandOptions()786 if (parser[NKey::kVolume].ThereIs) in SetAddCommandOptions()801 if (parser[NKey::kProperty].ThereIs) in SetMethodOptions()829 options.StdInMode = parser[NKey::kStdIn].ThereIs; in Parse1()830 options.StdOutMode = parser[NKey::kStdOut].ThereIs; in Parse1()831 options.EnableHeaders = !parser[NKey::kDisableHeaders].ThereIs; in Parse1()832 …options.HelpMode = parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs || parser[NKey::k… in Parse1()834 if (parser[NKey::kCaseSensitive].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 …]
148 if (parser[index].ThereIs) in ParseUInt32()187 if (parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs) in main2()202 if (parser[NKey::kDict].ThereIs) in main2()215 if (parser[NKey::kLevel].ThereIs) in main2()227 if (parser[NKey::kMatchFinder].ThereIs) in main2()233 if (parser[NKey::kMultiThread].ThereIs) in main2()249 if (parser[NKey::kMethod].ThereIs) in main2()292 bool stdInMode = parser[NKey::kStdIn].ThereIs; in main2()293 bool stdOutMode = parser[NKey::kStdOut].ThereIs; in main2()339 if (parser[NKey::kFilter86].ThereIs) in main2()[all …]
293 if (parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs) in Main2()325 bool yesToAll = parser[NKey::kYes].ThereIs; in Main2()330 bool passwordEnabled = parser[NKey::kPassword].ThereIs; in Main2()340 if (parser[NKey::kOutputDir].ThereIs) in Main2()
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()
36 bool ThereIs; member41 CSwitchResult(): ThereIs(false) {}; in CSwitchResult()
117 if (!form.Multi && sw.ThereIs) in ParseString()123 sw.ThereIs = true; in ParseString()