-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4,656 changed files
with
695,789 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
/** | ||
@param {Object} object | ||
@static | ||
@return {boolean} | ||
*/ | ||
Object.isExtensible = function(object) {}; | ||
/** | ||
@param {Object} obj | ||
@static | ||
@return {void} | ||
*/ | ||
Object.preventExtensions = function(obj) {}; | ||
/** | ||
@param {Object} obj | ||
@param {string} prop | ||
@static | ||
@return {Object} | ||
*/ | ||
Object.getOwnPropertyDescriptor = function(obj,prop) {}; | ||
/** | ||
@param {Object} obj | ||
@param {string} prop | ||
@param {Object} desc | ||
@static | ||
@return {void} | ||
*/ | ||
Object.defineProperty = function(obj,prop,desc) {}; | ||
/** | ||
@param {Object} obj | ||
@param {Object} props | ||
@static | ||
@return {void} | ||
*/ | ||
Object.defineProperties = function(obj,props) {}; | ||
/** | ||
@param {Object} obj | ||
@static | ||
@return {Array} | ||
*/ | ||
Object.keys = function(obj) {}; | ||
/** | ||
@param {Object} obj | ||
@static | ||
@return {Array} | ||
*/ | ||
Object.getOwnPropertyNames = function(obj) {}; | ||
/** | ||
@param {Object} proto | ||
@param {Object} [props] | ||
@static | ||
@return {void} | ||
*/ | ||
Object.create = function(proto,props) {}; | ||
/** | ||
@param {Object} obj | ||
@static | ||
@return {Object} | ||
*/ | ||
Object.getPrototypeOf = function(obj) {}; | ||
/** | ||
@param {Object} obj | ||
@static | ||
@return {void} | ||
*/ | ||
Object.seal = function(obj) {}; | ||
/** | ||
@param {Object} obj | ||
@static | ||
@return {boolean} | ||
*/ | ||
Object.isSealed = function(obj) {}; | ||
/** | ||
@param {Object} obj | ||
@static | ||
@return {void} | ||
*/ | ||
Object.freeze = function(obj) {}; | ||
/** | ||
@param {Object} obj | ||
@static | ||
@return {boolean} | ||
*/ | ||
Object.isFrozen = function(obj) {}; | ||
|
||
/** | ||
@param {Function} callback | ||
@param {Object} [initialValue] | ||
@return {Object} | ||
*/ | ||
Array.prototype.reduce = function(callback,initialValue) {}; | ||
/** | ||
@param {Function} callback | ||
@param {Object} [initialValue] | ||
@return {Object} | ||
*/ | ||
Array.prototype.reduceRight = function(callback,initialValue) {}; | ||
/** | ||
@param {Object} searchElement | ||
@param {number} [fromIndex] | ||
@return {number} | ||
*/ | ||
Array.prototype.indexOf = function(searchElement,fromIndex) {}; | ||
/** | ||
@param {Object} searchElement | ||
@param {number} [fromIndex] | ||
@return {number} | ||
*/ | ||
Array.prototype.lastIndexOf = function(searchElement,fromIndex) {}; | ||
/** | ||
@param {Function} callback | ||
@param {Object} [thisObject] | ||
@return {boolean} | ||
*/ | ||
Array.prototype.every = function(callback,thisObject) {}; | ||
/** | ||
@param {Function} callback | ||
@param {Object} [thisObject] | ||
@return {Array} | ||
*/ | ||
Array.prototype.filter = function(callback,thisObject) {}; | ||
/** | ||
@param {Function} callback | ||
@param {Object} [thisObject] | ||
@return {void} | ||
*/ | ||
Array.prototype.forEach = function(callback,thisObject) {}; | ||
/** | ||
@param {Function} callback | ||
@param {Object} [thisObject] | ||
@return {Array} | ||
*/ | ||
Array.prototype.map = function(callback,thisObject) {}; | ||
/** | ||
@param {Function} callback | ||
@param {Object} [thisObject] | ||
@return {boolean} | ||
*/ | ||
Array.prototype.some = function(callback,thisObject) {}; | ||
/** | ||
@param {Object} object | ||
@return {boolean} | ||
*/ | ||
Array.prototype.isArray = function(object) {}; | ||
|
||
/** | ||
@return {string} | ||
*/ | ||
String.prototype.trim = function() {}; | ||
/** | ||
@return {string} | ||
*/ | ||
String.prototype.toJSON = function() {}; | ||
|
||
/** | ||
@param thisArg | ||
@param {...*} [arg] | ||
*/ | ||
Function.prototype.bind = function(thisArg,arg) {}; | ||
|
||
/** | ||
@param {Object} value | ||
@param {Function} [replacer] | ||
@param {Number|String} [space] | ||
@static | ||
*/ | ||
JSON.stringify = function(value,replacer,space) {}; | ||
/** | ||
@param {string} jsonString | ||
@static | ||
*/ | ||
JSON.parse = function(jsonString) {}; | ||
JSON = function() {}; | ||
JSON.constructor = 0; | ||
/** | ||
@static | ||
@return {number} | ||
*/ | ||
Date.now = function() {}; | ||
/** | ||
@return {string} | ||
*/ | ||
Date.prototype.toJSON = function() {}; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>Highcharts Example</title> | ||
|
||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | ||
<script type="text/javascript"> | ||
$(function () { | ||
$('#container').highcharts({ | ||
chart: { | ||
type: 'area' | ||
}, | ||
title: { | ||
text: 'US and USSR nuclear stockpiles' | ||
}, | ||
subtitle: { | ||
text: 'Source: <a href="http://thebulletin.metapress.com/content/c4120650912x74k7/fulltext.pdf">'+ | ||
'thebulletin.metapress.com</a>' | ||
}, | ||
xAxis: { | ||
labels: { | ||
formatter: function() { | ||
return this.value; // clean, unformatted number for year | ||
} | ||
} | ||
}, | ||
yAxis: { | ||
title: { | ||
text: 'Nuclear weapon states' | ||
}, | ||
labels: { | ||
formatter: function() { | ||
return this.value / 1000 +'k'; | ||
} | ||
} | ||
}, | ||
tooltip: { | ||
pointFormat: '{series.name} produced <b>{point.y:,.0f}</b><br/>warheads in {point.x}' | ||
}, | ||
plotOptions: { | ||
area: { | ||
pointStart: 1940, | ||
marker: { | ||
enabled: false, | ||
symbol: 'circle', | ||
radius: 2, | ||
states: { | ||
hover: { | ||
enabled: true | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
series: [{ | ||
name: 'USA', | ||
data: [null, null, null, null, null, 6 , 11, 32, 110, 235, 369, 640, | ||
1005, 1436, 2063, 3057, 4618, 6444, 9822, 15468, 20434, 24126, | ||
27387, 29459, 31056, 31982, 32040, 31233, 29224, 27342, 26662, | ||
26956, 27912, 28999, 28965, 27826, 25579, 25722, 24826, 24605, | ||
24304, 23464, 23708, 24099, 24357, 24237, 24401, 24344, 23586, | ||
22380, 21004, 17287, 14747, 13076, 12555, 12144, 11009, 10950, | ||
10871, 10824, 10577, 10527, 10475, 10421, 10358, 10295, 10104 ] | ||
}, { | ||
name: 'USSR/Russia', | ||
data: [null, null, null, null, null, null, null , null , null ,null, | ||
5, 25, 50, 120, 150, 200, 426, 660, 869, 1060, 1605, 2471, 3322, | ||
4238, 5221, 6129, 7089, 8339, 9399, 10538, 11643, 13092, 14478, | ||
15915, 17385, 19055, 21205, 23044, 25393, 27935, 30062, 32049, | ||
33952, 35804, 37431, 39197, 45000, 43000, 41000, 39000, 37000, | ||
35000, 33000, 31000, 29000, 27000, 25000, 24000, 23000, 22000, | ||
21000, 20000, 19000, 18000, 18000, 17000, 16000] | ||
}] | ||
}); | ||
}); | ||
|
||
|
||
</script> | ||
</head> | ||
<body> | ||
<script src="../../js/highcharts.js"></script> | ||
<script src="../../js/modules/exporting.js"></script> | ||
|
||
<div id="container" style="min-width: 400px; height: 400px; margin: 0 auto"></div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>Highcharts Example</title> | ||
|
||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | ||
<script type="text/javascript"> | ||
$(function () { | ||
$('#container').highcharts({ | ||
chart: { | ||
type: 'area', | ||
inverted: true | ||
}, | ||
title: { | ||
text: 'Average fruit consumption during one week' | ||
}, | ||
subtitle: { | ||
style: { | ||
position: 'absolute', | ||
right: '0px', | ||
bottom: '10px' | ||
} | ||
}, | ||
legend: { | ||
layout: 'vertical', | ||
align: 'right', | ||
verticalAlign: 'top', | ||
x: -150, | ||
y: 100, | ||
floating: true, | ||
borderWidth: 1, | ||
backgroundColor: '#FFFFFF' | ||
}, | ||
xAxis: { | ||
categories: [ | ||
'Monday', | ||
'Tuesday', | ||
'Wednesday', | ||
'Thursday', | ||
'Friday', | ||
'Saturday', | ||
'Sunday' | ||
] | ||
}, | ||
yAxis: { | ||
title: { | ||
text: 'Number of units' | ||
}, | ||
labels: { | ||
formatter: function() { | ||
return this.value; | ||
} | ||
}, | ||
min: 0 | ||
}, | ||
plotOptions: { | ||
area: { | ||
fillOpacity: 0.5 | ||
} | ||
}, | ||
series: [{ | ||
name: 'John', | ||
data: [3, 4, 3, 5, 4, 10, 12] | ||
}, { | ||
name: 'Jane', | ||
data: [1, 3, 4, 3, 3, 5, 4] | ||
}] | ||
}); | ||
}); | ||
|
||
|
||
</script> | ||
</head> | ||
<body> | ||
<script src="../../js/highcharts.js"></script> | ||
<script src="../../js/modules/exporting.js"></script> | ||
|
||
<div id="container" style="min-width: 400px; height: 400px; margin: 0 auto"></div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.