Home
last modified time | relevance | path

Searched refs:SCE_SQL_COMMENTLINEDOC (Results 1 – 25 of 79) sorted by relevance

1234

/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DLexSQL.cxx169 state = SCE_SQL_COMMENTLINEDOC; in ColouriseSQLDoc()
196 state = SCE_SQL_COMMENTLINEDOC; in ColouriseSQLDoc()
230 …} else if (state == SCE_SQL_COMMENTLINE || state == SCE_SQL_COMMENTLINEDOC || state == SCE_SQL_SQL… in ColouriseSQLDoc()
304 state = SCE_SQL_COMMENTLINEDOC; in ColouriseSQLDoc()
/dports/www/cssed/cssed-0.4.0/src/
H A Dfiletype-sql.c104 SSM(sci, SCI_STYLESETFORE, SCE_SQL_COMMENTLINEDOC, 0x005020); in filetype_sql_set_style()
105 SSM(sci, SCI_STYLESETBACK, SCE_SQL_COMMENTLINEDOC, 0xffffff); in filetype_sql_set_style()
/dports/editors/fxite/fxite-FXITE-0_92/src/languages/
H A Dsql.h17 { "commentlinedoc", SCE_SQL_COMMENTLINEDOC, COMMNT_FG, _DEFLT_BG, Italic },
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexSQL.cxx131 case SCE_SQL_COMMENTLINEDOC: in ColouriseSQLDoc()
199 sc.SetState(SCE_SQL_COMMENTLINEDOC); in ColouriseSQLDoc()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexSQL.cxx131 case SCE_SQL_COMMENTLINEDOC: in ColouriseSQLDoc()
199 sc.SetState(SCE_SQL_COMMENTLINEDOC); in ColouriseSQLDoc()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexSQL.cxx131 case SCE_SQL_COMMENTLINEDOC: in ColouriseSQLDoc()
199 sc.SetState(SCE_SQL_COMMENTLINEDOC); in ColouriseSQLDoc()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexSQL.cxx131 case SCE_SQL_COMMENTLINEDOC: in ColouriseSQLDoc()
199 sc.SetState(SCE_SQL_COMMENTLINEDOC); in ColouriseSQLDoc()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DLexSQL.cxx131 case SCE_SQL_COMMENTLINEDOC: in ColouriseSQLDoc()
199 sc.SetState(SCE_SQL_COMMENTLINEDOC); in ColouriseSQLDoc()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DLexSQL.cxx131 case SCE_SQL_COMMENTLINEDOC: in ColouriseSQLDoc()
199 sc.SetState(SCE_SQL_COMMENTLINEDOC); in ColouriseSQLDoc()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/lexers/
H A DLexSQL.cxx291 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
426 case SCE_SQL_COMMENTLINEDOC: in Lex()
494 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/lexers/
H A DLexSQL.cxx327 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
476 case SCE_SQL_COMMENTLINEDOC: in Lex()
544 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/lexers/
H A DLexSQL.cxx327 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
476 case SCE_SQL_COMMENTLINEDOC: in Lex()
544 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DLexSQL.cxx323 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
472 case SCE_SQL_COMMENTLINEDOC: in Lex()
540 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/lexers/
H A DLexSQL.cxx366 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
517 case SCE_SQL_COMMENTLINEDOC: in Lex()
613 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/lexers/
H A DLexSQL.cxx366 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
515 case SCE_SQL_COMMENTLINEDOC: in Lex()
583 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexSQL.cxx369 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
518 case SCE_SQL_COMMENTLINEDOC: in Lex()
620 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexSQL.cxx366 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
516 case SCE_SQL_COMMENTLINEDOC: in Lex()
618 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexSQL.cxx369 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
518 case SCE_SQL_COMMENTLINEDOC: in Lex()
620 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/lexers/
H A DLexSQL.cpp365 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
515 case SCE_SQL_COMMENTLINEDOC: in Lex()
617 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexSQL.cxx366 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
516 case SCE_SQL_COMMENTLINEDOC: in Lex()
618 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexSQL.cxx365 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
514 case SCE_SQL_COMMENTLINEDOC: in Lex()
616 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/lexers/
H A DLexSQL.cxx369 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
518 case SCE_SQL_COMMENTLINEDOC: in Lex()
620 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/devel/geany/geany-1.38/scintilla/lexers/
H A DLexSQL.cxx369 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
518 case SCE_SQL_COMMENTLINEDOC: in Lex()
620 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/editors/textadept/scintilla/lexers/
H A DLexSQL.cxx369 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
518 case SCE_SQL_COMMENTLINEDOC: in Lex()
620 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()
/dports/editors/scite/scintilla/lexers/
H A DLexSQL.cxx369 case SCE_SQL_COMMENTLINEDOC : in IsCommentStyle()
518 case SCE_SQL_COMMENTLINEDOC: in Lex()
620 sc.SetState(SCE_SQL_COMMENTLINEDOC); in Lex()

1234