Home
last modified time | relevance | path

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

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/commands/
H A Dsearch.php35 $results_found = false;
49 $results_found = true;
71 $results_found = true;
83 $results_found = true;
87 if(!$results_found)
/dports/textproc/apache-solr/solr-8.11.1/example/files/conf/velocity/
H A Dresults.vm8 …<span class="results-found">$page.results_found</span> $resource.results_found_in.insert(${respons…
16 <span class="results-found">$page.results_found</span> $resource.results_found.
/dports/textproc/apache-solr/solr-8.11.1/server/solr/configsets/sample_techproducts_configs/conf/velocity/
H A Dpagination_bottom.vm13 <span class="results-found">$page.results_found</span>
H A Dpagination_top.vm21 <span class="results-found">$page.results_found</span>
/dports/textproc/apache-solr/solr-8.11.1/example/files/browse-resources/velocity/
H A Dresources_de_DE.properties6 results_found=Ergebnisse gefunden key
H A Dresources_fr_FR.properties6 results_found=resultas ficher key
H A Dresources.properties11 results_found=results found key
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/subliminal_patch/providers/
H A Dlegendasdivx.py340results_found = re.search(r'\((.*?) encontradas\)', page_header.text).group(1) if page_header else…
341 logger.debug("Legendasdivx.pt :: Found %s subtitles", str(results_found))
342 num_pages = (int(results_found) // 10) + 1
/dports/devel/py-flake8/flake8-4.0.1/src/flake8/
H A Dchecker.py244 results_reported = results_found = 0
250 results_found += len(results)
251 return (results_found, results_reported)
/dports/dns/getdns/getdns-1.5.2/src/
H A Dgeneral.c99 int results_found = 0, timed_out = 1, r; in _getdns_check_dns_req_complete() local
109 results_found = 1; in _getdns_check_dns_req_complete()
198 else if (results_found) in _getdns_check_dns_req_complete()
206 } else if (! results_found) in _getdns_check_dns_req_complete()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dsearch.py598 results_found = pyqtSignal(object) variable in SearchPanel
615 self.results_found.connect(self.on_result_found, type=Qt.ConnectionType.QueuedConnection)
683 self.results_found.emit(SearchFinished(search_query))
696 …self.results_found.emit(SearchResult(search_query, before, text, after, q, name, idx, counter[q], …
701 self.results_found.emit(SearchFinished(search_query))
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/metadata/
H A Dsingle_download.py431 results_found = pyqtSignal() variable in IdentifyWidget
532 self.results_found.emit()
1051 self.identify_widget.results_found.connect(self.identify_results_found)