Home
last modified time | relevance | path

Searched refs:Fetch (Results 1 – 25 of 5545) sorted by relevance

12345678910>>...222

/dports/misc/tellico/tellico-3.4.2/src/fetch/
H A Dfetcherinitializer.cpp84 Tellico::Fetch::FetcherInitializer::FetcherInitializer() { in FetcherInitializer()
86 RegisterFetcher<Fetch::IMDBFetcher> registerIMDB(IMDB); in FetcherInitializer()
88 RegisterFetcher<Fetch::Z3950Fetcher> registerZ3950(Z3950); in FetcherInitializer()
90 RegisterFetcher<Fetch::SRUFetcher> registerSRU(SRU); in FetcherInitializer()
93 RegisterFetcher<Fetch::IBSFetcher> registerIBS(IBS); in FetcherInitializer()
107 RegisterFetcher<Fetch::VNDBFetcher> registerVNDB(VNDB); in FetcherInitializer()
115 RegisterFetcher<Fetch::DBLPFetcher> registerDBLP(DBLP); in FetcherInitializer()
118 RegisterFetcher<Fetch::OMDBFetcher> registerOMDB(OMDB); in FetcherInitializer()
121 RegisterFetcher<Fetch::DBCFetcher> registerDBC(DBC); in FetcherInitializer()
122 RegisterFetcher<Fetch::IGDBFetcher> registerIGDB(IGDB); in FetcherInitializer()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/fetch/api/basic/
H A Drequest-upload.any.js.ini2 [Fetch with POST with ReadableStream containing String]
5 [Fetch with POST with ReadableStream containing null]
8 [Fetch with POST with ReadableStream containing number]
14 [Fetch with POST with ReadableStream containing Blob]
22 [Fetch with POST with ReadableStream containing String]
25 [Fetch with POST with ReadableStream containing null]
28 [Fetch with POST with ReadableStream containing number]
34 [Fetch with POST with ReadableStream containing Blob]
51 [Fetch with POST with ReadableStream containing Blob]
54 [Fetch with POST with ReadableStream containing null]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/fetch/api/basic/
H A Drequest-upload.any.js.ini2 [Fetch with POST with ReadableStream containing String]
5 [Fetch with POST with ReadableStream containing null]
8 [Fetch with POST with ReadableStream containing number]
14 [Fetch with POST with ReadableStream containing Blob]
22 [Fetch with POST with ReadableStream containing String]
25 [Fetch with POST with ReadableStream containing null]
28 [Fetch with POST with ReadableStream containing number]
34 [Fetch with POST with ReadableStream containing Blob]
51 [Fetch with POST with ReadableStream containing Blob]
54 [Fetch with POST with ReadableStream containing null]
[all …]
/dports/misc/tellico/tellico-3.4.2/src/tests/
H A Dmusicbrainzfetchertest.cpp59 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Album, Tellico::Fetch::Title, in testTitle()
61 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::MusicBrainzFetcher(this)); in testTitle()
84 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Album, Tellico::Fetch::Keyword, in testKeyword()
86 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::MusicBrainzFetcher(this)); in testKeyword()
111 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::MusicBrainzFetcher(this)); in testBug426560()
128 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::MusicBrainzFetcher(this)); in testPerson()
144 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::MusicBrainzFetcher(this)); in testACDC()
161 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::MusicBrainzFetcher(this)); in testCoverArt()
177 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::MusicBrainzFetcher(this)); in testSoundtrack()
193 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Album, Tellico::Fetch::UPC, in testBarcode()
[all …]
H A Dz3950fetchertest.cpp51 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Book, Tellico::Fetch::Title, in testTitle()
53 …Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::Z3950Fetcher(this, QStringLiteral("loc"))… in testTitle()
67 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Book, Tellico::Fetch::ISBN, in testIsbn()
69 …Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::Z3950Fetcher(this, QStringLiteral("loc"))… in testIsbn()
85 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::Raw, in testADS()
88 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::Z3950Fetcher(this, in testADS()
110 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Book, Tellico::Fetch::ISBN, in testBibsysIsbn()
112 …Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::Z3950Fetcher(this, QStringLiteral("bibsys… in testBibsysIsbn()
127 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::Title, in testPortugal()
129 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::Z3950Fetcher(this, in testPortugal()
[all …]
H A Dspringerfetchertest.cpp58 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::Title, in testTitle()
60 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::SpringerFetcher(this)); in testTitle()
76 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::Person, in testAuthor()
78 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::SpringerFetcher(this)); in testAuthor()
86 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::Keyword, in testKeyword()
88 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::SpringerFetcher(this)); in testKeyword()
97 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::ISBN, in testISBN()
99 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::SpringerFetcher(this)); in testISBN()
108 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::DOI, in testDOI()
110 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::SpringerFetcher(this)); in testDOI()
H A Dimdbfetchertest.cpp56 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::IMDBFetcher(this)); in testSnowyRiver()
96 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::IMDBFetcher(this)); in testAsterix()
123 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::IMDBFetcher(this)); in testBodyDouble()
141 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::IMDBFetcher(this)); in testMary()
162 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::IMDBFetcher(this)); in testOkunen()
191 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Video, Tellico::Fetch::Title, in testFetchResultEncoding()
193 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::IMDBFetcher(this)); in testFetchResultEncoding()
211 …Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Video, Tellico::Fetch::Title, QStr… in testBabel()
212 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::IMDBFetcher(this)); in testBabel()
230 …Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Video, Tellico::Fetch::Title, QStr… in testFirefly()
[all …]
H A Dmultifetchertest.cpp55 …Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Book, Tellico::Fetch::Title, QStri… in testEmpty()
56 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::MultiFetcher(this)); in testEmpty()
65 Tellico::Fetch::Fetcher::Ptr modsFetcher1(new Tellico::Fetch::ExecExternalFetcher(this)); in testIsbn()
66 Tellico::Fetch::Fetcher::Ptr modsFetcher2(new Tellico::Fetch::ExecExternalFetcher(this)); in testIsbn()
73 modsFetcher1->setMessageHandler(new Tellico::Fetch::MessageLogger); in testIsbn()
75 modsFetcher2->setMessageHandler(new Tellico::Fetch::MessageLogger); in testIsbn()
77 auto fetchManager = Tellico::Fetch::Manager::self(); in testIsbn()
88 Tellico::Fetch::FetchRequest isbnRequest(Tellico::Data::Collection::Book, in testIsbn()
89 Tellico::Fetch::ISBN, in testIsbn()
91 Tellico::Fetch::Fetcher::Ptr multiFetcher(new Tellico::Fetch::MultiFetcher(this)); in testIsbn()
[all …]
H A Dentrezfetchertest.cpp64 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::Title, in testTitle()
66 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::EntrezFetcher(this)); in testTitle()
83 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::Person, in testAuthor()
85 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::EntrezFetcher(this)); in testAuthor()
93 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::Keyword, in testKeyword()
95 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::EntrezFetcher(this)); in testKeyword()
111 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::PubmedID, in testPMID()
113 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::EntrezFetcher(this)); in testPMID()
122 Tellico::Fetch::FetchRequest request(Tellico::Data::Collection::Bibtex, Tellico::Fetch::DOI, in testDOI()
124 Tellico::Fetch::Fetcher::Ptr fetcher(new Tellico::Fetch::EntrezFetcher(this)); in testDOI()
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/fetch/api/basic/
H A Drequest-upload.any.js.ini2 [Fetch with POST with ReadableStream containing String]
5 [Fetch with POST with ReadableStream containing null]
8 [Fetch with POST with ReadableStream containing number]
14 [Fetch with POST with ReadableStream containing Blob]
28 [Fetch with POST with ReadableStream containing String]
31 [Fetch with POST with ReadableStream containing null]
34 [Fetch with POST with ReadableStream containing number]
40 [Fetch with POST with ReadableStream containing Blob]
63 [Fetch with POST with ReadableStream containing Blob]
66 [Fetch with POST with ReadableStream containing null]
[all …]
/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/src/
H A DQuery.cc128 Fetch.SetUserName(m_d->m_UserName); in PerformQuery()
131 Fetch.SetPassword(m_d->m_Password); in PerformQuery()
134 Fetch.SetProxyHost(m_d->m_ProxyHost); in PerformQuery()
147 int Ret=Fetch.Fetch(Query); in PerformQuery()
179 m_d->m_LastHTTPCode=Fetch.Status(); in PerformQuery()
188 m_d->m_LastHTTPCode=Fetch.Status(); in PerformQuery()
197 m_d->m_LastHTTPCode=Fetch.Status(); in PerformQuery()
206 m_d->m_LastHTTPCode=Fetch.Status(); in PerformQuery()
215 m_d->m_LastHTTPCode=Fetch.Status(); in PerformQuery()
224 m_d->m_LastHTTPCode=Fetch.Status(); in PerformQuery()
[all …]
/dports/security/farmhash/farmhash-0d859a8/dev/
H A Dfarmhashcc.cc5 #undef Fetch
6 #define Fetch Fetch32 macro
16 uint32_t b = Fetch(s + 4); in Hash32Len13to24()
17 uint32_t c = Fetch(s + len - 8); in Hash32Len13to24()
19 uint32_t e = Fetch(s); in Hash32Len13to24()
20 uint32_t f = Fetch(s + len - 4); in Hash32Len13to24()
39 a += Fetch(s); in Hash32Len5to12()
40 b += Fetch(s + len - 4); in Hash32Len5to12()
124 #undef Fetch
125 #define Fetch Fetch64 macro
[all …]
H A Dfarmhashna.cc1 #undef Fetch
2 #define Fetch Fetch64 macro
31 uint64_t a = Fetch(s) + k2; in HashLen0to16()
32 uint64_t b = Fetch(s + len - 8); in HashLen0to16()
57 uint64_t a = Fetch(s) * k1; in HashLen17to32()
58 uint64_t b = Fetch(s + 8); in HashLen17to32()
92 uint64_t a = Fetch(s) * k2; in HashLen33to64()
93 uint64_t b = Fetch(s + 8); in HashLen33to64()
99 uint64_t f = Fetch(s + 24); in HashLen33to64()
125 x = x * k2 + Fetch(s); in Hash64()
[all …]
H A Dfarmhashmk.cc1 #undef Fetch
2 #define Fetch Fetch32 macro
12 uint32_t b = Fetch(s + 4); in Hash32Len13to24()
13 uint32_t c = Fetch(s + len - 8); in Hash32Len13to24()
15 uint32_t e = Fetch(s); in Hash32Len13to24()
16 uint32_t f = Fetch(s + len - 4); in Hash32Len13to24()
40 a += Fetch(s); in Hash32Len5to12()
41 b += Fetch(s + len - 4); in Hash32Len5to12()
76 uint32_t a = Fetch(s); in Hash32()
77 uint32_t b = Fetch(s + 4); in Hash32()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/fetch/api/redirect/
H A Dredirect-upload.h2.any.js.ini2 [Fetch upload streaming should fail on 301]
5 [Fetch upload streaming should fail on 302]
8 [Fetch upload streaming should fail on 307]
11 [Fetch upload streaming should fail on 308]
16 [Fetch upload streaming should fail on 301]
19 [Fetch upload streaming should fail on 302]
22 [Fetch upload streaming should fail on 307]
25 [Fetch upload streaming should fail on 308]
30 [Fetch upload streaming should fail on 301]
33 [Fetch upload streaming should fail on 302]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/fetch/api/redirect/
H A Dredirect-upload.h2.any.js.ini2 [Fetch upload streaming should fail on 301]
5 [Fetch upload streaming should fail on 302]
8 [Fetch upload streaming should fail on 307]
11 [Fetch upload streaming should fail on 308]
16 [Fetch upload streaming should fail on 301]
19 [Fetch upload streaming should fail on 302]
22 [Fetch upload streaming should fail on 307]
25 [Fetch upload streaming should fail on 308]
30 [Fetch upload streaming should fail on 301]
33 [Fetch upload streaming should fail on 302]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/fetch/api/redirect/
H A Dredirect-upload.h2.any.js.ini2 [Fetch upload streaming should fail on 301]
5 [Fetch upload streaming should fail on 302]
8 [Fetch upload streaming should fail on 307]
11 [Fetch upload streaming should fail on 308]
16 [Fetch upload streaming should fail on 301]
19 [Fetch upload streaming should fail on 302]
22 [Fetch upload streaming should fail on 307]
25 [Fetch upload streaming should fail on 308]
30 [Fetch upload streaming should fail on 301]
33 [Fetch upload streaming should fail on 302]
[all …]
/dports/devel/coursier/coursier-1.1.0-M12/modules/coursier/jvm/src/main/scala/coursier/
H A DFetch.scala15 final class Fetch[F[_]] private ( class
22 case other: Fetch[_] =>
33 new Fetch(resolveParams, artifactsParams)
35 new Fetch(resolveParams, artifactsParams)
39 def addDependencies(dependencies: Dependency*): Fetch[F] =
50 def withCache(cache: Cache[F]): Fetch[F] =
54 def withResolveCache(cache: Cache[F]): Fetch[F] =
56 def withArtifactsCache(cache: Cache[F]): Fetch[F] =
61 def transformFetcher(f: ResolutionProcess.Fetch[F] => ResolutionProcess.Fetch[F]): Fetch[F] =
89 object Fetch { object
[all …]
/dports/www/nginx-full/srcache-nginx-module-0.32/t/
H A Dfetch-skip.t29 X-Fetch-Status: BYPASS
60 X-Fetch-Status: MISS
78 X-Fetch-Status: BYPASS
93 X-Fetch-Status: BYPASS
122 X-Fetch-Status: MISS
202 !X-Fetch-Status
265 !X-Fetch-Status
328 !X-Fetch-Status
374 X-Fetch-Status: MISS
465 X-Fetch-Status: HIT
[all …]
/dports/misc/tellico/tellico-3.4.2/src/
H A Dfetcherconfigdialog.cpp59 init(Fetch::Unknown); in FetcherConfigDialog()
73 void FetcherConfigDialog::init(Tellico::Fetch::Type type_) { in init()
89 if(type_ == Fetch::Unknown) { in init()
151 Fetch::NameTypeMap typeMap = Fetch::Manager::self()->nameTypeMap(); in init()
155 if(it.value() == Fetch::Z3950) { in init()
202 Tellico::Fetch::Type FetcherConfigDialog::sourceType() const { in sourceType()
205 return Fetch::Unknown; in sourceType()
218 Fetch::ConfigWidget* cw = m_configWidgets[idx_]; in slotNewSourceSelected()
225 Fetch::Type type = sourceType(); in slotNewSourceSelected()
226 if(type == Fetch::Unknown) { in slotNewSourceSelected()
[all …]
/dports/audio/libcoverart/libcoverart-1.0.0/src/
H A DCoverArt.cc134 CHTTPFetch Fetch(m_d->m_UserAgent); in MakeRequest() local
138 Fetch.SetProxyHost(m_d->m_ProxyHost); in MakeRequest()
139 Fetch.SetProxyPort(m_d->m_ProxyPort); in MakeRequest()
143 Fetch.Fetch(URL); in MakeRequest()
149 m_d->m_LastHTTPCode=Fetch.Status(); in MakeRequest()
158 m_d->m_LastHTTPCode=Fetch.Status(); in MakeRequest()
167 m_d->m_LastHTTPCode=Fetch.Status(); in MakeRequest()
176 m_d->m_LastHTTPCode=Fetch.Status(); in MakeRequest()
185 m_d->m_LastHTTPCode=Fetch.Status(); in MakeRequest()
194 m_d->m_LastHTTPCode=Fetch.Status(); in MakeRequest()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/t/
H A Dcursor_fetch.test46 Mysqlx.Cursor.Fetch {
67 Mysqlx.Cursor.Fetch {
88 Mysqlx.Cursor.Fetch {
109 Mysqlx.Cursor.Fetch {
115 Mysqlx.Cursor.Fetch {
121 Mysqlx.Cursor.Fetch {
142 Mysqlx.Cursor.Fetch {
163 Mysqlx.Cursor.Fetch {
169 Mysqlx.Cursor.Fetch {
175 Mysqlx.Cursor.Fetch {
[all …]
/dports/www/p5-URI-Fetch/URI-Fetch-0.13/t/
H A D01-fetch.t7 use URI::Fetch;
18 $res = URI::Fetch->fetch(URI_OK);
20 is($res->status, URI::Fetch::URI_OK());
72 $res = URI::Fetch->fetch(URI_MOVED);
79 $res = URI::Fetch->fetch(URI_GONE);
81 is($res->status, URI::Fetch::URI_GONE());
85 $res = URI::Fetch->fetch(URI_ERROR);
87 ok(URI::Fetch->errstr);
91 isa_ok $res, 'URI::Fetch::Response';
124 is($res->status, URI::Fetch::URI_OK());
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/fetch/api/basic/
H A Drequest-upload.any.js.ini2 [Fetch with POST with ReadableStream]
5 [Fetch with POST with ReadableStream containing String]
8 [Fetch with POST with ReadableStream containing null]
11 [Fetch with POST with ReadableStream containing number]
14 [Fetch with POST with ReadableStream containing ArrayBuffer]
17 [Fetch with POST with ReadableStream containing Blob]
22 [Fetch with POST with ReadableStream]
25 [Fetch with POST with ReadableStream containing String]
28 [Fetch with POST with ReadableStream containing null]
31 [Fetch with POST with ReadableStream containing number]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/fetch/api/basic/
H A Drequest-upload.any.js.ini2 [Fetch with POST with ReadableStream]
5 [Fetch with POST with ReadableStream containing String]
8 [Fetch with POST with ReadableStream containing null]
11 [Fetch with POST with ReadableStream containing number]
14 [Fetch with POST with ReadableStream containing ArrayBuffer]
17 [Fetch with POST with ReadableStream containing Blob]
22 [Fetch with POST with ReadableStream]
25 [Fetch with POST with ReadableStream containing String]
28 [Fetch with POST with ReadableStream containing null]
31 [Fetch with POST with ReadableStream containing number]
[all …]

12345678910>>...222