mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fbca98e7f | ||
|
|
7ad411fbaa | ||
|
|
4e4e77bc9a | ||
|
|
a7afdaa677 | ||
|
|
dd24b54a31 | ||
|
|
833e409bd8 | ||
|
|
c2a376fbc9 | ||
|
|
c21707b8b1 | ||
|
|
c04f4519a7 | ||
|
|
fd7db27b48 | ||
|
|
cab85f3de3 | ||
|
|
34893650eb | ||
|
|
bb58840c1c | ||
|
|
cbcbb969d5 | ||
|
|
3c21f8db51 | ||
|
|
6c3f8a7787 | ||
|
|
915a11f2b6 | ||
|
|
55ce1e8b93 | ||
|
|
ccce5475bf | ||
|
|
cb844a1913 |
@@ -1,6 +1,8 @@
|
||||
require File.expand_path('../lib/linguist/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'github-linguist'
|
||||
s.version = '2.10.13'
|
||||
s.version = Linguist::VERSION
|
||||
s.summary = "GitHub Language detection"
|
||||
s.description = 'We use this library at GitHub to detect blob languages, highlight code, ignore binary files, suppress generated files in diffs, and generate language breakdown graphs.'
|
||||
|
||||
|
||||
@@ -4,3 +4,4 @@ require 'linguist/heuristics'
|
||||
require 'linguist/language'
|
||||
require 'linguist/repository'
|
||||
require 'linguist/samples'
|
||||
require 'linguist/version'
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# All languages have an associated lexer for syntax highlighting. It
|
||||
# defaults to name.downcase, which covers most cases.
|
||||
#
|
||||
# type - Either data, programming, markup, or nil
|
||||
# type - Either data, programming, markup, prose, or nil
|
||||
# lexer - An explicit lexer String (defaults to name)
|
||||
# aliases - An Array of additional aliases (implicitly
|
||||
# includes name.downcase)
|
||||
@@ -787,8 +787,9 @@ HTML:
|
||||
primary_extension: .html
|
||||
extensions:
|
||||
- .htm
|
||||
- .xhtml
|
||||
- .html.hl
|
||||
- .st
|
||||
- .xhtml
|
||||
|
||||
HTML+Django:
|
||||
type: markup
|
||||
@@ -878,7 +879,7 @@ INI:
|
||||
- .prefs
|
||||
- .properties
|
||||
primary_extension: .ini
|
||||
|
||||
|
||||
Inno Setup:
|
||||
primary_extension: .iss
|
||||
lexer: Text only
|
||||
@@ -1017,7 +1018,7 @@ KRL:
|
||||
type: programming
|
||||
color: "#f5c800"
|
||||
primary_extension: .krl
|
||||
|
||||
|
||||
Kit:
|
||||
type: markup
|
||||
lexer: HTML
|
||||
@@ -1066,6 +1067,11 @@ LilyPond:
|
||||
extensions:
|
||||
- .ily
|
||||
|
||||
Liquid:
|
||||
type: markup
|
||||
lexer: Text only
|
||||
primary_extension: .liquid
|
||||
|
||||
Literate Agda:
|
||||
type: programming
|
||||
group: Agda
|
||||
@@ -1535,7 +1541,7 @@ Pure Data:
|
||||
|
||||
PureScript:
|
||||
type: programming
|
||||
color: "#f3ce45"
|
||||
color: "#bcdc53"
|
||||
lexer: Haskell
|
||||
primary_extension: .purs
|
||||
|
||||
|
||||
@@ -195,6 +195,10 @@
|
||||
".handlebars",
|
||||
".hbs"
|
||||
],
|
||||
"HTML": [
|
||||
".html",
|
||||
".st"
|
||||
],
|
||||
"Hy": [
|
||||
".hy"
|
||||
],
|
||||
@@ -262,6 +266,9 @@
|
||||
"LFE": [
|
||||
".lfe"
|
||||
],
|
||||
"Liquid": [
|
||||
".liquid"
|
||||
],
|
||||
"Literate Agda": [
|
||||
".lagda"
|
||||
],
|
||||
@@ -506,6 +513,9 @@
|
||||
"Slash": [
|
||||
".sl"
|
||||
],
|
||||
"Smalltalk": [
|
||||
".st"
|
||||
],
|
||||
"SourcePawn": [
|
||||
".sp"
|
||||
],
|
||||
@@ -671,8 +681,8 @@
|
||||
".gemrc"
|
||||
]
|
||||
},
|
||||
"tokens_total": 588287,
|
||||
"languages_total": 706,
|
||||
"tokens_total": 589756,
|
||||
"languages_total": 713,
|
||||
"tokens": {
|
||||
"ABAP": {
|
||||
"*/**": 1,
|
||||
@@ -24907,6 +24917,204 @@
|
||||
"</h2>": 1,
|
||||
"/each": 1
|
||||
},
|
||||
"HTML": {
|
||||
"<!DOCTYPE>": 2,
|
||||
"HTML": 2,
|
||||
"PUBLIC": 2,
|
||||
"W3C": 2,
|
||||
"DTD": 3,
|
||||
"4": 1,
|
||||
"0": 2,
|
||||
"Frameset": 1,
|
||||
"EN": 2,
|
||||
"http": 3,
|
||||
"www": 2,
|
||||
"w3": 2,
|
||||
"org": 2,
|
||||
"TR": 2,
|
||||
"REC": 1,
|
||||
"html40": 1,
|
||||
"frameset": 1,
|
||||
"dtd": 2,
|
||||
"<html>": 2,
|
||||
"<head>": 2,
|
||||
"Common_meta": 1,
|
||||
"(": 14,
|
||||
")": 14,
|
||||
"<title>": 2,
|
||||
"Android": 5,
|
||||
"API": 7,
|
||||
"Differences": 2,
|
||||
"Report": 2,
|
||||
"</title>": 2,
|
||||
"<body>": 2,
|
||||
"<div>": 10,
|
||||
"class=": 22,
|
||||
"Header": 1,
|
||||
"<h2>": 1,
|
||||
"</h2>": 1,
|
||||
"<p>": 3,
|
||||
"This": 1,
|
||||
"document": 1,
|
||||
"details": 1,
|
||||
"the": 11,
|
||||
"changes": 2,
|
||||
"in": 4,
|
||||
"framework": 2,
|
||||
"API.": 3,
|
||||
"It": 2,
|
||||
"shows": 1,
|
||||
"additions": 1,
|
||||
"modifications": 1,
|
||||
"and": 5,
|
||||
"removals": 2,
|
||||
"for": 2,
|
||||
"packages": 1,
|
||||
"classes": 1,
|
||||
"methods": 1,
|
||||
"fields.": 1,
|
||||
"Each": 1,
|
||||
"reference": 1,
|
||||
"to": 3,
|
||||
"an": 3,
|
||||
"change": 2,
|
||||
"includes": 1,
|
||||
"a": 4,
|
||||
"brief": 1,
|
||||
"description": 1,
|
||||
"of": 5,
|
||||
"explanation": 1,
|
||||
"suggested": 1,
|
||||
"workaround": 1,
|
||||
"where": 1,
|
||||
"available.": 1,
|
||||
"</p>": 3,
|
||||
"The": 2,
|
||||
"differences": 2,
|
||||
"described": 1,
|
||||
"this": 2,
|
||||
"report": 1,
|
||||
"are": 3,
|
||||
"based": 1,
|
||||
"comparison": 1,
|
||||
"APIs": 1,
|
||||
"whose": 1,
|
||||
"versions": 1,
|
||||
"specified": 1,
|
||||
"upper": 1,
|
||||
"-": 1,
|
||||
"right": 1,
|
||||
"corner": 1,
|
||||
"page.": 1,
|
||||
"compares": 1,
|
||||
"newer": 1,
|
||||
"older": 2,
|
||||
"version": 1,
|
||||
"noting": 1,
|
||||
"any": 1,
|
||||
"relative": 1,
|
||||
"So": 1,
|
||||
"example": 1,
|
||||
"indicated": 1,
|
||||
"no": 1,
|
||||
"longer": 1,
|
||||
"present": 1,
|
||||
"For": 1,
|
||||
"more": 1,
|
||||
"information": 1,
|
||||
"about": 1,
|
||||
"SDK": 1,
|
||||
"see": 1,
|
||||
"<a>": 8,
|
||||
"href=": 9,
|
||||
"target=": 3,
|
||||
"product": 1,
|
||||
"site": 1,
|
||||
"</a>": 8,
|
||||
".": 1,
|
||||
"if": 4,
|
||||
"no_delta": 1,
|
||||
"<h3>": 1,
|
||||
"Congratulation": 1,
|
||||
"</h3>": 1,
|
||||
"No": 1,
|
||||
"were": 1,
|
||||
"detected": 1,
|
||||
"between": 1,
|
||||
"two": 1,
|
||||
"provided": 1,
|
||||
"APIs.": 1,
|
||||
"endif": 4,
|
||||
"removed_packages": 2,
|
||||
"Table": 3,
|
||||
"name": 3,
|
||||
"rows": 3,
|
||||
"{": 3,
|
||||
"it.from": 1,
|
||||
"ModelElementRow": 1,
|
||||
"}": 3,
|
||||
"<br/>": 3,
|
||||
"added_packages": 2,
|
||||
"it.to": 2,
|
||||
"PackageAddedLink": 1,
|
||||
"SimpleTableRow": 2,
|
||||
"changed_packages": 2,
|
||||
"PackageChangedLink": 1,
|
||||
"</div>": 11,
|
||||
"</body>": 2,
|
||||
"</html>": 2,
|
||||
"html": 1,
|
||||
"XHTML": 1,
|
||||
"1": 1,
|
||||
"Transitional": 1,
|
||||
"xhtml1": 2,
|
||||
"transitional": 1,
|
||||
"xmlns=": 1,
|
||||
"<meta>": 1,
|
||||
"equiv=": 1,
|
||||
"content=": 1,
|
||||
"Related": 2,
|
||||
"Pages": 2,
|
||||
"<link>": 1,
|
||||
"rel=": 1,
|
||||
"type=": 1,
|
||||
"</head>": 1,
|
||||
"Main": 1,
|
||||
"Page": 1,
|
||||
"&": 3,
|
||||
"middot": 3,
|
||||
";": 3,
|
||||
"Class": 2,
|
||||
"Overview": 2,
|
||||
"Hierarchy": 1,
|
||||
"All": 1,
|
||||
"Classes": 1,
|
||||
"Here": 1,
|
||||
"is": 1,
|
||||
"list": 1,
|
||||
"all": 1,
|
||||
"related": 1,
|
||||
"documentation": 1,
|
||||
"pages": 1,
|
||||
"<table>": 1,
|
||||
"<tr>": 2,
|
||||
"id=": 2,
|
||||
"<td>": 4,
|
||||
"<img>": 2,
|
||||
"src=": 2,
|
||||
"alt=": 2,
|
||||
"width=": 1,
|
||||
"height=": 2,
|
||||
"</td>": 4,
|
||||
"</tr>": 2,
|
||||
"16": 1,
|
||||
"Layout": 1,
|
||||
"System": 1,
|
||||
"</table>": 1,
|
||||
"Generated": 1,
|
||||
"with": 1,
|
||||
"Doxygen": 1
|
||||
},
|
||||
"Hy": {
|
||||
";": 4,
|
||||
"Fibonacci": 1,
|
||||
@@ -33947,6 +34155,173 @@
|
||||
"info": 1,
|
||||
"reproduce": 1
|
||||
},
|
||||
"Liquid": {
|
||||
"<!DOCTYPE>": 1,
|
||||
"html": 1,
|
||||
"PUBLIC": 1,
|
||||
"W3C": 1,
|
||||
"DTD": 2,
|
||||
"XHTML": 1,
|
||||
"1": 1,
|
||||
"0": 1,
|
||||
"Transitional": 1,
|
||||
"EN": 1,
|
||||
"http": 2,
|
||||
"www": 1,
|
||||
"w3": 1,
|
||||
"org": 1,
|
||||
"TR": 1,
|
||||
"xhtml1": 2,
|
||||
"transitional": 1,
|
||||
"dtd": 1,
|
||||
"<html>": 1,
|
||||
"xmlns=": 1,
|
||||
"xml": 1,
|
||||
"lang=": 2,
|
||||
"<head>": 1,
|
||||
"<meta>": 1,
|
||||
"equiv=": 1,
|
||||
"content=": 1,
|
||||
"<title>": 1,
|
||||
"{": 89,
|
||||
"shop.name": 2,
|
||||
"}": 89,
|
||||
"-": 4,
|
||||
"page_title": 1,
|
||||
"</title>": 1,
|
||||
"|": 31,
|
||||
"global_asset_url": 5,
|
||||
"stylesheet_tag": 3,
|
||||
"script_tag": 5,
|
||||
"shopify_asset_url": 1,
|
||||
"asset_url": 2,
|
||||
"content_for_header": 1,
|
||||
"</head>": 1,
|
||||
"<body>": 1,
|
||||
"id=": 28,
|
||||
"<p>": 1,
|
||||
"class=": 14,
|
||||
"<a>": 9,
|
||||
"href=": 9,
|
||||
"Skip": 1,
|
||||
"to": 1,
|
||||
"navigation.": 1,
|
||||
"</a>": 9,
|
||||
"</p>": 1,
|
||||
"%": 46,
|
||||
"if": 5,
|
||||
"cart.item_count": 7,
|
||||
"<div>": 23,
|
||||
"style=": 5,
|
||||
"<h2>": 3,
|
||||
"There": 1,
|
||||
"pluralize": 3,
|
||||
"in": 8,
|
||||
"title=": 3,
|
||||
"your": 1,
|
||||
"cart": 1,
|
||||
"</h2>": 3,
|
||||
"<h4>": 1,
|
||||
"Your": 1,
|
||||
"subtotal": 1,
|
||||
"is": 1,
|
||||
"cart.total_price": 2,
|
||||
"money": 5,
|
||||
".": 3,
|
||||
"</h4>": 1,
|
||||
"for": 6,
|
||||
"item": 1,
|
||||
"cart.items": 1,
|
||||
"onMouseover=": 2,
|
||||
"onMouseout=": 2,
|
||||
"<img>": 4,
|
||||
"src=": 5,
|
||||
"</div>": 23,
|
||||
"endfor": 6,
|
||||
"<br>": 2,
|
||||
"endif": 5,
|
||||
"<h1>": 1,
|
||||
"</h1>": 1,
|
||||
"onclick=": 1,
|
||||
"View": 1,
|
||||
"Mini": 1,
|
||||
"Cart": 1,
|
||||
"(": 1,
|
||||
")": 1,
|
||||
"<hr>": 3,
|
||||
"content_for_layout": 1,
|
||||
"<ul>": 5,
|
||||
"link": 2,
|
||||
"linklists.main": 1,
|
||||
"menu.links": 1,
|
||||
"<li>": 5,
|
||||
"link.title": 2,
|
||||
"link_to": 2,
|
||||
"link.url": 2,
|
||||
"</li>": 5,
|
||||
"</ul>": 5,
|
||||
"tags": 1,
|
||||
"tag": 4,
|
||||
"collection.tags": 1,
|
||||
"<span>": 1,
|
||||
"link_to_add_tag": 1,
|
||||
"</span>": 1,
|
||||
"highlight_active_tag": 1,
|
||||
"link_to_tag": 1,
|
||||
"linklists.footer.links": 1,
|
||||
"All": 1,
|
||||
"prices": 1,
|
||||
"are": 1,
|
||||
"shop.currency": 1,
|
||||
"Powered": 1,
|
||||
"by": 1,
|
||||
"Shopify": 1,
|
||||
"</body>": 1,
|
||||
"</html>": 1,
|
||||
"<h3>": 1,
|
||||
"We": 1,
|
||||
"have": 1,
|
||||
"wonderful": 1,
|
||||
"products": 1,
|
||||
"</h3>": 1,
|
||||
"image": 1,
|
||||
"product.images": 1,
|
||||
"forloop.first": 1,
|
||||
"rel=": 2,
|
||||
"alt=": 2,
|
||||
"else": 1,
|
||||
"product.title": 1,
|
||||
"Vendor": 1,
|
||||
"product.vendor": 1,
|
||||
"link_to_vendor": 1,
|
||||
"Type": 1,
|
||||
"product.type": 1,
|
||||
"link_to_type": 1,
|
||||
"<small>": 1,
|
||||
"product.price_min": 1,
|
||||
"product.price_varies": 1,
|
||||
"product.price_max": 1,
|
||||
"</small>": 1,
|
||||
"<form>": 1,
|
||||
"action=": 1,
|
||||
"method=": 1,
|
||||
"<select>": 1,
|
||||
"name=": 2,
|
||||
"variant": 1,
|
||||
"product.variants": 1,
|
||||
"<option>": 1,
|
||||
"value=": 2,
|
||||
"variant.title": 1,
|
||||
"variant.price": 1,
|
||||
"</option>": 1,
|
||||
"</select>": 1,
|
||||
"<input>": 1,
|
||||
"type=": 2,
|
||||
"</form>": 1,
|
||||
"product.description": 1,
|
||||
"<script>": 1,
|
||||
"</script>": 1
|
||||
},
|
||||
"Literate Agda": {
|
||||
"documentclass": 1,
|
||||
"{": 35,
|
||||
@@ -56012,6 +56387,131 @@
|
||||
"ast.eval": 1,
|
||||
"Env.new": 1
|
||||
},
|
||||
"Smalltalk": {
|
||||
"Object": 1,
|
||||
"subclass": 2,
|
||||
"#Philosophers": 1,
|
||||
"instanceVariableNames": 1,
|
||||
"classVariableNames": 1,
|
||||
"poolDictionaries": 1,
|
||||
"category": 1,
|
||||
"Philosophers": 3,
|
||||
"class": 1,
|
||||
"methodsFor": 2,
|
||||
"new": 4,
|
||||
"self": 25,
|
||||
"shouldNotImplement": 1,
|
||||
"quantity": 2,
|
||||
"super": 1,
|
||||
"initialize": 3,
|
||||
"dine": 4,
|
||||
"seconds": 2,
|
||||
"(": 19,
|
||||
"Delay": 3,
|
||||
"forSeconds": 1,
|
||||
")": 19,
|
||||
"wait.": 5,
|
||||
"philosophers": 2,
|
||||
"do": 1,
|
||||
"[": 18,
|
||||
"each": 5,
|
||||
"|": 18,
|
||||
"terminate": 1,
|
||||
"]": 18,
|
||||
".": 16,
|
||||
"size": 4,
|
||||
"leftFork": 6,
|
||||
"n": 11,
|
||||
"forks": 5,
|
||||
"at": 3,
|
||||
"rightFork": 6,
|
||||
"ifTrue": 1,
|
||||
"ifFalse": 1,
|
||||
"+": 1,
|
||||
"eating": 3,
|
||||
"Semaphore": 2,
|
||||
"new.": 2,
|
||||
"-": 1,
|
||||
"timesRepeat": 1,
|
||||
"signal": 1,
|
||||
"randy": 3,
|
||||
"Random": 1,
|
||||
"to": 2,
|
||||
"collect": 2,
|
||||
"forMutualExclusion": 1,
|
||||
"philosopher": 2,
|
||||
"philosopherCode": 3,
|
||||
"status": 8,
|
||||
"n.": 2,
|
||||
"printString": 1,
|
||||
"true": 2,
|
||||
"whileTrue": 1,
|
||||
"Transcript": 5,
|
||||
"nextPutAll": 5,
|
||||
";": 8,
|
||||
"nl.": 5,
|
||||
"forMilliseconds": 2,
|
||||
"next": 2,
|
||||
"*": 2,
|
||||
"critical": 1,
|
||||
"signal.": 2,
|
||||
"newProcess": 1,
|
||||
"priority": 1,
|
||||
"Processor": 1,
|
||||
"userBackgroundPriority": 1,
|
||||
"name": 1,
|
||||
"resume": 1,
|
||||
"yourself": 1,
|
||||
"Koan": 1,
|
||||
"TestBasic": 1,
|
||||
"<comment:>": 1,
|
||||
"A": 1,
|
||||
"collection": 1,
|
||||
"of": 1,
|
||||
"introductory": 1,
|
||||
"tests": 2,
|
||||
"testDeclarationAndAssignment": 1,
|
||||
"declaration": 2,
|
||||
"anotherDeclaration": 2,
|
||||
"_": 1,
|
||||
"expect": 10,
|
||||
"fillMeIn": 10,
|
||||
"toEqual": 10,
|
||||
"declaration.": 1,
|
||||
"anotherDeclaration.": 1,
|
||||
"testEqualSignIsNotAnAssignmentOperator": 1,
|
||||
"variableA": 6,
|
||||
"variableB": 5,
|
||||
"value": 2,
|
||||
"variableB.": 2,
|
||||
"testMultipleStatementsInASingleLine": 1,
|
||||
"variableC": 2,
|
||||
"variableA.": 1,
|
||||
"variableC.": 1,
|
||||
"testInequality": 1,
|
||||
"testLogicalOr": 1,
|
||||
"expression": 4,
|
||||
"<": 2,
|
||||
"expression.": 2,
|
||||
"testLogicalAnd": 1,
|
||||
"&": 1,
|
||||
"testNot": 1,
|
||||
"not.": 1,
|
||||
"testSimpleChainMatches": 1,
|
||||
"e": 11,
|
||||
"eCtrl": 3,
|
||||
"eventKey": 3,
|
||||
"e.": 1,
|
||||
"ctrl": 5,
|
||||
"true.": 1,
|
||||
"assert": 2,
|
||||
"matches": 4,
|
||||
"{": 4,
|
||||
"}": 4,
|
||||
"eCtrl.": 2,
|
||||
"deny": 2,
|
||||
"a": 1
|
||||
},
|
||||
"SourcePawn": {
|
||||
"//#define": 1,
|
||||
"DEBUG": 2,
|
||||
@@ -61941,6 +62441,7 @@
|
||||
"Groovy Server Pages": 91,
|
||||
"Haml": 4,
|
||||
"Handlebars": 69,
|
||||
"HTML": 413,
|
||||
"Hy": 155,
|
||||
"IDL": 418,
|
||||
"Idris": 148,
|
||||
@@ -61962,6 +62463,7 @@
|
||||
"Latte": 759,
|
||||
"Less": 39,
|
||||
"LFE": 1711,
|
||||
"Liquid": 633,
|
||||
"Literate Agda": 478,
|
||||
"Literate CoffeeScript": 275,
|
||||
"LiveScript": 123,
|
||||
@@ -62031,6 +62533,7 @@
|
||||
"ShellSession": 233,
|
||||
"Shen": 3472,
|
||||
"Slash": 187,
|
||||
"Smalltalk": 423,
|
||||
"SourcePawn": 2080,
|
||||
"SQL": 1485,
|
||||
"Squirrel": 130,
|
||||
@@ -62116,6 +62619,7 @@
|
||||
"Groovy Server Pages": 4,
|
||||
"Haml": 1,
|
||||
"Handlebars": 2,
|
||||
"HTML": 2,
|
||||
"Hy": 2,
|
||||
"IDL": 4,
|
||||
"Idris": 1,
|
||||
@@ -62137,6 +62641,7 @@
|
||||
"Latte": 2,
|
||||
"Less": 1,
|
||||
"LFE": 4,
|
||||
"Liquid": 2,
|
||||
"Literate Agda": 1,
|
||||
"Literate CoffeeScript": 1,
|
||||
"LiveScript": 1,
|
||||
@@ -62206,6 +62711,7 @@
|
||||
"ShellSession": 3,
|
||||
"Shen": 3,
|
||||
"Slash": 1,
|
||||
"Smalltalk": 3,
|
||||
"SourcePawn": 1,
|
||||
"SQL": 5,
|
||||
"Squirrel": 1,
|
||||
@@ -62236,5 +62742,5 @@
|
||||
"YAML": 2,
|
||||
"Zephir": 2
|
||||
},
|
||||
"md5": "9cc12f291dc1b2d049fb7696ac69c345"
|
||||
"md5": "0ab9fe87b3d811ca32ad705d2653b98f"
|
||||
}
|
||||
3
lib/linguist/version.rb
Normal file
3
lib/linguist/version.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
module Linguist
|
||||
VERSION = "2.10.15"
|
||||
end
|
||||
60
samples/HTML/ApiOverviewPage.st
Normal file
60
samples/HTML/ApiOverviewPage.st
Normal file
@@ -0,0 +1,60 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
|
||||
<html>
|
||||
<head>
|
||||
$Common_meta()$
|
||||
<title>
|
||||
Android API Differences Report
|
||||
</title>
|
||||
<body>
|
||||
<div class="body">
|
||||
|
||||
$Header()$
|
||||
|
||||
|
||||
<div class="content">
|
||||
<h2>Android API Differences Report</h2>
|
||||
<p>This document details the changes in the Android framework API. It shows
|
||||
additions, modifications, and removals for packages, classes, methods, and
|
||||
fields. Each reference to an API change includes a brief description of the
|
||||
API and an explanation of the change and suggested workaround, where available.</p>
|
||||
|
||||
<p>The differences described in this report are based a comparison of the APIs
|
||||
whose versions are specified in the upper-right corner of this page. It compares a
|
||||
newer "to" API to an older "from" version, noting any changes relative to the
|
||||
older API. So, for example, indicated API removals are no longer present in the "to"
|
||||
API.</p>
|
||||
<p>For more information about the Android framework API and SDK,
|
||||
see the <a href="http://code.google.com/android/index.html" target="_top">Android product site</a>.</p>
|
||||
|
||||
$if(no_delta)$
|
||||
<h3>Congratulation!</h3>
|
||||
No differences were detected between the two provided APIs.
|
||||
$endif$
|
||||
|
||||
|
||||
$if(removed_packages)$
|
||||
$Table(name="Removed Packages", rows=removed_packages:{$it.from:ModelElementRow()$})$
|
||||
<br/>
|
||||
$endif$
|
||||
|
||||
|
||||
$if(added_packages)$
|
||||
$Table(name="Added Packages", rows=added_packages:{$it.to:PackageAddedLink()$}:SimpleTableRow())$
|
||||
<br/>
|
||||
$endif$
|
||||
|
||||
$if(changed_packages)$
|
||||
$Table(name="Changed Packages", rows=changed_packages:{$it.to:PackageChangedLink()$}:SimpleTableRow())$
|
||||
<br/>
|
||||
$endif$
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
31
samples/HTML/pages.html
Normal file
31
samples/HTML/pages.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<title>Related Pages</title>
|
||||
<link href="qt.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class=header>
|
||||
<a class=headerLink href="index.html">Main Page</a> ·
|
||||
<a class=headerLink href="classoverview.html">Class Overview</a> ·
|
||||
<a class=headerLink href="hierarchy.html">Hierarchy</a> ·
|
||||
<a class=headerLink href="annotated.html">All Classes</a>
|
||||
</div>
|
||||
<!-- Generated by Doxygen 1.8.1.2 -->
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">Related Pages</div> </div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock">Here is a list of all related documentation pages:</div><div class="directory">
|
||||
<table class="directory">
|
||||
<tr id="row_0_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a class="el" href="classoverview.html" target="_self">Class Overview</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_1_"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a class="el" href="thelayoutsystem.html" target="_self">The Layout System</a></td><td class="desc"></td></tr>
|
||||
</table>
|
||||
</div><!-- directory -->
|
||||
</div><!-- contents -->
|
||||
<div class="footer" />Generated with <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.8.1.2</div>
|
||||
</body>
|
||||
</html>
|
||||
104
samples/Liquid/layout.liquid
Normal file
104
samples/Liquid/layout.liquid
Normal file
@@ -0,0 +1,104 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>{{shop.name}} - {{page_title}}</title>
|
||||
|
||||
{{ 'textile.css' | global_asset_url | stylesheet_tag }}
|
||||
{{ 'lightbox/v204/lightbox.css' | global_asset_url | stylesheet_tag }}
|
||||
|
||||
{{ 'prototype/1.6/prototype.js' | global_asset_url | script_tag }}
|
||||
{{ 'scriptaculous/1.8.2/scriptaculous.js' | global_asset_url | script_tag }}
|
||||
{{ 'lightbox/v204/lightbox.js' | global_asset_url | script_tag }}
|
||||
{{ 'option_selection.js' | shopify_asset_url | script_tag }}
|
||||
|
||||
{{ 'layout.css' | asset_url | stylesheet_tag }}
|
||||
{{ 'shop.js' | asset_url | script_tag }}
|
||||
|
||||
{{ content_for_header }}
|
||||
</head>
|
||||
|
||||
<body id="page-{{template}}">
|
||||
|
||||
<p class="hide"><a href="#rightsiders">Skip to navigation.</a></p>
|
||||
<!-- mini cart -->
|
||||
{% if cart.item_count > 0 %}
|
||||
<div id="minicart" style="display:none;"><div id="minicart-inner">
|
||||
<div id="minicart-items">
|
||||
<h2>There {{ cart.item_count | pluralize: 'is', 'are' }} {{ cart.item_count }} {{ cart.item_count | pluralize: 'item', 'items' }} in <a href="/cart" title="View your cart">your cart</a>!</h2><h4 style="font-size: 16px; margin: 0 0 10px 0; padding: 0;">Your subtotal is {{ cart.total_price | money }}.</h4>
|
||||
{% for item in cart.items %}
|
||||
<div class="thumb">
|
||||
<div class="prodimage"><a href="{{item.product.url}}" onMouseover="tooltip('{{ item.quantity }} x {{ item.title }} ({{ item.variant.title }})', 200)"; onMouseout="hidetooltip()"><img src="{{ item.product.featured_image | product_img_url: 'thumb' }}" /></a></div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<br style="clear:both;" />
|
||||
</div></div>
|
||||
{% endif %}
|
||||
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
<!-- Begin Header -->
|
||||
<h1 id="logo"><a href="/" title="Go Home">{{shop.name}}</a></h1>
|
||||
<div id="cartlinks">
|
||||
{% if cart.item_count > 0 %}
|
||||
<h2 id="cartcount"><a href="/cart" onMouseover="tooltip('There {{ cart.item_count | pluralize: 'is', 'are' }} {{ cart.item_count }} {{ cart.item_count | pluralize: 'item', 'items' }} in your cart!', 200)"; onMouseout="hidetooltip()">{{ cart.item_count }} {{ cart.item_count | pluralize: 'thing', 'things' }}!</a></h2>
|
||||
<a href="/cart" id="minicartswitch" onclick="superSwitch(this, 'minicart', 'Close Mini Cart'); return false;" id="cartswitch">View Mini Cart ({{ cart.total_price | money }})</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<!-- End Header -->
|
||||
|
||||
</div>
|
||||
<hr />
|
||||
<div id="main">
|
||||
|
||||
<div id="content">
|
||||
<div id="innercontent">
|
||||
{{ content_for_layout }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<div id="rightsiders">
|
||||
|
||||
<ul class="rightlinks">
|
||||
{% for link in linklists.main-menu.links %}
|
||||
<li>{{ link.title | link_to: link.url }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
{% if tags %}
|
||||
<ul class="rightlinks">
|
||||
{% for tag in collection.tags %}
|
||||
<li><span class="add-link">{{ '+' | link_to_add_tag: tag }}</span>{{ tag | highlight_active_tag | link_to_tag: tag }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
<ul class="rightlinks">
|
||||
{% for link in linklists.footer.links %}
|
||||
<li>{{ link.title | link_to: link.url }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<hr /><br style="clear:both;" />
|
||||
|
||||
<div id="footer">
|
||||
<div class="footerinner">
|
||||
All prices are in {{ shop.currency }}.
|
||||
Powered by <a href="http://www.shopify.com" title="Shopify, Hosted E-Commerce">Shopify</a>.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="tooltip"></div>
|
||||
<img id="pointer" src="{{ 'arrow2.gif' | asset_url }}" />
|
||||
|
||||
</body>
|
||||
</html>
|
||||
70
samples/Liquid/template.liquid
Normal file
70
samples/Liquid/template.liquid
Normal file
@@ -0,0 +1,70 @@
|
||||
<h3>We have wonderful products!</h3>
|
||||
<ul id="products">
|
||||
<div id="productpage">
|
||||
<div id="productimages"><div id="productimages-top"><div id="productimages-bottom">
|
||||
{% for image in product.images %}
|
||||
{% if forloop.first %}
|
||||
<a href="{{ image | product_img_url: 'large' }}" class="productimage" rel="lightbox">
|
||||
<img src="{{ image | product_img_url: 'medium'}}" alt="{{product.title | escape }}" />
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="{{ image | product_img_url: 'large' }}" class="productimage-small" rel="lightbox">
|
||||
<img src="{{ image | product_img_url: 'small'}}" alt="{{product.title | escape }}" />
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div></div></div>
|
||||
|
||||
<h2>{{ product.title }}</h2>
|
||||
|
||||
<ul id="details" class="hlist">
|
||||
<li>Vendor: {{ product.vendor | link_to_vendor }}</li>
|
||||
<li>Type: {{ product.type | link_to_type }}</li>
|
||||
</ul>
|
||||
|
||||
<small>{{ product.price_min | money }}{% if product.price_varies %} - {{ product.price_max | money }}{% endif %}</small>
|
||||
|
||||
<div id="variant-add">
|
||||
<form action="/cart/add" method="post">
|
||||
|
||||
<select id="variant-select" name="id" class="product-info-options">
|
||||
{% for variant in product.variants %}
|
||||
<option value="{{ variant.id }}">{{ variant.title }} - {{ variant.price | money }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
|
||||
<div id="price-field" class="price"></div>
|
||||
|
||||
<div style="text-align:center;"><input type="image" name="add" value="Add to Cart" id="add" src="{{ 'addtocart.gif' | asset_url }}" /></div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="description textile">
|
||||
{{ product.description }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
// prototype callback for multi variants dropdown selector
|
||||
var selectCallback = function(variant, selector) {
|
||||
if (variant && variant.available == true) {
|
||||
// selected a valid variant
|
||||
$('add').removeClassName('disabled'); // remove unavailable class from add-to-cart button
|
||||
$('add').disabled = false; // reenable add-to-cart button
|
||||
$('price-field').innerHTML = Shopify.formatMoney(variant.price, "{{shop.money_with_currency_format}}"); // update price field
|
||||
} else {
|
||||
// variant doesn't exist
|
||||
$('add').addClassName('disabled'); // set add-to-cart button to unavailable class
|
||||
$('add').disabled = true; // disable add-to-cart button
|
||||
$('price-field').innerHTML = (variant) ? "Sold Out" : "Unavailable"; // update price-field message
|
||||
}
|
||||
};
|
||||
|
||||
// initialize multi selector for product
|
||||
Event.observe(document, 'dom:loaded', function() {
|
||||
new Shopify.OptionSelectors("variant-select", { product: {{ product | json }}, onVariantSelected: selectCallback });
|
||||
});
|
||||
-->
|
||||
</script>
|
||||
</ul>
|
||||
111
samples/Smalltalk/Dinner.st
Normal file
111
samples/Smalltalk/Dinner.st
Normal file
@@ -0,0 +1,111 @@
|
||||
"======================================================================
|
||||
|
|
||||
| Smalltalk dining philosophers
|
||||
|
|
||||
|
|
||||
======================================================================"
|
||||
|
||||
|
||||
"======================================================================
|
||||
|
|
||||
| Copyright 1999, 2000 Free Software Foundation, Inc.
|
||||
| Written by Paolo Bonzini.
|
||||
|
|
||||
| This file is part of GNU Smalltalk.
|
||||
|
|
||||
| GNU Smalltalk is free software; you can redistribute it and/or modify it
|
||||
| under the terms of the GNU General Public License as published by the Free
|
||||
| Software Foundation; either version 2, or (at your option) any later version.
|
||||
|
|
||||
| GNU Smalltalk is distributed in the hope that it will be useful, but WITHOUT
|
||||
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
| FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
| details.
|
||||
|
|
||||
| You should have received a copy of the GNU General Public License along with
|
||||
| GNU Smalltalk; see the file COPYING. If not, write to the Free Software
|
||||
| Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
|
||||
======================================================================"
|
||||
|
||||
|
||||
Object subclass: #Philosophers
|
||||
instanceVariableNames: 'forks philosophers randy eating'
|
||||
classVariableNames: ''
|
||||
poolDictionaries: ''
|
||||
category: 'Examples-Processes'!
|
||||
|
||||
!Philosophers class methodsFor: 'dining'!
|
||||
|
||||
new
|
||||
self shouldNotImplement
|
||||
!
|
||||
|
||||
new: quantity
|
||||
^super new initialize: quantity
|
||||
! !
|
||||
|
||||
!Philosophers methodsFor: 'dining'!
|
||||
|
||||
dine
|
||||
self dine: 15
|
||||
!
|
||||
|
||||
dine: seconds
|
||||
(Delay forSeconds: seconds) wait.
|
||||
philosophers do: [ :each | each terminate ].
|
||||
self initialize: self size
|
||||
!
|
||||
|
||||
leftFork: n
|
||||
^forks at: n
|
||||
!
|
||||
|
||||
rightFork: n
|
||||
^n = self size
|
||||
ifTrue: [ forks at: 1 ]
|
||||
ifFalse: [ forks at: n + 1 ]
|
||||
!
|
||||
|
||||
initialize: n
|
||||
eating := Semaphore new.
|
||||
n - 1 timesRepeat: [ eating signal ].
|
||||
|
||||
randy := Random new.
|
||||
forks := (1 to: n) collect: [ :each | Semaphore forMutualExclusion ].
|
||||
philosophers := (1 to: n) collect: [ :each | self philosopher: each ].
|
||||
!
|
||||
|
||||
philosopher: n
|
||||
| philosopherCode leftFork rightFork status |
|
||||
leftFork := self leftFork: n.
|
||||
rightFork := self rightFork: n.
|
||||
status := 'Philosopher #', n printString, ' '.
|
||||
philosopherCode := [[ true ] whileTrue: [
|
||||
Transcript nextPutAll: status, 'thinks'; nl.
|
||||
(Delay forMilliseconds: randy next * 2000) wait.
|
||||
Transcript nextPutAll: status, 'wants to eat'; nl.
|
||||
eating critical: [ "Avoid deadlock"
|
||||
Transcript nextPutAll: status, 'waits for left fork'; nl.
|
||||
leftFork wait.
|
||||
Transcript nextPutAll: status, 'waits for right fork'; nl.
|
||||
rightFork wait.
|
||||
Transcript nextPutAll: status, 'eats'; nl.
|
||||
(Delay forMilliseconds: randy next * 2000) wait.
|
||||
leftFork signal.
|
||||
rightFork signal.
|
||||
].
|
||||
]].
|
||||
|
||||
^(philosopherCode newProcess)
|
||||
priority: Processor userBackgroundPriority;
|
||||
name: status;
|
||||
resume;
|
||||
yourself
|
||||
!
|
||||
|
||||
size
|
||||
^forks size
|
||||
! !
|
||||
|
||||
(Philosophers new: 5) dine!
|
||||
64
samples/Smalltalk/TestBasic.st
Normal file
64
samples/Smalltalk/TestBasic.st
Normal file
@@ -0,0 +1,64 @@
|
||||
Koan subclass: TestBasic [
|
||||
<comment: 'A collection of introductory tests.'>
|
||||
|
||||
testDeclarationAndAssignment [
|
||||
| declaration anotherDeclaration |
|
||||
"You must declare variables before using them."
|
||||
"Variables are separated by a single space."
|
||||
|
||||
declaration _ 1. "Squeak Smalltalk way to assign value"
|
||||
anotherDeclaration := 'string'. "typical way to assign value
|
||||
(this will be used throughout the koans)"
|
||||
|
||||
self expect: fillMeIn toEqual: declaration.
|
||||
self expect: fillMeIn toEqual: anotherDeclaration.
|
||||
]
|
||||
|
||||
testEqualSignIsNotAnAssignmentOperator [
|
||||
| variableA variableB value |
|
||||
|
||||
variableA := variableB := 1234. "multiple assignments work"
|
||||
value := variableA = variableB. "equal is not used for assignment"
|
||||
|
||||
self expect: fillMeIn toEqual: (variableA = variableB).
|
||||
|
||||
"#== is a message that checks if identity is equal. More about messages in the TestMessage koan."
|
||||
]
|
||||
|
||||
testMultipleStatementsInASingleLine [
|
||||
| variableA variableB variableC |
|
||||
|
||||
"Multiple statements are separated by periods."
|
||||
variableA := 1. variableB := 2. variableC := 3.
|
||||
|
||||
self expect: fillMeIn toEqual: variableA.
|
||||
self expect: fillMeIn toEqual: variableB.
|
||||
self expect: fillMeIn toEqual: variableC.
|
||||
]
|
||||
|
||||
testInequality [
|
||||
self expect: fillMeIn toEqual: ('hello' ~= 'world').
|
||||
|
||||
"#~~ is a message that checks if identity is not equal. More about messages in the TestMessage koan."
|
||||
]
|
||||
|
||||
testLogicalOr [
|
||||
| expression |
|
||||
|
||||
expression := (3 > 4) | (5 < 6).
|
||||
|
||||
self expect: fillMeIn toEqual: expression.
|
||||
]
|
||||
|
||||
testLogicalAnd [
|
||||
| expression |
|
||||
|
||||
expression := (2 > 1) & ('a' < 'b').
|
||||
|
||||
self expect: fillMeIn toEqual: expression.
|
||||
]
|
||||
|
||||
testNot [
|
||||
self expect: fillMeIn toEqual: true not.
|
||||
]
|
||||
]
|
||||
11
samples/Smalltalk/testSimpleChainMatches.st
Normal file
11
samples/Smalltalk/testSimpleChainMatches.st
Normal file
@@ -0,0 +1,11 @@
|
||||
tests
|
||||
testSimpleChainMatches
|
||||
|e eCtrl |
|
||||
e := self eventKey: $e.
|
||||
eCtrl := self eventKey: $e ctrl: true.
|
||||
|
||||
self assert: (($e ctrl, $e) matches: {eCtrl}).
|
||||
self assert: ($e ctrl matches: {eCtrl. e}).
|
||||
|
||||
self deny: (($e ctrl, $e) matches: {eCtrl. self eventKey: $a}).
|
||||
self deny: ($e ctrl matches: {e}).
|
||||
Reference in New Issue
Block a user