Home
last modified time | relevance | path

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

/glogg/glogg/src/data/
H A Dabstractlogdata.h
H A Dlogfiltereddataworkerthread.cpp
H A Dlogfiltereddata.cpp
/glogg/src/data/
H A Dabstractlogdata.h86 for ( int j = 0; j < line.length(); j++ ) { in untabify() local
87 if ( line[j] == '\t' ) { in untabify()
88 int spaces = tabStop - ( ( j + total_spaces ) % tabStop ); in untabify()
94 else if ( line[j] == '\0' ) { in untabify()
98 untabified_line.append( line[j] ); in untabify()
H A Dlogfiltereddataworkerthread.cpp242 int j = 0; in doSearch() local
243 for ( ; j < lines.size(); j++ ) { in doSearch()
244 if ( regexp_.match( lines[j] ).hasMatch() ) { in doSearch()
246 const int length = sourceLogData_->getExpandedLineString(i+j).length(); in doSearch()
249 currentList.push_back( MatchingLine( i+j ) ); in doSearch()
256 searchData.addAll( maxLength, currentList, i+j ); in doSearch()
H A Dlogfiltereddata.cpp453 Marks::const_iterator j = marks_.begin(); in regenerateFilteredItemsCache() local
455 while ( ( i != matching_lines_.cend() ) || ( j != marks_.end() ) ) { in regenerateFilteredItemsCache()
457 ( j != marks_.end() ) ? j->lineNumber() : std::numeric_limits<qint64>::max(); in regenerateFilteredItemsCache()
464 if ( j != marks_.end() ) in regenerateFilteredItemsCache()
465 ++j; in regenerateFilteredItemsCache()
/glogg/glogg/src/
H A Dmainwindow.cpp
/glogg/src/
H A Dmainwindow.cpp912 for ( int j = 0; j < MaxRecentFiles; ++j ) { in updateRecentFileActions() local
913 if ( j < recent_files.count() ) { in updateRecentFileActions()
914 QString text = tr("&%1 %2").arg(j + 1).arg(strippedName(recent_files[j])); in updateRecentFileActions()
915 recentFileActions[j]->setText( text ); in updateRecentFileActions()
916 recentFileActions[j]->setToolTip( recent_files[j] ); in updateRecentFileActions()
917 recentFileActions[j]->setData( recent_files[j] ); in updateRecentFileActions()
918 recentFileActions[j]->setVisible( true ); in updateRecentFileActions()
921 recentFileActions[j]->setVisible( false ); in updateRecentFileActions()
/glogg/glogg/doc/
H A Ddocumentation.markdown
/glogg/doc/
H A Ddocumentation.markdown101 <tr><td>[number] j/k</td>