simple2ch 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/doc/Simple2ch.html DELETED
@@ -1,314 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- Module: Simple2ch
8
-
9
- &mdash; Documentation by YARD 0.8.7.4
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
- hasFrames = window.top.frames.main ? true : false;
19
- relpath = '';
20
- framesUrl = "frames.html#!Simple2ch.html";
21
- </script>
22
-
23
-
24
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
25
-
26
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
27
-
28
-
29
- </head>
30
- <body>
31
- <div id="header">
32
- <div id="menu">
33
-
34
- <a href="_index.html">Index (S)</a> &raquo;
35
-
36
-
37
- <span class="title">Simple2ch</span>
38
-
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
- </div>
42
-
43
- <div id="search">
44
-
45
- <a class="full_list_link" id="class_list_link"
46
- href="class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="file_list.html">
57
- File List
58
- </a>
59
-
60
- </div>
61
- <div class="clear"></div>
62
- </div>
63
-
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Module: Simple2ch
67
-
68
-
69
-
70
- </h1>
71
-
72
- <dl class="box">
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/simple2ch.rb<span class="defines">,<br />
83
- lib/simple2ch/dat.rb,<br /> lib/simple2ch/res.rb,<br /> lib/simple2ch/thre.rb,<br /> lib/simple2ch/board.rb,<br /> lib/simple2ch/version.rb,<br /> lib/simple2ch/simple2ch_exception.rb</span>
84
- </dd>
85
-
86
- </dl>
87
- <div class="clear"></div>
88
-
89
- <h2>Defined Under Namespace</h2>
90
- <p class="children">
91
-
92
-
93
-
94
-
95
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Simple2ch/Board.html" title="Simple2ch::Board (class)">Board</a></span>, <span class='object_link'><a href="Simple2ch/Dat.html" title="Simple2ch::Dat (class)">Dat</a></span>, <span class='object_link'><a href="Simple2ch/DatParseException.html" title="Simple2ch::DatParseException (class)">DatParseException</a></span>, <span class='object_link'><a href="Simple2ch/KakoLogException.html" title="Simple2ch::KakoLogException (class)">KakoLogException</a></span>, <span class='object_link'><a href="Simple2ch/NoThreGivenException.html" title="Simple2ch::NoThreGivenException (class)">NoThreGivenException</a></span>, <span class='object_link'><a href="Simple2ch/NotA2chUrlException.html" title="Simple2ch::NotA2chUrlException (class)">NotA2chUrlException</a></span>, <span class='object_link'><a href="Simple2ch/Res.html" title="Simple2ch::Res (class)">Res</a></span>, <span class='object_link'><a href="Simple2ch/Simple2chException.html" title="Simple2ch::Simple2chException (class)">Simple2chException</a></span>, <span class='object_link'><a href="Simple2ch/Thre.html" title="Simple2ch::Thre (class)">Thre</a></span>
96
-
97
-
98
- </p>
99
-
100
- <h2>Constant Summary</h2>
101
-
102
- <dl class="constants">
103
-
104
- <dt id="DEBUG-constant" class="">DEBUG =
105
-
106
- </dt>
107
- <dd><pre class="code"><span class='kw'>false</span></pre></dd>
108
-
109
- <dt id="VERSION-constant" class="">VERSION =
110
-
111
- </dt>
112
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.1.2</span><span class='tstring_end'>&quot;</span></span></pre></dd>
113
-
114
- </dl>
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
- <h2>
125
- Class Method Summary
126
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
127
- </h2>
128
-
129
- <ul class="summary">
130
-
131
- <li class="public ">
132
- <span class="summary_signature">
133
-
134
- <a href="#fetch-class_method" title="fetch (class method)">+ (String) <strong>fetch</strong>(url) </a>
135
-
136
-
137
-
138
- </span>
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
- <span class="summary_desc"><div class='inline'>
149
- <p>HTTPでGETする.</p>
150
- </div></span>
151
-
152
- </li>
153
-
154
-
155
- <li class="public ">
156
- <span class="summary_signature">
157
-
158
- <a href="#root-class_method" title="root (class method)">+ (Object) <strong>root</strong> </a>
159
-
160
-
161
-
162
- </span>
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
- <span class="summary_desc"><div class='inline'></div></span>
173
-
174
- </li>
175
-
176
-
177
- </ul>
178
-
179
-
180
-
181
-
182
- <div id="class_method_details" class="method_details_list">
183
- <h2>Class Method Details</h2>
184
-
185
-
186
- <div class="method_details first">
187
- <h3 class="signature first" id="fetch-class_method">
188
-
189
- + (<tt>String</tt>) <strong>fetch</strong>(url)
190
-
191
-
192
-
193
-
194
-
195
- </h3><div class="docstring">
196
- <div class="discussion">
197
-
198
- <p>HTTPでGETする</p>
199
-
200
-
201
- </div>
202
- </div>
203
- <div class="tags">
204
- <p class="tag_title">Parameters:</p>
205
- <ul class="param">
206
-
207
- <li>
208
-
209
- <span class='name'>url</span>
210
-
211
-
212
- <span class='type'>(<tt>URI</tt>)</span>
213
-
214
-
215
-
216
- &mdash;
217
- <div class='inline'>
218
- <p>URL</p>
219
- </div>
220
-
221
- </li>
222
-
223
- </ul>
224
-
225
- <p class="tag_title">Returns:</p>
226
- <ul class="return">
227
-
228
- <li>
229
-
230
-
231
- <span class='type'>(<tt>String</tt>)</span>
232
-
233
-
234
-
235
- &mdash;
236
- <div class='inline'>
237
- <p>取得本文</p>
238
- </div>
239
-
240
- </li>
241
-
242
- </ul>
243
-
244
- </div><table class="source_code">
245
- <tr>
246
- <td>
247
- <pre class="lines">
248
-
249
-
250
- 23
251
- 24
252
- 25
253
- 26
254
- 27
255
- 28
256
- 29</pre>
257
- </td>
258
- <td>
259
- <pre class="code"><span class="info file"># File 'lib/simple2ch.rb', line 23</span>
260
-
261
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='id identifier rubyid_url'>url</span><span class='rparen'>)</span>
262
- <span class='id identifier rubyid_req'>req</span> <span class='op'>=</span> <span class='const'>Net</span><span class='op'>::</span><span class='const'>HTTP</span><span class='op'>::</span><span class='const'>Get</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_url'>url</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
263
- <span class='id identifier rubyid_res'>res</span> <span class='op'>=</span> <span class='const'>Net</span><span class='op'>::</span><span class='const'>HTTP</span><span class='period'>.</span><span class='id identifier rubyid_start'>start</span><span class='lparen'>(</span><span class='id identifier rubyid_url'>url</span><span class='period'>.</span><span class='id identifier rubyid_host'>host</span><span class='comma'>,</span> <span class='id identifier rubyid_url'>url</span><span class='period'>.</span><span class='id identifier rubyid_port'>port</span><span class='rparen'>)</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_http'>http</span><span class='op'>|</span>
264
- <span class='id identifier rubyid_http'>http</span><span class='period'>.</span><span class='id identifier rubyid_request'>request</span><span class='lparen'>(</span><span class='id identifier rubyid_req'>req</span><span class='rparen'>)</span>
265
- <span class='rbrace'>}</span>
266
- <span class='id identifier rubyid_res'>res</span><span class='period'>.</span><span class='id identifier rubyid_body'>body</span><span class='period'>.</span><span class='id identifier rubyid_force_encoding'>force_encoding</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>cp932</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_encode!'>encode!</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>utf-8</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='symbol'>:undef</span> <span class='op'>=&gt;</span> <span class='symbol'>:replace</span><span class='rparen'>)</span>
267
- <span class='kw'>end</span></pre>
268
- </td>
269
- </tr>
270
- </table>
271
- </div>
272
-
273
- <div class="method_details ">
274
- <h3 class="signature " id="root-class_method">
275
-
276
- + (<tt>Object</tt>) <strong>root</strong>
277
-
278
-
279
-
280
-
281
-
282
- </h3><table class="source_code">
283
- <tr>
284
- <td>
285
- <pre class="lines">
286
-
287
-
288
- 16
289
- 17
290
- 18</pre>
291
- </td>
292
- <td>
293
- <pre class="code"><span class="info file"># File 'lib/simple2ch.rb', line 16</span>
294
-
295
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_root'>root</span>
296
- <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span> <span class='id identifier rubyid___dir__'>__dir__</span>
297
- <span class='kw'>end</span></pre>
298
- </td>
299
- </tr>
300
- </table>
301
- </div>
302
-
303
- </div>
304
-
305
- </div>
306
-
307
- <div id="footer">
308
- Generated on Tue Sep 16 11:23:33 2014 by
309
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
310
- 0.8.7.4 (ruby-2.1.2).
311
- </div>
312
-
313
- </body>
314
- </html>
data/doc/_index.html DELETED
@@ -1,221 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- Documentation by YARD 0.8.7.4
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
- hasFrames = window.top.frames.main ? true : false;
17
- relpath = '';
18
- framesUrl = "frames.html#!_index.html";
19
- </script>
20
-
21
-
22
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
23
-
24
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
25
-
26
-
27
- </head>
28
- <body>
29
- <div id="header">
30
- <div id="menu">
31
-
32
-
33
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
34
- </div>
35
-
36
- <div id="search">
37
-
38
- <a class="full_list_link" id="class_list_link"
39
- href="class_list.html">
40
- Class List
41
- </a>
42
-
43
- <a class="full_list_link" id="method_list_link"
44
- href="method_list.html">
45
- Method List
46
- </a>
47
-
48
- <a class="full_list_link" id="file_list_link"
49
- href="file_list.html">
50
- File List
51
- </a>
52
-
53
- </div>
54
- <div class="clear"></div>
55
- </div>
56
-
57
- <iframe id="search_frame"></iframe>
58
-
59
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.4</h1>
60
- <div id="listing">
61
- <h1 class="alphaindex">Alphabetic Index</h1>
62
-
63
- <h2>File Listing</h2>
64
- <ul id="files" class="index_inline_list">
65
-
66
-
67
- <li class="r1"><a href="index.html" title="README">README</a></li>
68
-
69
-
70
- </ul>
71
-
72
- <div class="clear"></div>
73
- <h2>Namespace Listing A-Z</h2>
74
-
75
-
76
-
77
-
78
- <table>
79
- <tr>
80
- <td valign='top' width="33%">
81
-
82
-
83
- <ul id="alpha_B" class="alpha">
84
- <li class="letter">B</li>
85
- <ul>
86
-
87
- <li>
88
- <span class='object_link'><a href="Simple2ch/Board.html" title="Simple2ch::Board (class)">Board</a></span>
89
-
90
- <small>(Simple2ch)</small>
91
-
92
- </li>
93
-
94
- </ul>
95
- </ul>
96
-
97
-
98
- <ul id="alpha_D" class="alpha">
99
- <li class="letter">D</li>
100
- <ul>
101
-
102
- <li>
103
- <span class='object_link'><a href="Simple2ch/Dat.html" title="Simple2ch::Dat (class)">Dat</a></span>
104
-
105
- <small>(Simple2ch)</small>
106
-
107
- </li>
108
-
109
- <li>
110
- <span class='object_link'><a href="Simple2ch/DatParseException.html" title="Simple2ch::DatParseException (class)">DatParseException</a></span>
111
-
112
- <small>(Simple2ch)</small>
113
-
114
- </li>
115
-
116
- </ul>
117
- </ul>
118
-
119
-
120
- <ul id="alpha_K" class="alpha">
121
- <li class="letter">K</li>
122
- <ul>
123
-
124
- <li>
125
- <span class='object_link'><a href="Simple2ch/KakoLogException.html" title="Simple2ch::KakoLogException (class)">KakoLogException</a></span>
126
-
127
- <small>(Simple2ch)</small>
128
-
129
- </li>
130
-
131
- </ul>
132
- </ul>
133
-
134
-
135
- <ul id="alpha_N" class="alpha">
136
- <li class="letter">N</li>
137
- <ul>
138
-
139
- <li>
140
- <span class='object_link'><a href="Simple2ch/NoThreGivenException.html" title="Simple2ch::NoThreGivenException (class)">NoThreGivenException</a></span>
141
-
142
- <small>(Simple2ch)</small>
143
-
144
- </li>
145
-
146
- <li>
147
- <span class='object_link'><a href="Simple2ch/NotA2chUrlException.html" title="Simple2ch::NotA2chUrlException (class)">NotA2chUrlException</a></span>
148
-
149
- <small>(Simple2ch)</small>
150
-
151
- </li>
152
-
153
- </ul>
154
- </ul>
155
-
156
-
157
- <ul id="alpha_R" class="alpha">
158
- <li class="letter">R</li>
159
- <ul>
160
-
161
- <li>
162
- <span class='object_link'><a href="Simple2ch/Res.html" title="Simple2ch::Res (class)">Res</a></span>
163
-
164
- <small>(Simple2ch)</small>
165
-
166
- </li>
167
-
168
- </ul>
169
- </ul>
170
-
171
-
172
- <ul id="alpha_S" class="alpha">
173
- <li class="letter">S</li>
174
- <ul>
175
-
176
- <li>
177
- <span class='object_link'><a href="Simple2ch.html" title="Simple2ch (module)">Simple2ch</a></span>
178
-
179
- </li>
180
-
181
- <li>
182
- <span class='object_link'><a href="Simple2ch/Simple2chException.html" title="Simple2ch::Simple2chException (class)">Simple2chException</a></span>
183
-
184
- <small>(Simple2ch)</small>
185
-
186
- </li>
187
-
188
- </ul>
189
- </ul>
190
-
191
-
192
- <ul id="alpha_T" class="alpha">
193
- <li class="letter">T</li>
194
- <ul>
195
-
196
- <li>
197
- <span class='object_link'><a href="Simple2ch/Thre.html" title="Simple2ch::Thre (class)">Thre</a></span>
198
-
199
- <small>(Simple2ch)</small>
200
-
201
- </li>
202
-
203
- </ul>
204
- </ul>
205
-
206
- </td>
207
- </tr>
208
- </table>
209
-
210
- </div>
211
-
212
- </div>
213
-
214
- <div id="footer">
215
- Generated on Tue Sep 16 11:23:32 2014 by
216
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
217
- 0.8.7.4 (ruby-2.1.2).
218
- </div>
219
-
220
- </body>
221
- </html>
data/doc/class_list.html DELETED
@@ -1,54 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html>
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
-
7
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
-
9
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
10
-
11
-
12
-
13
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
-
15
- <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
-
17
-
18
- <title>Class List</title>
19
- <base id="base_target" target="_parent" />
20
- </head>
21
- <body>
22
- <script type="text/javascript" charset="utf-8">
23
- if (window.top.frames.main) {
24
- document.getElementById('base_target').target = 'main';
25
- document.body.className = 'frames';
26
- }
27
- </script>
28
- <div id="content">
29
- <h1 id="full_list_header">Class List</h1>
30
- <div id="nav">
31
-
32
- <span><a target="_self" href="class_list.html">
33
- Classes
34
- </a></span>
35
-
36
- <span><a target="_self" href="method_list.html">
37
- Methods
38
- </a></span>
39
-
40
- <span><a target="_self" href="file_list.html">
41
- Files
42
- </a></span>
43
-
44
- </div>
45
- <div id="search">Search: <input type="text" /></div>
46
-
47
- <ul id="full_list" class="class">
48
- <li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
49
- <li><a class='toggle'></a> <span class='object_link'><a href="Simple2ch.html" title="Simple2ch (module)">Simple2ch</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Simple2ch/Board.html" title="Simple2ch::Board (class)">Board</a></span> &lt; Object<small class='search_info'>Simple2ch</small></li><li><span class='object_link'><a href="Simple2ch/Dat.html" title="Simple2ch::Dat (class)">Dat</a></span> &lt; Object<small class='search_info'>Simple2ch</small></li><li><span class='object_link'><a href="Simple2ch/DatParseException.html" title="Simple2ch::DatParseException (class)">DatParseException</a></span> &lt; Simple2chException<small class='search_info'>Simple2ch</small></li><li><span class='object_link'><a href="Simple2ch/KakoLogException.html" title="Simple2ch::KakoLogException (class)">KakoLogException</a></span> &lt; Simple2chException<small class='search_info'>Simple2ch</small></li><li><span class='object_link'><a href="Simple2ch/NoThreGivenException.html" title="Simple2ch::NoThreGivenException (class)">NoThreGivenException</a></span> &lt; Simple2chException<small class='search_info'>Simple2ch</small></li><li><span class='object_link'><a href="Simple2ch/NotA2chUrlException.html" title="Simple2ch::NotA2chUrlException (class)">NotA2chUrlException</a></span> &lt; Simple2chException<small class='search_info'>Simple2ch</small></li><li><span class='object_link'><a href="Simple2ch/Res.html" title="Simple2ch::Res (class)">Res</a></span> &lt; Object<small class='search_info'>Simple2ch</small></li><li><span class='object_link'><a href="Simple2ch/Simple2chException.html" title="Simple2ch::Simple2chException (class)">Simple2chException</a></span> &lt; Exception<small class='search_info'>Simple2ch</small></li><li><span class='object_link'><a href="Simple2ch/Thre.html" title="Simple2ch::Thre (class)">Thre</a></span> &lt; Object<small class='search_info'>Simple2ch</small></li></ul>
50
-
51
- </ul>
52
- </div>
53
- </body>
54
- </html>
data/doc/css/common.css DELETED
@@ -1 +0,0 @@
1
- /* Override this file with custom rules */
@@ -1,57 +0,0 @@
1
- body {
2
- margin: 0;
3
- font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
4
- font-size: 13px;
5
- height: 101%;
6
- overflow-x: hidden;
7
- }
8
-
9
- h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
10
- .clear { clear: both; }
11
- #search { position: absolute; right: 5px; top: 9px; padding-left: 24px; }
12
- #content.insearch #search, #content.insearch #noresults { background: url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAAPr6+pKSkoiIiO7u7sjIyNjY2J6engAAAI6OjsbGxjIyMlJSUuzs7KamppSUlPLy8oKCghwcHLKysqSkpJqamvT09Pj4+KioqM7OzkRERAwMDGBgYN7e3ujo6Ly8vCoqKjY2NkZGRtTU1MTExDw8PE5OTj4+PkhISNDQ0MrKylpaWrS0tOrq6nBwcKysrLi4uLq6ul5eXlxcXGJiYoaGhuDg4H5+fvz8/KKiohgYGCwsLFZWVgQEBFBQUMzMzDg4OFhYWBoaGvDw8NbW1pycnOLi4ubm5kBAQKqqqiQkJCAgIK6urnJyckpKSjQ0NGpqatLS0sDAwCYmJnx8fEJCQlRUVAoKCggICLCwsOTk5ExMTPb29ra2tmZmZmhoaNzc3KCgoBISEiIiIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCAAAACwAAAAAEAAQAAAHaIAAgoMgIiYlg4kACxIaACEJCSiKggYMCRselwkpghGJBJEcFgsjJyoAGBmfggcNEx0flBiKDhQFlIoCCA+5lAORFb4AJIihCRbDxQAFChAXw9HSqb60iREZ1omqrIPdJCTe0SWI09GBACH5BAkIAAAALAAAAAAQABAAAAdrgACCgwc0NTeDiYozCQkvOTo9GTmDKy8aFy+NOBA7CTswgywJDTIuEjYFIY0JNYMtKTEFiRU8Pjwygy4ws4owPyCKwsMAJSTEgiQlgsbIAMrO0dKDGMTViREZ14kYGRGK38nHguHEJcvTyIEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDAggPg4iJAAMJCRUAJRIqiRGCBI0WQEEJJkWDERkYAAUKEBc4Po1GiKKJHkJDNEeKig4URLS0ICImJZAkuQAhjSi/wQyNKcGDCyMnk8u5rYrTgqDVghgZlYjcACTA1sslvtHRgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCQARAtOUoQRGRiFD0kJUYWZhUhKT1OLhR8wBaaFBzQ1NwAlkIszCQkvsbOHL7Y4q4IuEjaqq0ZQD5+GEEsJTDCMmIUhtgk1lo6QFUwJVDKLiYJNUd6/hoEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4uen4ICCA+IkIsDCQkVACWmhwSpFqAABQoQF6ALTkWFnYMrVlhWvIKTlSAiJiVVPqlGhJkhqShHV1lCW4cMqSkAR1ofiwsjJyqGgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCSMhREZGIYYGY2ElYebi56fhyWQniSKAKKfpaCLFlAPhl0gXYNGEwkhGYREUywag1wJwSkHNDU3D0kJYIMZQwk8MjPBLx9eXwuETVEyAC/BOKsuEjYFhoEAIfkECQgAAAAsAAAAABAAEAAAB2eAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4ueICImip6CIQkJKJ4kigynKaqKCyMnKqSEK05StgAGQRxPYZaENqccFgIID4KXmQBhXFkzDgOnFYLNgltaSAAEpxa7BQoQF4aBACH5BAkIAAAALAAAAAAQABAAAAdogACCg4SFggJiPUqCJSWGgkZjCUwZACQkgxGEXAmdT4UYGZqCGWQ+IjKGGIUwPzGPhAc0NTewhDOdL7Ykji+dOLuOLhI2BbaFETICx4MlQitdqoUsCQ2vhKGjglNfU0SWmILaj43M5oEAOwAAAAAAAAAAAA==) no-repeat center left; }
13
- #full_list { padding: 0; list-style: none; margin-left: 0; }
14
- #full_list ul { padding: 0; }
15
- #full_list li { padding: 5px; padding-left: 12px; margin: 0; font-size: 1.1em; list-style: none; }
16
- #noresults { padding: 7px 12px; }
17
- #content.insearch #noresults { margin-left: 7px; }
18
- ul.collapsed ul, ul.collapsed li { display: none; }
19
- ul.collapsed.search_uncollapsed { display: block; }
20
- ul.collapsed.search_uncollapsed li { display: list-item; }
21
- li a.toggle { cursor: default; position: relative; left: -5px; top: 4px; text-indent: -999px; width: 10px; height: 9px; margin-left: -10px; display: block; float: left; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAAVdEVYdENyZWF0aW9uIFRpbWUAMy8xNC8wOeNZPpQAAAE2SURBVDiNrZTBccIwEEXfelIAHUA6CZ24BGaWO+FuzZAK4k6gg5QAdGAq+Bxs2Yqx7BzyL7Llp/VfzZeQhCTc/ezuGzKKnKSzpCxXJM8fwNXda3df5RZETlIt6YUzSQDs93sl8w3wBZxCCE10GM1OcWbWjB2mWgEH4Mfdyxm3PSepBHibgQE2wLe7r4HjEidpnXMYdQPKEMJcsZ4zs2POYQOcaPfwMVOo58zsAdMt18BuoVDPxUJRacELbXv3hUIX2vYmOUvi8C8ydz/ThjXrqKqqLbDIAdsCKBd+Wo7GWa7o9qzOQHVVVXeAbs+yHHCH4aTsaCOQqunmUy1yBUAXkdMIfMlgF5EXLo2OpV/c/Up7jG4hhHcYLgWzAZXUc2b2ixsfvc/RmNNfOXD3Q/oeL9axJE1yT9IOoUu6MGUkAAAAAElFTkSuQmCC) no-repeat bottom left; }
22
- li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
23
- li { color: #888; cursor: pointer; }
24
- li.deprecated { text-decoration: line-through; font-style: italic; }
25
- li.r1 { background: #f0f0f0; }
26
- li.r2 { background: #fafafa; }
27
- li:hover { background: #ddd; }
28
- li small:before { content: "("; }
29
- li small:after { content: ")"; }
30
- li small.search_info { display: none; }
31
- a:link, a:visited { text-decoration: none; color: #05a; }
32
- li.clicked { background: #05a; color: #ccc; }
33
- li.clicked a:link, li.clicked a:visited { color: #eee; }
34
- li.clicked a.toggle { opacity: 0.5; background-position: bottom right; }
35
- li.collapsed.clicked a.toggle { background-position: top right; }
36
- #search input { border: 1px solid #bbb; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
37
- #nav { margin-left: 10px; font-size: 0.9em; display: none; color: #aaa; }
38
- #nav a:link, #nav a:visited { color: #358; }
39
- #nav a:hover { background: transparent; color: #5af; }
40
- .frames #nav span:after { content: ' | '; }
41
- .frames #nav span:last-child:after { content: ''; }
42
-
43
- .frames #content h1 { margin-top: 0; }
44
- .frames li { white-space: nowrap; cursor: normal; }
45
- .frames li small { display: block; font-size: 0.8em; }
46
- .frames li small:before { content: ""; }
47
- .frames li small:after { content: ""; }
48
- .frames li small.search_info { display: none; }
49
- .frames #search { width: 170px; position: static; margin: 3px; margin-left: 10px; font-size: 0.9em; color: #888; padding-left: 0; padding-right: 24px; }
50
- .frames #content.insearch #search { background-position: center right; }
51
- .frames #search input { width: 110px; }
52
- .frames #nav { display: block; }
53
-
54
- #full_list.insearch li { display: none; }
55
- #full_list.insearch li.found { display: list-item; padding-left: 10px; }
56
- #full_list.insearch li a.toggle { display: none; }
57
- #full_list.insearch li small.search_info { display: block; }