Searched refs:nonSwitchStrings (Results 1 – 3 of 3) sorted by relevance
162 System.Collections.ArrayList nonSwitchStrings = parser.NonSwitchStrings; in Main2()165 if (paramIndex >= nonSwitchStrings.Count) in Main2()167 string command = (string)nonSwitchStrings[paramIndex++]; in Main2()189 if (paramIndex < nonSwitchStrings.Count) in Main2()190 if (!GetNumber((string)nonSwitchStrings[paramIndex++], out numIterations)) in Main2()217 if (paramIndex >= nonSwitchStrings.Count) in Main2()219 string inputName = (string)nonSwitchStrings[paramIndex++]; in Main2()230 if (paramIndex >= nonSwitchStrings.Count) in Main2()232 string outputName = (string)nonSwitchStrings[paramIndex++]; in Main2()
312 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; in Main2() local317 if (nonSwitchStrings.IsEmpty()) in Main2()321 const UString &cmd = nonSwitchStrings[curCommandIndex]; in Main2()337 if (nonSwitchStrings.Size() == curCommandIndex) in Main2()339 for (; curCommandIndex < nonSwitchStrings.Size(); curCommandIndex++) in Main2()341 const UString &s = nonSwitchStrings[curCommandIndex]; in Main2()
448 const UStringVector &nonSwitchStrings, in AddToCensorFromNonSwitchesStrings() argument454 if ((renamePairs || nonSwitchStrings.Size() == startIndex) && !thereAreSwitchIncludes) in AddToCensorFromNonSwitchesStrings()462 stopSwitchIndex = nonSwitchStrings.Size(); in AddToCensorFromNonSwitchesStrings()464 for (unsigned i = startIndex; i < nonSwitchStrings.Size(); i++) in AddToCensorFromNonSwitchesStrings()466 const UString &s = nonSwitchStrings[i]; in AddToCensorFromNonSwitchesStrings()478 …AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, NRecursedType::kNonRecursed, wildcardMat… in AddToCensorFromNonSwitchesStrings()489 …throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIn… in AddToCensorFromNonSwitchesStrings()981 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; in Parse2() local982 const unsigned numNonSwitchStrings = nonSwitchStrings.Size(); in Parse2()986 if (!ParseArchiveCommand(nonSwitchStrings[kCommandIndex], options.Command)) in Parse2()[all …]