Home
last modified time | relevance | path

Searched refs:lineContents (Results 1 – 25 of 42) sorted by relevance

12

/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/utils/
H A Dmeshloader.cpp60 QStringList lineContents = line.split(QStringLiteral(" ")); in loadOBJ() local
61 if (!lineContents.at(0).compare(QStringLiteral("v"))) { in loadOBJ()
63 vertex.setX(lineContents.at(1).toFloat()); in loadOBJ()
64 vertex.setY(lineContents.at(2).toFloat()); in loadOBJ()
65 vertex.setZ(lineContents.at(3).toFloat()); in loadOBJ()
70 uv.setX(lineContents.at(1).toFloat()); in loadOBJ()
76 normal.setX(lineContents.at(1).toFloat()); in loadOBJ()
77 normal.setY(lineContents.at(2).toFloat()); in loadOBJ()
78 normal.setZ(lineContents.at(3).toFloat()); in loadOBJ()
83 QStringList set1 = lineContents.at(1).split(slashTag); in loadOBJ()
[all …]
/dports/editors/o/o-2.46.0/
H A Dsearch.go84 lineContents := e.Line(y)
93 if x >= len(lineContents) {
96 if strings.Contains(lineContents[x:], s) {
97 foundX = x + strings.Index(lineContents[x:], s)
102 if strings.Contains(lineContents, s) {
103 foundX = strings.Index(lineContents, s)
128 lineContents := e.Line(y)
137 if x >= len(lineContents) {
140 if strings.Contains(lineContents[x:], s) {
146 if strings.Contains(lineContents, s) {
[all …]
H A Dkeyloop.go636 lineContents = e.CurrentLine()
637 trimmedLine = strings.TrimSpace(lineContents)
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/phpdoc/
H A DJavaDocAutoIndentStrategy.java408 String lineContents = document.get(lineOffset, lineLength); in jdocWrapParagraphOnInsert() local
409 StringBuffer buffer = new StringBuffer(lineContents); in jdocWrapParagraphOnInsert()
745 String lineContents = d.get(offset, length); in getLineContents() local
747 return lineContents.substring(trim); in getLineContents()
779 String lineContents = getLine(document, line); in isLineTooLong() local
814 String lineContents = document.get(firstChar, length); in isJavaDocLine() local
816 String prefix = lineContents.trim(); in isJavaDocLine()
820 lineContents = lineContents.substring(1).trim().toLowerCase(); in isJavaDocLine()
823 if (lineContents.length() == 0) in isJavaDocLine()
827 if (lineContents.startsWith("@")) //$NON-NLS-1$ in isJavaDocLine()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.search/search/org/eclipse/search/internal/ui/text/
H A DLineElement.java36 public LineElement(IResource parent, int lineNumber, int lineStartOffset, String lineContents) { in LineElement() argument
40 fLineContents= lineContents; in LineElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/
H A DLineComparator.java89 String lineContents= fDocument.get(lineRegion.getOffset(), lineRegion.getLength()); in getHash() local
90 hash= Integer.valueOf(computeDJBHash(lineContents)); in getHash()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/build/
H A DSessionBuildErrors.cpp57 const std::string& lineContents, in isMatchingFile() argument
64 return boost::algorithm::equals(lines[diagLine-1],lineContents) && in isMatchingFile()
70 const std::string& lineContents, in scanForRSourceFile() argument
93 if (isMatchingFile(lines, diagLine, lineContents, nextLineContents)) in scanForRSourceFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/texteditor/quickdiff/compare/equivalence/
H A DDocumentEquivalenceClass.java79 String lineContents= fDocument.get(lineRegion.getOffset(), lineRegion.getLength()); in internalGetHash() local
80 hash= fHashFunction.computeHash(lineContents); in internalGetHash()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/report/
H A Dsource.go555 lineContents, ok := sp.reader.line(f.fname, l)
563 lineContents = "<instructions with unknown line numbers>"
566 lineContents = "???"
596 printFunctionSourceLine(w, l, flatSum, cumSum, lineContents, asm, sp.reader, rpt)
726 func printFunctionSourceLine(w io.Writer, lineNo int, flat, cum int64, lineContents string,
733 "", template.HTMLEscapeString(lineContents))
741 "", template.HTMLEscapeString(lineContents))
742 srcIndent := indentation(lineContents)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/report/
H A Dsource.go546 lineContents, ok := sp.reader.line(f.fname, l)
554 lineContents = "<instructions with unknown line numbers>"
557 lineContents = "???"
587 printFunctionSourceLine(w, l, flatSum, cumSum, lineContents, asm, sp.reader, rpt)
717 func printFunctionSourceLine(w io.Writer, lineNo int, flat, cum int64, lineContents string,
724 "", template.HTMLEscapeString(lineContents))
732 "", template.HTMLEscapeString(lineContents))
733 srcIndent := indentation(lineContents)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/internal/report/
H A Dsource.go546 lineContents, ok := sp.reader.line(f.fname, l)
554 lineContents = "<instructions with unknown line numbers>"
557 lineContents = "???"
587 printFunctionSourceLine(w, l, flatSum, cumSum, lineContents, asm, sp.reader, rpt)
717 func printFunctionSourceLine(w io.Writer, lineNo int, flat, cum int64, lineContents string,
724 "", template.HTMLEscapeString(lineContents))
732 "", template.HTMLEscapeString(lineContents))
733 srcIndent := indentation(lineContents)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/github.com/google/pprof/internal/report/
H A Dsource.go616 lineContents, ok := sp.reader.line(f.fname, l)
624 lineContents = "<instructions with unknown line numbers>"
627 lineContents = "???"
657 printFunctionSourceLine(w, l, flatSum, cumSum, lineContents, asm, sp.reader, rpt)
790 func printFunctionSourceLine(w io.Writer, lineNo int, flat, cum int64, lineContents string,
797 "", template.HTMLEscapeString(lineContents))
814 "", template.HTMLEscapeString(lineContents))
816 srcIndent := indentation(lineContents)
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/report/
H A Dsource.go616 lineContents, ok := sp.reader.line(f.fname, l)
624 lineContents = "<instructions with unknown line numbers>"
627 lineContents = "???"
657 printFunctionSourceLine(w, l, flatSum, cumSum, lineContents, asm, sp.reader, rpt)
790 func printFunctionSourceLine(w io.Writer, lineNo int, flat, cum int64, lineContents string,
797 "", template.HTMLEscapeString(lineContents))
814 "", template.HTMLEscapeString(lineContents))
816 srcIndent := indentation(lineContents)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/report/
H A Dsource.go616 lineContents, ok := sp.reader.line(f.fname, l)
624 lineContents = "<instructions with unknown line numbers>"
627 lineContents = "???"
657 printFunctionSourceLine(w, l, flatSum, cumSum, lineContents, asm, sp.reader, rpt)
790 func printFunctionSourceLine(w io.Writer, lineNo int, flat, cum int64, lineContents string,
797 "", template.HTMLEscapeString(lineContents))
814 "", template.HTMLEscapeString(lineContents))
816 srcIndent := indentation(lineContents)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/internal/report/
H A Dsource.go616 lineContents, ok := sp.reader.line(f.fname, l)
624 lineContents = "<instructions with unknown line numbers>"
627 lineContents = "???"
657 printFunctionSourceLine(w, l, flatSum, cumSum, lineContents, asm, sp.reader, rpt)
790 func printFunctionSourceLine(w io.Writer, lineNo int, flat, cum int64, lineContents string,
797 "", template.HTMLEscapeString(lineContents))
814 "", template.HTMLEscapeString(lineContents))
816 srcIndent := indentation(lineContents)
/dports/devel/stack/stack-2.7.3/_cabal_deps/neat-interpolation-0.5.1.2/library/NeatInterpolation/
H A DParsing.hs9 Line {lineIndent :: Int, lineContents :: [LineContent]} function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/md_browser/
H A Dbase.css441 .FileContents-lineContents {
446 .FileContents-lineContents:target {
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/md_browser/
H A Dbase.css441 .FileContents-lineContents {
446 .FileContents-lineContents:target {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/
H A DAbstractProblemDetector.java232 … String lineContents = document.get(lineInformation.getOffset(), lineInformation.getLength()); in createProblem() local
233 charStart = lineInformation.getOffset() + lineContents.indexOf(name); in createProblem()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtextstream/
H A Dtst_qtextstream.cpp1887 QString lineContents = QString::fromUtf8("\342\200\223" // U+2013 EN DASH in utf8IncompleteAtBufferBoundary() local
1901 out << i << lineContents << endl; in utf8IncompleteAtBufferBoundary()
1919 … QVERIFY2(line.endsWith(lineContents), QString("Line %1: %2").arg(i).arg(line).toLocal8Bit()); in utf8IncompleteAtBufferBoundary()
/dports/deskutils/copyq/CopyQ-5.0.0/plugins/itemfakevim/fakevim/
H A Dfakevimhandler.cpp1909 QString lineContents(int line) const; // 1 based line
5466 QString data = lineContents(line); in handleInsertMode()
5510 QString text = lineContents(line); in handleInsertMode()
7919 const QString currentLine = lineContents(blockNumber + 1); in joinLines()
8002 QString FakeVimHandler::Private::lineContents(int line) const in lineContents() function in FakeVim::Internal::FakeVimHandler::Private
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/fakevim/
H A Dfakevimhandler.cpp1906 QString lineContents(int line) const; // 1 based line
5460 QString data = lineContents(line); in handleInsertMode()
5504 QString text = lineContents(line); in handleInsertMode()
7913 const QString currentLine = lineContents(blockNumber + 1); in joinLines()
7996 QString FakeVimHandler::Private::lineContents(int line) const in lineContents() function in FakeVim::Internal::FakeVimHandler::Private
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/fakevim/fakevim/
H A Dfakevimhandler.cpp1796 QString lineContents(int line) const; // 1 based line
5099 QString data = lineContents(line); in handleInsertMode()
5143 QString text = lineContents(line); in handleInsertMode()
7486 QString FakeVimHandler::Private::lineContents(int line) const in lineContents() function in FakeVim::Internal::FakeVimHandler::Private
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/fakevim/fakevim/
H A Dfakevimhandler.cpp1686 QString lineContents(int line) const; // 1 based line
5024 QString data = lineContents(line); in handleInsertMode()
5068 QString text = lineContents(line); in handleInsertMode()
7404 QString FakeVimHandler::Private::lineContents(int line) const in lineContents() function in FakeVim::Internal::FakeVimHandler::Private
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/public/-/speedscope/
H A Dsource-map.438fa06b.js.map1lineContents","getNextLine","lastGeneratedLine","lastMapping","nextLine","code","addMappingWithCod…

12