Home
last modified time | relevance | path

Searched refs:OrderList (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/dports/cad/alliance/alliance/src/boom/src/
H A Dboom_burgun.c172 chain_list *OrderList; local
206 OrderList = (chain_list *)0;
305 OrderList = addchain( OrderList, (void *)Name );
312 OrderList = reverse( OrderList );
314 BoomBehRebuildBddNode( BehFigure, OrderList );
316 return( OrderList );
H A Dboom_gradient.c170 chain_list *OrderList; local
271 OrderList = (chain_list *)0;
288 OrderList = addchain( OrderList, (void *)Name );
291 BoomBehRebuildBddNode( BehFigure, OrderList );
293 return( OrderList );
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dssearch.cpp341 class OrderList class
344 OrderList();
346 ~OrderList();
364 OrderList::OrderList() in OrderList() function in OrderList
370 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset) in OrderList() function in OrderList
411 OrderList::~OrderList() in ~OrderList()
477 int32_t OrderList::size() const in size()
482 void OrderList::reverse() in reverse()
492 UBool OrderList::compare(const OrderList &other) const in compare()
509 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const in matchesAt()
[all …]
/dports/devel/icu/icu/source/test/intltest/
H A Dssearch.cpp341 class OrderList class
344 OrderList();
346 ~OrderList();
364 OrderList::OrderList() in OrderList() function in OrderList
370 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset) in OrderList() function in OrderList
411 OrderList::~OrderList() in ~OrderList()
477 int32_t OrderList::size() const in size()
482 void OrderList::reverse() in reverse()
492 UBool OrderList::compare(const OrderList &other) const in compare()
509 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const in matchesAt()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/api/logic/minecraft/legacy/
H A DLegacyModList.cpp34 typedef QList<OrderItem> OrderList; typedef
45 static OrderList readListFile(const QString &m_list_file) in readListFile()
47 OrderList itemList; in readListFile()
53 return OrderList(); in readListFile()
90 OrderList listOrder = readListFile(m_list_file); in update()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Dmisc_p.h34 typedef std::list<T> OrderList; typedef
87 typename OrderList::iterator iter; in insert()
110 const OrderList &order() const { return order_; } in order()
113 std::unordered_map<T, typename OrderList::iterator> dict_;
114 OrderList order_;
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dorder_sl.cpp208 SLE_REF(OrderList, first, REF_ORDER), in GetOrderListDescription()
222 for (OrderList *list : OrderList::Iterate()) { in Save()
236 OrderList *list = new (index) OrderList(0); in Load()
244 for (OrderList *list : OrderList::Iterate()) { in FixPointers()
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/preview/reservations/mgmt/2018-06-01/reservations/
H A Dmodels.go550 type OrderList struct { struct
602 func (iter OrderListIterator) Response() OrderList {
621 func (ol OrderList) IsEmpty() bool { argument
626 func (ol OrderList) hasNextLink() bool { argument
632 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
644 fn func(context.Context, OrderList) (OrderList, error)
645 ol OrderList
687 func (page OrderListPage) Response() OrderList {
700 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/reservations/mgmt/2017-11-01/reservations/
H A Dmodels.go554 type OrderList struct { struct
606 func (iter OrderListIterator) Response() OrderList {
625 func (ol OrderList) IsEmpty() bool { argument
630 func (ol OrderList) hasNextLink() bool { argument
636 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
648 fn func(context.Context, OrderList) (OrderList, error)
649 ol OrderList
691 func (page OrderListPage) Response() OrderList {
704 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/reservations/mgmt/2017-11-01/reservations/
H A Dmodels.go554 type OrderList struct { struct
606 func (iter OrderListIterator) Response() OrderList {
625 func (ol OrderList) IsEmpty() bool { argument
630 func (ol OrderList) hasNextLink() bool { argument
636 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
648 fn func(context.Context, OrderList) (OrderList, error)
649 ol OrderList
691 func (page OrderListPage) Response() OrderList {
704 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/preview/reservations/mgmt/2018-06-01/reservations/
H A Dmodels.go550 type OrderList struct { struct
602 func (iter OrderListIterator) Response() OrderList {
621 func (ol OrderList) IsEmpty() bool { argument
626 func (ol OrderList) hasNextLink() bool { argument
632 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
644 fn func(context.Context, OrderList) (OrderList, error)
645 ol OrderList
687 func (page OrderListPage) Response() OrderList {
700 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/order/
H A Dclient.go75 list := &stripe.OrderList{}
113 func (i *Iter) OrderList() *stripe.OrderList { func
114 return i.List().(*stripe.OrderList)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/reservations/mgmt/2017-11-01/reservations/
H A Dmodels.go549 type OrderList struct { struct
601 func (iter OrderListIterator) Response() OrderList {
620 func (ol OrderList) IsEmpty() bool { argument
625 func (ol OrderList) hasNextLink() bool { argument
631 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
643 fn func(context.Context, OrderList) (OrderList, error)
644 ol OrderList
686 func (page OrderListPage) Response() OrderList {
699 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/reservations/mgmt/2018-06-01/reservations/
H A Dmodels.go545 type OrderList struct { struct
597 func (iter OrderListIterator) Response() OrderList {
616 func (ol OrderList) IsEmpty() bool { argument
621 func (ol OrderList) hasNextLink() bool { argument
627 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
639 fn func(context.Context, OrderList) (OrderList, error)
640 ol OrderList
682 func (page OrderListPage) Response() OrderList {
695 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/reservations/mgmt/2017-11-01/reservations/
H A Dmodels.go549 type OrderList struct { struct
601 func (iter OrderListIterator) Response() OrderList {
620 func (ol OrderList) IsEmpty() bool { argument
625 func (ol OrderList) hasNextLink() bool { argument
631 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
643 fn func(context.Context, OrderList) (OrderList, error)
644 ol OrderList
686 func (page OrderListPage) Response() OrderList {
699 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/reservations/mgmt/2018-06-01/reservations/
H A Dmodels.go545 type OrderList struct { struct
597 func (iter OrderListIterator) Response() OrderList {
616 func (ol OrderList) IsEmpty() bool { argument
621 func (ol OrderList) hasNextLink() bool { argument
627 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
639 fn func(context.Context, OrderList) (OrderList, error)
640 ol OrderList
682 func (page OrderListPage) Response() OrderList {
695 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/reservations/mgmt/2017-11-01/reservations/
H A Dmodels.go549 type OrderList struct { struct
601 func (iter OrderListIterator) Response() OrderList {
620 func (ol OrderList) IsEmpty() bool { argument
625 func (ol OrderList) hasNextLink() bool { argument
631 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
643 fn func(context.Context, OrderList) (OrderList, error)
644 ol OrderList
686 func (page OrderListPage) Response() OrderList {
699 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/reservations/mgmt/2018-06-01/reservations/
H A Dmodels.go545 type OrderList struct { struct
597 func (iter OrderListIterator) Response() OrderList {
616 func (ol OrderList) IsEmpty() bool { argument
621 func (ol OrderList) hasNextLink() bool { argument
627 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
639 fn func(context.Context, OrderList) (OrderList, error)
640 ol OrderList
682 func (page OrderListPage) Response() OrderList {
695 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/reservations/mgmt/2017-11-01/reservations/
H A Dmodels.go549 type OrderList struct { struct
601 func (iter OrderListIterator) Response() OrderList {
620 func (ol OrderList) IsEmpty() bool { argument
625 func (ol OrderList) hasNextLink() bool { argument
631 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
643 fn func(context.Context, OrderList) (OrderList, error)
644 ol OrderList
686 func (page OrderListPage) Response() OrderList {
699 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/reservations/mgmt/2018-06-01/reservations/
H A Dmodels.go545 type OrderList struct { struct
597 func (iter OrderListIterator) Response() OrderList {
616 func (ol OrderList) IsEmpty() bool { argument
621 func (ol OrderList) hasNextLink() bool { argument
627 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
639 fn func(context.Context, OrderList) (OrderList, error)
640 ol OrderList
682 func (page OrderListPage) Response() OrderList {
695 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/reservations/mgmt/2018-06-01/reservations/
H A Dmodels.go545 type OrderList struct { struct
597 func (iter OrderListIterator) Response() OrderList {
616 func (ol OrderList) IsEmpty() bool { argument
621 func (ol OrderList) hasNextLink() bool { argument
627 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
639 fn func(context.Context, OrderList) (OrderList, error)
640 ol OrderList
682 func (page OrderListPage) Response() OrderList {
695 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/reservations/mgmt/2018-06-01/reservations/
H A Dmodels.go545 type OrderList struct { struct
597 func (iter OrderListIterator) Response() OrderList {
616 func (ol OrderList) IsEmpty() bool { argument
621 func (ol OrderList) hasNextLink() bool { argument
627 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
639 fn func(context.Context, OrderList) (OrderList, error)
640 ol OrderList
682 func (page OrderListPage) Response() OrderList {
695 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/reservations/mgmt/2017-11-01/reservations/
H A Dmodels.go549 type OrderList struct { struct
601 func (iter OrderListIterator) Response() OrderList {
620 func (ol OrderList) IsEmpty() bool { argument
625 func (ol OrderList) hasNextLink() bool { argument
631 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
643 fn func(context.Context, OrderList) (OrderList, error)
644 ol OrderList
686 func (page OrderListPage) Response() OrderList {
699 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/reservations/mgmt/2017-11-01/reservations/
H A Dmodels.go549 type OrderList struct { struct
601 func (iter OrderListIterator) Response() OrderList {
620 func (ol OrderList) IsEmpty() bool { argument
625 func (ol OrderList) hasNextLink() bool { argument
631 func (ol OrderList) orderListPreparer(ctx context.Context) (*http.Request, error) { argument
643 fn func(context.Context, OrderList) (OrderList, error)
644 ol OrderList
686 func (page OrderListPage) Response() OrderList {
699 func NewOrderListPage(cur OrderList, getNextPage func(context.Context, OrderList) (OrderList, error… argument
/dports/games/openttd/openttd-12.1/src/
H A Dorder_base.h24 typedef Pool<OrderList, OrderListID, 128, 64000> OrderListPool;
253 struct OrderList : OrderListPool::PoolItem<&_orderlist_pool> { struct
271 OrderList(VehicleOrderID num_orders = INVALID_VEH_ORDER_ID) argument
280 OrderList(Order *chain, Vehicle *v) { this->Initialize(chain, v); } in OrderList() argument
283 ~OrderList() {} in ~OrderList() argument

12345678910>>...24