Home
last modified time | relevance | path

Searched refs:Booking (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/databases/py-sqlalchemy-utils/SQLAlchemy-Utils-0.37.9/tests/types/
H A Dtest_date_range.py18 def Booking(Base): function
19 class Booking(Base): class
24 return Booking
28 def create_booking(session, Booking): argument
30 booking = Booking(
35 return session.query(Booking).first()
40 def init_models(Booking): argument
64 booking = Booking(
80 def test_integer_coercion(self, Booking): argument
106 Booking, argument
[all …]
H A Dtest_datetime_range.py18 def Booking(Base): function
19 class Booking(Base): class
24 return Booking
28 def create_booking(session, Booking): argument
30 booking = Booking(
35 return session.query(Booking).first()
40 def init_models(Booking): argument
64 booking = Booking(
73 booking = session.query(Booking).first()
80 def test_integer_coercion(self, Booking): argument
[all …]
/dports/finance/beancount/beancount-2.3.3/beancount/parser/
H A Dbooking_full_test.py1568 @book_test(Booking.NONE)
1590 @book_test(Booking.NONE)
1636 @book_test(Booking.FIFO)
1670 @book_test(Booking.FIFO)
1705 @book_test(Booking.FIFO)
1909 @book_test(Booking.FIFO)
1924 @book_test(Booking.FIFO)
1939 @book_test(Booking.NONE)
1955 @book_test(Booking.NONE)
1971 @book_test(Booking.NONE)
[all …]
H A Dbooking_method.py11 from beancount.core.data import Booking
41 assert isinstance(method, Booking), (
247 Booking.STRICT : booking_method_STRICT,
248 Booking.FIFO : booking_method_FIFO,
249 Booking.LIFO : booking_method_LIFO,
250 Booking.NONE : booking_method_NONE,
251 Booking.AVERAGE: booking_method_AVERAGE,
H A Dbooking_test.py9 from beancount.core.data import Booking
94 BOOKMETH = collections.defaultdict(lambda: Booking.STRICT)
/dports/databases/py-peewee/peewee-3.14.4/docs/peewee/
H A Dquery_examples.rst351 query = (Booking
376 query = (Booking
807 subq = Booking.select().where(Booking.member == Member.memid)
894 .select(Booking.facid, fn.SUM(Booking.slots))
917 .select(Booking.facility, fn.SUM(Booking.slots))
961 query = Booking.select(fn.COUNT(Booking.member.distinct()))
964 query = Booking.select(Booking.member).distinct()
983 .select(Booking.facility, fn.SUM(Booking.slots))
1063 .select(Booking.facility, fn.SUM(Booking.slots))
1283 (Booking.member == 0, Booking.slots * Facility.guestcost),
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/tj/taskjuggler/
H A DBooking.h25 class Booking : public SbBooking
28 Booking(const Interval& iv, Task* t) : in Booking() function
33 Booking(Interval* iv, Task* t) : in Booking() function
38 Booking(const Interval& iv, SbBooking* sb) : in Booking() function
43 ~Booking() override { delete interval; } in ~Booking()
H A DBookingList.cpp18 Booking* b1 = static_cast<Booking*>(i1); in compareItems()
19 Booking* b2 = static_cast<Booking*>(i2); in compareItems()
H A DBookingList.h26 class BookingList : public QList<Booking*>
32 typedef QListIterator<Booking*> Iterator;
/dports/www/nextcloud-calendar/calendar/lib/Service/Appointments/
H A DBookingService.php32 use OCA\Calendar\Db\Booking; alias
101 public function confirmBooking(Booking $booking, AppointmentConfig $config): Booking {
123 …$end, string $timeZone, string $displayName, string $email, ?string $description = null): Booking {
136 $booking = new Booking();
188 public function findByToken(string $token): Booking {
H A DMailService.php32 use OCA\Calendar\Db\Booking; alias
82 * @param Booking $booking
86 public function sendConfirmationEmail(Booking $booking, AppointmentConfig $config): void {
149 Booking $booking,
/dports/www/ilias6/ILIAS-6.14/Modules/BookingManager/
H A DREADME.md1 # Booking Manager
4 ### Using Booking Manager in Repository Objects
94 - [Integrating Booking Manager into Courses](https://docu.ilias.de/goto_docu_wiki_wpage_5722_1357.h…
98 This section documents the general concepts and structures of the Booking Manager. These are intern…
102 * [Booking Pool](#booking-pool)
104 * [Booking Objects](#booking-objects)
117 ### Booking Pool
145 ### Booking Objects
/dports/finance/beancount/beancount-2.3.3/beancount/core/
H A Dinventory.py59 class Booking(enum.Enum): class
401 booking = (Booking.REDUCED
403 else Booking.AUGMENTED)
416 booking = Booking.IGNORED
419 booking = Booking.CREATED
H A Dinventory_test.py18 from beancount.core.inventory import Booking
390 self.assertEqual(Booking.CREATED, booking)
393 self.assertEqual(Booking.AUGMENTED, booking)
396 self.assertEqual(Booking.REDUCED, booking)
399 self.assertEqual(Booking.REDUCED, booking)
/dports/finance/beancount/beancount-2.3.3/experiments/booking-scripts/
H A Ddetect-augmenting-lots.py32 if pos.lot.cost and booking == inventory.Booking.AUGMENTED:
50 if booking != inventory.Booking.REDUCED:
/dports/net/kitinerary/kitinerary-21.12.3/po/en_GB/
H A Dkitinerary.po66 msgid "Booking reference: %1"
67 msgstr "Booking reference: %1"
210 #~ "Booking reference: %3"
214 #~ "Booking reference: %3"
/dports/finance/beancount/beancount-2.3.3/beancount/plugins/
H A Dcheck_average_cost.py20 from beancount.core.data import Booking
68 if dopen and dopen[0] and dopen[0].booking == Booking.NONE:
/dports/www/nextcloud-calendar/calendar/lib/Db/
H A DBookingMapper.php49 * @return Booking
52 public function findByToken(string $token) : Booking {
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/po/en_GB/
H A Dmessageviewer_semantic_plugin.po179 #~ msgid "Booking reference: %1"
180 #~ msgstr "Booking reference: %1"
200 #~ "Booking reference: %3"
204 #~ "Booking reference: %3"
/dports/textproc/p5-CSS-Compressor/CSS-Compressor-0.05/
H A DREADME29 This module was originally developed for Booking.com. With approval from
30 Booking.com, this module was generalized and put on CPAN, for which the
/dports/net/kitinerary/kitinerary-21.12.3/po/ar/
H A Dkitinerary.po68 msgid "Booking reference: %1"
181 #~| msgid "Booking reference: %1"
193 #~ "Booking reference: %3"
/dports/finance/beancount/beancount-2.3.3/experiments/v3/protos/
H A Dbeancount.proto64 enum Booking { enum
76 Booking booking = 5;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/go-swagger/scan-repo-boundary/makeplans/
H A Dbooking.go4 type Booking struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/scan-repo-boundary/makeplans/
H A Dbooking.go4 type Booking struct { struct
/dports/net/kitinerary/kitinerary-21.12.3/autotests/extractordata/eurowings/
H A Dcontext.eml1 From: Booking <booking@booking.eurowings.com>

12345678910>>...16