Home
last modified time | relevance | path

Searched refs:offers (Results 1 – 25 of 7104) sorted by relevance

12345678910>>...285

/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dxdccget.pl558 foreach my $s (keys %offers) {
566 …$text1 .= "$s $c $n - #$offers{$s}{$c}{$n}{'numpacks'}, Slots: $offers{$s}{$c}{$n}{'freeslots'}/$o…
567 …$text1 .= ", Q: $offers{$s}{$c}{$n}{'posqueue'}/$offers{$s}{$c}{$n}{'numqueue'}" if (defined($offe…
568 … $text1 .= ", Min: $offers{$s}{$c}{$n}{'minspeed'}" if (defined($offers{$s}{$c}{$n}{'minspeed'}));
578 …$text2 .= " #$p x$offers{$s}{$c}{$n}{'packs'}{$p}{'numdl'} [$offers{$s}{$c}{$n}{'packs'}{$p}{'s…
592 $offers{$server->{'tag'}} = {} unless (defined($offers{$server->{'tag'}}));
593 … $offers{$server->{'tag'}}{$target} = {} unless (defined($offers{$server->{'tag'}}{$target}));
606 $offers{$server->{'tag'}} = {} unless (defined($offers{$server->{'tag'}}));
607 … $offers{$server->{'tag'}}{$target} = {} unless (defined($offers{$server->{'tag'}}{$target}));
616 $offers{$server->{'tag'}} = {} unless (defined($offers{$server->{'tag'}}));
[all …]
/dports/devel/kf5-kservice/kservice-5.89.0/autotests/
H A Dkmimeassociationstest.cpp70 for (const KService::Ptr &serv : offers) { in offerListHasService()
81 for (const KService::Ptr &serv : offers) { in offerListHasService()
335 std::stable_sort(offers.begin(), offers.end()); // like kbuildservicefactory.cpp does in testGlobalAndLocalFiles()
340 std::stable_sort(offers.begin(), offers.end()); in testGlobalAndLocalFiles()
345 qDebug() << assembleOffers(offers); in testGlobalAndLocalFiles()
346 QCOMPARE(assembleOffers(offers), textHtmlApps); in testGlobalAndLocalFiles()
349 std::stable_sort(offers.begin(), offers.end()); in testGlobalAndLocalFiles()
359 QVERIFY(!offers.isEmpty()); in testSetupRealFile()
482 KService::List offers; in testRemovedMiddleAssociation() local
530 for (const KServiceOffer &offer : offers) { in offersContains()
[all …]
H A Dkapplicationtradertest.cpp120 for (const auto &service : offers) { in offerListHasService()
136 if (!offers.isEmpty()) { in checkResult()
137 …qWarning() << "Got" << offers.count() << "unexpected results, including" << offers.at(0)->entryPat… in checkResult()
139 QCOMPARE(offers.count(), 0); in checkResult()
142 if (offers.count() != 1) { in checkResult()
143 for (const auto &service : offers) { in checkResult()
147 QCOMPARE(offers.count(), 1); in checkResult()
151 QVERIFY(!offers.isEmpty()); in checkResult()
261 checkResult(offers, expectedResult); in testTraderConstraints()
266 KService::List offers; in testQueryByMimeType() local
[all …]
H A Dkservicetest.cpp501 QVERIFY(offers.count() > 0); in testServiceTypeTraderForReadOnlyPart()
552 KService::List offers; in testTraderConstraints() local
556 QCOMPARE(offers.count(), 2); in testTraderConstraints()
562 QCOMPARE(offers.count(), 1); in testTraderConstraints()
567 QCOMPARE(offers.count(), 1); in testTraderConstraints()
573 QCOMPARE(offers.count(), 1); in testTraderConstraints()
579 QCOMPARE(offers.count(), 1); in testTraderConstraints()
584 QCOMPARE(offers.count(), 1); in testTraderConstraints()
589 QCOMPARE(offers.count(), 1); in testTraderConstraints()
601 QVERIFY(offers.isEmpty()); in testTraderConstraints()
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.cisco.com27 Disallow: /c/dam/assets/offers/pdfs/
36 Disallow: /c/dam/m/en_au/offers/images/
37 Disallow: /c/dam/m/en_au/offers/video/
44 Disallow: /c/dam/m/en_id/offers/images/
47 Disallow: /c/dam/m/en_in/offers/images
48 Disallow: /c/dam/m/en_in/offers/video/
58 Disallow: /c/dam/m/en_sg/offers/video/
70 Disallow: /c/dam/m/es_la/offers/video/
102 Disallow: /c/dam/m/pt_br/offers/img/
103 Disallow: /c/dam/m/pt_br/offers/pdf/
[all …]
H A Dwww.nationalexpress.com45 Disallow: /coach/offers/2for1
46 Disallow: /coach/offers/BAA
47 Disallow: /coach/offers/bam
48 Disallow: /coach/offers/camra
50 Disallow: /coach/offers/csog
52 Disallow: /coach/offers/ise
54 Disallow: /coach/offers/nhs
55 Disallow: /coach/offers/nus
57 Disallow: /coach/offers/o2
59 Disallow: /coach/offers/Total
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dsingle_client_offer_sync_test.cc182 ASSERT_EQ(1uL, offers.size()); in IN_PROC_BROWSER_TEST_F()
183 EXPECT_EQ(999, offers[0]->offer_id); in IN_PROC_BROWSER_TEST_F()
192 offers = pdm->GetCreditCardOffers(); in IN_PROC_BROWSER_TEST_F()
193 ASSERT_EQ(1uL, offers.size()); in IN_PROC_BROWSER_TEST_F()
194 EXPECT_EQ(888, offers[0]->offer_id); in IN_PROC_BROWSER_TEST_F()
210 ASSERT_EQ(1uL, offers.size()); in IN_PROC_BROWSER_TEST_F()
211 EXPECT_EQ(999, offers[0]->offer_id); in IN_PROC_BROWSER_TEST_F()
234 offers = pdm->GetCreditCardOffers(); in IN_PROC_BROWSER_TEST_F()
235 ASSERT_EQ(1uL, offers.size()); in IN_PROC_BROWSER_TEST_F()
253 ASSERT_EQ(1uL, offers.size()); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/runtime/middleware/
H A Dnegotiate_test.go16 offers []string
27 actual := NegotiateContentEncoding(r, tt.offers)
29 t.Errorf("NegotiateContentEncoding(%q, %#v)=%q, want %q", tt.s, tt.offers, actual, tt.expect)
36 offers []string
70 actual := NegotiateContentType(r, tt.offers, tt.defaultOffer)
72 …t.Errorf("NegotiateContentType(%q, %#v, %q)=%q, want %q", tt.s, tt.offers, tt.defaultOffer, actual…
79 offers := []string{"application/json", "text/xml"}
80 actual := NegotiateContentType(r, offers, "")
82 …t.Errorf("NegotiateContentType(empty, %#v, empty)=%q, want %q", offers, actual, "application/json")
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/runtime/middleware/
H A Dnegotiate_test.go16 offers []string
27 actual := NegotiateContentEncoding(r, tt.offers)
29 t.Errorf("NegotiateContentEncoding(%q, %#v)=%q, want %q", tt.s, tt.offers, actual, tt.expect)
36 offers []string
69 actual := NegotiateContentType(r, tt.offers, tt.defaultOffer)
71 …t.Errorf("NegotiateContentType(%q, %#v, %q)=%q, want %q", tt.s, tt.offers, tt.defaultOffer, actual…
78 offers := []string{"application/json", "text/xml"}
79 actual := NegotiateContentType(r, offers, "")
81 …t.Errorf("NegotiateContentType(empty, %#v, empty)=%q, want %q", offers, actual, "application/json")
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/runtime/middleware/
H A Dnegotiate_test.go16 offers []string
27 actual := NegotiateContentEncoding(r, tt.offers)
29 t.Errorf("NegotiateContentEncoding(%q, %#v)=%q, want %q", tt.s, tt.offers, actual, tt.expect)
36 offers []string
70 actual := NegotiateContentType(r, tt.offers, tt.defaultOffer)
72 …t.Errorf("NegotiateContentType(%q, %#v, %q)=%q, want %q", tt.s, tt.offers, tt.defaultOffer, actual…
79 offers := []string{"application/json", "text/xml"}
80 actual := NegotiateContentType(r, offers, "")
82 …t.Errorf("NegotiateContentType(empty, %#v, empty)=%q, want %q", offers, actual, "application/json")
/dports/www/py-autobahn/autobahn-python-19.5.1/examples/twisted/websocket/echo_compressed/
H A Dserver_advanced.py64 def accept0(offers): argument
65 for offer in offers:
71 def accept1(offers): argument
72 for offer in offers:
84 def accept2(offers): argument
85 for offer in offers:
92 def accept3(offers): argument
93 for offer in offers:
100 def accept4(offers): argument
101 for offer in offers:
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/context/engines/
H A DTestDataEngineBlackBox.cpp25 KService::List offers = KServiceTypeTrader::self()->query("Plasma/DataEngine", constraint); in TestDataEngineBlackBox() local
28 if (!offers.isEmpty()) { in TestDataEngineBlackBox()
30 allArgs << offers.first()->storageId(); in TestDataEngineBlackBox()
31 QString api = offers.first()->property("X-Plasma-API").toString(); in TestDataEngineBlackBox()
33 if (offers.first()) { in TestDataEngineBlackBox()
34 KPluginLoader plugin(*offers.first()); in TestDataEngineBlackBox()
36 engine = offers.first()->createInstance<Plasma::DataEngine>(0, allArgs, &error); in TestDataEngineBlackBox()
40 engine = new Plasma::DataEngine(0, offers.first()); in TestDataEngineBlackBox()
/dports/devel/kf5-kservice/kservice-5.89.0/src/services/
H A Dkservicetypetrader.cpp90 …const KServiceOfferList services = KSycocaPrivate::self()->serviceFactory()->offers(servTypePtr->o… in weightedOffers()
92 …const KServiceOfferList offers = KServiceTypeProfile::sortServiceTypeOffers(services, serviceType); in weightedOffers() local
94 return offers; in weightedOffers()
128 const KServiceOfferList offers = weightedOffers(serviceType); in query() local
131 KServiceOfferList::const_iterator itOff = offers.begin(); in query()
132 for (; itOff != offers.end(); ++itOff) { in query()
145 const KServiceOfferList offers = weightedOffers(serviceType); local
147 KServiceOfferList::const_iterator itOff = offers.begin();
152 if (itOff != offers.end() && (*itOff).allowAsDefault()) {
154 if (itOff != offers.end()) {
/dports/archivers/ark/ark-21.12.3/part/
H A Darkviewer.cpp207 KService::List offers = KMimeTypeTrader::self()->query(mimeType, QStringLiteral("Application")); in getExternalViewer() local
209 if (!offers.isEmpty()) { in getExternalViewer()
210 return offers.first(); in getExternalViewer()
226 auto arkPartIt = std::find_if(offers.begin(), offers.end(), [](KService::Ptr service) { in getInternalViewer()
233 if (arkPartIt != offers.end()) { in getInternalViewer()
236 offers.erase(arkPartIt); in getInternalViewer()
241 auto khtmlPart = std::find_if(offers.begin(), offers.end(), [](KService::Ptr service) { in getInternalViewer()
245 if (khtmlPart != offers.end()) { in getInternalViewer()
246 offers.erase(khtmlPart); in getInternalViewer()
249 if (!offers.isEmpty()) { in getInternalViewer()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/tavern/market/
H A DShowOffersChatAction.java84 List<Offer> offers = getOffers(offersSlot); in handleSentence() local
86 filterForMine(offers, player); in handleSentence()
89 filterForWord(offers, wordFilter); in handleSentence()
140 LinkedList<Offer> offers = new LinkedList<Offer>(); in getOffers() local
142 offers.add((Offer) rpObject); in getOffers()
144 return offers; in getOffers()
153 private void filterForMine(List<Offer> offers, Player player) { in filterForMine() argument
154 Iterator<Offer> it = offers.iterator(); in filterForMine()
168 private void filterForWord(List<Offer> offers, String word) { in filterForWord() argument
169 Iterator<Offer> it = offers.iterator(); in filterForWord()
[all …]
H A DShowOfferItemsChatAction.java41 List<Offer> offers = getOffers(offersSlot); in fire() local
42 if (offers.isEmpty()) { in fire()
45 String text = buildItemListText(buildItemList(offers)); in fire()
57 LinkedList<Offer> offers = new LinkedList<Offer>(); in getOffers() local
59 offers.add((Offer) rpObject); in getOffers()
61 return offers; in getOffers()
70 private Set<String> buildItemList(List<Offer> offers) { in buildItemList() argument
72 for (Offer offer : offers) { in buildItemList()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/admin/application_settings/
H A D_third_party_offers.html.haml2 %section.settings.as-third-party-offers.no-animate#js-third-party-offers-settings{ class: ('expande…
5 = _('Third-party offers')
9 = _('Control whether to display third-party offers in GitLab.')
11 …_settings_path(anchor: 'js-third-party-offers-settings'), html: { class: 'fieldset-form', id: 'thi…
18 …= f.label :hide_third_party_offers, _('Do not display offers from third parties'), class: 'form-ch…
/dports/www/p5-Net-eBay/Net-eBay-0.61/examples/
H A Debay-get-high-bidders.pl47 my $offers = $result->{BidArray}->{Offer};
49 if( $offers ) {
51 $offers = [$offers] unless (ref $offers) =~ /^ARRAY/;
52 foreach my $offer ( @$offers) {
H A Debay-get-all-bidders.pl47 my $offers = $result->{BidArray}->{Offer};
49 if( $offers ) {
51 $offers = [$offers] unless (ref $offers) =~ /^ARRAY/;
52 foreach my $offer ( @$offers) {
H A Debay-get-item-transactions.pl66 my $offers = $result->{TransactionArray}->{Transaction};
68 if( $offers ) {
70 $offers = [$offers] unless (ref $offers) =~ /^ARRAY/;
71 foreach my $offer ( @$offers) {
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/fado/tavern/
H A DMaidNPC.java82 final Map<String, Integer> offers = new HashMap<String, Integer>(); in buildNPC()
83 offers.put("beer", 10); in buildNPC()
84 offers.put("wine", 15); in buildNPC()
85 offers.put("cherry", 20); in buildNPC()
86 offers.put("chicken", 50); in buildNPC()
87 offers.put("bread", 50); in buildNPC()
88 offers.put("sandwich", 150); in buildNPC()
90 new SellerAdder().addSeller(this, new SellerBehaviour(offers)); in buildNPC()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/httputil/
H A Dnegotiate_test.go17 offers []string
28 actual := httputil.NegotiateContentEncoding(r, tt.offers)
30 t.Errorf("NegotiateContentEncoding(%q, %#v)=%q, want %q", tt.s, tt.offers, actual, tt.expect)
37 offers []string
66 actual := httputil.NegotiateContentType(r, tt.offers, tt.defaultOffer)
68 …t.Errorf("NegotiateContentType(%q, %#v, %q)=%q, want %q", tt.s, tt.offers, tt.defaultOffer, actual…
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/httputil/
H A Dnegotiate_test.go17 offers []string
28 actual := httputil.NegotiateContentEncoding(r, tt.offers)
30 t.Errorf("NegotiateContentEncoding(%q, %#v)=%q, want %q", tt.s, tt.offers, actual, tt.expect)
37 offers []string
66 actual := httputil.NegotiateContentType(r, tt.offers, tt.defaultOffer)
68 …t.Errorf("NegotiateContentType(%q, %#v, %q)=%q, want %q", tt.s, tt.offers, tt.defaultOffer, actual…
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/httputil/
H A Dnegotiate_test.go17 offers []string
28 actual := httputil.NegotiateContentEncoding(r, tt.offers)
30 t.Errorf("NegotiateContentEncoding(%q, %#v)=%q, want %q", tt.s, tt.offers, actual, tt.expect)
37 offers []string
66 actual := httputil.NegotiateContentType(r, tt.offers, tt.defaultOffer)
68 …t.Errorf("NegotiateContentType(%q, %#v, %q)=%q, want %q", tt.s, tt.offers, tt.defaultOffer, actual…
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqfactory.cpp87 KService::List offers, appOffers; in createView() local
90 getOffers(serviceType, &offers, &appOffers); in createView()
93 (*partServiceOffers) = offers; in createView()
103 forceAutoEmbed = forceAutoEmbed || (appOffers.isEmpty() && !offers.isEmpty()); in createView()
120 KService::List::const_iterator it = offers.constBegin(); in createView()
121 for (; it != offers.constEnd() && !service; ++it) { in createView()
137 KService::List::Iterator it = offers.begin(); in createView()
138 for (; viewFactory.isNull() /* exit as soon as we get one */ && it != offers.end(); ++it) { in createView()
158 if (offers.isEmpty()) { in createView()

12345678910>>...285