Home
last modified time | relevance | path

Searched refs:_currentPos (Results 1 – 25 of 79) sorted by relevance

1234

/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/
H A Ddirhistoryqueue.cpp34 _panel(panel), _currentPos(0) in DirHistoryQueue()
44 _currentPos = 0; in clear()
50 return _urlQueue[_currentPos]; in currentUrl()
58 _urlQueue[_currentPos] = url; in setCurrentUrl()
64 return _currentItems[_currentPos]; in currentItem()
97 _currentPos = 0; in add()
115 _currentPos = pos; in gotoPos()
123 return gotoPos(_currentPos + 1); in goBack()
128 return gotoPos(_currentPos - 1); in goForward()
158 if(_currentPos >= _urlQueue.count() || _currentPos < 0) in restore()
[all …]
/dports/emulators/stella/stella-6.6/src/gui/
H A DListWidget.cxx132 if(_currentPos == 0) in setHighlighted()
157 if(_currentPos != item) in scrollTo()
159 _currentPos = item; in scrollTo()
178 _currentPos = 0; in recalc()
182 if (_currentPos < 0) in recalc()
183 _currentPos = 0; in recalc()
211 _scrollBar->_currentPos = _currentPos; in scrollBarRecalc()
414 _currentPos = data; in handleCommand()
430 _currentPos = item; in scrollToCurrent()
439 _currentPos = 0; in scrollToCurrent()
[all …]
H A DScrollBarWidget.cxx119 int old_pos = _currentPos; in handleMouseDown()
128 _currentPos--; in handleMouseDown()
134 _currentPos++; in handleMouseDown()
139 _currentPos -= _entriesPerPage - 1; in handleMouseDown()
143 _currentPos += _entriesPerPage - 1; in handleMouseDown()
165 int old_pos = _currentPos; in handleMouseWheel()
188 int old_pos = _currentPos; in handleMouseMoved()
232 _currentPos = 0; in checkBounds()
234 _currentPos = _numEntries - _entriesPerPage; in checkBounds()
236 if (old_pos != _currentPos) in checkBounds()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/
H A DXmlParser112 void operator ++ () { if (_currentPos<_buffer.size()) ++_currentPos; }
114 …void operator += (size_type n) { if ((_currentPos+n)<_buffer.size()) _currentPos+=n; else _current…
122 if (_currentPos<_buffer.size())
126 else return pos-_currentPos;
148 … int char0 = static_cast<unsigned char>(_buffer[_currentPos]); ++_currentPos;
153 str.push_back(_buffer[_currentPos]); ++_currentPos;
156 str.push_back(_buffer[_currentPos]); ++_currentPos;
159 str.push_back(_buffer[_currentPos]); ++_currentPos;
163 … str.push_back(_buffer[_currentPos]); ++_currentPos; // 5-byte character?
170 ++_currentPos;
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/widgets/
H A Dscrollbar.cpp49 _currentPos = 0; in ScrollBarWidget()
56 int old_pos = _currentPos; in handleMouseDown()
64 _currentPos -= _singleStep; in handleMouseDown()
69 _currentPos += _singleStep; in handleMouseDown()
91 int old_pos = _currentPos; in handleMouseWheel()
97 _currentPos -= _singleStep; in handleMouseWheel()
99 _currentPos += _singleStep; in handleMouseWheel()
112 int old_pos = _currentPos; in handleMouseMoved()
121 _currentPos = in handleMouseMoved()
163 _currentPos = 0; in checkBounds()
[all …]
H A Dlist.cpp51 _currentPos = 0; in ListWidget()
84 _currentPos = 0; in ListWidget()
179 if (_currentPos < 0) in setList()
180 _currentPos = 0; in setList()
216 _currentPos = item; in scrollTo()
225 _scrollBar->_currentPos = _currentPos; in scrollBarRecalc()
298 if (item >= _currentPos && item < _currentPos + _entriesPerPage && in findItem()
592 _currentPos = 0; in checkBounds()
608 _scrollBar->_currentPos = _currentPos; in scrollToCurrent()
619 _scrollBar->_currentPos = _currentPos; in scrollToEnd()
[all …]
/dports/games/residualvm/residualvm-0.3.1/gui/widgets/
H A Dscrollbar.cpp49 _currentPos = 0; in ScrollBarWidget()
55 int old_pos = _currentPos; in handleMouseDown()
63 _currentPos--; in handleMouseDown()
68 _currentPos++; in handleMouseDown()
90 int old_pos = _currentPos; in handleMouseWheel()
96 _currentPos--; in handleMouseWheel()
98 _currentPos++; in handleMouseWheel()
120 _currentPos = in handleMouseMoved()
149 _currentPos -= 3; in handleTickle()
151 _currentPos += 3; in handleTickle()
[all …]
H A Dlist.cpp52 _currentPos = 0; in ListWidget()
84 _currentPos = 0; in ListWidget()
181 if (_currentPos < 0) in setList()
182 _currentPos = 0; in setList()
218 _currentPos = item; in scrollTo()
227 _scrollBar->_currentPos = _currentPos; in scrollBarRecalc()
275 if (item >= _currentPos && item < _currentPos + _entriesPerPage && in findItem()
574 _currentPos = 0; in checkBounds()
590 _scrollBar->_currentPos = _currentPos; in scrollToCurrent()
601 _scrollBar->_currentPos = _currentPos; in scrollToEnd()
[all …]
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/swift/lib/classes/Swift/CharacterStream/
H A DNgCharacterStream.php97 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
144 $this->_currentPos = 0;
181 if ($this->_currentPos>=$this->_charCount)
187 ? $this->_charCount - $this->_currentPos
196 $this->_currentPos += $length;
200 $end = $this->_currentPos + $length;
205 for (; $this->_currentPos < $length; ++$this->_currentPos)
219 $end = $this->_currentPos + $length;
225 if ($this->_currentPos>0)
230 for (; $this->_currentPos < $end; ++$this->_currentPos)
[all …]
/dports/games/scummvm/scummvm-2.5.1/gui/widgets/
H A Dscrollbar.cpp49 _currentPos = 0; in ScrollBarWidget()
56 int old_pos = _currentPos; in handleMouseDown()
64 _currentPos -= _singleStep; in handleMouseDown()
69 _currentPos += _singleStep; in handleMouseDown()
91 int old_pos = _currentPos; in handleMouseWheel()
97 _currentPos -= _singleStep; in handleMouseWheel()
99 _currentPos += _singleStep; in handleMouseWheel()
112 int old_pos = _currentPos; in handleMouseMoved()
121 _currentPos = in handleMouseMoved()
163 _currentPos = 0; in checkBounds()
[all …]
H A Dlist.cpp49 _currentPos = 0; in ListWidget()
85 _currentPos = 0; in ListWidget()
187 if (_currentPos < 0) in setList()
188 _currentPos = 0; in setList()
224 _currentPos = item; in scrollTo()
233 _scrollBar->_currentPos = _currentPos; in scrollBarRecalc()
306 if (item >= _currentPos && item < _currentPos + _entriesPerPage && in findItem()
638 _currentPos = 0; in checkBounds()
654 _scrollBar->_currentPos = _currentPos; in scrollToCurrent()
665 _scrollBar->_currentPos = _currentPos; in scrollToEnd()
[all …]
/dports/devel/flyspray/flyspray-0.9.9.7_4/includes/external/swift-mailer/classes/Swift/CharacterStream/
H A DNgCharacterStream.php95 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
142 $this->_currentPos = 0;
179 if ($this->_currentPos>=$this->_charCount)
185 ? $this->_charCount - $this->_currentPos
194 $this->_currentPos += $length;
198 $end = $this->_currentPos + $length;
203 for (; $this->_currentPos < $length; ++$this->_currentPos)
217 $end = $this->_currentPos + $length;
223 if ($this->_currentPos>0)
228 for (; $this->_currentPos < $end; ++$this->_currentPos)
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/swiftmailer/classes/Swift/CharacterStream/
H A DNgCharacterStream.php97 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
144 $this->_currentPos = 0;
181 if ($this->_currentPos>=$this->_charCount)
187 ? $this->_charCount - $this->_currentPos
196 $this->_currentPos += $length;
200 $end = $this->_currentPos + $length;
205 for (; $this->_currentPos < $length; ++$this->_currentPos)
219 $end = $this->_currentPos + $length;
225 if ($this->_currentPos>0)
230 for (; $this->_currentPos < $end; ++$this->_currentPos)
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/
H A DNgCharacterStream.php79 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
125 $this->_currentPos = 0;
164 if ($this->_currentPos >= $this->_charCount) {
168 …$length = $this->_currentPos + $length > $this->_charCount ? $this->_charCount - $this->_currentPo…
173 $this->_currentPos * $this->_map,
175 $this->_currentPos += $length;
180 for (; $this->_currentPos < $length; ++$this->_currentPos) {
190 $end = $this->_currentPos + $length;
194 if ($this->_currentPos > 0) {
198 for (; $this->_currentPos < $end; ++$this->_currentPos) {
[all …]
/dports/www/phpmyfaq/phpmyfaq/src/libs/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/
H A DNgCharacterStream.php79 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
125 $this->_currentPos = 0;
164 if ($this->_currentPos >= $this->_charCount) {
168 …$length = $this->_currentPos + $length > $this->_charCount ? $this->_charCount - $this->_currentPo…
173 $this->_currentPos * $this->_map,
175 $this->_currentPos += $length;
180 for (; $this->_currentPos < $length; ++$this->_currentPos) {
190 $end = $this->_currentPos + $length;
194 if ($this->_currentPos > 0) {
198 for (; $this->_currentPos < $end; ++$this->_currentPos) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/
H A DNgCharacterStream.php79 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
125 $this->_currentPos = 0;
164 if ($this->_currentPos >= $this->_charCount) {
168 …$length = $this->_currentPos + $length > $this->_charCount ? $this->_charCount - $this->_currentPo…
173 $this->_currentPos * $this->_map,
175 $this->_currentPos += $length;
180 for (; $this->_currentPos < $length; ++$this->_currentPos) {
190 $end = $this->_currentPos + $length;
194 if ($this->_currentPos > 0) {
198 for (; $this->_currentPos < $end; ++$this->_currentPos) {
[all …]
/dports/www/kanboard/kanboard-1.2.21/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/
H A DNgCharacterStream.php79 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
125 $this->_currentPos = 0;
164 if ($this->_currentPos >= $this->_charCount) {
168 …$length = $this->_currentPos + $length > $this->_charCount ? $this->_charCount - $this->_currentPo…
173 $this->_currentPos * $this->_map,
175 $this->_currentPos += $length;
180 for (; $this->_currentPos < $length; ++$this->_currentPos) {
190 $end = $this->_currentPos + $length;
194 if ($this->_currentPos > 0) {
198 for (; $this->_currentPos < $end; ++$this->_currentPos) {
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/
H A DNgCharacterStream.php79 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
125 $this->_currentPos = 0;
164 if ($this->_currentPos >= $this->_charCount) {
168 …$length = $this->_currentPos + $length > $this->_charCount ? $this->_charCount - $this->_currentPo…
173 $this->_currentPos * $this->_map,
175 $this->_currentPos += $length;
180 for (; $this->_currentPos < $length; ++$this->_currentPos) {
190 $end = $this->_currentPos + $length;
194 if ($this->_currentPos > 0) {
198 for (; $this->_currentPos < $end; ++$this->_currentPos) {
[all …]
/dports/www/itop/web/lib/swiftmailer/lib/classes/Swift/CharacterStream/
H A DNgCharacterStream.php79 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
125 $this->_currentPos = 0;
164 if ($this->_currentPos >= $this->_charCount) {
168 …$length = $this->_currentPos + $length > $this->_charCount ? $this->_charCount - $this->_currentPo…
173 $this->_currentPos * $this->_map,
175 $this->_currentPos += $length;
180 for (; $this->_currentPos < $length; ++$this->_currentPos) {
190 $end = $this->_currentPos + $length;
194 if ($this->_currentPos > 0) {
198 for (; $this->_currentPos < $end; ++$this->_currentPos) {
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/
H A DNgCharacterStream.php79 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
125 $this->_currentPos = 0;
164 if ($this->_currentPos >= $this->_charCount) {
168 …$length = $this->_currentPos + $length > $this->_charCount ? $this->_charCount - $this->_currentPo…
173 $this->_currentPos * $this->_map,
175 $this->_currentPos += $length;
180 for (; $this->_currentPos < $length; ++$this->_currentPos) {
190 $end = $this->_currentPos + $length;
194 if ($this->_currentPos > 0) {
198 for (; $this->_currentPos < $end; ++$this->_currentPos) {
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/
H A DNgCharacterStream.php79 private $_currentPos = 0; variable in Swift_CharacterStream_NgCharacterStream
125 $this->_currentPos = 0;
164 if ($this->_currentPos >= $this->_charCount) {
168 …$length = $this->_currentPos + $length > $this->_charCount ? $this->_charCount - $this->_currentPo…
173 $this->_currentPos * $this->_map,
175 $this->_currentPos += $length;
180 for (; $this->_currentPos < $length; ++$this->_currentPos) {
190 $end = $this->_currentPos + $length;
194 if ($this->_currentPos > 0) {
198 for (; $this->_currentPos < $end; ++$this->_currentPos) {
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A Dconsole.cpp66 _currentPos = 0; in ConsoleDialog()
294 _currentPos--; in handleKeyDown()
362 _currentPos = _promptEndPos; in handleKeyDown()
404 _currentPos--; in handleKeyDown()
416 _currentPos++; in handleKeyDown()
514 _currentPos = _promptEndPos; in specialKeys()
557 _promptEndPos = _currentPos; in killLine()
569 _currentPos--; in killLastWord()
610 _currentPos = _promptStartPos; in historyScroll()
625 _promptEndPos = _currentPos; in historyScroll()
[all …]
/dports/games/scummvm/scummvm-2.5.1/gui/
H A Dconsole.cpp66 _currentPos = 0; in ConsoleDialog()
294 _currentPos--; in handleKeyDown()
362 _currentPos = _promptEndPos; in handleKeyDown()
404 _currentPos--; in handleKeyDown()
416 _currentPos++; in handleKeyDown()
518 _currentPos = _promptEndPos; in specialKeys()
561 _promptEndPos = _currentPos; in killLine()
573 _currentPos--; in killLastWord()
614 _currentPos = _promptStartPos; in historyScroll()
629 _promptEndPos = _currentPos; in historyScroll()
[all …]
/dports/emulators/stella/stella-6.6/src/debugger/gui/
H A DPromptWidget.cxx253 _currentPos++; in handleKeyDown()
260 _currentPos--; in handleKeyDown()
435 _currentPos--; in killChar()
474 _promptEndPos = _currentPos; in killLine()
493 _currentPos--; in killWord()
528 _promptEndPos = _currentPos; in textCut()
556 _promptEndPos = _currentPos; in textPaste()
661 _promptEndPos = _currentPos; in historyScroll()
791 _promptEndPos = _currentPos; in autoComplete()
877 _currentPos++; in putcharIntern()
[all …]
/dports/games/residualvm/residualvm-0.3.1/gui/
H A Dconsole.cpp66 _currentPos = 0; in ConsoleDialog()
309 _currentPos--; in handleKeyDown()
377 _currentPos = _promptEndPos; in handleKeyDown()
419 _currentPos--; in handleKeyDown()
431 _currentPos++; in handleKeyDown()
531 _currentPos = _promptEndPos; in specialKeys()
557 _promptEndPos = _currentPos; in killLine()
569 _currentPos--; in killLastWord()
610 _currentPos = _promptStartPos; in historyScroll()
625 _promptEndPos = _currentPos; in historyScroll()
[all …]

1234