代码搜索:JSF
找到约 2,210 项符合「JSF」的源代码
代码结果 2,210
www.eeworm.com/read/227241/14436236
in csh.jsf.in
# JOE syntax highlight file for csh
# needs work: I just copied this from sh and
# changed the keywords.
# Colors
=Idle
=Comment green
=Constant cyan
=Escape bold cyan
=Keyword bold
=Var magen
www.eeworm.com/read/227241/14436239
in troff.jsf.in
# Syntax file for Troff
=Idle
=Comment green
=Escape magenta
=Command bold
=Bad red
# First character of line
:first Idle
* rest noeat
".'" command_1
:rest Idle
* rest
"\n" first
"\\"
www.eeworm.com/read/227241/14436242
jsf tcl.jsf
# JOE syntax highlight file for TCL
=Idle
=Comment green
=Constant cyan
=Escape bold cyan
=Keyword bold
=Subst magenta
=SubstEscape bold magenta
:reset Idle
* command noeat
"#" comment re
www.eeworm.com/read/227241/14436244
jsf tex.jsf
# joe [La]TeX syntax highlighting
=Idle
=Comment green
=Keyword bold
=Mathmode cyan
=Brace magenta
=Umlaut bold yellow
=Parameter bold blue
:idle Idle
* idle
"%" comment recolor=-1
"$" m
www.eeworm.com/read/227241/14436247
jsf rexx.jsf
# JOE syntax highlight file for REXX
=Idle
=Bad bold red
=Comment green
=Constant cyan
=Escape bold cyan
=Keyword bold
:idle Idle
* idle
"\"" dquote recolor=-1
"'" squote recolor=-1
"
www.eeworm.com/read/227241/14436250
jsf asm.jsf
# JOE syntax highlight file for assembly language
# Highlights ';' comments, C-preprocessor stuff and C-like constants.
# Some assembly languages do not use C-preprocessor and use '#' for
# comments
www.eeworm.com/read/227241/14436253
jsf joerc.jsf
# JOE syntax highlight file for typical UNIX configuration files
=Idle
=Comment green
=String cyan
=Escape bold cyan
=Bad bold red
:idle Idle
* not_comment
"\n" idle
" " comment
"-" opti
www.eeworm.com/read/227241/14436254
in sql.jsf.in
# JOE syntax highlight file for SQL
# See c.jsf for more documentation
# Define no. sync lines
# You can say:
# -200 means 200 lines
# - means always start parsing from beginning of file
www.eeworm.com/read/227241/14436255
in c.jsf.in
# JOE syntax highlight file for C and C++
# A (deterministic) state machine which performs lexical analysis of C.
# (This is the "assembly language" of syntax highlighting. A separate
# program coul
www.eeworm.com/read/227241/14436256
jsf troff.jsf
# Syntax file for Troff
=Idle
=Comment green
=Escape magenta
=Command bold
=Bad red
# First character of line
:first Idle
* rest noeat
".'" command_1
:rest Idle
* rest
"\n" first
"\\"