Home
last modified time | relevance | path

Searched refs:lastEnd (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/net/messagelib/messagelib-21.12.3/mimetreeparser/src/
H A Dcryptohelper.cpp46 int lastEnd = -1; // end of the last PGP block in prepareMessageForDecryption() local
81 if (lastEnd != -1) { in prepareMessageForDecryption()
82 blocks.append(Block(msg.mid(lastEnd + 1), UnknownBlock)); in prepareMessageForDecryption()
93 if (start - lastEnd - 1 > 0) { in prepareMessageForDecryption()
94 blocks.append(Block(msg.mid(lastEnd + 1, start - lastEnd - 1), NoPgpBlock)); in prepareMessageForDecryption()
97 lastEnd = msg.indexOf("\n", nextEnd + 14); in prepareMessageForDecryption()
98 if (lastEnd == -1) { in prepareMessageForDecryption()
104 blocks.append(Block(msg.mid(start, lastEnd + 1 - start))); in prepareMessageForDecryption()
106 nextStart = msg.indexOf("\n-----BEGIN PGP ", lastEnd + 1); in prepareMessageForDecryption()
114 if (lastEnd + 1 < length) { in prepareMessageForDecryption()
[all …]
/dports/biology/canu/canu-2.2/src/bogart/
H A DAS_BAT_ChunkGraph.C130 ReadEnd lastEnd = firstEnd; in countFullWidth() local
136 while ((lastEnd.readId() != 0) && in countFullWidth()
138 seen.insert(lastEnd); in countFullWidth()
146 lastEnd = followOverlap(lastEnd); in countFullWidth()
147 lastIdx = getIndex(lastEnd); in countFullWidth()
153 if (lastEnd.readId() == 0) { in countFullWidth()
159 else if (seen.find(lastEnd) == seen.end()) { in countFullWidth()
172 ReadEnd currEnd = lastEnd; in countFullWidth()
180 } while (lastEnd != currEnd); in countFullWidth()
192 while (currEnd != lastEnd) { in countFullWidth()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A Dfloat-line.cpp628 float lastEnd = 0; in Min() local
635 lastEnd = runA.en; in Min()
641 lastEnd = runA.en; in Min()
645 lastEnd = runA.en; in Min()
686 lastEnd = runA.en; in Min()
761 float lastEnd = 0; in Max() local
777 lastEnd = runA.en; in Max()
818 lastEnd = runA.en; in Max()
848 float lastEnd = 0; in Over() local
863 lastEnd = runA.en; in Over()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Net/
H A DURL.h89 for (size_t lastEnd = 0; lastEnd < value.length(); ) in AppendEscaped() local
91 size_t pos = value.find_first_not_of(unreservedChars, lastEnd); in AppendEscaped()
94 data += value.substr(lastEnd); in AppendEscaped()
98 if (pos != lastEnd) in AppendEscaped()
99 data += value.substr(lastEnd, pos - lastEnd); in AppendEscaped()
100 lastEnd = pos; in AppendEscaped()
107 ++lastEnd; in AppendEscaped()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Net/
H A DURL.h89 for (size_t lastEnd = 0; lastEnd < value.length(); ) in AppendEscaped() local
91 size_t pos = value.find_first_not_of(unreservedChars, lastEnd); in AppendEscaped()
94 data += value.substr(lastEnd); in AppendEscaped()
98 if (pos != lastEnd) in AppendEscaped()
99 data += value.substr(lastEnd, pos - lastEnd); in AppendEscaped()
100 lastEnd = pos; in AppendEscaped()
107 ++lastEnd; in AppendEscaped()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Net/
H A DURL.h89 for (size_t lastEnd = 0; lastEnd < value.length(); ) in AppendEscaped() local
91 size_t pos = value.find_first_not_of(unreservedChars, lastEnd); in AppendEscaped()
94 data += value.substr(lastEnd); in AppendEscaped()
98 if (pos != lastEnd) in AppendEscaped()
99 data += value.substr(lastEnd, pos - lastEnd); in AppendEscaped()
100 lastEnd = pos; in AppendEscaped()
107 ++lastEnd; in AppendEscaped()
/dports/devel/binaryen/binaryen-version_98/src/support/
H A Dstring.h38 size_t lastEnd = 0; in Split() local
39 while (lastEnd < input.size()) { in Split()
40 auto nextDelim = input.find(delim, lastEnd); in Split()
44 (*this).push_back(input.substr(lastEnd, nextDelim - lastEnd)); in Split()
45 lastEnd = nextDelim + delim.size(); in Split()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/translations/
H A Dcompare_local_and_downloaded_references.py15 lastEnd = 0
21 out = out + content [lastEnd : start] + '<translation type="unfinished"></translation>'
22 lastEnd = end + len ("</translation>")
23 start = lastEnd
24 out = out + content [lastEnd :]
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Freespace/
H A DAbstractFreespaceManager.cs191 IntByRef lastEnd = new IntByRef(); in DebugCheckIntegrity()
192 Traverse(new _IVisitor4_129(lastEnd, lastStart)); in DebugCheckIntegrity()
197 public _IVisitor4_129(IntByRef lastEnd, IntByRef lastStart) in _IVisitor4_129() argument
199 this.lastEnd = lastEnd; in _IVisitor4_129()
206 if (slot.Address() <= lastEnd.value) in Visit()
211 lastEnd.value = slot.Address() + slot.Length(); in Visit()
214 private readonly IntByRef lastEnd; field in Db4objects.Db4o.Internal.Freespace.AbstractFreespaceManager._IVisitor4_129
/dports/biology/vcflib/vcflib-1.0.2/src/
H A Dvcf2fasta.cpp124 long int lastPos=0, lastEnd=0; in vcf2fasta() local
137 …ring ref5prime = reference.getSubSequence(lastSeq, lastEnd, reference.sequenceLength(lastSeq)-last… in vcf2fasta()
155 if (var.position < lastEnd) { in vcf2fasta()
156 cerr << var.position << " vs " << lastEnd << endl; in vcf2fasta()
162 if (var.position - 1 - lastEnd > 0) { in vcf2fasta()
163 … ref5prime = reference.getSubSequence(var.sequenceName, lastEnd, var.position - 1 - lastEnd); in vcf2fasta()
191 lastEnd = lastPos + var.ref.size(); in vcf2fasta()
195 …ring ref5prime = reference.getSubSequence(lastSeq, lastEnd, reference.sequenceLength(lastSeq)-last… in vcf2fasta()
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/
H A Dvcf2fasta.cpp114 long int lastPos=0, lastEnd=0; in vcf2fasta() local
127 …ring ref5prime = reference.getSubSequence(lastSeq, lastEnd, reference.sequenceLength(lastSeq)-last… in vcf2fasta()
145 if (var.position < lastEnd) { in vcf2fasta()
146 cerr << var.position << " vs " << lastEnd << endl; in vcf2fasta()
152 if (var.position - 1 - lastEnd > 0) { in vcf2fasta()
153 … ref5prime = reference.getSubSequence(var.sequenceName, lastEnd, var.position - 1 - lastEnd); in vcf2fasta()
181 lastEnd = lastPos + var.ref.size(); in vcf2fasta()
185 …ring ref5prime = reference.getSubSequence(lastSeq, lastEnd, reference.sequenceLength(lastSeq)-last… in vcf2fasta()
/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/src/
H A Dvcf2fasta.cpp114 long int lastPos=0, lastEnd=0; in vcf2fasta() local
127 …ring ref5prime = reference.getSubSequence(lastSeq, lastEnd, reference.sequenceLength(lastSeq)-last… in vcf2fasta()
145 if (var.position < lastEnd) { in vcf2fasta()
146 cerr << var.position << " vs " << lastEnd << endl; in vcf2fasta()
152 if (var.position - 1 - lastEnd > 0) { in vcf2fasta()
153 … ref5prime = reference.getSubSequence(var.sequenceName, lastEnd, var.position - 1 - lastEnd); in vcf2fasta()
181 lastEnd = lastPos + var.ref.size(); in vcf2fasta()
185 …ring ref5prime = reference.getSubSequence(lastSeq, lastEnd, reference.sequenceLength(lastSeq)-last… in vcf2fasta()
/dports/shells/elvish/elvish-0.17.0/pkg/edit/highlight/
H A Dhighlight.go61 lastEnd := 0
65 if r.begin > lastEnd {
67 text = append(text, &ui.Segment{Text: code[lastEnd:r.begin]})
90 lastEnd = r.end
92 if len(code) > lastEnd {
94 text = append(text, &ui.Segment{Text: code[lastEnd:]})
/dports/graphics/synaesthesia/synaesthesia-2.4/
H A Dconvert.pl37 $lastEnd = -100.0;
42 if ($i->[0] > $lastEnd and @lines) {
85 @widths = (@widths, ($lastEnd-$offset)*$scale);
89 if ($lastEnd < $i->[1]) {
90 $lastEnd = $i->[1];
/dports/graphics/alembic/alembic-1.8.3/bin/AbcWalk/
H A DMain.cpp255 int lastEnd = 0; in main() local
266 traverseArchives[i].start = lastEnd; in main()
268 lastEnd += workSize; in main()
270 lastEnd ++; in main()
271 traverseArchives[i].end = lastEnd; in main()
297 lastEnd = 0; in main()
307 readSamples[i].start = lastEnd; in main()
309 lastEnd += workSize; in main()
311 lastEnd ++; in main()
312 readSamples[i].end = lastEnd; in main()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/parser/
H A DSimpleTextExtractingPdfContentRenderListener.java74 private Vector lastEnd; field in SimpleTextExtractingPdfContentRenderListener
123 Vector x2 = lastEnd; in renderText()
141 float spacing = lastEnd.subtract(start).length(); in renderText()
155 lastEnd = end; in renderText()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/rdbms/
H A DTransactionProfiler.php270 $lastEnd = $lastQuery[2];
271 if ( $sTime >= $lastEnd ) { // sanity check
272 if ( ( $sTime - $lastEnd ) > $this->eventThreshold ) {
274 $this->dbTrxMethodTimes[$name][] = [ '...delay...', $lastEnd, $sTime ];
330 $lastEnd = $lastQuery[2];
331 if ( ( $now - $lastEnd ) > $this->eventThreshold ) {
332 $this->dbTrxMethodTimes[$name][] = [ '...delay...', $lastEnd, $now ];
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DRecoveredBlock.java325 int lastEnd = this.blockDeclaration.sourceStart; in updatedBlock() local
345 if(localDeclaration.declarationSourceEnd > lastEnd) { in updatedBlock()
346 lastEnd = localDeclaration.declarationSourceEnd; in updatedBlock()
350 if(typeDeclaration.declarationSourceEnd > lastEnd) { in updatedBlock()
351 lastEnd = typeDeclaration.declarationSourceEnd; in updatedBlock()
354 if (updatedStatement.sourceEnd > lastEnd) { in updatedBlock()
355 lastEnd = updatedStatement.sourceEnd; in updatedBlock()
371 if(lastEnd < bodyEndValue) { in updatedBlock()
374 this.blockDeclaration.sourceEnd = lastEnd; in updatedBlock()
/dports/www/firefox-esr/firefox-91.8.0/intl/components/src/
H A DNumberFormatFields.cpp85 uint32_t lastEnd = 0; in toPartsVector() member in mozilla::intl::NumberFormatFields::toPartsVector::PartGenerator
128 MOZ_ASSERT(lastEnd <= current->begin); in toPartsVector()
132 if (lastEnd < current->begin) { in toPartsVector()
202 if (lastEnd == limit) { in toPartsVector()
213 lastEnd = part->second; in toPartsVector()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/components/src/
H A DNumberFormatFields.cpp85 uint32_t lastEnd = 0; in toPartsVector() member in mozilla::intl::NumberFormatFields::toPartsVector::PartGenerator
128 MOZ_ASSERT(lastEnd <= current->begin); in toPartsVector()
132 if (lastEnd < current->begin) { in toPartsVector()
202 if (lastEnd == limit) { in toPartsVector()
213 lastEnd = part->second; in toPartsVector()
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/rdbms/
H A DTransactionProfiler.php290 $lastEnd = $lastQuery[2];
291 if ( $sTime >= $lastEnd ) { // sanity check
292 if ( ( $sTime - $lastEnd ) > self::EVENT_THRESHOLD_SEC ) {
294 $this->dbTrxMethodTimes[$name][] = [ '...delay...', $lastEnd, $sTime ];
356 $lastEnd = $lastQuery[2];
357 if ( ( $now - $lastEnd ) > self::EVENT_THRESHOLD_SEC ) {
358 $this->dbTrxMethodTimes[$name][] = [ '...delay...', $lastEnd, $now ];
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/
H A DTransactionProfiler.php302 $lastEnd = $lastQuery[2];
303 if ( $sTime >= $lastEnd ) { // sanity check
304 if ( ( $sTime - $lastEnd ) > self::EVENT_THRESHOLD_SEC ) {
306 $this->dbTrxMethodTimes[$name][] = [ '...delay...', $lastEnd, $sTime ];
368 $lastEnd = $lastQuery[2];
369 if ( ( $now - $lastEnd ) > self::EVENT_THRESHOLD_SEC ) {
370 $this->dbTrxMethodTimes[$name][] = [ '...delay...', $lastEnd, $now ];
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/diff/
H A Dprint.go107 lastEnd := i
128 if s := start - p.context; s > lastEnd {
131 start = lastEnd
150 lastEnd := i
154 p.printSkipped(start - lastEnd)
173 lastEnd := i
177 p.printSkipped(start - lastEnd)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DRecoveredBlock.java348 int lastEnd = this.blockDeclaration.sourceStart; in updatedBlock() local
368 if(localDeclaration.declarationSourceEnd > lastEnd) { in updatedBlock()
369 lastEnd = localDeclaration.declarationSourceEnd; in updatedBlock()
373 if(typeDeclaration.declarationSourceEnd > lastEnd) { in updatedBlock()
374 lastEnd = typeDeclaration.declarationSourceEnd; in updatedBlock()
377 if (updatedStatement.sourceEnd > lastEnd) { in updatedBlock()
378 lastEnd = updatedStatement.sourceEnd; in updatedBlock()
394 if(lastEnd < bodyEndValue) { in updatedBlock()
397 this.blockDeclaration.sourceEnd = lastEnd; in updatedBlock()
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/core/
H A Dpartitiontable.cpp385 qint64 lastEnd = start; in insertUnallocated() local
389 lastEnd = 0; in insertUnallocated()
393 child->setFirstSector(lastEnd); in insertUnallocated()
394 child->setLastSector(lastEnd + totalSectors - 1); in insertUnallocated()
396 lastEnd += totalSectors; in insertUnallocated()
401 p->insert(createUnallocated(d, *p, lastEnd, child->firstSector() - 1)); in insertUnallocated()
406 lastEnd = child->lastSector() + 1; in insertUnallocated()
413 p->insert(createUnallocated(d, *p, lastEnd, lastEnd + lvm.freePE() - 1)); in insertUnallocated()
427 if (parentEnd >= firstUsable() && parentEnd >= lastEnd) in insertUnallocated()
428 p->insert(createUnallocated(d, *p, lastEnd, parentEnd)); in insertUnallocated()

12345678910>>...15