Home
last modified time | relevance | path

Searched refs:foundItems (Results 1 – 25 of 104) sorted by relevance

12345

/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/index/bintree/
H A DBintree.java142 List foundItems = new ArrayList(); in iterator() local
143 root.addAllItems(foundItems); in iterator()
144 return foundItems.iterator(); in iterator()
165 List foundItems = new ArrayList(); in query() local
166 query(interval, foundItems); in query()
167 return foundItems; in query()
178 public void query(Interval interval, Collection foundItems) in query() argument
180 root.addAllItemsFromOverlapping(interval, foundItems); in query()
/dports/graphics/geos/geos-3.9.1/src/index/bintree/
H A DBintree.cpp122 vector<void*>* foundItems = new vector<void*>(); in iterator() local
123 root->addAllItems(foundItems); in iterator()
124 return foundItems; in iterator()
143 vector<void*>* foundItems = new vector<void*>(); in query() local
144 query(interval, foundItems); in query()
145 return foundItems; in query()
149 Bintree::query(Interval* interval, vector<void*>* foundItems) in query() argument
151 root->addAllItemsFromOverlapping(interval, foundItems); in query()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/plugin_interface/
H A Didwarningitem.cpp66 QVector<IdWarningItem*> foundItems; in checkDuplicates() local
73 foundItems << item; in checkDuplicates()
77 if (foundItems.count() == 1) { in checkDuplicates()
78 foundItems[0]->setWarningActive(false); in checkDuplicates()
80 for (int i = 0; i < foundItems.count(); ++i) { in checkDuplicates()
81 foundItems[i]->setReason(tr("Duplicate ID (%1).").arg(id)); in checkDuplicates()
82 foundItems[i]->setWarningActive(true); in checkDuplicates()
/dports/graphics/geos/geos-3.9.1/src/index/quadtree/
H A DQuadtree.cpp106 vector<void*>& foundItems) in query() argument
112 root.addAllItemsFromOverlapping(*searchEnv, foundItems); in query()
114 cerr << "Quadtree::query returning " << foundItems.size() in query()
125 vector<void*>* foundItems = new vector<void*>(); in queryAll() local
126 root.addAllItems(*foundItems); in queryAll()
127 return foundItems; in queryAll()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DRedisCache.php77 $foundItems = array();
81 $foundItems[$key] = $value;
85 return $foundItems;
H A DCacheProvider.php93 $foundItems = array();
99 $foundItems[$requestedKey] = $items[$namespacedKey];
103 return $foundItems;
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DRedisCache.php77 $foundItems = array();
81 $foundItems[$key] = $value;
85 return $foundItems;
H A DCacheProvider.php93 $foundItems = array();
99 $foundItems[$requestedKey] = $items[$namespacedKey];
103 return $foundItems;
/dports/www/drupal8/drupal-8.9.20/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DRedisCache.php77 $foundItems = array();
81 $foundItems[$key] = $value;
85 return $foundItems;
H A DCacheProvider.php93 $foundItems = array();
99 $foundItems[$requestedKey] = $items[$namespacedKey];
103 return $foundItems;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DRedisCache.php58 $foundItems = [];
65 $foundItems[$key] = $value;
68 return $foundItems;
H A DCacheProvider.php75 $foundItems = [];
84 $foundItems[$requestedKey] = $items[$namespacedKey];
87 return $foundItems;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DRedisCache.php58 $foundItems = [];
65 $foundItems[$key] = $value;
68 return $foundItems;
H A DCacheProvider.php75 $foundItems = [];
84 $foundItems[$requestedKey] = $items[$namespacedKey];
87 return $foundItems;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DRedisCache.php58 $foundItems = [];
65 $foundItems[$key] = $value;
68 return $foundItems;
H A DCacheProvider.php75 $foundItems = [];
84 $foundItems[$requestedKey] = $items[$namespacedKey];
87 return $foundItems;
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/index/quadtree/
H A DQuadtree.java226 List foundItems = new ArrayList(); in queryAll() local
227 root.addAllItems(foundItems); in queryAll()
228 return foundItems; in queryAll()
/dports/net/kimap/kimap-21.12.3/autotests/
H A Dsearchjobtest.cpp102 QVector<qint64> foundItems = job->results(); in testSearch() local
103 QCOMPARE(foundItems.size(), expectedResultsCount); in testSearch()
188 QVector<qint64> foundItems = job->results(); in testSearchTerm() local
189 QCOMPARE(foundItems.size(), expectedResultsCount); in testSearchTerm()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCacheProvider.php74 $foundItems = [];
83 $foundItems[$requestedKey] = $items[$namespacedKey];
86 return $foundItems;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCacheProvider.php74 $foundItems = [];
83 $foundItems[$requestedKey] = $items[$namespacedKey];
86 return $foundItems;
/dports/finance/prestashop/prestashop/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCacheProvider.php74 $foundItems = [];
83 $foundItems[$requestedKey] = $items[$namespacedKey];
86 return $foundItems;
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCacheProvider.php74 $foundItems = [];
83 $foundItems[$requestedKey] = $items[$namespacedKey];
86 return $foundItems;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCacheProvider.php74 $foundItems = [];
83 $foundItems[$requestedKey] = $items[$namespacedKey];
86 return $foundItems;
/dports/www/matomo/piwik/vendor/matomo/doctrine-cache-fork/lib/Doctrine/Common/Cache/
H A DCacheProvider.php74 $foundItems = [];
83 $foundItems[$requestedKey] = $items[$namespacedKey];
86 return $foundItems;
/dports/www/owncloud/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCacheProvider.php74 $foundItems = [];
83 $foundItems[$requestedKey] = $items[$namespacedKey];
86 return $foundItems;

12345