Home
last modified time | relevance | path

Searched refs:tmpLine (Results 1 – 25 of 121) sorted by relevance

12345

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmlinestyle.cpp604 for (multiLine::iterator it2 = tmpLine->begin(); it2 != tmpLine->end(); ++it2) in slotAddLine()
608 tmpLine->insert(it2, sl); in slotAddLine()
615 tmpLine->push_back(sl); in slotAddLine()
640 for (multiLine::iterator it = tmpLine->begin(); it != tmpLine->end(); ++it) in rebuildList()
656 if (tmpLine->size() == 1) in slotDeleteLine()
660 for (multiLine::iterator it3 = tmpLine->begin(); it3 != tmpLine->end(); ++it3) in slotDeleteLine()
664 tmpLine->erase(it3); in slotDeleteLine()
785 for (it3 = tmpLine->begin(); it3 != tmpLine->end(); ++it3) in resort()
789 tmpLine->erase(it3); in resort()
796 for (multiLine::iterator it2 = tmpLine->begin(); it2 != tmpLine->end(); ++it2) in resort()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dformatindent.cpp266 wxString tmpLine; in FormatText() local
274 tmpLine = textLines[i]; in FormatText()
283 tmpLine += eolChars; in FormatText()
284 formattedText += tmpLine; in FormatText()
289 tmpLine = tmpLine.Trim(false); // trim from left in FormatText()
292 wxString tempLine = tmpLine; in FormatText()
319 wxString tempLine = tmpLine; in FormatText()
365 if(tmpLine.Len() == 0 && i < nLines-1) in FormatText()
366 tmpLine += eolChars; in FormatText()
374 tmpLine += eolChars; in FormatText()
[all …]
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/items/
H A DAnnotationNumberArrow.cpp41 QLineF tmpLine(mPointer, mRect->center()); in updateShape() local
42 tmpLine.setLength(tmpLine.length() - mRect->width() / 2); in updateShape()
43 QLineF shaft(tmpLine.p2(), tmpLine.p1()); in updateShape()
44 shaft.setLength(tmpLine.length() - 5); in updateShape()
/dports/lang/fpc-source/fpc-3.2.2/tests/utils/
H A Dfpts2junit.pp69 tmpLine: String;
113 if AnsiEndsText(IE_FUBAR, tmpLine) then
115 tmpLine:=AnsiReplaceText(tmpLine, IE_FUBAR, '');
119 tmpString:=ExtractWord(WordCount(tmpLine,[' '])-2,tmpLine,[' ']);
129 if AnsiStartsText(PATTERN_FAILED, tmpLine) then
131 tmpString:=TrimSet(AnsiLeftStr(tmpLine, AnsiPos(className, tmpLine)-1),[' ']);
167 if AnsiStartsText(PATTERN_SKIPPED, tmpLine) then
173 if AnsiStartsText(PATTERN_SUCCESS, tmpLine) then
178 writeln('Unparseable line: [',tmpLine,']');
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolChemicalFeatures/
H A DFeatureParser.cpp40 std::string tmpLine; in getNextLine() local
41 std::getline(inStream, tmpLine); in getNextLine()
44 if (tmpLine == "") { in getNextLine()
47 if (tmpLine[0] != '#') { in getNextLine()
50 boost::trim_right_copy_if(tmpLine, boost::is_any_of(" \t\r\n")); in getNextLine()
57 boost::trim_if(tmpLine, boost::is_any_of(" \t\r\n")); in getNextLine()
59 line += tmpLine; in getNextLine()
63 boost::trim_if(tmpLine, boost::is_any_of(" \t\r\n")); in getNextLine()
64 line += tmpLine.substr(0, tmpLine.size() - 1); in getNextLine()
/dports/games/openlierox/OpenLieroX/src/common/
H A DConfigHandler.cpp196 std::string tmpLine; in GetString() local
256 tmpLine = Line; in GetString()
257 tmpLine.erase(Position); in GetString()
258 TrimSpaces(tmpLine); in GetString()
259 curKey = tmpLine; in GetString()
265 tmpLine = Line.substr(Position+1); in GetString()
266 TrimSpaces(tmpLine); in GetString()
267 string = tmpLine; in GetString()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/templates/
H A DTemplateProvider.java105 String line, tmpLine; in loadTemplates() local
131 while( ( tmpLine = tmpReader.readLine( ) ) != null ) { in loadTemplates()
132 content.append( tmpLine + '\n' ); in loadTemplates()
256 String[] tmpLine = line.split( ":" ); //$NON-NLS-1$ in getFilesDirectories() local
259 if( tmpLine.length != 2 ) { in getFilesDirectories()
269 files.add( new Pair< String, String >( tmpLine[0].trim( ), in getFilesDirectories()
270 tmpLine[1].trim( ) ) ); in getFilesDirectories()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dindentation.cxx187 unsigned tmpLine = SM.getPresumedLineNumber(stmtLoc, &invalid2); in VisitCompoundStmt() local
191 curLine = tmpLine; in VisitCompoundStmt()
230 if (bodyLine != tmpLine && bodyColumn <= tmpColumn) in VisitCompoundStmt()
244 if (elseLine != tmpLine && elseColumn <= tmpColumn) in VisitCompoundStmt()
256 if (elseLine != tmpLine && elseColumn != tmpColumn) in VisitCompoundStmt()
291 unsigned tmpLine = SM.getPresumedLineNumber(stmtLoc, &invalid2); in VisitSwitchStmt() local
295 curLine = tmpLine; in VisitSwitchStmt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dindentation.cxx190 unsigned tmpLine = SM.getPresumedLineNumber(stmtLoc, &invalid2); in VisitCompoundStmt() local
194 curLine = tmpLine; in VisitCompoundStmt()
233 if (bodyLine != tmpLine && bodyColumn <= tmpColumn) in VisitCompoundStmt()
247 if (elseLine != tmpLine && elseColumn <= tmpColumn) in VisitCompoundStmt()
259 if (elseLine != tmpLine && elseColumn != tmpColumn) in VisitCompoundStmt()
294 unsigned tmpLine = SM.getPresumedLineNumber(stmtLoc, &invalid2); in VisitSwitchStmt() local
298 curLine = tmpLine; in VisitSwitchStmt()
/dports/net/evans/evans-0.9.1/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/x11-wm/fvwm3/fvwm3-1.0.4/bin/FvwmPrompt/vendor/github.com/abiosoft/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/chzyer/readline/readline-2972be24d48e/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/devel/awless/awless-0.1.11/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/sysutils/gomi/gomi-1.1.1/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/security/gopass/gopass-1.13.0/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/devel/taskctl/taskctl-1.4.2/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/misc/fq/fq-0.0.2/vendor/github.com/wader/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/devel/pprof/pprof-acf8798/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go151 tmpLine := make([]rune, 0, len(line))
157 tmpLine = append(tmpLine, line[i:]...)
158 return doInternal(lineCompleter, tmpLine, len(tmpLine), origLine)
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/vtkpost/
H A Dreadepfile.cpp183 QString tmpLine = post.readLine().trimmed(); in readHeader() local
184 while(tmpLine.isEmpty() || (tmpLine.at(0) == '#')) in readHeader()
185 tmpLine = post.readLine().trimmed(); in readHeader()
186 txtStream.setString(&tmpLine); in readHeader()
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Network/Email/
H A DCakeEmail.php1404 $tmpLine = $tag = '';
1413 $tmpLine .= $tag;
1421 $tmpLine = '';
1427 $tmpLine = $tag;
1442 $formatted[] = $tmpLine;
1446 $tmpLine .= $char;
1451 $formatted[] = trim($tmpLine);
1452 $tmpLine = '';
1463 $tmpLine = substr($tmpLine, $lastSpace + 1);
1469 if (!empty($tmpLine)) {
[all …]

12345