Home
last modified time | relevance | path

Searched refs:fetchResults (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgslocator.py133 l.fetchResults('a', context)
145 l.fetchResults('a', context)
170 l.fetchResults('a', context)
182 l.fetchResults('a', context)
207 l.fetchResults('a', context)
227 l.fetchResults('a', context)
309 l.fetchResults('b', context)
323 l.fetchResults('b', context)
350 l.fetchResults('a', context)
373 l.fetchResults('b', context)
[all …]
H A Dtest_qgsgeocoderlocatorfilter.py86 filter.fetchResults('cvxbcvb', context, feedback)
90 filter.fetchResults('a', context, feedback)
106 filter.fetchResults('b', context, feedback)
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgslocator.py130 l.fetchResults('a', context)
142 l.fetchResults('a', context)
167 l.fetchResults('a', context)
187 l.fetchResults('a', context)
211 l.fetchResults('aaa a', context)
217 l.fetchResults('bbb b', context)
269 l.fetchResults('b', context)
283 l.fetchResults('b', context)
310 l.fetchResults('a', context)
333 l.fetchResults('b', context)
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/locator/
H A Dqgsinbuiltlocatorfilters.h44 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
63 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
82 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
106 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
179 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
205 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
224 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
242 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
265 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DChannelListOverlay.hs33 AllChannels enterHandler (fetchResults myTId myChannels)
40 fetchResults :: TeamId
50 fetchResults myTId exclude AllChannels session searchString = do function
H A DReactionEmojiListOverlay.hs43 () enterHandler (fetchResults myId msg em)
57 fetchResults :: UserId
72 fetchResults myId msg em () session searchString = do function
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/common/lib/fgspecific/search/
H A DProgrammeSearcher.java45 int numAlreadyPrinted = fetchResults( resultsHolder, out, results, 0 ); in run()
50 numAlreadyPrinted = fetchResults( resultsHolder, out, results, numAlreadyPrinted ); in run()
78 …private int fetchResults( SearchResultsHolder resultsHolder, PrintStream out, ArrayList<TVProgramm… in fetchResults() method in ProgrammeSearcher
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/locator/
H A Dqgslocator.sip25 In order to trigger a search across registered filters, the fetchResults() method is called.
26 This triggers threaded calls to QgsLocatorFilter.fetchResults() for all registered filters.
31 call to fetchResults().
86 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
122 Emitted whenever a filter encounters a matching ``result`` after the fetchResults() method
/dports/mail/nextcloud-mail/mail/lib/IMAP/
H A DMessageMapper.php225 $fetchResults = iterator_to_array($client->fetch($mailbox, $query, [
229 if (empty($fetchResults)) {
234 $minFetched = $fetchResults[0]->getUid();
235 $maxFetched = $fetchResults[count($fetchResults) - 1]->getUid();
236 …unt($ids) . " UIDs ($minRequested:$maxRequested) and found " . count($fetchResults) . ". minFetche…
256 }, $fetchResults);
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/
H A DCLIServiceClient.java39 public RowSet fetchResults(OperationHandle opHandle) throws HiveSQLException { in fetchResults() method in CLIServiceClient
41 …return fetchResults(opHandle, FetchOrientation.FETCH_NEXT, DEFAULT_MAX_ROWS, FetchType.QUERY_OUTPU… in fetchResults()
H A DICLIService.java89 RowSet fetchResults(OperationHandle opHandle) in fetchResults() method
92 RowSet fetchResults(OperationHandle opHandle, FetchOrientation orientation, in fetchResults() method
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/
H A Dquantovanillaoption.cpp56 void QuantoVanillaOption::fetchResults( in fetchResults() function in QuantLib::QuantoVanillaOption
58 OneAssetOption::fetchResults(r); in fetchResults()
H A Dforwardvanillaoption.cpp45 void ForwardVanillaOption::fetchResults( in fetchResults() function in QuantLib::ForwardVanillaOption
47 OneAssetOption::fetchResults(r); in fetchResults()
H A Dquantoforwardvanillaoption.cpp58 void QuantoForwardVanillaOption::fetchResults( in fetchResults() function in QuantLib::QuantoForwardVanillaOption
60 ForwardVanillaOption::fetchResults(r); in fetchResults()
H A Dquantobarrieroption.cpp58 void QuantoBarrierOption::fetchResults( in fetchResults() function in QuantLib::QuantoBarrierOption
60 BarrierOption::fetchResults(r); in fetchResults()
H A Dvarianceswap.cpp58 void VarianceSwap::fetchResults(const PricingEngine::results* r) const { in fetchResults() function in QuantLib::VarianceSwap
59 Instrument::fetchResults(r); in fetchResults()
H A Dmultiassetoption.cpp89 void MultiAssetOption::fetchResults(const PricingEngine::results* r) const { in fetchResults() function in QuantLib::MultiAssetOption
90 Option::fetchResults(r); in fetchResults()
H A Dcpicapfloor.cpp129 void CPICapFloor::fetchResults(const PricingEngine::results* r) const { in fetchResults() function in QuantLib::CPICapFloor
130 Instrument::fetchResults(r); in fetchResults()
H A Doneassetoption.cpp113 void OneAssetOption::fetchResults(const PricingEngine::results* r) const { in fetchResults() function in QuantLib::OneAssetOption
114 Option::fetchResults(r); in fetchResults()
/dports/finance/quantlib/QuantLib-1.20/ql/
H A Dinstrument.hpp84 virtual void fetchResults(const PricingEngine::results*) const;
171 fetchResults(engine_->getResults()); in performCalculations()
174 inline void Instrument::fetchResults( in fetchResults() function in QuantLib::Instrument
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/barrieroption/
H A Dquantodoublebarrieroption.cpp59 void QuantoDoubleBarrierOption::fetchResults( in fetchResults() function in QuantLib::QuantoDoubleBarrierOption
61 DoubleBarrierOption::fetchResults(r); in fetchResults()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/exoticoptions/
H A Deverestoption.cpp48 void EverestOption::fetchResults(const PricingEngine::results* r) const { in fetchResults() function in QuantLib::EverestOption
49 MultiAssetOption::fetchResults(r); in fetchResults()
H A Dmargrabeoption.cpp79 void MargrabeOption::fetchResults(const PricingEngine::results* r) const { in fetchResults() function in QuantLib::MargrabeOption
80 MultiAssetOption::fetchResults(r); in fetchResults()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/locator/
H A Dqgslocator.sip.in27 In order to trigger a search across registered filters, the :py:func:`~fetchResults` method is call…
28 This triggers threaded calls to :py:func:`QgsLocatorFilter.fetchResults()` for all registered filte…
33 call to :py:func:`~fetchResults`.
96 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
149 …ever a filter encounters a matching ``result`` after the :py:func:`~QgsLocator.fetchResults` method
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/locator/
H A Dqgslocator.sip.in27 In order to trigger a search across registered filters, the :py:func:`~fetchResults` method is call…
28 This triggers threaded calls to :py:func:`QgsLocatorFilter.fetchResults()` for all registered filte…
33 call to :py:func:`~fetchResults`.
96 …void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback …
148 …ever a filter encounters a matching ``result`` after the :py:func:`~QgsLocator.fetchResults` method

123456789