Home
last modified time | relevance | path

Searched refs:coupons (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.groupon.com32 Disallow: /coupons/*click$
33 Disallow: /coupons/*click/
34 Disallow: /coupons/preview
36 Disallow: /coupons/subscribe
40 Disallow: /coupons/*cached$
43 Disallow: /coupons/*cached12$
46 Disallow: /coupons/*cachedin$
47 Disallow: /coupons/*cacheda$
48 Disallow: /coupons/*cachedmay$
49 Disallow: /coupons/*check$
[all …]
H A Dwww.livingsocial.com222 Disallow: /coupons/*click$
223 Disallow: /coupons/*click/
224 Disallow: /coupons/preview
226 Disallow: /coupons/subscribe
230 Disallow: /coupons/*cached$
233 Disallow: /coupons/*cached12$
236 Disallow: /coupons/*cachedin$
237 Disallow: /coupons/*cacheda$
239 Disallow: /coupons/*check$
253 Disallow: /coupons/*cached4$
[all …]
H A Dwww.hy-vee.com13 Disallow: /shop/coupons/vendor-test.aspx
15 Disallow: /shop/coupons/test.aspx
H A Dwww.wegmans.com9 Disallow: /my-coupons/
H A Dwww.olivegarden.com4 Disallow: /coupons/
H A Dwww.uta.edu13 Disallow: /ucomm/collegetown/coupons/
/dports/net/storj/storj-1.45.3/satellite/payments/stripecoinpayments/
H A Dcoupons.go17 var _ payments.Coupons = (*coupons)(nil)
22 type coupons struct { struct
27 func (coupons *coupons) ApplyCouponCode(ctx context.Context, userID uuid.UUID, couponCode string) (… argument
30 promoCodeIter := coupons.service.stripeClient.PromoCodes().List(&stripe.PromotionCodeListParams{
38 customerID, err := coupons.service.db.Customers().GetCustomerID(ctx, userID)
48 customer, err := coupons.service.stripeClient.Customers().Update(customerID, params)
61 func (coupons *coupons) GetByUserID(ctx context.Context, userID uuid.UUID) (_ *payments.Coupon, err… argument
64 customerID, err := coupons.service.db.Customers().GetCustomerID(ctx, userID)
73 customer, err := coupons.service.stripeClient.Customers().Get(customerID, params)
/dports/devel/p5-Google-Checkout/Google-Checkout-1.1.1/lib/Google/Checkout/General/
H A DMerchantCalculations.pm108 coupons => $args{coupons} ? 'true' : 'false',
132 return $self->{coupons};
137 my ($self, $coupons) = @_;
139 $self->{coupons} = $coupons ? 'true' : 'false';
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/bonds/
H A Dfixedratebond.cpp34 const std::vector<Rate>& coupons, in FixedRateBond() argument
56 .withCouponRates(coupons, accrualDayCounter) in FixedRateBond()
77 const std::vector<Rate>& coupons, in FixedRateBond() argument
127 .withCouponRates(coupons, accrualDayCounter) in FixedRateBond()
145 const std::vector<InterestRate>& coupons, in FixedRateBond() argument
158 dayCounter_(coupons[0].dayCounter()) { in FixedRateBond()
164 .withCouponRates(coupons) in FixedRateBond()
H A Dfixedratebond.hpp52 const std::vector<Rate>& coupons,
71 const std::vector<Rate>& coupons,
90 const std::vector<InterestRate>& coupons,
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website_sale_coupon/tests/
H A Dtest_sale_coupon_multiwebsite.py83 coupons = self.discount_coupon_program.coupon_ids
86 _apply_code(coupons[0].code)
92 _apply_code(coupons[1].code, False)
100 …_apply_code(coupons[2].code) # the order has no website_id so not possible to use a website speci…
105 _apply_code(coupons[2].code, False)
112 _apply_code(coupons[3].code, False)
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dcallablebonds.cpp241 std::vector<Rate> coupons(1, 0.05); in testConsistency() local
244 coupons, Thirty360()); in testConsistency()
322 std::vector<Rate> coupons(1, 0.05); in testObservability() local
381 std::vector<Rate> coupons(1, 0.05); in testDegenerate() local
387 coupons, Thirty360()); in testDegenerate()
398 coupons, Thirty360(), in testDegenerate()
455 coupons, Thirty360(), in testDegenerate()
500 std::vector<Rate> coupons(1, 0.05); in testCached() local
535 coupons, Thirty360(), in testCached()
550 coupons, Thirty360(), in testCached()
[all …]
H A Dbonds.cpp107 Real coupons[] = { 0.02, 0.05, 0.08 }; in testYield() local
119 for (Size k=0; k<LENGTH(coupons); k++) { in testYield()
135 std::vector<Rate>(1, coupons[k]), in testYield()
229 Real coupons[] = { 0.02, 0.05, 0.08 }; in testAtmRate() local
240 for (Size k=0; k<LENGTH(coupons); k++) { in testAtmRate()
254 std::vector<Rate>(1, coupons[k]), in testAtmRate()
265 if (std::fabs(coupons[k]-calculated) > tolerance) { in testAtmRate()
300 Real coupons[] = { 0.02, 0.05, 0.08 }; in testZspread() local
312 for (Size k=0; k<LENGTH(coupons); k++) { in testZspread()
393 Real coupons[] = { 0.02, 0.05, 0.08 }; in testTheoretical() local
[all …]
H A Dconvertiblebonds.cpp192 std::vector<Rate> coupons(1, 0.05); in testBond() local
204 coupons, vars.dayCounter, in testBond()
212 coupons, vars.dayCounter, in testBond()
217 coupons, vars.dayCounter, Following, in testBond()
433 std::vector<Rate> coupons(schedule.size()-1, 0.05); in testRegression() local
442 coupons, dayCounter, in testRegression()
/dports/devel/p5-Google-Checkout/Google-Checkout-1.1.1/examples/notification/
H A Dmerchant_calculation_callback_example.pl89 my (@coupons, @certificates);
99 push @coupons, $_;
129 coupon_code => $coupons[0],
/dports/deskutils/mindforger/mindforger-1.52.0/lib/test/resources/apiary-repository/memory/
H A D09. Advanced Attributes.md13 defining the attributes of the coupons collection resource – `Coupons`.
29 ## Coupon [/coupons/{id}]
53 ## Coupons [/coupons{?limit}]
58 Returns a list of your coupons.
H A D10. Data Structures.md20 ## Coupon [/coupons/{id}]
39 ## Coupons [/coupons{?limit}]
44 Returns a list of your coupons.
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/yield/
H A Dbondhelpers.cpp102 const std::vector<Rate>& coupons, in FixedRateBondHelper() argument
116 coupons, dayCounter, paymentConvention, in FixedRateBondHelper()
129 const std::vector<Rate>& coupons, in FixedRateBondHelper() argument
143 coupons, dayCounter, paymentConvention, in FixedRateBondHelper()
H A Dbondhelpers.hpp94 const std::vector<Rate>& coupons,
114 const std::vector<Rate>& coupons,
/dports/finance/quantlib/QuantLib-1.20/Examples/FittedBondCurve/
H A DFittedBondCurve.cpp109 Real coupons[] = { 0.0200, 0.0225, 0.0250, 0.0275, 0.0300, in main() local
152 std::vector<Rate>(1,coupons[j]), in main()
162 std::vector<Rate>(1, coupons[j]), in main()
315 << 100.*coupons[i] << " | " in main()
399 << 100.*coupons[i] << " | " in main()
545 << 100.*coupons[i+1] << " | " in main()
627 << 100.*coupons[i+1] << " | " in main()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/
H A DMakefile.am3 catbonds commodities convertiblebonds coupons credit \ subdir
25 coupons/libCoupons.la \
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/
H A Dbond.cpp38 const Leg& coupons) in Bond() argument
40 cashflows_(coupons), issueDate_(issueDate) { in Bond()
42 if (!coupons.empty()) { in Bond()
53 maturityDate_ = coupons.back()->date(); in Bond()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/callablebonds/
H A Dcallablebond.cpp368 const std::vector<Rate>& coupons, in CallableFixedRateBond() argument
383 bool isZeroCouponBond = (coupons.size() == 1 && close(coupons[0], 0.0)); in CallableFixedRateBond()
389 .withCouponRates(coupons, accrualDayCounter) in CallableFixedRateBond()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/amortizingbonds/
H A Damortizingfixedratebond.cpp31 const std::vector<Rate>& coupons, in AmortizingFixedRateBond() argument
47 .withCouponRates(coupons, accrualDayCounter) in AmortizingFixedRateBond()
/dports/net/storj/storj-1.45.3/docs/blueprints/
H A Dcoupon-codes.md15 …/stripe.com/docs/billing/subscriptions/discounts/codes). New promotional coupons can be created fr…
27 … API when a user attempts to apply a coupon code. Because Stripe handles coupons on its own, there…
63 Ensure that there is documentation on Confluence or elsewhere that describes how new coupons are cr…

12345678910>>...28