/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 122 if (posCurrent != 0) in Lex() 123 posCurrent++; in Lex() 128 styler.StartSegment(posCurrent); in Lex() 133 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 136 if (posCurrent >= posFinish) in Lex() 148 posCurrent += 9; in Lex() 152 posSegmentStart = posCurrent; in Lex() 153 posCurrent += 3; in Lex() 158 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 163 posCurrent++; in Lex() [all …]
|
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 136 if (posCurrent != 0) in Lex() 137 posCurrent++; in Lex() 142 styler.StartSegment(posCurrent); in Lex() 147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 150 if (posCurrent >= posFinish) in Lex() 162 posCurrent += 9; in Lex() 166 posSegmentStart = posCurrent; in Lex() 167 posCurrent += 3; in Lex() 172 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 177 posCurrent++; in Lex() [all …]
|
H A D | LexX12.cxx | 134 Sci_PositionU posCurrent = FindPreviousSegmentStart (pAccess, startPos); in Lex() local 137 pAccess->StartStyling(posCurrent, '\377'); in Lex() 139 while (posCurrent < posFinish) in Lex() 142 T = DetectSegmentHeader(pAccess, posCurrent); in Lex() 146 pAccess->SetStyleFor(T.pos - posCurrent, T.Style); in Lex() 148 posCurrent = T.pos + T.length; in Lex() 152 T = FindNextTerminator(pAccess, posCurrent); in Lex() 160 pAccess->SetStyleFor(T.pos - posCurrent, SCE_X12_DEFAULT); in Lex() 162 posCurrent = T.pos + T.length; in Lex() 168 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex()
|
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 122 if (posCurrent != 0) in Lex() 123 posCurrent++; in Lex() 128 styler.StartSegment(posCurrent); in Lex() 133 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 136 if (posCurrent >= posFinish) in Lex() 148 posCurrent += 9; in Lex() 152 posSegmentStart = posCurrent; in Lex() 153 posCurrent += 3; in Lex() 158 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 163 posCurrent++; in Lex() [all …]
|
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/ |
H A D | LexEDIFACT.cpp | 136 if (posCurrent != 0) in Lex() 137 posCurrent++; in Lex() 142 styler.StartSegment(posCurrent); in Lex() 147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 150 if (posCurrent >= posFinish) in Lex() 162 posCurrent += 9; in Lex() 166 posSegmentStart = posCurrent; in Lex() 167 posCurrent += 3; in Lex() 172 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 177 posCurrent++; in Lex() [all …]
|
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/ |
H A D | LexEDIFACT.cpp | 136 if (posCurrent != 0) in Lex() 137 posCurrent++; in Lex() 142 styler.StartSegment(posCurrent); in Lex() 147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 150 if (posCurrent >= posFinish) in Lex() 162 posCurrent += 9; in Lex() 166 posSegmentStart = posCurrent; in Lex() 167 posCurrent += 3; in Lex() 172 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 177 posCurrent++; in Lex() [all …]
|
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/ |
H A D | LexEDIFACT.cpp | 136 if (posCurrent != 0) in Lex() 137 posCurrent++; in Lex() 142 styler.StartSegment(posCurrent); in Lex() 147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 150 if (posCurrent >= posFinish) in Lex() 162 posCurrent += 9; in Lex() 166 posSegmentStart = posCurrent; in Lex() 167 posCurrent += 3; in Lex() 172 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 177 posCurrent++; in Lex() [all …]
|
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 156 if (posCurrent != 0) in Lex() 157 posCurrent++; in Lex() 162 styler.StartSegment(posCurrent); in Lex() 167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 170 if (posCurrent >= posFinish) in Lex() 182 posCurrent += 9; in Lex() 186 posSegmentStart = posCurrent; in Lex() 187 posCurrent += 3; in Lex() 192 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 197 posCurrent++; in Lex() [all …]
|
H A D | LexX12.cxx | 138 Sci_PositionU posCurrent = FindPreviousSegmentStart (pAccess, startPos); in Lex() local 141 pAccess->StartStyling(posCurrent); in Lex() 143 while (posCurrent < posFinish) in Lex() 146 T = DetectSegmentHeader(pAccess, posCurrent); in Lex() 150 pAccess->SetStyleFor(T.pos - posCurrent, T.Style); in Lex() 152 posCurrent = T.pos + T.length; in Lex() 156 T = FindNextTerminator(pAccess, posCurrent); in Lex() 164 pAccess->SetStyleFor(T.pos - posCurrent, SCE_X12_DEFAULT); in Lex() 166 posCurrent = T.pos + T.length; in Lex() 172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex()
|
/dports/x11-toolkits/scintilla/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 156 if (posCurrent != 0) in Lex() 157 posCurrent++; in Lex() 162 styler.StartSegment(posCurrent); in Lex() 167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 170 if (posCurrent >= posFinish) in Lex() 182 posCurrent += 9; in Lex() 186 posSegmentStart = posCurrent; in Lex() 187 posCurrent += 3; in Lex() 192 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 197 posCurrent++; in Lex() [all …]
|
H A D | LexX12.cxx | 138 Sci_PositionU posCurrent = FindPreviousSegmentStart (pAccess, startPos); in Lex() local 141 pAccess->StartStyling(posCurrent); in Lex() 143 while (posCurrent < posFinish) in Lex() 146 T = DetectSegmentHeader(pAccess, posCurrent); in Lex() 150 pAccess->SetStyleFor(T.pos - posCurrent, T.Style); in Lex() 152 posCurrent = T.pos + T.length; in Lex() 156 T = FindNextTerminator(pAccess, posCurrent); in Lex() 164 pAccess->SetStyleFor(T.pos - posCurrent, SCE_X12_DEFAULT); in Lex() 166 posCurrent = T.pos + T.length; in Lex() 172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex()
|
/dports/editors/textadept/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 156 if (posCurrent != 0) in Lex() 157 posCurrent++; in Lex() 162 styler.StartSegment(posCurrent); in Lex() 167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 170 if (posCurrent >= posFinish) in Lex() 182 posCurrent += 9; in Lex() 186 posSegmentStart = posCurrent; in Lex() 187 posCurrent += 3; in Lex() 192 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 197 posCurrent++; in Lex() [all …]
|
H A D | LexX12.cxx | 138 Sci_PositionU posCurrent = FindPreviousSegmentStart (pAccess, startPos); in Lex() local 141 pAccess->StartStyling(posCurrent); in Lex() 143 while (posCurrent < posFinish) in Lex() 146 T = DetectSegmentHeader(pAccess, posCurrent); in Lex() 150 pAccess->SetStyleFor(T.pos - posCurrent, T.Style); in Lex() 152 posCurrent = T.pos + T.length; in Lex() 156 T = FindNextTerminator(pAccess, posCurrent); in Lex() 164 pAccess->SetStyleFor(T.pos - posCurrent, SCE_X12_DEFAULT); in Lex() 166 posCurrent = T.pos + T.length; in Lex() 172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex()
|
/dports/editors/scite/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 156 if (posCurrent != 0) in Lex() 157 posCurrent++; in Lex() 162 styler.StartSegment(posCurrent); in Lex() 167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 170 if (posCurrent >= posFinish) in Lex() 182 posCurrent += 9; in Lex() 186 posSegmentStart = posCurrent; in Lex() 187 posCurrent += 3; in Lex() 192 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 197 posCurrent++; in Lex() [all …]
|
H A D | LexX12.cxx | 138 Sci_PositionU posCurrent = FindPreviousSegmentStart (pAccess, startPos); in Lex() local 141 pAccess->StartStyling(posCurrent); in Lex() 143 while (posCurrent < posFinish) in Lex() 146 T = DetectSegmentHeader(pAccess, posCurrent); in Lex() 150 pAccess->SetStyleFor(T.pos - posCurrent, T.Style); in Lex() 152 posCurrent = T.pos + T.length; in Lex() 156 T = FindNextTerminator(pAccess, posCurrent); in Lex() 164 pAccess->SetStyleFor(T.pos - posCurrent, SCE_X12_DEFAULT); in Lex() 166 posCurrent = T.pos + T.length; in Lex() 172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex()
|
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/ |
H A D | ie_exp_HTML_NavigationHelper.cpp | 138 PT_DocPosition posCurrent; in getFilenameByPosition() local 153 getNthTOCEntryPos(i, posCurrent); in getFilenameByPosition() 157 if (posCurrent <= position) in getFilenameByPosition()
|
H A D | ie_exp_HTML.cpp | 558 PT_DocPosition posCurrent; in _writeDocument() local 580 m_pNavigationHelper->getNthTOCEntryPos(i, posCurrent); in _writeDocument() 586 UT_DEBUGMSG(("POS: %d %d\n", posBegin, posCurrent)); in _writeDocument() 587 if (posCurrent <= docBegin) in _writeDocument() 598 posEnd = posCurrent; in _writeDocument()
|
/dports/www/matomo/piwik/core/Tracker/ |
H A D | Action.php | 102 $posCurrent = self::getPriority($actionType); 104 if ($posCurrent > $posPrevious) {
|
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FormatSupport/ |
H A D | ASF_Support.cpp | 673 XMP_Uns64 posCurrent = LFA_Seek ( fileRef, 0, SEEK_CUR ); in UpdateFileSize() local 718 LFA_Seek ( fileRef, posCurrent, SEEK_SET ); in UpdateFileSize()
|
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/ |
H A D | ASF_Support.cpp | 681 XMP_Uns64 posCurrent = fileRef->Seek ( 0, kXMP_SeekFromCurrent ); in UpdateFileSize() local 726 fileRef->Seek ( posCurrent, kXMP_SeekFromStart ); in UpdateFileSize()
|