Home
last modified time | relevance | path

Searched refs:SLexer (Results 1 – 24 of 24) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dproc_install_zip.pas234 section, STitle, SLexer,
253 SLexer:= ini.ReadString(section, 'file', '');
254 if SLexer='' then Break;
256 fn_lexer:= DirFrom+DirectorySeparator+SLexer+'.cuda-litelexer';
257 fn_json:= DirFrom+DirectorySeparator+'lexer '+SLexer+'.json';
262 AReport:= AReport+msgStatusPackageLexer+' '+SLexer+#10;
268 AReport:= AReport+msgStatusPackageLexerSettings+' '+SLexer+#10;
H A Dform_menu_commands.pas327 SLexer: string;
339 SLexer:= CurrentLexerName
341 SLexer:= '?';
344 if DoDialogHotkeys(Keymap, Cmd, SLexer) then
H A Dproc_editor.pas2449 SLexer: string;
2453 SLexer:= Ed.AdapterForHilite.GetLexerName;
2454 if SLexer='' then exit;
2460 if SRegexMatchesString(SLexer, UiOps.AutocompleteHtml_Lexers, false) then
2628 SLexer: string;
2634 SLexer:= Ed.AdapterForHilite.GetLexerName;
2635 if SLexer='' then exit;
2644 if not SRegexMatchesString(SLexer, UiOps.AutocompleteHtml_Lexers, false) then exit;
H A Dformmain.pas6402 SLexer: string;
6432 SLexer:= '';
6437 SLexer:= EditorLexerNameAtPos(Ed, Point(Caret.PosX, Caret.PosY));
6438 if SLexer='' then exit;
6440 …bNeedHtml:= UiOps.AutocompleteHtml and SRegexMatchesString(SLexer, UiOps.AutocompleteHtml_Lexers, …
6441 …bNeedCss:= UiOps.AutocompleteCss and SRegexMatchesString(SLexer, UiOps.AutocompleteCss_Lexers, fal…
6459 MsgStatus(msgStatusTryingAutocomplete+' '+SLexer);
6475 DoEditorCompletionAcp(Ed, GetAppLexerAcpFilename(SLexer), false{CaseSens});
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/
H A Dtest_r.py12 from pygments.lexers import SLexer
18 yield SLexer()
/dports/textproc/py-pygments/Pygments-2.7.2/tests/
H A Dtest_r.py12 from pygments.lexers import SLexer
18 yield SLexer()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/lexers/
H A Dr.py33 slexer = SLexer(**self.options)
67 class SLexer(RegexLexer): class
H A Dmath.py15 from pygments.lexers.r import RConsoleLexer, SLexer, RdLexer
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/lexers/
H A Dr.py34 slexer = SLexer(**self.options)
68 class SLexer(RegexLexer): class
H A Dmath.py16 from pygments.lexers.r import RConsoleLexer, SLexer, RdLexer
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/lexers/
H A Dr.py34 slexer = SLexer(**self.options)
70 class SLexer(RegexLexer): class
H A Dmath.py16 from pygments.lexers.r import RConsoleLexer, SLexer, RdLexer
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/lexers/
H A Dr.py34 slexer = SLexer(**self.options)
70 class SLexer(RegexLexer): class
H A Dmath.py16 from pygments.lexers.r import RConsoleLexer, SLexer, RdLexer
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/lexers/
H A Dr.py34 slexer = SLexer(**self.options)
68 class SLexer(RegexLexer): class
H A Dmath.py16 from pygments.lexers.r import RConsoleLexer, SLexer, RdLexer
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/lexers/
H A Dr.py34 slexer = SLexer(**self.options)
68 class SLexer(RegexLexer): class
H A Dmath.py16 from pygments.lexers.r import RConsoleLexer, SLexer, RdLexer
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/lexers/
H A Dr.py34 slexer = SLexer(**self.options)
70 class SLexer(RegexLexer): class
H A Dmath.py16 from pygments.lexers.r import RConsoleLexer, SLexer, RdLexer
/dports/devel/radian/radian-0.5.4/radian/
H A Dsession.py28 from .lexer import CustomSLexer as SLexer unknown
189 lexer=PygmentsLexer(SLexer),
215 lexer=PygmentsLexer(SLexer),
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/ipython/
H A Dhtml.py295 from pygments.lexers import SLexer
298 htmlcode = highlight(sourcecode, SLexer(), formatter)
/dports/textproc/py-pygments/Pygments-2.7.2/
H A DCHANGES348 * SLexer (PR#680)
/dports/textproc/py-pygments-25/Pygments-2.5.2/
H A DCHANGES196 * SLexer (PR#680)