Home
last modified time | relevance | path

Searched refs:reNumOfOptParams (Results 1 – 1 of 1) sorted by relevance

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/parser/
H A Dlatexparser.cpp112 …static QRegExp reNumOfOptParams("\\s*\\[([1-9]+)\\]\\s*\\[([^\\{]*)\\]"); // the quantifier * isn'… in parse() local
382 if(s.indexOf(reNumOfOptParams, tagEnd + 1) != -1) { in parse()
383 … qCDebug(LOG_KILE_PARSER) << "Opt param is " << reNumOfOptParams.cap(2) << "%EOL"; in parse()
385 optArg = '[' + reNumOfOptParams.cap(2) + ']'; in parse()