Lines Matching refs:Parser
146 Parser parser = new Parser(sw);
149 parser.ParseStrings(kSwitchForms, args);
156 if (parser[(int)Key.Help1].ThereIs || parser[(int)Key.Help2].ThereIs)
162 System.Collections.ArrayList nonSwitchStrings = parser.NonSwitchStrings;
172 if (parser[(int)Key.Dictionary].ThereIs)
175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog))
181 if (parser[(int)Key.MatchFinder].ThereIs)
182 mf = (string)parser[(int)Key.MatchFinder].PostStrings[0];
196 if (parser[(int)Key.Train].ThereIs)
197 train = (string)parser[(int)Key.Train].PostStrings[0];
207 bool stdInMode = parser[(int)Key.StdIn].ThereIs;
208 bool stdOutMode = parser[(int)Key.StdOut].ThereIs;
253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode;
255 if (parser[(int)Key.Mode].ThereIs)
256 if (!GetNumber((string)parser[(int)Key.Mode].PostStrings[0], out algorithm))
259 if (parser[(int)Key.FastBytes].ThereIs)
260 if (!GetNumber((string)parser[(int)Key.FastBytes].PostStrings[0], out numFastBytes))
262 if (parser[(int)Key.LitContext].ThereIs)
263 if (!GetNumber((string)parser[(int)Key.LitContext].PostStrings[0], out litContextBits))
265 if (parser[(int)Key.LitPos].ThereIs)
266 if (!GetNumber((string)parser[(int)Key.LitPos].PostStrings[0], out litPosBits))
268 if (parser[(int)Key.PosBits].ThereIs)
269 if (!GetNumber((string)parser[(int)Key.PosBits].PostStrings[0], out posStateBits))