Home
last modified time | relevance | path

Searched +refs:slots +refs:fetcher (Results 1 – 25 of 142) sorted by relevance

123456

/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsnetworkcontentfetcher.cpp30 private slots:
66 QgsNetworkContentFetcher fetcher; in fetchEmptyUrl() local
69 fetcher.fetchContent( QUrl() ); in fetchEmptyUrl()
70 connect( &fetcher, SIGNAL( finished() ), this, SLOT( contentLoaded() ) ); in fetchEmptyUrl()
76 QVERIFY( fetcher.reply()->error() != QNetworkReply::NoError ); in fetchEmptyUrl()
81 QgsNetworkContentFetcher fetcher; in fetchBadUrl() local
84 fetcher.fetchContent( QUrl( QStringLiteral( "http://x" ) ) ); in fetchBadUrl()
90 QVERIFY( fetcher.reply()->error() != QNetworkReply::NoError ); in fetchBadUrl()
96 QgsNetworkContentFetcher fetcher; in fetchEncodedContent() local
105 QVERIFY( fetcher.reply()->error() == QNetworkReply::NoError ); in fetchEncodedContent()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsnetworkcontentfetcher.cpp30 private slots:
66 QgsNetworkContentFetcher fetcher; in fetchEmptyUrl() local
69 fetcher.fetchContent( QUrl() ); in fetchEmptyUrl()
70 connect( &fetcher, SIGNAL( finished() ), this, SLOT( contentLoaded() ) ); in fetchEmptyUrl()
76 QVERIFY( fetcher.reply()->error() != QNetworkReply::NoError ); in fetchEmptyUrl()
81 QgsNetworkContentFetcher fetcher; in fetchBadUrl() local
84 fetcher.fetchContent( QUrl( QStringLiteral( "http://x" ) ) ); in fetchBadUrl()
90 QVERIFY( fetcher.reply()->error() != QNetworkReply::NoError ); in fetchBadUrl()
96 QgsNetworkContentFetcher fetcher; in fetchEncodedContent() local
105 QVERIFY( fetcher.reply()->error() == QNetworkReply::NoError ); in fetchEncodedContent()
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/test/Covers/
H A DCoverFetchManagerTest.cpp36 return fetcher->identifier(); in resetAll()
47 private slots:
66 for(const auto& fetcher : fetchers) in testDisable() local
70 QVERIFY(manager->isActive(fetcher)); in testDisable()
86 for(const auto& fetcher : fetchers) in testDisable() local
104 return fetcher->identifier(); in testSorting()
117 return fetcher->identifier(); in testSorting()
135 for(const auto fetcher : fetchers) in testArtistAddresses() local
166 for(const auto fetcher : fetchers) in testAlbumAddresses() local
197 for(const auto fetcher : fetchers) in testSearchAddresses() local
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Covers/
H A DCoverFetchManager.h61 void registerCoverFetcher(CoverFetcherPtr fetcher);
107 bool isActive(const CoverFetcherPtr fetcher) const;
124 private slots:
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dalbumcoversearcher.h69 void Init(AlbumCoverFetcher* fetcher);
76 private slots:
/dports/audio/strawberry/strawberry-1.0.0/src/covermanager/
H A Dalbumcoversearcher.h89 void Init(AlbumCoverFetcher *fetcher);
96 private slots:
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/crypto/
H A Dtest_keyring.py71 @attr.s(slots=True)
415 fetcher = ServerKeyFetcher(self.hs)
441 keys = self.get_success(fetcher.get_keys(SERVER_NAME, ["key1"], 0))
469 keys = self.get_success(fetcher.get_keys(SERVER_NAME, ["key1"], 0))
540 fetcher = PerspectivesKeyFetcher(self.hs)
556 keys = self.get_success(fetcher.get_keys(SERVER_NAME, ["key1"], 0))
584 fetcher = PerspectivesKeyFetcher(self.hs)
626 fetcher.get_keys(SERVER_NAME, [testverifykey1_id], 0)
629 fetcher.get_keys(SERVER_NAME, [testverifykey2_id], 0)
661 fetcher = PerspectivesKeyFetcher(self.hs)
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/bin/
H A Djeprof.in3346 my @fetcher = @_;
3348 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3349 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3350 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3351 push(@fetcher, sprintf("--deadline=%d", $timeout));
3354 return @fetcher;
3552 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3654 my $slots = $self->{slots};
3699 my $slots = $self->{slots};
3733 my $slots = $self->{slots};
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/bin/
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/bin/
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/bin/
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/bin/
H A Djeprof.in3346 my @fetcher = @_;
3348 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3349 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3350 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3351 push(@fetcher, sprintf("--deadline=%d", $timeout));
3354 return @fetcher;
3552 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3654 my $slots = $self->{slots};
3699 my $slots = $self->{slots};
3733 my $slots = $self->{slots};
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/bin/
H A Djeprof3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/bin/
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dpprof3413 my @fetcher = @_;
3415 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3416 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3417 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3418 push(@fetcher, sprintf("--deadline=%d", $timeout));
3421 return @fetcher;
3586 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3688 my $slots = $self->{slots};
3733 my $slots = $self->{slots};
3767 my $slots = $self->{slots};
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/bin/
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/bin/
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
H A Djeprof3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/bin/
H A Djeprof3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/bin/
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/bin/
H A Djeprof3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/bin/
H A Djeprof.in3345 my @fetcher = @_;
3347 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3348 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3349 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3350 push(@fetcher, sprintf("--deadline=%d", $timeout));
3353 return @fetcher;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3653 my $slots = $self->{slots};
3698 my $slots = $self->{slots};
3732 my $slots = $self->{slots};
[all …]

123456