aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler/Lex.java
Commit message (Expand)AuthorAgeFilesLines
* added the Apache license.chiba2011-07-081-2/+3
* updated the copyright notices.chiba2007-06-041-1/+1
* updated copyright noticeschiba2006-01-111-1/+1
* support non us-ascii identifiers (JIRA May20,2005)chiba2005-06-071-5/+15
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* updated the copyright notices.chiba2004-01-081-1/+1
* Fixed a bug of the token analyzer (double constant).chiba2003-12-201-3/+6
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-446/+435
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-221-0/+547
rd.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{
	"name": "jquery-ui",
	"ignore": [
		"**/.*",
		"build",
		"demos",
		"external",
		"tests"
	],
	"license": "MIT",
	"dependencies": {
		"jquery": ">=1.6"
	},
	"devDependencies": {
		"jquery-color": "2.2.0",
		"jquery-mousewheel": "3.1.12",
		"jquery-simulate": "1.1.1",
		"jshint": "2.4.4",
		"qunit": "1.18.0",
		"qunit-assert-classes": "1.0.2",
		"qunit-assert-close": "JamesMGreene/qunit-assert-close#v1.1.1",
		"qunit-composite": "JamesMGreene/qunit-composite#v1.1.0",
		"requirejs": "2.1.14",

		"jquery-1.7.0": "jquery#1.7.0",
		"jquery-1.7.1": "jquery#1.7.1",
		"jquery-1.7.2": "jquery#1.7.2",
		"jquery-1.8.0": "jquery#1.8.0",
		"jquery-1.8.1": "jquery#1.8.1",
		"jquery-1.8.2": "jquery#1.8.2",
		"jquery-1.8.3": "jquery#1.8.3",
		"jquery-1.9.0": "jquery#1.9.0",
		"jquery-1.9.1": "jquery#1.9.1",
		"jquery-1.10.0": "jquery#1.10.0",
		"jquery-1.10.1": "jquery#1.10.1",
		"jquery-1.10.2": "jquery#1.10.2",
		"jquery-1.11.0": "jquery#1.11.0",
		"jquery-1.11.1": "jquery#1.11.1",
		"jquery-1.11.2": "jquery#1.11.2",
		"jquery-1.11.3": "jquery#1.11.3",
		"jquery-1.12.0": "jquery#1.12.0",
		"jquery-1.12.1": "jquery#1.12.1",
		"jquery-1.12.2": "jquery#1.12.2",
		"jquery-1.12.3": "jquery#1.12.3",
		"jquery-1.12.4": "jquery#1.12.4",
		"jquery-1.x": "jquery#1.12.4",
		"jquery-2.0.0": "jquery#2.0.0",
		"jquery-2.0.1": "jquery#2.0.1",
		"jquery-2.0.2": "jquery#2.0.2",
		"jquery-2.0.3": "jquery#2.0.3",
		"jquery-2.1.0": "jquery#2.1.0",
		"jquery-2.1.1": "jquery#2.1.1",
		"jquery-2.1.2": "jquery#2.1.2",
		"jquery-2.1.3": "jquery#2.1.3",
		"jquery-2.1.4": "jquery#2.1.4",
		"jquery-2.2.0": "jquery#2.2.0",
		"jquery-2.2.1": "jquery#2.2.1",
		"jquery-2.2.2": "jquery#2.2.2",
		"jquery-2.2.3": "jquery#2.2.3",
		"jquery-2.2.4": "jquery#2.2.4",
		"jquery-3.0.0": "jquery#3.0.0",
		"jquery-3.1.0": "jquery#3.1.0",
		"jquery-3.1.1": "jquery#3.1.1",
		"jquery-3.2.0": "jquery#3.2.0",
		"jquery-3.2.1": "jquery#3.2.1",
		"jquery-3.3.0": "jquery#3.3.0",
		"jquery-3.3.1": "jquery#3.3.1",
		"jquery-3.4.0": "jquery#3.4.0",
		"jquery-3.4.1": "jquery#3.4.1",
		"jquery-migrate-1.4.1": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz",
		"jquery-migrate-3.3.0": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.3.0.tgz"
	}
}