Home
last modified time | relevance | path

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

/glogg/glogg/
H A DTODO
/glogg/
H A DTODO13 - Error in regexp
/glogg/glogg/doc/
H A Ddocumentation.markdown
/glogg/doc/
H A Ddocumentation.markdown23 One of the most useful regexp feature when exploring logs is the
52 configuration dialog, each using a regexp against which lines will be matched.
58 In addition to regexp matches, _glogg_ enable the user to mark any interesting
/glogg/glogg/src/
H A Dcrawlerwidget.cpp
/glogg/src/
H A Dcrawlerwidget.cpp891 QRegularExpression regexp( pattern, patternOptions ); in replaceCurrentSearch() local
893 if ( regexp.isValid() ) { in replaceCurrentSearch()
897 logFilteredData_->runSearch( regexp ); in replaceCurrentSearch()
909 const int offset = regexp.patternErrorOffset(); in replaceCurrentSearch()
915 errorMessage += regexp.errorString(); in replaceCurrentSearch()