Home
last modified time | relevance | path

Searched refs:_iit (Results 1 – 3 of 3) sorted by relevance

/dports/finance/p5-Finance-QuoteTW/Finance-QuoteTW-v0.09/lib/Finance/
H A DQuoteTW.pm37 : $args{site} =~ /iit/ixm ? $self->_iit(%args)
77 sub _iit { subroutine
/dports/math/vampire/vampire-4.5.1/Lib/
H A DMetaiterators.hpp1212 : _inContext(false), _used(true), _context(context), _iit(iit) {} in ContextualIterator()
1225 if(!_iit.hasNext()) { in hasNext()
1228 _current=_iit.next(); in hasNext()
1254 Inner _iit; member in Lib::ContextualIterator
/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxworksheet.cpp3058 QMapIterator<int, QSharedPointer<Cell> > _iit( _it.value() ); // value in getFullCells() local
3060 while ( _iit.hasNext() ) in getFullCells()
3062 _iit.next(); in getFullCells()
3064 int keyII = _iit.key(); // key (cell column) in getFullCells()
3065 QSharedPointer<Cell> ptrCell = _iit.value(); // value in getFullCells()