Home
last modified time | relevance | path

Searched refs:lastLine (Results 1 – 25 of 1642) sorted by relevance

12345678910>>...66

/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/SP3/
H A DSP3Data.cpp127 else if(strm.lastLine[0] == '*') { in reallyGetRecord()
148 if(strm.lastLine.size() <= 30 && strm.lastLine.size() > 26) in reallyGetRecord()
160 RecType = strm.lastLine[0]; in reallyGetRecord()
179 else if(strm.lastLine[0] == 'P' || strm.lastLine[0] == 'V') { in reallyGetRecord()
190 if (isVerC && strm.lastLine.size() < 80 && strm.lastLine.size() > 59) in reallyGetRecord()
191 leftJustify(strm.lastLine,80); in reallyGetRecord()
214 && (strm.lastLine[74] == 'E')) in reallyGetRecord()
239 else if(strm.lastLine[0] == 'E' && in reallyGetRecord()
240 (strm.lastLine[1] == 'P' || strm.lastLine[1] == 'V')) in reallyGetRecord()
252 if(strm.lastLine.size()<80) { in reallyGetRecord()
[all …]
/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A Dselection.h21 LineRef lastLine; variable
33 inline LineRef getLastLine() const { return lastLine; }; in getLastLine()
47 oldLastLine = lastLine; in reset()
50 lastLine.invalidate(); in reset()
56 oldLastLine = lastLine; in end()
57 lastLine = l; in end()
69 if (!firstLine.isValid() && !lastLine.isValid()) return LineRef(); in beginLine()
70 return std::max((LineRef)0,std::min(firstLine,lastLine)); in beginLine()
75 if (!firstLine.isValid() && !lastLine.isValid()) return LineRef(); in endLine()
76 return std::max(firstLine,lastLine); in endLine()
[all …]
/dports/editors/ted/Ted-2.23/Ted/
H A DtedInput.c72 int lastLine ) in tedInputSetSelectedPosition() argument
87 int lastLine ) in tedInputChangeSelection() argument
303 const int lastLine= 0; in tedDocGotKey() local
449 const int lastLine= 1; in tedDocGotKey() local
479 const int lastLine= 0; in tedDocGotKey() local
494 const int lastLine= 0; in tedDocGotKey() local
515 const int lastLine= 1; in tedDocGotKey() local
529 const int lastLine= 1; in tedDocGotKey() local
548 const int lastLine= 0; in tedDocGotKey() local
664 const int lastLine= 1; in tedDocGotKey() local
[all …]
/dports/devel/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1/include/
H A Dkdev-pg-location-table.h37 : lines(nullptr), lineCount(0), currentLine(0), lastLine(0) in lines()
77 if ( lastLine + 1 < currentLine && lines[lastLine] <= offset ) { in positionAt()
78 if ( lines[lastLine + 1] > offset ) { in positionAt()
80 i = lastLine; in positionAt()
81 } else if ( lastLine + 2 < currentLine && lines[lastLine + 2] > offset ) { in positionAt()
83 i = lastLine + 1; in positionAt()
101 lastLine = *line; in positionAt()
127 mutable qint64 lastLine; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jdi/
H A DDeferredStepTest.java92 int lastLine = -1; // line of the last stop field in DeferredStepTest.ThreadData
122 String lastLine = reply.get(reply.size() - 1); in next() local
123 String threadName = parse(threadRegexp, lastLine); in next()
138 int lastLine = data.lastLine; in processThreadData() local
139 data.lastLine = lineNum; in processThreadData()
140 if (lastLine < 0) { in processThreadData()
144 if (lineNum == lastLine + 1) { in processThreadData()
148 if (lineNum < lastLine) { in processThreadData()
153 Asserts.assertEquals(lastLine, data.maxLine, threadName + " - maxLine"); in processThreadData()
157 data.maxLine = lastLine; in processThreadData()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/jdi/
H A DDeferredStepTest.java92 int lastLine = -1; // line of the last stop field in DeferredStepTest.ThreadData
122 String lastLine = reply.get(reply.size() - 1); in next() local
123 String threadName = parse(threadRegexp, lastLine); in next()
138 int lastLine = data.lastLine; in processThreadData() local
139 data.lastLine = lineNum; in processThreadData()
140 if (lastLine < 0) { in processThreadData()
144 if (lineNum == lastLine + 1) { in processThreadData()
148 if (lineNum < lastLine) { in processThreadData()
153 Asserts.assertEquals(lastLine, data.maxLine, threadName + " - maxLine"); in processThreadData()
157 data.maxLine = lastLine; in processThreadData()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/jdi/
H A DDeferredStepTest.java92 int lastLine = -1; // line of the last stop field in DeferredStepTest.ThreadData
122 String lastLine = reply.get(reply.size() - 1); in next() local
123 String threadName = parse(threadRegexp, lastLine); in next()
138 int lastLine = data.lastLine; in processThreadData() local
139 data.lastLine = lineNum; in processThreadData()
140 if (lastLine < 0) { in processThreadData()
144 if (lineNum == lastLine + 1) { in processThreadData()
148 if (lineNum < lastLine) { in processThreadData()
153 Asserts.assertEquals(lastLine, data.maxLine, threadName + " - maxLine"); in processThreadData()
157 data.maxLine = lastLine; in processThreadData()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/jdi/
H A DDeferredStepTest.java92 int lastLine = -1; // line of the last stop field in DeferredStepTest.ThreadData
122 String lastLine = reply.get(reply.size() - 1); in next() local
123 String threadName = parse(threadRegexp, lastLine); in next()
138 int lastLine = data.lastLine; in processThreadData() local
139 data.lastLine = lineNum; in processThreadData()
140 if (lastLine < 0) { in processThreadData()
144 if (lineNum == lastLine + 1) { in processThreadData()
148 if (lineNum < lastLine) { in processThreadData()
153 Asserts.assertEquals(lastLine, data.maxLine, threadName + " - maxLine"); in processThreadData()
157 data.maxLine = lastLine; in processThreadData()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/jdi/
H A DDeferredStepTest.java92 int lastLine = -1; // line of the last stop field in DeferredStepTest.ThreadData
122 String lastLine = reply.get(reply.size() - 1); in next() local
123 String threadName = parse(threadRegexp, lastLine); in next()
138 int lastLine = data.lastLine; in processThreadData() local
139 data.lastLine = lineNum; in processThreadData()
140 if (lastLine < 0) { in processThreadData()
144 if (lineNum == lastLine + 1) { in processThreadData()
148 if (lineNum < lastLine) { in processThreadData()
153 Asserts.assertEquals(lastLine, data.maxLine, threadName + " - maxLine"); in processThreadData()
157 data.maxLine = lastLine; in processThreadData()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/jdi/
H A DDeferredStepTest.java92 int lastLine = -1; // line of the last stop field in DeferredStepTest.ThreadData
122 String lastLine = reply.get(reply.size() - 1); in next() local
123 String threadName = parse(threadRegexp, lastLine); in next()
138 int lastLine = data.lastLine; in processThreadData() local
139 data.lastLine = lineNum; in processThreadData()
140 if (lastLine < 0) { in processThreadData()
144 if (lineNum == lastLine + 1) { in processThreadData()
148 if (lineNum < lastLine) { in processThreadData()
153 Asserts.assertEquals(lastLine, data.maxLine, threadName + " - maxLine"); in processThreadData()
157 data.maxLine = lastLine; in processThreadData()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jdi/
H A DDeferredStepTest.java92 int lastLine = -1; // line of the last stop field in DeferredStepTest.ThreadData
122 String lastLine = reply.get(reply.size() - 1); in next() local
123 String threadName = parse(threadRegexp, lastLine); in next()
138 int lastLine = data.lastLine; in processThreadData() local
139 data.lastLine = lineNum; in processThreadData()
140 if (lastLine < 0) { in processThreadData()
144 if (lineNum == lastLine + 1) { in processThreadData()
148 if (lineNum < lastLine) { in processThreadData()
153 Asserts.assertEquals(lastLine, data.maxLine, threadName + " - maxLine"); in processThreadData()
157 data.maxLine = lastLine; in processThreadData()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/jdi/
H A DDeferredStepTest.java92 int lastLine = -1; // line of the last stop field in DeferredStepTest.ThreadData
122 String lastLine = reply.get(reply.size() - 1); in next() local
123 String threadName = parse(threadRegexp, lastLine); in next()
138 int lastLine = data.lastLine; in processThreadData() local
139 data.lastLine = lineNum; in processThreadData()
140 if (lastLine < 0) { in processThreadData()
144 if (lineNum == lastLine + 1) { in processThreadData()
148 if (lineNum < lastLine) { in processThreadData()
153 Asserts.assertEquals(lastLine, data.maxLine, threadName + " - maxLine"); in processThreadData()
157 data.maxLine = lastLine; in processThreadData()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/gettext/gettext/src/Utils/
H A DParsedComment.php29 protected $lastLine; variable in Gettext\\Utils\\ParsedComment
36 * @param int $lastLine The line where the comment ends.
38 public function __construct($comment, $firstLine, $lastLine) argument
42 $this->lastLine = $lastLine;
55 $lastLine = $line + substr_count($value, "\n");
72 return new static($value, $line, $lastLine);
92 return $this->lastLine;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/gettext/gettext/src/Utils/
H A DParsedComment.php29 protected $lastLine; variable in Gettext\\Utils\\ParsedComment
36 * @param int $lastLine The line where the comment ends.
38 public function __construct($comment, $firstLine, $lastLine) argument
42 $this->lastLine = $lastLine;
55 $lastLine = $line + substr_count($value, "\n");
72 return new static($value, $line, $lastLine);
92 return $this->lastLine;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/Session/Utils/
H A DParsedComment.php29 protected $lastLine; variable in Gettext\\Utils\\ParsedComment
36 * @param int $lastLine The line where the comment ends.
38 public function __construct($comment, $firstLine, $lastLine) argument
42 $this->lastLine = $lastLine;
55 $lastLine = $line + substr_count($value, "\n");
72 return new static($value, $line, $lastLine);
92 return $this->lastLine;
/dports/net-mgmt/cacti/cacti-1.2.19/include/vendor/gettext/src/Utils/
H A DParsedComment.php29 protected $lastLine; variable in Gettext\\Utils\\ParsedComment
36 * @param int $lastLine The line where the comment ends.
38 public function __construct($comment, $firstLine, $lastLine) argument
42 $this->lastLine = $lastLine;
55 $lastLine = $line + substr_count($value, "\n");
72 return new self($value, $line, $lastLine);
92 return $this->lastLine;
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/comafx/
H A DDialogGoToLine.cpp53 , lastLine(0) in IMPLEMENT_DYNAMIC()
83 void DialogGoToLine::SetRange( int firstLine, int lastLine ) { in SetRange() argument
85 this->lastLine = lastLine; in SetRange()
106 …Item( IDC_GOTOLINE_STATIC )->SetWindowText( va( "&Line number (%d - %d):", firstLine, lastLine ) ); in OnInitDialog()
132 line = idMath::ClampInt( firstLine, lastLine, atoi( text ) ); in BEGIN_MESSAGE_MAP()
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/
H A DCodeFormatter.scala44 var lastLine: String = "dummy" variable
47 val skip = line == "" && (lastLine == "" || lastLine.endsWith("{") || lastLine.endsWith("*/"))
52 lastLine = line
69 var lastLine: String = "dummy" variable
73 val skip = getComment(lastLine).zip(getComment(line)).exists {
82 lastLine = line
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/scripts/
H A Dtest2tasks.pl105 my $lastLine = '';
119 $lastLine .= $line;
138 my $type = index($lastLine, 'FAIL') == 0 || index($lastLine, 'XPASS') == 0 ?
140 print $fullFileName, "\t", $line, "\t", $type, "\t", $lastLine,"\n";
148 $lastLine = $line;
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/VObject/Property/
H A DText.php243 $lastLine=$str;
254 $lastLine.=$val[$ii];
256 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
258 if (strlen($lastLine)>=75) {
260 $out.=$lastLine. "=\r\n ";
261 $lastLine = null;
265 if (!is_null($lastLine)) $out.= $lastLine . "\r\n";
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/VObject/Property/
H A DText.php243 $lastLine=$str;
254 $lastLine.=$val[$ii];
256 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
258 if (strlen($lastLine)>=75) {
260 $out.=$lastLine. "=\r\n ";
261 $lastLine = null;
265 if (!is_null($lastLine)) $out.= $lastLine . "\r\n";
/dports/mail/davmail/davmail-src-6.0.1-3390/src/test/davmail/exchange/
H A DTestICSBufferedReader.java76 String lastLine = null; in testEventWithEmptyLine() local
78 lastLine = line; in testEventWithEmptyLine()
80 assertEquals("END:VCALENDAR", lastLine); in testEventWithEmptyLine()
129 String lastLine = null; in testBrokenTask() local
132 lastLine = line; in testBrokenTask()
134 assertEquals("END:VCALENDAR", lastLine); in testBrokenTask()
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/sabre/vobject/lib/Property/
H A DText.php232 $lastLine = $str;
243 $lastLine .= $val[$ii];
245 $lastLine .= '='.\strtoupper(\bin2hex($val[$ii]));
247 if (\strlen($lastLine) >= 75) {
249 $out .= $lastLine."=\r\n ";
250 $lastLine = null;
253 if (!\is_null($lastLine)) {
254 $out .= $lastLine."\r\n";
/dports/www/baikal/baikal/vendor/sabre/vobject/lib/Property/
H A DText.php232 $lastLine = $str;
243 $lastLine .= $val[$ii];
245 $lastLine .= '='.\strtoupper(\bin2hex($val[$ii]));
247 if (\strlen($lastLine) >= 75) {
249 $out .= $lastLine."=\r\n ";
250 $lastLine = null;
253 if (!\is_null($lastLine)) {
254 $out .= $lastLine."\r\n";
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/lib/Property/
H A DText.php232 $lastLine = $str;
243 $lastLine .= $val[$ii];
245 $lastLine .= '='.\strtoupper(\bin2hex($val[$ii]));
247 if (\strlen($lastLine) >= 75) {
249 $out .= $lastLine."=\r\n ";
250 $lastLine = null;
253 if (!\is_null($lastLine)) {
254 $out .= $lastLine."\r\n";

12345678910>>...66