Home
last modified time | relevance | path

Searched refs:countItems (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/
H A Dcompletion_test.cpp108 QCOMPARE(countItems(model), 40); in testFilterEmptyRange()
111 QCOMPARE(countItems(model), 14); in testFilterEmptyRange()
124 QCOMPARE(countItems(model), 14); in testFilterWithRange()
128 QCOMPARE(countItems(model), 1); in testFilterWithRange()
139 QCOMPARE(countItems(model), 14); in testAbortCursorMovedOutOfRange()
155 QCOMPARE(countItems(model), 14); in testAbortInvalidText()
174 QCOMPARE(countItems(model), 14); in testCustomRange1()
178 QCOMPARE(countItems(model), 1); in testCustomRange1()
192 QCOMPARE(countItems(model), 40); in testCustomRange2()
196 QCOMPARE(countItems(model), 14); in testCustomRange2()
[all …]
/dports/net/quiterss/quiterss-0.19.4_1/src/notifications/
H A Dnotificationswidget.cpp220 int countItems = 0; in NotificationWidget() local
251 countItems = 1; in NotificationWidget()
253 } else countItems++; in NotificationWidget()
275 countItems = 2; in NotificationWidget()
284 countItems = 1; in NotificationWidget()
286 } else countItems++; in NotificationWidget()
319 int countItems = 0; in NotificationWidget() local
323 countItems = 1; in NotificationWidget()
325 } else countItems++; in NotificationWidget()
339 countItems = 2; in NotificationWidget()
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/reporting/
H A Dreporting_builder.list_items.php263 $countItems = db_get_sql('SELECT COUNT(id_rc) variable
316 if (((($offset == 0) && ($config["block_size"] > $countItems)) ||
317 ($countItems >= ($config["block_size"] + $offset))) &&
318 ($countItems > $config["block_size"])) {
444 …ui_pagination ($countItems, 'index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=…
446 …ui_pagination ($countItems, 'index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=…
461 ui_pagination ($countItems,
464 ui_pagination ($countItems,
/dports/editors/calligra/calligra-3.2.1/stage/part/ui/
H A DKPrHtmlExportDialog.cpp76 int countItems = ui.kListBox_slides->count(); in checkedSlides() local
77 for (int i = 0; i < countItems; ++i) { in checkedSlides()
87 int countItems = ui.kListBox_slides->count(); in checkAllItems() local
88 for (int i = 0; i < countItems; ++i ){ in checkAllItems()
95 int countItems = ui.kListBox_slides->count(); in uncheckAllItems() local
96 for (int i = 0; i < countItems; ++i) { in uncheckAllItems()
103 int countItems = ui.kListBox_slides->count(); in slidesNames() local
104 for (int i = 0; i < countItems; ++i) { in slidesNames()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dm_classes.cpp567 unsigned int Menu::countItems() const in countItems() function in Menu
641 unsigned int count = countItems(); in drawMenu()
709 if(!isAnimating() && countItems() > 0) in draw()
804 if(countItems() == 0) in handle()
826 if(countItems() <= 1) in handle()
837 curPos = countItems() - 1; in handle()
872 if(countItems() <= 1) in handle()
878 unsigned int lastPos = countItems() - 1; in handle()
1057 if(countItems() == 0) // Do nothing. in show()
1059 if(curPos >= (signed)countItems()) in show()
[all …]
/dports/net/php81-soap/php-8.1.1/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
H A DT60.phpt2 SOAP 1.2: T60 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/www/mod_php81/php-8.1.1/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
H A DT60.phpt2 SOAP 1.2: T60 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/lang/php81/php-8.1.1/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dp_inventory.cpp131 static uint countItems(playerinventory_t const *inv, inventoryitemtype_t type) in countItems() function
147 if(!countItems(inv, type)) in useItem()
183 uint count = countItems(inv, type); in giveItem()
353 return countItems(&inventories[player], type); in P_InventoryCount()
366 if(type == IIT_NONE || countItems(inv, type)) in P_InventorySetReadyItem()
411 uint oldNumItems = countItems(inv, IIT_NONE); in P_InventoryGive()
481 if(countItems(inv, type)) in P_InventoryUse()
/dports/lang/php73/php-7.3.33/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
H A DT60.phpt2 SOAP 1.2: T60 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/net/php73-soap/php-7.3.33/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
H A DT60.phpt2 SOAP 1.2: T60 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/net/php74-soap/php-7.4.27/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
H A DT60.phpt2 SOAP 1.2: T60 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/net/php80-soap/php-8.0.15/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
H A DT60.phpt2 SOAP 1.2: T60 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/lang/php74/php-7.4.27/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/lang/php80/php-8.0.15/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
H A DT60.phpt2 SOAP 1.2: T60 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/www/mod_php73/php-7.3.33/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/www/mod_php74/php-7.4.27/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>
/dports/www/mod_php80/php-8.0.15/ext/soap/tests/soap12/
H A DT61.phpt2 SOAP 1.2: T61 countItems
13 <test:countItems xmlns:test="http://example.org/ts-tests"
20 </test:countItems>

1234567891011