summaryrefslogtreecommitdiff
path: root/jarmon/external.doc.js
blob: 119d1fbde43e5eb12da0367af1bde1e117846d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/**
 * jQuery
 * @module jQuery
 * @see http://api.jquery.com/
 */
/**
 * @typedef module:jQuery.jQuery
 * @see http://api.jquery.com/Types/#jQuery
 */
/**
 * @typedef module:jQuery.Deferred
 * @see http://api.jquery.com/category/deferred-object/
 */
/**
 * @function module:jQuery.ajax
 * @see https://api.jquery.com/jQuery.ajax/
 */

/**
 * {@link http://jquerytools.github.io/ jQuery Tools} / dateinput
 * @module jQueryTools/dateinput
 * @see http://jquerytools.github.io/documentation/dateinput/index.html
 */

/**
 * {@link http://jquerytools.github.io/ jQuery Tools} / tabs
 * @module jQueryTools/tabs
 * @see http://jquerytools.github.io/documentation/tabs/index.html
 */

/**
 * {@link http://jquerytools.github.io/ jQuery Tools} / toolbox/history
 * @module jQueryTools/toolbox/history
 * @see http://jquerytools.github.io/documentation/toolbox/history.html
 */

/**
 * {@link http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/index.html javascriptRRD}/binaryXHR
 * @module javascriptRRD/binaryXHR
 * @see http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/binaryXHR_js.html
 */
/**
 * @typedef module:javascriptRRD/binaryXHR.BinaryFile
 * @see http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/binaryXHR_js.html#BinaryFile
 */

/**
 * {@link http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/index.html javascriptRRD}/rrdFile
 * @module javascriptRRD/rrdFile
 * @see http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/rrdFile_js.html
 */
/**
 * @typedef module:javascriptRRD/rrdFile.RRDFile
 * @see http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/rrdFile_js.html#RRDFile
 */

/**
 * {@link http://www.flotcharts.org/ Flot}
 * @module Flot
 * @see https://github.com/flot/flot/blob/master/API.md
 */
/**
 * @typedef module:Flot.data
 * @see https://github.com/flot/flot/blob/master/API.md#data-format
 */ 
/**
 * @typedef module:Flot.options
 * @see https://github.com/flot/flot/blob/master/API.md#plot-options
 */