Home
last modified time | relevance | path

Searched refs:_maxResults (Results 1 – 16 of 16) sorted by relevance

/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/
H A DListContainersOptions.php45 private $_maxResults; variable in MicrosoftAzure\\Storage\\Blob\\Models\\ListContainersOptions
84 return $this->_maxResults;
101 $this->_maxResults = $maxResults;
H A DListBlobsOptions.php46 private $_maxResults; variable in MicrosoftAzure\\Storage\\Blob\\Models\\ListBlobsOptions
106 return $this->_maxResults;
119 $this->_maxResults = $maxResults;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libweb3jsonrpc/
H A DDebug.cpp151 string const& _blockHashOrNumber, int _txIndex, string const& _addressHash, int _maxResults) in debug_accountRange() argument
155 if (_maxResults <= 0) in debug_accountRange()
162 auto const addressMap = state.addresses(h256(_addressHash), _maxResults); in debug_accountRange()
180 …t& _blockHashOrNumber, int _txIndex, string const& _address, string const& _begin, int _maxResults) in debug_storageRangeAt() argument
186 if (_maxResults <= 0) in debug_storageRangeAt()
199 if (ret["storage"].size() == static_cast<unsigned>(_maxResults)) in debug_storageRangeAt()
H A DDebug.h34 std::string const& _addressHash, int _maxResults) override;
39 …r, int _txIndex, std::string const& _address, std::string const& _begin, int _maxResults) override;
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DQuery.php166 private $_maxResults = null; variable in Doctrine\\ORM\\Query
600 $this->_maxResults = $maxResults;
614 return $this->_maxResults;
711 '&firstResult=' . $this->_firstResult . '&maxResult=' . $this->_maxResults .
721 return sha1(parent::getHash(). '-'. $this->_firstResult . '-' . $this->_maxResults);
H A DQueryBuilder.php112 private $_maxResults = null; variable in Doctrine\\ORM\\QueryBuilder
353 ->setMaxResults($this->_maxResults);
647 $this->_maxResults = $maxResults;
660 return $this->_maxResults;
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DQuery.php174 private $_maxResults = null; variable in Doctrine\\ORM\\Query
664 $this->_maxResults = $maxResults;
678 return $this->_maxResults;
773 '&firstResult=' . $this->_firstResult . '&maxResult=' . $this->_maxResults .
783 return sha1(parent::getHash(). '-'. $this->_firstResult . '-' . $this->_maxResults);
H A DQueryBuilder.php112 private $_maxResults = null; variable in Doctrine\\ORM\\QueryBuilder
355 ->setMaxResults($this->_maxResults);
660 $this->_maxResults = $maxResults;
673 return $this->_maxResults;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethereum/
H A DState.cpp245 h256 const& _beginHash, size_t _maxResults) const in addresses()
262 if (addresses.size() == _maxResults) in addresses()
289 if (addresses.size() > _maxResults) in addresses()
291 auto itEnd = std::next(addresses.begin(), _maxResults); in addresses()
H A DState.h188 std::pair<AddressMap, h256> addresses(h256 const& _begin, size_t _maxResults) const;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/places/
H A DUnifiedComplete.jsm695 this._maxResults = queryContext.maxResults;
706 this._maxResults = maxResults
1104 this._result.matchCount < this._maxResults
1112 this._result.matchCount < this._maxResults
1124 if (count < this._maxResults) {
1726 this._maxResults
1756 remoteTabsAdded < this._maxResults / 2 &&
1890 if (!this.pending || count >= this._maxResults) {
2455 maxResults: this._maxResults,
2477 maxResults: this._maxResults,
[all …]
/dports/www/firefox/firefox-99.0/browser/components/urlbar/
H A DUrlbarProviderPlaces.jsm432 this._maxResults = queryContext.maxResults;
695 if (count < this._maxResults) {
795 if (!this.pending || count >= this._maxResults) {
1028 this._makeGroups(UrlbarPrefs.get("resultGroups"), this._maxResults);
1111 initialMaxResultCount = this._maxResults;
1293 maxResults: this._maxResults,
1319 maxResults: this._maxResults,
/dports/www/firefox-esr/firefox-91.8.0/browser/components/urlbar/
H A DUrlbarProviderPlaces.jsm437 this._maxResults = queryContext.maxResults;
709 if (count < this._maxResults) {
809 if (!this.pending || count >= this._maxResults) {
1049 this._makeBuckets(UrlbarPrefs.get("resultGroups"), this._maxResults);
1132 initialMaxResultCount = this._maxResults;
1314 maxResults: this._maxResults,
1340 maxResults: this._maxResults,
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/urlbar/
H A DUrlbarProviderPlaces.jsm437 this._maxResults = queryContext.maxResults;
709 if (count < this._maxResults) {
809 if (!this.pending || count >= this._maxResults) {
1049 this._makeBuckets(UrlbarPrefs.get("resultGroups"), this._maxResults);
1132 initialMaxResultCount = this._maxResults;
1314 maxResults: this._maxResults,
1340 maxResults: this._maxResults,
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/extensions/internal/
H A DAddonRepository.jsm520 _maxResults: null,
830 for (let i = 0; i < aElements.length && results.length < this._maxResults; i++) {
1252 for (let i = 0; i < aElements.length && results.length < this._maxResults; i++) {
1444 this._maxResults = aMaxResults;
/dports/devel/py-jira/jira-2.0.0/jira/
H A Dclient.py150 def __init__(self, iterable=None, _startAt=0, _maxResults=0, _total=0, _isLast=None): argument
157 self.maxResults = _maxResults