Searched refs:current (Results 1 – 10 of 10) sorted by relevance
45 bool isVersionNewer( const QString& current, const QString& new_version );137 bool isVersionNewer( const QString& current, const QString& new_version ) in isVersionNewer() argument148 QRegularExpressionMatch currentMatch = version_regex.match( current ); in isVersionNewer()
445 if ( auto current = currentCrawlerWidget() ) in open() local447 std::string current_file = session_->getFilename( current ); in open()489 CrawlerWidget* current = currentCrawlerWidget(); in selectAll() local491 if ( current ) in selectAll()492 current->selectAll(); in selectAll()499 CrawlerWidget* current = currentCrawlerWidget(); in copy() local501 if ( current ) { in copy()502 clipboard->setText( current->getSelectedText() ); in copy()505 clipboard->setText( current->getSelectedText(), in copy()885 auto current = dynamic_cast<CrawlerWidget*>( in currentCrawlerWidget() local[all …]
120 ReadRegStr $1 HKCR $R1 "" ; read current file association123 WriteRegStr HKCR $R1 "backup_val" "$1" ; backup current value
15 * Provides a second window showing the result of the current search
110 <td>start a quickfind search in the current screen</td></tr>