Skip to content

Commit

Permalink
Re-added proj7
Browse files Browse the repository at this point in the history
  • Loading branch information
cfree committed Feb 22, 2014
1 parent 6617227 commit d651f9f
Show file tree
Hide file tree
Showing 6,434 changed files with 997,941 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion proj7/jquery-source/jquery
Submodule jquery deleted from 954966
3 changes: 3 additions & 0 deletions proj7/jquery-source/jquery/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
43 changes: 43 additions & 0 deletions proj7/jquery-source/jquery/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true


[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# Tabs in JS unless otherwise specified
[**.js]
indent_style = tab

[Makefile]
indent_style = tab


[speed/**.html]
indent_style = tab

[speed/**.css]
indent_style = tab

[speed/benchmarker.js]
indent_style = space
indent_size = 2


[test/**.xml]
indent_style = tab

[test/**.php]
indent_style = tab

[test/**.html]
indent_style = tab

[test/**.css]
indent_style = space
indent_size = 8
2 changes: 2 additions & 0 deletions proj7/jquery-source/jquery/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* eol=lf
*.jar binary
23 changes: 23 additions & 0 deletions proj7/jquery-source/jquery/.jscs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"requireCurlyBraces": [ "if", "else", "for", "while", "do" ],
"requireSpaceAfterKeywords": [ "if", "else", "for", "while", "do", "switch", "return" ],
"requireSpacesInFunctionExpression": {
"beforeOpeningCurlyBrace": true
},
"disallowSpacesInFunctionExpression": {
"beforeOpeningRoundBrace": true
},
"requireMultipleVarDecl": true,
"requireSpacesInsideObjectBrackets": "all",
"requireSpacesInsideArrayBrackets": "all",
"disallowLeftStickedOperators": [ "?", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<=" ],
"disallowRightStickedOperators": [ "?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"requireRightStickedOperators": [ "!" ],
"requireLeftStickedOperators": [ "," ],
"disallowKeywords": [ "with" ],
"disallowMultipleLineBreaks": true,
"disallowKeywordsOnNewLine": [ "else" ],
"requireLineFeedAtFileEnd": true,

"excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ]
}
12 changes: 12 additions & 0 deletions proj7/jquery-source/jquery/.jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
src/intro.js
src/outro.js
src/sizzle/**/*
test/libs/**/*
test/data/jquery-1.9.1.js
test/data/badcall.js
test/data/badjson.js
test/data/json_obj.js
test/data/readywaitasset.js
test/data/readywaitloader.js
test/data/support/csp.js
test/data/support/getComputedSupport.js
17 changes: 17 additions & 0 deletions proj7/jquery-source/jquery/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,

"node": true
}
100 changes: 100 additions & 0 deletions proj7/jquery-source/jquery/.mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
Adam Coulombe <[email protected]> <[email protected]>
Adam J. Sontag <[email protected]>
Alexander Farkas <[email protected]>
Alexander Farkas <[email protected]> <[email protected]>
Alexis Abril <[email protected]> <[email protected]>
Andrew E Monat <[email protected]>
Anton Matzneller <[email protected]>
Anton Matzneller <[email protected]> <[email protected]>
Batiste Bieler <[email protected]> <[email protected]>
Benjamin Truyman <[email protected]>
Brandon Aaron <[email protected]>
Carl Danley <[email protected]>
Carl Fürstenberg <[email protected]>
Carl Fürstenberg <[email protected]> <[email protected]>
Charles McNulty <[email protected]>
Christopher Jones <[email protected]> cjqed <[email protected]>
Colin Snover <[email protected]> <[email protected]>
Corey Frang <[email protected]> <[email protected]>
Dan Heberden <[email protected]>
Daniel Chatfield <[email protected]> <[email protected]>
Daniel Gálvez <[email protected]>
Danil Somsikov <[email protected]>
Dave Methvin <[email protected]>
Dave Reed <[email protected]>
David Fox <[email protected]> <[email protected]>
David Murdoch <[email protected]> <[email protected]>
Devin Cooper <[email protected]> <[email protected]>
Douglas Neiner <[email protected]> <[email protected]>
Dmitry Gusev <[email protected]>
Earle Castledine <[email protected]>
Erick Ruiz de Chávez <[email protected]>
Gianni Alessandro Chiappetta <[email protected]>
Heungsub Lee <[email protected]> <[email protected]>
Iraê Carvalho <[email protected]>
Isaac Z. Schlueter <[email protected]>
Ismail Khair <[email protected]>
James Burke <[email protected]>
James Padolsey <[email protected]> <[email protected]>
Jason Bedard <[email protected]> <[email protected]>
Jay Merrifield <[email protected]>
Jay Merrifield <[email protected]> <[email protected]>
Jean Boussier <[email protected]>
Jephte Clain <[email protected]>
Jess Thrysoee <[email protected]>
Joao Henrique de Andrade Bruni <[email protected]>
Joe Presbrey <[email protected]> <[email protected]>
John Resig <[email protected]>
John Resig <[email protected]> <[email protected]>
Jordan Boesch <[email protected]> <[email protected]>
Josh Varner <[email protected]> <[email protected]>
Julian Aubourg <[email protected]>
Julian Aubourg <[email protected]> <[email protected]>
Julian Aubourg <[email protected]> <Julian@.(none)>
Jörn Zaefferer <[email protected]>
Jörn Zaefferer <[email protected]> <[email protected]>
Jörn Zaefferer <[email protected]> <JZA@.(none)>
Karl Swedberg <[email protected]> <[email protected]>
Klaus Hartl <[email protected]> <[email protected]>
Kris Borchers <[email protected]>
Lee Carpenter <[email protected]>
Li Xudong <[email protected]>
Louis-Rémi Babé <[email protected]>
Louis-Rémi Babé <[email protected]> <louisremi@louisremi-laptop.(none)>
Louis-Rémi Babé <[email protected]> <lrbabe@lrbabe-laptop.(none)>
Louis-Rémi Babé <[email protected]> <lrbabe@lrbabe-laptop>
Marcel Greter <[email protected]> <[email protected]>
Matthias Jäggli <[email protected]> <[email protected]>
Michael Murray <[email protected]> <[email protected]>
Michał Gołębiowski <[email protected]>
Michał Gołębiowski <[email protected]> <[email protected]>
Mike Alsup <[email protected]>
Nguyen Phuc Lam <[email protected]>
Oleg Gaidarenko <[email protected]>
Paul Bakaus <[email protected]> <[email protected]>
Rafaël Blais Masson <[email protected]>
Richard D. Worth <[email protected]>
Rick Waldron <[email protected]>
Rick Waldron <[email protected]> <[email protected]>
Robert Katić <[email protected]>
Ron Otten <[email protected]>
Sai Lung Wong <[email protected]>
Scott González <[email protected]> <[email protected]>
Scott Jehl <[email protected]> <[email protected]>
Sebastian Burkhard <[email protected]>
Timmy Willison <[email protected]>
Timmy Willison <[email protected]> <[email protected]>
Timo Tijhof <[email protected]>
TJ Holowaychuk <[email protected]>
Tom H Fuertes <[email protected]>
Tom H Fuertes <[email protected]> Tom H Fuertes <[email protected]>
Tom Viner <[email protected]>
Wesley Walser <[email protected]> <[email protected]>
Xavi Ramirez <[email protected]>
Xavier Montillet <[email protected]>
Yehuda Katz <[email protected]>
Yehuda Katz <[email protected]> <[email protected]>
Yehuda Katz <[email protected]> <[email protected]>
Yehuda Katz <[email protected]> <[email protected]>
Yiming He <[email protected]>
Terry Jones <[email protected]> <[email protected]>
13 changes: 13 additions & 0 deletions proj7/jquery-source/jquery/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.jshintignore
.jshintrc

/.editorconfig
/.gitattributes
/.jscs.json
/.mailmap
/.travis.yml

/build
/speed
/test
/Gruntfile.js
3 changes: 3 additions & 0 deletions proj7/jquery-source/jquery/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- '0.10'
Loading

0 comments on commit d651f9f

Please sign in to comment.