Home
last modified time | relevance | path

Searched refs:booking (Results 51 – 75 of 1099) sorted by relevance

12345678910>>...44

/dports/databases/postgresql12-plpython/postgresql-12.9/src/test/regress/expected/
H A Dtsdicts.out17 {booking,book}
23 {booking,book}
41 {booking,book}
47 {booking,book}
113 {booking,book}
119 {booking,book}
137 {booking,book}
143 {booking,book}
209 {booking,book}
215 {booking,book}
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/test/regress/expected/
H A Dtsdicts.out17 {booking,book}
23 {booking,book}
41 {booking,book}
47 {booking,book}
113 {booking,book}
119 {booking,book}
137 {booking,book}
143 {booking,book}
209 {booking,book}
215 {booking,book}
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/test/regress/expected/
H A Dtsdicts.out17 {booking,book}
23 {booking,book}
41 {booking,book}
47 {booking,book}
113 {booking,book}
119 {booking,book}
137 {booking,book}
143 {booking,book}
209 {booking,book}
215 {booking,book}
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/test/regress/expected/
H A Dtsdicts.out17 {booking,book}
23 {booking,book}
41 {booking,book}
47 {booking,book}
113 {booking,book}
119 {booking,book}
137 {booking,book}
143 {booking,book}
209 {booking,book}
215 {booking,book}
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/test/regress/expected/
H A Dtsdicts.out17 {booking,book}
23 {booking,book}
41 {booking,book}
47 {booking,book}
113 {booking,book}
119 {booking,book}
137 {booking,book}
143 {booking,book}
209 {booking,book}
215 {booking,book}
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/ConsultationHours/
H A Dclass.ilConsultationHoursGUI.php45 protected $booking = null; variable in ilConsultationHoursGUI
249 if ($booking->getCurrentNumberOfBookings($app) >= $booking->getNumberOfBookings()) {
298 if ($booking->getCurrentNumberOfBookings($app) >= $booking->getNumberOfBookings()) {
872 $booking->save();
885 * @param ilBookingEntry $booking
1051 if ($booking->getBookingGroup()) {
1068 $booking = new \ilBookingEntry();
1096 $booking->save();
1097 return $booking;
1101 * @param ilBookingEntry $booking
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/ConsultationHours/
H A Dclass.ilConsultationHoursGUI.php45 protected $booking = null; variable in ilConsultationHoursGUI
249 if ($booking->getCurrentNumberOfBookings($app) >= $booking->getNumberOfBookings()) {
298 if ($booking->getCurrentNumberOfBookings($app) >= $booking->getNumberOfBookings()) {
872 $booking->save();
885 * @param ilBookingEntry $booking
1051 if ($booking->getBookingGroup()) {
1068 $booking = new \ilBookingEntry();
1096 $booking->save();
1097 return $booking;
1101 * @param ilBookingEntry $booking
[all …]
H A Dclass.ilConsultationHourUtils.php68 * @param ilBookingEntry $booking
74 …public static function findCalendarAppointmentsForBooking(\ilBookingEntry $booking, \ilDateTime $s… argument
83 'where context_id = ' . $db->quote($booking->getId(), 'integer') . ' ' .
136 $booking = new ilBookingEntry($app->getContextId());
137 $booking->book($app->getEntryId(), $a_usr_id);
173 $booking = new ilBookingEntry($app->getContextId());
175 $booking->cancelBooking($a_app_id, $a_usr_id);
177 $booking->deleteBooking($a_app_id, $a_usr_id);
/dports/www/ilias6/ILIAS-6.14/Modules/BookingManager/
H A DREADME.md6 It is possible to integrate the booking manager as a service into other repository objects, see cor…
38 $tabs->addTab("booking", $lng->txt("..."),
75 // to define the course as the master host, which also defines the booking
83 If your repository objects should present the booking information on the **info screen**, add:
102 * [Booking Pool](#booking-pool)
104 * [Booking Objects](#booking-objects)
111booking pool** is a repository object that manages resources (booking objects) and their usage (re…
113 * A pool manages multiple **booking objects** (resources), e.g. a room or a set of beamers. A booki…
114 …ke **reservations** for booking objects on specific dates that correspond to a time slot of the sc…
119 A booking pool is the main entity for managing booking objects (resources) and their usage (reserva…
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.turkishairlines.com6 Disallow: /*/flights/booking/payments/threed-response/index.html
7 Disallow: /*/flights/booking/payment-errors/index.html
8 Disallow: /*/flights/booking/profile/index.html
9 Disallow: /*/flights/booking/thank-you-page/index.html
10 Disallow: /*/flights/booking/reservation-summary/index.html
11 Disallow: /*/flights/booking/eft-reservation-summary/index.html
13 Disallow: /*/flights/booking/availability/index.html
14 Disallow: /*/flights/booking/payments/index.html
15 Disallow: /*/flights/booking/payments/fraud-check/index.html
16 Disallow: /*/flights/booking/promocode/index.html
[all …]
H A Dwww.flighthub.com10 Disallow: /booking*
35 Disallow: /fr/booking*
42 Disallow: /service/booking*
46 Disallow: /fr/service/booking*
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/
H A Dclass.ilCalendarMailNotification.php289 $booking = new ilBookingEntry($entry->getContextId());
300 …getLanguageText('cal_booking_confirmation_body'), ilObjUser::_lookupFullname($booking->getObjId()))
304 $this->appendAppointmentDetails($booking);
320 $this->sendMail(array($booking->getObjId()), array('system'), true);
329 $booking = new ilBookingEntry($entry->getContextId());
341 …getLanguageText('cal_booking_cancellation_body'), ilObjUser::_lookupFullname($booking->getObjId()))
345 $this->appendAppointmentDetails($booking);
355 $this->sendMail(array($booking->getObjId()), array('system'), true);
365 $booking = new ilBookingEntry($entry->getContextId());
376 …>getLanguageText('cal_ch_booking_reminder_body'), ilObjUser::_lookupFullname($booking->getObjId()))
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/
H A Dclass.ilCalendarMailNotification.php288 $booking = new ilBookingEntry($entry->getContextId());
299 …getLanguageText('cal_booking_confirmation_body'), ilObjUser::_lookupFullname($booking->getObjId()))
303 $this->appendAppointmentDetails($booking);
319 $this->sendMail(array($booking->getObjId()), true);
328 $booking = new ilBookingEntry($entry->getContextId());
340 …getLanguageText('cal_booking_cancellation_body'), ilObjUser::_lookupFullname($booking->getObjId()))
344 $this->appendAppointmentDetails($booking);
354 $this->sendMail(array($booking->getObjId()), true);
364 $booking = new ilBookingEntry($entry->getContextId());
375 …>getLanguageText('cal_ch_booking_reminder_body'), ilObjUser::_lookupFullname($booking->getObjId()))
[all …]
/dports/net/kitinerary/kitinerary-21.12.3/autotests/calendarhandlerdata/
H A Dhotel.ics10 …3:00 PM\nCheck-out: 12:00 PM\nPhone: +358101234567\nWebsite: https://www.booking.com/hotel/fi/pala…
19 …e.booking.com/mybooking.en-gb.html?auth_key=magic&source=conf_metadata&pbsource=email_cancel"}\,{"…
23 …"+358101234567"\,"url":"https://www.booking.com/hotel/fi/palace-sello.html?aid=123456&label=postbo…
24 …"Person"\,"email":"john.doe@email.com"\,"name":"John Doe"}\,"url":"https://secure.booking.com/mybo…
/dports/www/nextcloud-calendar/calendar/lib/Controller/
H A DBookingController.php175 …$booking = $this->bookingService->book($config, $start, $end, $timeZone, $displayName, $email, $de…
187 return JsonResponse::success($booking);
200 $booking = $this->bookingService->findByToken($token);
212 $config = $this->appointmentConfigService->findById($booking->getApptConfigId());
225 $booking = $this->bookingService->confirmBooking($booking, $config);
236 $booking
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/test/browser/invitations/data/
H A Dmessage-containing-event.eml3 Subject: ExampleStore - booking 01.09.2016 @ 09.25 - 09.50
17 Remember your booking @ 09.25
24 <p>You have a booking for 9.25</p>
33 Content-Disposition: attachment; filename="booking.ics"
/dports/lang/spidermonkey78/firefox-78.9.0/testing/raptor/raptor/tests/tp6/mobile/
H A Draptor-tp6m-8-fennec68-cold.ini18 [raptor-tp6m-booking-fennec68-cold]
20 test_url = https://www.booking.com/
21 playback_pageset_manifest = mitm4-pixel2-fennec-booking.manifest
22 playback_recordings = mitm4-pixel2-fennec-booking.mp
H A Draptor-tp6m-4-fennec68.ini17 [raptor-tp6m-booking-fennec68]
19 test_url = https://www.booking.com/
20 playback_pageset_manifest = mitm4-pixel2-fennec-booking.manifest
21 playback_recordings = mitm4-pixel2-fennec-booking.mp
/dports/finance/beancount/beancount-2.3.3/experiments/booking-scripts/
H A Ddetect-augmenting-lots.py25 _, booking = running_balance.add_position(posting.position)
32 if pos.lot.cost and booking == inventory.Booking.AUGMENTED:
43 _, booking = running_balance.add_position(pos)
50 if booking != inventory.Booking.REDUCED:
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/examples/shipping/
H A Dmain.go78 var bs booking.Service
79 bs = booking.NewService(cargos, locations, handlingEvents, rs)
80 bs = booking.NewLoggingService(log.With(logger, "component", "booking"), bs)
81 bs = booking.NewInstrumentingService(
139 mux.Handle("/booking/v1/", booking.MakeHandler(bs, httpLogger))
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/go-kit/kit/examples/shipping/
H A Dmain.go78 var bs booking.Service
79 bs = booking.NewService(cargos, locations, handlingEvents, rs)
80 bs = booking.NewLoggingService(log.With(logger, "component", "booking"), bs)
81 bs = booking.NewInstrumentingService(
139 mux.Handle("/booking/v1/", booking.MakeHandler(bs, httpLogger))
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/go-kit/kit/examples/shipping/
H A Dmain.go78 var bs booking.Service
79 bs = booking.NewService(cargos, locations, handlingEvents, rs)
80 bs = booking.NewLoggingService(log.With(logger, "component", "booking"), bs)
81 bs = booking.NewInstrumentingService(
139 mux.Handle("/booking/v1/", booking.MakeHandler(bs, httpLogger))
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-kit/kit/examples/shipping/
H A Dmain.go78 var bs booking.Service
79 bs = booking.NewService(cargos, locations, handlingEvents, rs)
80 bs = booking.NewLoggingService(log.With(logger, "component", "booking"), bs)
81 bs = booking.NewInstrumentingService(
139 mux.Handle("/booking/v1/", booking.MakeHandler(bs, httpLogger))
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/go-kit/kit/examples/shipping/
H A Dmain.go78 var bs booking.Service
79 bs = booking.NewService(cargos, locations, handlingEvents, rs)
80 bs = booking.NewLoggingService(log.With(logger, "component", "booking"), bs)
81 bs = booking.NewInstrumentingService(
139 mux.Handle("/booking/v1/", booking.MakeHandler(bs, httpLogger))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-kit/kit/examples/shipping/
H A Dmain.go78 var bs booking.Service
79 bs = booking.NewService(cargos, locations, handlingEvents, rs)
80 bs = booking.NewLoggingService(log.With(logger, "component", "booking"), bs)
81 bs = booking.NewInstrumentingService(
139 mux.Handle("/booking/v1/", booking.MakeHandler(bs, httpLogger))

12345678910>>...44