Home
last modified time | relevance | path

Searched refs:sc (Results 1 – 25 of 14449) sorted by relevance

12345678910>>...578

/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/charsets/internals/google_glyphsets/
H A DGF-latin-expert_unique-glyphs.nam35 a.sc
36 b.sc
37 c.sc
38 d.sc
39 e.sc
40 f.sc
41 g.sc
42 h.sc
43 i.sc
44 j.sc
[all …]
/dports/x11-fonts/inconsolata-ttf/fonts-efcbdc5/tools/encodings/GF Glyph Sets/
H A DGF-latin-expert_unique-glyphs.nam35 a.sc
36 b.sc
37 c.sc
38 d.sc
39 e.sc
40 f.sc
41 g.sc
42 h.sc
43 i.sc
44 j.sc
[all …]
/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/charsets/internals/google_glyphsets/Greek/
H A DGF-greek-expert.nam9 tonos.sc
19 beta.sc
24 eta.sc
29 mu.sc
30 nu.sc
31 xi.sc
33 pi.sc
34 rho.sc
36 tau.sc
38 phi.sc
[all …]
/dports/x11-fonts/inconsolata-ttf/fonts-efcbdc5/tools/encodings/GF Glyph Sets/Greek/
H A DGF-greek-expert.nam9 tonos.sc
19 beta.sc
24 eta.sc
29 mu.sc
30 nu.sc
31 xi.sc
33 pi.sc
34 rho.sc
36 tau.sc
38 phi.sc
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexMarkdown.cxx85 while (sc.More() && !IsNewline(sc.ch)) { in SetStateAndZoom()
115 return sc.currentPos == 0 || sc.chPrev == 0 || isspacechar(sc.chPrev); in AtTermStart()
175 if (sc.ch == '`' && sc.chPrev != ' ') in ColorizeMarkdownDoc()
310 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '_') && IsValidHrule(endPos, sc)) in ColorizeMarkdownDoc()
313 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '+') && IsASpaceOrTab(sc.chNext)) { in ColorizeMarkdownDoc()
378 else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
382 else if (sc.ch == '`' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
386 else if (sc.Match("**") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
390 else if (sc.Match("__") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
395 else if (sc.ch == '*' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
[all …]
H A DLexTxt2tags.cxx66 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
145 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
154 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
161 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
170 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
179 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
188 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
200 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
387 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
405 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexMarkdown.cxx85 while (sc.More() && !IsNewline(sc.ch)) { in SetStateAndZoom()
115 return sc.currentPos == 0 || sc.chPrev == 0 || isspacechar(sc.chPrev); in AtTermStart()
175 if (sc.ch == '`' && sc.chPrev != ' ') in ColorizeMarkdownDoc()
310 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '_') && IsValidHrule(endPos, sc)) in ColorizeMarkdownDoc()
313 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '+') && IsASpaceOrTab(sc.chNext)) { in ColorizeMarkdownDoc()
378 else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
382 else if (sc.ch == '`' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
386 else if (sc.Match("**") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
390 else if (sc.Match("__") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
395 else if (sc.ch == '*' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
[all …]
H A DLexTxt2tags.cxx66 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
145 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
154 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
161 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
170 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
179 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
188 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
200 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
387 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
405 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexMarkdown.cxx85 while (sc.More() && !IsNewline(sc.ch)) { in SetStateAndZoom()
115 return sc.currentPos == 0 || sc.chPrev == 0 || isspacechar(sc.chPrev); in AtTermStart()
175 if (sc.ch == '`' && sc.chPrev != ' ') in ColorizeMarkdownDoc()
310 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '_') && IsValidHrule(endPos, sc)) in ColorizeMarkdownDoc()
313 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '+') && IsASpaceOrTab(sc.chNext)) { in ColorizeMarkdownDoc()
378 else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
382 else if (sc.ch == '`' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
386 else if (sc.Match("**") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
390 else if (sc.Match("__") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
395 else if (sc.ch == '*' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
[all …]
H A DLexTxt2tags.cxx66 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
145 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
154 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
161 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
170 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
179 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
188 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
200 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
387 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
405 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/scintilla/lexers/
H A DLexMarkdown.cxx85 while (sc.More() && !IsNewline(sc.ch)) { in SetStateAndZoom()
115 return sc.currentPos == 0 || sc.chPrev == 0 || isspacechar(sc.chPrev); in AtTermStart()
175 if (sc.ch == '`' && sc.chPrev != ' ') in ColorizeMarkdownDoc()
310 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '_') && IsValidHrule(endPos, sc)) in ColorizeMarkdownDoc()
313 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '+') && IsASpaceOrTab(sc.chNext)) { in ColorizeMarkdownDoc()
378 else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
382 else if (sc.ch == '`' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
386 else if (sc.Match("**") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
390 else if (sc.Match("__") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
395 else if (sc.ch == '*' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
[all …]
H A DLexTxt2tags.cxx66 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
145 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
154 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
161 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
170 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
179 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
188 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
200 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
387 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
405 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]
/dports/devel/geany/geany-1.38/scintilla/lexers/
H A DLexMarkdown.cxx85 while (sc.More() && !IsNewline(sc.ch)) { in SetStateAndZoom()
115 return sc.currentPos == 0 || sc.chPrev == 0 || isspacechar(sc.chPrev); in AtTermStart()
175 if (sc.ch == '`' && sc.chPrev != ' ') in ColorizeMarkdownDoc()
310 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '_') && IsValidHrule(endPos, sc)) in ColorizeMarkdownDoc()
313 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '+') && IsASpaceOrTab(sc.chNext)) { in ColorizeMarkdownDoc()
378 else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
382 else if (sc.ch == '`' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
386 else if (sc.Match("**") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
390 else if (sc.Match("__") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
395 else if (sc.ch == '*' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
[all …]
H A DLexTxt2tags.cxx66 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
145 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
154 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
161 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
170 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
179 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
188 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
200 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
387 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
405 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]
/dports/editors/textadept/scintilla/lexers/
H A DLexMarkdown.cxx85 while (sc.More() && !IsNewline(sc.ch)) { in SetStateAndZoom()
115 return sc.currentPos == 0 || sc.chPrev == 0 || isspacechar(sc.chPrev); in AtTermStart()
175 if (sc.ch == '`' && sc.chPrev != ' ') in ColorizeMarkdownDoc()
310 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '_') && IsValidHrule(endPos, sc)) in ColorizeMarkdownDoc()
313 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '+') && IsASpaceOrTab(sc.chNext)) { in ColorizeMarkdownDoc()
378 else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
382 else if (sc.ch == '`' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
386 else if (sc.Match("**") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
390 else if (sc.Match("__") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
395 else if (sc.ch == '*' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
[all …]
/dports/editors/scite/scintilla/lexers/
H A DLexMarkdown.cxx85 while (sc.More() && !IsNewline(sc.ch)) { in SetStateAndZoom()
115 return sc.currentPos == 0 || sc.chPrev == 0 || isspacechar(sc.chPrev); in AtTermStart()
175 if (sc.ch == '`' && sc.chPrev != ' ') in ColorizeMarkdownDoc()
310 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '_') && IsValidHrule(endPos, sc)) in ColorizeMarkdownDoc()
313 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '+') && IsASpaceOrTab(sc.chNext)) { in ColorizeMarkdownDoc()
378 else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
382 else if (sc.ch == '`' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
386 else if (sc.Match("**") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
390 else if (sc.Match("__") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
395 else if (sc.ch == '*' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
[all …]
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexMarkdown.cpp85 while (sc.More() && !IsNewline(sc.ch)) { in SetStateAndZoom()
115 return sc.currentPos == 0 || sc.chPrev == 0 || isspacechar(sc.chPrev); in AtTermStart()
175 if (sc.ch == '`' && sc.chPrev != ' ') in ColorizeMarkdownDoc()
310 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '_') && IsValidHrule(endPos, sc)) in ColorizeMarkdownDoc()
313 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '+') && IsASpaceOrTab(sc.chNext)) { in ColorizeMarkdownDoc()
378 else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
382 else if (sc.ch == '`' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
386 else if (sc.Match("**") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
390 else if (sc.Match("__") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
395 else if (sc.ch == '*' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
[all …]
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexMarkdown.cpp85 while (sc.More() && !IsNewline(sc.ch)) { in SetStateAndZoom()
115 return sc.currentPos == 0 || sc.chPrev == 0 || isspacechar(sc.chPrev); in AtTermStart()
175 if (sc.ch == '`' && sc.chPrev != ' ') in ColorizeMarkdownDoc()
310 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '_') && IsValidHrule(endPos, sc)) in ColorizeMarkdownDoc()
313 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '+') && IsASpaceOrTab(sc.chNext)) { in ColorizeMarkdownDoc()
378 else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
382 else if (sc.ch == '`' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
386 else if (sc.Match("**") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
390 else if (sc.Match("__") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
395 else if (sc.ch == '*' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
[all …]
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexMarkdown.cpp85 while (sc.More() && !IsNewline(sc.ch)) { in SetStateAndZoom()
115 return sc.currentPos == 0 || sc.chPrev == 0 || isspacechar(sc.chPrev); in AtTermStart()
175 if (sc.ch == '`' && sc.chPrev != ' ') in ColorizeMarkdownDoc()
310 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '_') && IsValidHrule(endPos, sc)) in ColorizeMarkdownDoc()
313 else if ((sc.ch == '-' || sc.ch == '*' || sc.ch == '+') && IsASpaceOrTab(sc.chNext)) { in ColorizeMarkdownDoc()
378 else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
382 else if (sc.ch == '`' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
386 else if (sc.Match("**") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
390 else if (sc.Match("__") && sc.GetRelative(2) != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
395 else if (sc.ch == '*' && sc.chNext != ' ' && AtTermStart(sc)) { in ColorizeMarkdownDoc()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/lexers/
H A DLexTxt2tags.cxx68 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
147 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
156 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
163 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
172 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
181 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
190 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
202 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
389 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
407 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/lexers/
H A DLexTxt2tags.cxx68 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
147 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
156 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
163 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
172 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
181 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
190 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
202 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
389 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
407 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexTxt2tags.cxx68 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
147 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
156 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
163 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
172 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
181 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
190 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
202 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
389 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
407 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/lexers/
H A DLexTxt2tags.cxx68 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
147 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
156 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
163 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
172 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
181 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
190 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
202 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
389 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
407 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DLexTxt2tags.cxx68 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
147 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
156 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
163 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
172 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
181 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
190 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
202 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
389 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
407 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexTxt2tags.cxx68 while ((--i + sc.currentPos) && !IsNewline(sc.GetRelative(i))) in HasPrevLineContent()
147 if (sc.Match("``") && sc.GetRelative(-2) != ' ') { in ColorizeTxt2tagsDoc()
156 if (sc.ch == '|' && sc.chPrev != ' ') in ColorizeTxt2tagsDoc()
163 if (sc.Match("**") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
172 if (sc.Match("//") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
181 if (sc.Match("__") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
190 if (sc.atLineStart && sc.Match("```")) { in ColorizeTxt2tagsDoc()
202 if (sc.Match("--") && sc.chPrev != ' ') { in ColorizeTxt2tagsDoc()
389 else if (sc.ch == '+' && sc.chNext == ' ' && IsASpaceOrTab(sc.GetRelative(2))) { in ColorizeTxt2tagsDoc()
407 if (sc.Match("![") || sc.ch == '[') { in ColorizeTxt2tagsDoc()
[all …]

12345678910>>...578