Home
last modified time | relevance | path

Searched refs:selected_qty (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dknown-items.cc107 selected_qty = inv->selected_qty; in KnownEntry()
148 if (selected_qty == 0) in get_text()
150 else if (selected_qty == 1) in get_text()
162 if (selected_qty >= 1) in highlight_colour()
173 return selected_qty != 0 && quantity; in selected()
181 selected_qty = 0; in select()
182 else if (selected_qty == 0) in select()
185 selected_qty = 3 - selected_qty; // 2 <-> 1 in select()
187 selected_qty = 0; in select()
189 if (selected_qty == 2) in select()
[all …]
H A Dmenu.h101 int quantity, selected_qty; variable
119 text(txt), quantity(qty), selected_qty(0), colour(-1), in text()
162 return selected_qty > 0 && quantity; in selected()
170 selected_qty = quantity;
172 selected_qty = 0;
174 selected_qty = (qty == -1 ? quantity : qty);
H A Dinvent.cc212 else if (!selected_qty) in get_text()
214 else if (selected_qty < quantity) in get_text()
943 ie->selected_qty = presel.quantity; in do_preselect()
954 selected_items.emplace_back(inv->hotkeys[0], inv->selected_qty, in get_selitems()
H A Dshopping.cc1229 entry->selected_qty = 0; in process_key()
1276 entry->selected_qty = 0; in process_key()
/dports/finance/prestashop/prestashop/classes/order/
H A DOrderInvoice.php169 … public function getProducts($products = false, $selected_products = false, $selected_qty = false) argument
180 if ($selected_qty) {
184 $row['product_quantity'] = (int) $selected_qty[$key];
H A DOrder.php633 * @param bool $selected_qty
638 …public function getProducts($products = false, $selected_products = false, $selected_qty = false, … argument
651 if ($selected_qty) {
655 $row['product_quantity'] = (int) $selected_qty[$key];