Home
last modified time | relevance | path

Searched refs:hasLine (Results 1 – 25 of 96) sorted by relevance

1234

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/
H A DEMBLPlainTextFormat.cpp135 bool hasLine = false; in readEntry() local
136 while (hasLine || st->readNextLine(false)) { in readEntry()
137 hasLine = false; in readEntry()
179 hasLine = true; in readEntry()
188 hasLine = true; in readEntry()
194 hasLine = true; in readEntry()
H A DSwissProtPlainTextFormat.cpp135 bool hasLine = false; in readEntry() local
136 while (hasLine || st->readNextLine(false)) { in readEntry()
137 hasLine = false; in readEntry()
180 hasLine = true; in readEntry()
189 hasLine = true; in readEntry()
198 hasLine = true; in readEntry()
H A DGenbankPlainTextFormat.cpp155 bool hasLine = false; in readEntry() local
157 while (hasLine || st->readNextLine(true)) { in readEntry()
158 hasLine = false; in readEntry()
173 hasLine = true; in readEntry()
192 hasLine = true; in readEntry()
203 hasLine = true; in readEntry()
214 hasLine = true; in readEntry()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/api/
H A Dqcoloringmessagehandler.cpp79 const bool hasLine = sourceLocation.line() != -1; in handleMessage() local
85 if(hasLine) in handleMessage()
122 if(hasLine) in handleMessage()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/api/
H A Dqcoloringmessagehandler.cpp77 const bool hasLine = sourceLocation.line() != -1; in handleMessage() local
83 if(hasLine) in handleMessage()
120 if(hasLine) in handleMessage()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dmergetool.cpp210 const bool hasLine = m_process->canReadLine(); in readData() local
211 … const QByteArray line = hasLine ? m_process->readLine() : m_process->readAllStandardOutput(); in readData()
222 waitForFurtherInput = !hasLine; in readData()
228 waitForFurtherInput = !hasLine; in readData()
/dports/mail/spamprobe/spamprobe-1.4d/src/parser/
H A DMailMessageReader.cc81 while (reader()->hasLine()) { in readMessageWithBoundary()
100 while (reader()->hasLine()) { in readMessageWithContentLength()
H A DMbxMailMessageReader.cc60 if (!reader()->hasLine()) { in readMBXRecordHeader()
/dports/graphics/fig2sxd/fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3/
H A Dxfig_arc.cpp72 if( lfs->hasLine() || lfs->hasFill() ) { in write()
83 if( lfs->hasLine() ) { in write()
H A Dxfig_poly.cpp180 const bool long_line = (sub_type==1 && npoints>limit && lfs->hasLine() in write_poly()
229 if( lfs->hasLine() ) { in write_poly()
235 if( lfs->hasLine() || lfs->hasFill() ) { in write_poly()
H A Dxfig_ellipse.cpp51 if( !( lfs->hasLine() || lfs->hasFill() ) ) in write()
H A Dstyles.h102 bool hasLine() const;
/dports/net/mpich2/mpich2-1.5/maint/
H A Dextracterrmsgs687 my ($genericArgLoc,$hasLine,$hasSpecific,$onlyIndirect) =
708 if ($hasLine >= 0 &&
709 ($args[$hasLine] ne "__LINE__" && $args[$hasLine] ne "line")) {
712 my $tmpi = $hasLine + 1;
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/internal/lsp/source/
H A Ddiagnostics.go148 remainder1, first, hasLine := chop(pkgErr.Pos)
151 if hasLine && hasColumn {
155 } else if hasLine {
/dports/net/mpich/mpich-3.4.3/maint/
H A Dextracterrmsgs710 my ($genericArgLoc,$hasLine,$hasSpecific,$onlyIndirect,$errClassLoc) =
731 if ($hasLine >= 0 &&
732 ($args[$hasLine] ne "__LINE__" && $args[$hasLine] ne "line")) {
735 my $tmpi = $hasLine + 1;
/dports/games/scummvm/scummvm-2.5.1/engines/gob/pregob/
H A Dtxtfile.cpp123 bool hasLine = false; in getArea() local
139 hasLine = true; in getArea()
143 return hasLine; in getArea()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/pregob/
H A Dtxtfile.cpp123 bool hasLine = false; in getArea() local
139 hasLine = true; in getArea()
143 return hasLine; in getArea()
/dports/mail/spamprobe/spamprobe-1.4d/src/includes/
H A DLineReader.h45 bool hasLine();
/dports/audio/musescore/MuseScore-3.6.1/mscore/inspector/
H A DinspectorAmbitus.cpp91 … { Pid::GHOST, 0, r.hasLine, r.resetHasLine }, // recycled property in InspectorAmbitus()
126 if (!r.hasLine->isChecked()) { in setElement()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/linkeddata/gojsonld/
H A DrdfDataset.go191 if _, hasLine := frequencyMap[lineString]; !hasLine {
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/MarkupProviders/
H A DMarkupBase.py162 def hasLine(self): member in MarkupBase
/dports/mail/spamprobe/spamprobe-1.4d/src/input/
H A DLineReader.cc110 bool LineReader::hasLine() in hasLine() function in LineReader
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/agglite/
H A DAGGLiteRasterizerTileSource.cpp182 bool hasLine = false; in renderFeaturesForStyle() local
205 hasLine = true; in renderFeaturesForStyle()
210 if ( !hasLine && !hasPoly ) in renderFeaturesForStyle()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/ui/
H A Dui_scroll_box.h120 bool hasLine(int lineData);
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/ui/
H A Dui_scroll_box.h144 bool hasLine(int lineData);

1234