Home
last modified time | relevance | path

Searched refs:_itemCount (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/
H A DCPagination.php92 private $_itemCount=0; variable in CPagination
127 return $this->_itemCount;
135 if(($this->_itemCount=$value)<0)
136 $this->_itemCount=0;
144 return (int)(($this->_itemCount+$this->_pageSize-1)/$this->_pageSize);
/dports/www/limesurvey/limesurvey/framework/web/
H A DCPagination.php100 private $_itemCount=0; variable in CPagination
134 return $this->_itemCount;
142 if(($this->_itemCount=$value)<0)
143 $this->_itemCount=0;
151 return (int)(($this->_itemCount+$this->_pageSize-1)/$this->_pageSize);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DLoadItemsEventArgs.cs33 _itemCount = count; in LoadItemsEventArgs()
46 private int _itemCount; field in System.Web.UI.MobileControls.LoadItemsEventArgs
52 return _itemCount;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libdevcore/
H A DRLP.cpp214 RLPStream& RLPStream::appendRaw(bytesConstRef _s, size_t _itemCount) in appendRaw() argument
217 noteAppended(_itemCount); in appendRaw()
221 void RLPStream::noteAppended(size_t _itemCount) in noteAppended() argument
223 if (!_itemCount) in noteAppended()
228 if (m_listStack.back().first < _itemCount) in noteAppended()
229 …("itemCount too large") << RequirementError((bigint)m_listStack.back().first, (bigint)_itemCount)); in noteAppended()
230 m_listStack.back().first -= _itemCount; in noteAppended()
256_itemCount = 1; // for all following iterations, we've effectively appended a single item only sin… in noteAppended()
H A DTrieHash.h17 template <class T, class U> inline h256 trieRootOver(unsigned _itemCount, T const& _getKey, U const… in trieRootOver() argument
20 for (unsigned i = 0; i < _itemCount; ++i) in trieRootOver()
H A DRLP.h391 …RLPStream& append(RLP const& _rlp, size_t _itemCount = 1) { return appendRaw(_rlp.data(), _itemCou…
408 RLPStream& appendRaw(bytesConstRef _rlp, size_t _itemCount = 1);
409 …RLPStream& appendRaw(bytes const& _rlp, size_t _itemCount = 1) { return appendRaw(&_rlp, _itemCoun…
427 void noteAppended(size_t _itemCount = 1);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DXmlObjectSerializerContext.cs27 private int _itemCount; field in System.Runtime.Serialization.XmlObjectSerializerContext
38 _itemCount = 1; in XmlObjectSerializerContext()
93 if (count > _maxItemsInObjectGraph - _itemCount) in IncrementItemCount()
95 _itemCount += count; in IncrementItemCount()
100 get { return _maxItemsInObjectGraph - _itemCount; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DBulletedList.cs35 private int _itemCount; field in System.Web.UI.WebControls.BulletedList
41 _itemCount = -1; in BulletedList()
471 if (_itemCount == -1) { in RenderContents()
480 for (int i = _firstItem; i < _firstItem + _itemCount; i++) { in RenderContents()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DJsonValueProviderFactory.cs96 private int _itemCount = 0; field in System.Web.Mvc.JsonValueProviderFactory.EntryLimitedDictionary
105 if (++_itemCount > _maximumDepth) in Add()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/Edm/
H A DItemCollection.cs44 private int _itemCount; field in System.Data.Metadata.Edm.ItemCollection
199 if (_itemsCache == null || this._itemCount != this.Count)
205 this._itemCount = this.Count;
/dports/graphics/gpxsee/GPXSee-7.32/src/GUI/
H A Doptionsdialog.h179 QCheckBox *_itemCount; variable
H A Doptionsdialog.cpp609 _itemCount = new QCheckBox(tr("Item count (>1)")); in createExportPage()
610 _itemCount->setChecked(_options->printItemCount); in createExportPage()
619 headerTabLayout->addWidget(_itemCount); in createExportPage()
812 _options->printItemCount = _itemCount->isChecked(); in accept()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dbuilder.h1082 size_t _itemCount; variable
1096 _itemCount(0), in EmbedDataNode()
1123 inline size_t itemCount() const noexcept { return _itemCount; } in itemCount()
1133 inline size_t dataSize() const noexcept { return typeSize() * _itemCount; } in dataSize()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dbuilder.h1082 size_t _itemCount; variable
1096 _itemCount(0), in EmbedDataNode()
1123 inline size_t itemCount() const noexcept { return _itemCount; } in itemCount()
1133 inline size_t dataSize() const noexcept { return typeSize() * _itemCount; } in dataSize()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dbuilder.h1087 size_t _itemCount; variable
1101 _itemCount(0), in EmbedDataNode()
1128 inline size_t itemCount() const noexcept { return _itemCount; } in itemCount()
1138 inline size_t dataSize() const noexcept { return typeSize() * _itemCount; } in dataSize()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dbuilder.h1087 size_t _itemCount; variable
1101 _itemCount(0), in EmbedDataNode()
1128 inline size_t itemCount() const noexcept { return _itemCount; } in itemCount()
1138 inline size_t dataSize() const noexcept { return typeSize() * _itemCount; } in dataSize()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dbuilder.h1087 size_t _itemCount; variable
1101 _itemCount(0), in EmbedDataNode()
1128 inline size_t itemCount() const noexcept { return _itemCount; } in itemCount()
1138 inline size_t dataSize() const noexcept { return typeSize() * _itemCount; } in dataSize()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dbuilder.h1087 size_t _itemCount; variable
1101 _itemCount(0), in EmbedDataNode()
1128 inline size_t itemCount() const noexcept { return _itemCount; } in itemCount()
1138 inline size_t dataSize() const noexcept { return typeSize() * _itemCount; } in dataSize()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/comprehend/
H A Dgame_data.cpp173 _itemCount = 0; in clearGame()
631 _itemCount = fb->readByte(); in parse_header()
H A Dgame_data.h390 uint8 _itemCount; variable
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/MWPhotoBrowser/Libraries/PSTCollectionView/
H A DPSTGridLayoutRow.m187 return _itemCount;
/dports/www/firefox-esr/firefox-91.8.0/browser/components/downloads/
H A DDownloadsCommon.jsm1234 this._itemCount = 0;
1240 this._itemCount++;
1291 this._itemCount--;
1341 _itemCount: 0,
1367 this._hasDownloads = this._itemCount > 0;
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/downloads/
H A DDownloadsCommon.jsm1130 this._itemCount = 0;
1136 this._itemCount++;
1186 this._itemCount--;
1238 _itemCount: 0,
1264 this._hasDownloads = this._itemCount > 0;
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/downloads/
H A DDownloadsCommon.jsm1234 this._itemCount = 0;
1240 this._itemCount++;
1291 this._itemCount--;
1341 _itemCount: 0,
1367 this._hasDownloads = this._itemCount > 0;
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/downloads/
H A DDownloadsCommon.jsm1101 this._itemCount = 0;
1107 this._itemCount++;
1149 this._itemCount--;
1200 _itemCount: 0,
1226 this._hasDownloads = (this._itemCount > 0);

12