grafana 0.10.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/doc/Time.html DELETED
@@ -1,200 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Class: Time
8
-
9
- &mdash; Documentation by YARD 0.9.11
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "Time";
19
- relpath = '';
20
- </script>
21
-
22
-
23
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
-
25
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="nav_wrap">
31
- <iframe id="nav" src="class_list.html?1"></iframe>
32
- <div id="resizer"></div>
33
- </div>
34
-
35
- <div id="main" tabindex="-1">
36
- <div id="header">
37
- <div id="menu">
38
-
39
- <a href="_index.html">Index (T)</a> &raquo;
40
-
41
-
42
- <span class="title">Time</span>
43
-
44
- </div>
45
-
46
- <div id="search">
47
-
48
- <a class="full_list_link" id="class_list_link"
49
- href="class_list.html">
50
-
51
- <svg width="24" height="24">
52
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
- </svg>
56
- </a>
57
-
58
- </div>
59
- <div class="clear"></div>
60
- </div>
61
-
62
- <div id="content"><h1>Class: Time
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
- <dl>
70
- <dt>Inherits:</dt>
71
- <dd>
72
- <span class="inheritName"><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></span>
73
-
74
- <ul class="fullTree">
75
- <li><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></li>
76
-
77
- <li class="next">Time</li>
78
-
79
- </ul>
80
- <a href="#" class="inheritanceTree">show all</a>
81
-
82
- </dd>
83
- </dl>
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
- <dl>
96
- <dt>Defined in:</dt>
97
- <dd>lib/monkey_patches.rb</dd>
98
- </dl>
99
-
100
- </div>
101
-
102
- <h2>Overview</h2><div class="docstring">
103
- <div class="discussion">
104
- <hr>
105
-
106
-
107
- </div>
108
- </div>
109
- <div class="tags">
110
-
111
-
112
- </div>
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
- <h2>
121
- Instance Method Summary
122
- <small><a href="#" class="summary_toggle">collapse</a></small>
123
- </h2>
124
-
125
- <ul class="summary">
126
-
127
- <li class="public ">
128
- <span class="summary_signature">
129
-
130
- <a href="#add_minutes-instance_method" title="#add_minutes (instance method)">#<strong>add_minutes</strong>(m) &#x21d2; Object </a>
131
-
132
-
133
-
134
- </span>
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
- <span class="summary_desc"><div class='inline'></div></span>
145
-
146
- </li>
147
-
148
-
149
- </ul>
150
-
151
-
152
-
153
-
154
- <div id="instance_method_details" class="method_details_list">
155
- <h2>Instance Method Details</h2>
156
-
157
-
158
- <div class="method_details first">
159
- <h3 class="signature first" id="add_minutes-instance_method">
160
-
161
- #<strong>add_minutes</strong>(m) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
162
-
163
-
164
-
165
-
166
-
167
- </h3><table class="source_code">
168
- <tr>
169
- <td>
170
- <pre class="lines">
171
-
172
-
173
- 73
174
- 74
175
- 75</pre>
176
- </td>
177
- <td>
178
- <pre class="code"><span class="info file"># File 'lib/monkey_patches.rb', line 73</span>
179
-
180
- <span class='kw'>def</span> <span class='id identifier rubyid_add_minutes'>add_minutes</span><span class='lparen'>(</span><span class='id identifier rubyid_m'>m</span><span class='rparen'>)</span>
181
- <span class='kw'>self</span> <span class='op'>+</span> <span class='lparen'>(</span><span class='int'>60</span> <span class='op'>*</span> <span class='id identifier rubyid_m'>m</span><span class='rparen'>)</span>
182
- <span class='kw'>end</span></pre>
183
- </td>
184
- </tr>
185
- </table>
186
- </div>
187
-
188
- </div>
189
-
190
- </div>
191
-
192
- <div id="footer">
193
- Generated on Thu Dec 14 05:45:15 2017 by
194
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
195
- 0.9.11 (ruby-2.2.8).
196
- </div>
197
-
198
- </div>
199
- </body>
200
- </html>
data/doc/TrueClass.html DELETED
@@ -1,132 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Class: TrueClass
8
-
9
- &mdash; Documentation by YARD 0.9.11
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "TrueClass";
19
- relpath = '';
20
- </script>
21
-
22
-
23
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
-
25
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="nav_wrap">
31
- <iframe id="nav" src="class_list.html?1"></iframe>
32
- <div id="resizer"></div>
33
- </div>
34
-
35
- <div id="main" tabindex="-1">
36
- <div id="header">
37
- <div id="menu">
38
-
39
- <a href="_index.html">Index (T)</a> &raquo;
40
-
41
-
42
- <span class="title">TrueClass</span>
43
-
44
- </div>
45
-
46
- <div id="search">
47
-
48
- <a class="full_list_link" id="class_list_link"
49
- href="class_list.html">
50
-
51
- <svg width="24" height="24">
52
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
- </svg>
56
- </a>
57
-
58
- </div>
59
- <div class="clear"></div>
60
- </div>
61
-
62
- <div id="content"><h1>Class: TrueClass
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
- <dl>
70
- <dt>Inherits:</dt>
71
- <dd>
72
- <span class="inheritName"><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></span>
73
-
74
- <ul class="fullTree">
75
- <li><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></li>
76
-
77
- <li class="next">TrueClass</li>
78
-
79
- </ul>
80
- <a href="#" class="inheritanceTree">show all</a>
81
-
82
- </dd>
83
- </dl>
84
-
85
-
86
-
87
-
88
-
89
-
90
- <dl>
91
- <dt>Includes:</dt>
92
- <dd><span class='object_link'><a href="Boolean.html" title="Boolean (module)">Boolean</a></span></dd>
93
- </dl>
94
-
95
-
96
-
97
-
98
-
99
-
100
- <dl>
101
- <dt>Defined in:</dt>
102
- <dd>lib/monkey_patches.rb</dd>
103
- </dl>
104
-
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
- </div>
123
-
124
- <div id="footer">
125
- Generated on Thu Dec 14 05:45:15 2017 by
126
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
127
- 0.9.11 (ruby-2.2.8).
128
- </div>
129
-
130
- </div>
131
- </body>
132
- </html>
data/doc/_index.html DELETED
@@ -1,380 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Documentation by YARD 0.9.11
8
-
9
- </title>
10
-
11
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
12
-
13
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
14
-
15
- <script type="text/javascript" charset="utf-8">
16
- pathId = null;
17
- relpath = '';
18
- </script>
19
-
20
-
21
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
22
-
23
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
24
-
25
-
26
- </head>
27
- <body>
28
- <div class="nav_wrap">
29
- <iframe id="nav" src="class_list.html?1"></iframe>
30
- <div id="resizer"></div>
31
- </div>
32
-
33
- <div id="main" tabindex="-1">
34
- <div id="header">
35
- <div id="menu">
36
-
37
- </div>
38
-
39
- <div id="search">
40
-
41
- <a class="full_list_link" id="class_list_link"
42
- href="class_list.html">
43
-
44
- <svg width="24" height="24">
45
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
46
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
47
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
48
- </svg>
49
- </a>
50
-
51
- </div>
52
- <div class="clear"></div>
53
- </div>
54
-
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.11</h1>
56
- <div id="listing">
57
- <h1 class="alphaindex">Alphabetic Index</h1>
58
-
59
- <h2>File Listing</h2>
60
- <ul id="files" class="index_inline_list">
61
-
62
-
63
- <li class="r1"><a href="index.html" title="README">README</a></li>
64
-
65
-
66
- </ul>
67
-
68
- <div class="clear"></div>
69
- <h2>Namespace Listing A-Z</h2>
70
-
71
-
72
-
73
-
74
- <table>
75
- <tr>
76
- <td valign='top' width="33%">
77
-
78
-
79
- <ul id="alpha_A" class="alpha">
80
- <li class="letter">A</li>
81
- <ul>
82
-
83
- <li>
84
- <span class='object_link'><a href="Grafana/Admin.html" title="Grafana::Admin (module)">Admin</a></span>
85
-
86
- <small>(Grafana)</small>
87
-
88
- </li>
89
-
90
- <li>
91
- <span class='object_link'><a href="Grafana/Alerts.html" title="Grafana::Alerts (module)">Alerts</a></span>
92
-
93
- <small>(Grafana)</small>
94
-
95
- </li>
96
-
97
- <li>
98
- <span class='object_link'><a href="Grafana/Annotations.html" title="Grafana::Annotations (module)">Annotations</a></span>
99
-
100
- <small>(Grafana)</small>
101
-
102
- </li>
103
-
104
- <li>
105
- <span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>
106
-
107
- </li>
108
-
109
- </ul>
110
- </ul>
111
-
112
-
113
- <ul id="alpha_B" class="alpha">
114
- <li class="letter">B</li>
115
- <ul>
116
-
117
- <li>
118
- <span class='object_link'><a href="Boolean.html" title="Boolean (module)">Boolean</a></span>
119
-
120
- </li>
121
-
122
- </ul>
123
- </ul>
124
-
125
-
126
- <ul id="alpha_C" class="alpha">
127
- <li class="letter">C</li>
128
- <ul>
129
-
130
- <li>
131
- <span class='object_link'><a href="Grafana/Client.html" title="Grafana::Client (class)">Client</a></span>
132
-
133
- <small>(Grafana)</small>
134
-
135
- </li>
136
-
137
- </ul>
138
- </ul>
139
-
140
-
141
- <ul id="alpha_D" class="alpha">
142
- <li class="letter">D</li>
143
- <ul>
144
-
145
- <li>
146
- <span class='object_link'><a href="Grafana/Dashboard.html" title="Grafana::Dashboard (module)">Dashboard</a></span>
147
-
148
- <small>(Grafana)</small>
149
-
150
- </li>
151
-
152
- <li>
153
- <span class='object_link'><a href="Grafana/DashboardVersions.html" title="Grafana::DashboardVersions (module)">DashboardVersions</a></span>
154
-
155
- <small>(Grafana)</small>
156
-
157
- </li>
158
-
159
- <li>
160
- <span class='object_link'><a href="Grafana/Datasource.html" title="Grafana::Datasource (module)">Datasource</a></span>
161
-
162
- <small>(Grafana)</small>
163
-
164
- </li>
165
-
166
- </ul>
167
- </ul>
168
-
169
-
170
- <ul id="alpha_F" class="alpha">
171
- <li class="letter">F</li>
172
- <ul>
173
-
174
- <li>
175
- <span class='object_link'><a href="FalseClass.html" title="FalseClass (class)">FalseClass</a></span>
176
-
177
- </li>
178
-
179
- </ul>
180
- </ul>
181
-
182
-
183
- <ul id="alpha_G" class="alpha">
184
- <li class="letter">G</li>
185
- <ul>
186
-
187
- <li>
188
- <span class='object_link'><a href="Grafana.html" title="Grafana (module)">Grafana</a></span>
189
-
190
- </li>
191
-
192
- </ul>
193
- </ul>
194
-
195
-
196
- <ul id="alpha_H" class="alpha">
197
- <li class="letter">H</li>
198
- <ul>
199
-
200
- <li>
201
- <span class='object_link'><a href="Hash.html" title="Hash (class)">Hash</a></span>
202
-
203
- </li>
204
-
205
- </ul>
206
- </ul>
207
-
208
-
209
- </td><td valign='top' width="33%">
210
-
211
-
212
- <ul id="alpha_L" class="alpha">
213
- <li class="letter">L</li>
214
- <ul>
215
-
216
- <li>
217
- <span class='object_link'><a href="Logging.html" title="Logging (module)">Logging</a></span>
218
-
219
- </li>
220
-
221
- <li>
222
- <span class='object_link'><a href="Grafana/Login.html" title="Grafana::Login (module)">Login</a></span>
223
-
224
- <small>(Grafana)</small>
225
-
226
- </li>
227
-
228
- </ul>
229
- </ul>
230
-
231
-
232
- <ul id="alpha_N" class="alpha">
233
- <li class="letter">N</li>
234
- <ul>
235
-
236
- <li>
237
- <span class='object_link'><a href="Grafana/Network.html" title="Grafana::Network (module)">Network</a></span>
238
-
239
- <small>(Grafana)</small>
240
-
241
- </li>
242
-
243
- </ul>
244
- </ul>
245
-
246
-
247
- <ul id="alpha_O" class="alpha">
248
- <li class="letter">O</li>
249
- <ul>
250
-
251
- <li>
252
- <span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span>
253
-
254
- </li>
255
-
256
- <li>
257
- <span class='object_link'><a href="Grafana/Organization.html" title="Grafana::Organization (module)">Organization</a></span>
258
-
259
- <small>(Grafana)</small>
260
-
261
- </li>
262
-
263
- <li>
264
- <span class='object_link'><a href="Grafana/Organizations.html" title="Grafana::Organizations (module)">Organizations</a></span>
265
-
266
- <small>(Grafana)</small>
267
-
268
- </li>
269
-
270
- </ul>
271
- </ul>
272
-
273
-
274
- <ul id="alpha_S" class="alpha">
275
- <li class="letter">S</li>
276
- <ul>
277
-
278
- <li>
279
- <span class='object_link'><a href="Grafana/Snapshot.html" title="Grafana::Snapshot (module)">Snapshot</a></span>
280
-
281
- <small>(Grafana)</small>
282
-
283
- </li>
284
-
285
- </ul>
286
- </ul>
287
-
288
-
289
- <ul id="alpha_T" class="alpha">
290
- <li class="letter">T</li>
291
- <ul>
292
-
293
- <li>
294
- <span class='object_link'><a href="Grafana/Tags.html" title="Grafana::Tags (module)">Tags</a></span>
295
-
296
- <small>(Grafana)</small>
297
-
298
- </li>
299
-
300
- <li>
301
- <span class='object_link'><a href="Time.html" title="Time (class)">Time</a></span>
302
-
303
- </li>
304
-
305
- <li>
306
- <span class='object_link'><a href="Grafana/Tools.html" title="Grafana::Tools (module)">Tools</a></span>
307
-
308
- <small>(Grafana)</small>
309
-
310
- </li>
311
-
312
- <li>
313
- <span class='object_link'><a href="TrueClass.html" title="TrueClass (class)">TrueClass</a></span>
314
-
315
- </li>
316
-
317
- </ul>
318
- </ul>
319
-
320
-
321
- <ul id="alpha_U" class="alpha">
322
- <li class="letter">U</li>
323
- <ul>
324
-
325
- <li>
326
- <span class='object_link'><a href="Grafana/User.html" title="Grafana::User (module)">User</a></span>
327
-
328
- <small>(Grafana)</small>
329
-
330
- </li>
331
-
332
- <li>
333
- <span class='object_link'><a href="Grafana/Users.html" title="Grafana::Users (module)">Users</a></span>
334
-
335
- <small>(Grafana)</small>
336
-
337
- </li>
338
-
339
- </ul>
340
- </ul>
341
-
342
-
343
- <ul id="alpha_V" class="alpha">
344
- <li class="letter">V</li>
345
- <ul>
346
-
347
- <li>
348
- <span class='object_link'><a href="Grafana/Validator.html" title="Grafana::Validator (module)">Validator</a></span>
349
-
350
- <small>(Grafana)</small>
351
-
352
- </li>
353
-
354
- <li>
355
- <span class='object_link'><a href="Grafana/Version.html" title="Grafana::Version (module)">Version</a></span>
356
-
357
- <small>(Grafana)</small>
358
-
359
- </li>
360
-
361
- </ul>
362
- </ul>
363
-
364
- </td>
365
- </tr>
366
- </table>
367
-
368
- </div>
369
-
370
- </div>
371
-
372
- <div id="footer">
373
- Generated on Thu Dec 14 05:45:14 2017 by
374
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
375
- 0.9.11 (ruby-2.2.8).
376
- </div>
377
-
378
- </div>
379
- </body>
380
- </html>