shenanigans 1.0.14 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
data/doc/String.html DELETED
@@ -1,300 +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: String
8
-
9
- &mdash; Documentation by YARD 0.9.24
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="css/style.css" type="text/css" />
14
-
15
- <link rel="stylesheet" href="css/common.css" type="text/css" />
16
-
17
- <script type="text/javascript">
18
- pathId = "String";
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 (S)</a> &raquo;
40
-
41
-
42
- <span class="title">String</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: String
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">String</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/shenanigans/string/cmpi.rb<span class="defines">,<br />
98
- lib/shenanigans/string/in_groups_of.rb</span>
99
- </dd>
100
- </dl>
101
-
102
- </div>
103
-
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
- <h2>
113
- Instance Method Summary
114
- <small><a href="#" class="summary_toggle">collapse</a></small>
115
- </h2>
116
-
117
- <ul class="summary">
118
-
119
- <li class="public ">
120
- <span class="summary_signature">
121
-
122
- <a href="#cmpi-instance_method" title="#cmpi (instance method)">#<strong>cmpi</strong>(other) &#x21d2; Object </a>
123
-
124
-
125
-
126
- </span>
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
- <span class="summary_desc"><div class='inline'>
137
- <p>Compares strings ignoring case.</p>
138
- </div></span>
139
-
140
- </li>
141
-
142
-
143
- <li class="public ">
144
- <span class="summary_signature">
145
-
146
- <a href="#in_groups_of-instance_method" title="#in_groups_of (instance method)">#<strong>in_groups_of</strong>(size) &#x21d2; Object </a>
147
-
148
-
149
-
150
- </span>
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
- <span class="summary_desc"><div class='inline'>
161
- <p>Returns an array of the string broken down into groups of <code>size</code> characters.</p>
162
- </div></span>
163
-
164
- </li>
165
-
166
-
167
- </ul>
168
-
169
-
170
-
171
-
172
- <div id="instance_method_details" class="method_details_list">
173
- <h2>Instance Method Details</h2>
174
-
175
-
176
- <div class="method_details first">
177
- <h3 class="signature first" id="cmpi-instance_method">
178
-
179
- #<strong>cmpi</strong>(other) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
180
-
181
-
182
-
183
-
184
-
185
- </h3><div class="docstring">
186
- <div class="discussion">
187
-
188
- <p>Compares strings ignoring case</p>
189
-
190
-
191
- </div>
192
- </div>
193
- <div class="tags">
194
-
195
- <div class="examples">
196
- <p class="tag_title">Examples:</p>
197
-
198
-
199
- <pre class="example code"><code><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>test</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_cmpi'>cmpi</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>tesT</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='comment'>#=&gt; true</span></code></pre>
200
-
201
- </div>
202
-
203
-
204
- </div><table class="source_code">
205
- <tr>
206
- <td>
207
- <pre class="lines">
208
-
209
-
210
- 6
211
- 7
212
- 8</pre>
213
- </td>
214
- <td>
215
- <pre class="code"><span class="info file"># File 'lib/shenanigans/string/cmpi.rb', line 6</span>
216
-
217
- <span class='kw'>def</span> <span class='id identifier rubyid_cmpi'>cmpi</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
218
- <span class='id identifier rubyid_casecmp'>casecmp</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_zero?'>zero?</span>
219
- <span class='kw'>end</span></pre>
220
- </td>
221
- </tr>
222
- </table>
223
- </div>
224
-
225
- <div class="method_details ">
226
- <h3 class="signature " id="in_groups_of-instance_method">
227
-
228
- #<strong>in_groups_of</strong>(size) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
229
-
230
-
231
-
232
-
233
-
234
- </h3><div class="docstring">
235
- <div class="discussion">
236
-
237
- <p>Returns an array of the string broken down into groups of <code>size</code> characters.</p>
238
-
239
- <pre class="code ruby"><code class="ruby"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>aabbcc</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_in_groups_of'>in_groups_of</span><span class='lparen'>(</span><span class='int'>2</span><span class='rparen'>)</span> <span class='comment'>#=&gt; [&#39;aa&#39;, &#39;bb&#39;, &#39;cc&#39;]
240
- </span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_in_groups_of'>in_groups_of</span><span class='lparen'>(</span><span class='int'>2</span><span class='rparen'>)</span> <span class='comment'>#=&gt; []
241
- </span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_in_groups_of'>in_groups_of</span><span class='lparen'>(</span><span class='int'>0</span><span class='rparen'>)</span> <span class='comment'>#=&gt; ArgumentError
242
- </span></code></pre>
243
-
244
-
245
- </div>
246
- </div>
247
- <div class="tags">
248
-
249
- <p class="tag_title">Raises:</p>
250
- <ul class="raise">
251
-
252
- <li>
253
-
254
-
255
- <span class='type'>(<tt>ArgumentError</tt>)</span>
256
-
257
-
258
-
259
- </li>
260
-
261
- </ul>
262
-
263
- </div><table class="source_code">
264
- <tr>
265
- <td>
266
- <pre class="lines">
267
-
268
-
269
- 7
270
- 8
271
- 9
272
- 10
273
- 11</pre>
274
- </td>
275
- <td>
276
- <pre class="code"><span class="info file"># File 'lib/shenanigans/string/in_groups_of.rb', line 7</span>
277
-
278
- <span class='kw'>def</span> <span class='id identifier rubyid_in_groups_of'>in_groups_of</span><span class='lparen'>(</span><span class='id identifier rubyid_size'>size</span><span class='rparen'>)</span>
279
- <span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Size of group must be &gt;= 1</span><span class='tstring_end'>&quot;</span></span> <span class='kw'>if</span> <span class='id identifier rubyid_size'>size</span> <span class='op'>&lt;</span> <span class='int'>1</span>
280
-
281
- <span class='id identifier rubyid_scan'>scan</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>.{1,</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_size'>size</span><span class='embexpr_end'>}</span><span class='tstring_content'>}</span><span class='regexp_end'>/</span></span><span class='rparen'>)</span>
282
- <span class='kw'>end</span></pre>
283
- </td>
284
- </tr>
285
- </table>
286
- </div>
287
-
288
- </div>
289
-
290
- </div>
291
-
292
- <div id="footer">
293
- Generated on Tue May 5 19:54:28 2020 by
294
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
295
- 0.9.24 (ruby-2.7.1).
296
- </div>
297
-
298
- </div>
299
- </body>
300
- </html>
data/doc/_index.html DELETED
@@ -1,185 +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.24
8
-
9
- </title>
10
-
11
- <link rel="stylesheet" href="css/style.css" type="text/css" />
12
-
13
- <link rel="stylesheet" href="css/common.css" type="text/css" />
14
-
15
- <script type="text/javascript">
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.24</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="Array.html" title="Array (class)">Array</a></span>
85
-
86
- </li>
87
-
88
- </ul>
89
- </ul>
90
-
91
-
92
- <ul id="alpha_H" class="alpha">
93
- <li class="letter">H</li>
94
- <ul>
95
-
96
- <li>
97
- <span class='object_link'><a href="Hash.html" title="Hash (class)">Hash</a></span>
98
-
99
- </li>
100
-
101
- </ul>
102
- </ul>
103
-
104
-
105
- <ul id="alpha_I" class="alpha">
106
- <li class="letter">I</li>
107
- <ul>
108
-
109
- <li>
110
- <span class='object_link'><a href="Integer.html" title="Integer (class)">Integer</a></span>
111
-
112
- </li>
113
-
114
- </ul>
115
- </ul>
116
-
117
-
118
- <ul id="alpha_K" class="alpha">
119
- <li class="letter">K</li>
120
- <ul>
121
-
122
- <li>
123
- <span class='object_link'><a href="Kernel.html" title="Kernel (module)">Kernel</a></span>
124
-
125
- </li>
126
-
127
- </ul>
128
- </ul>
129
-
130
-
131
- <ul id="alpha_M" class="alpha">
132
- <li class="letter">M</li>
133
- <ul>
134
-
135
- <li>
136
- <span class='object_link'><a href="Module.html" title="Module (class)">Module</a></span>
137
-
138
- </li>
139
-
140
- </ul>
141
- </ul>
142
-
143
-
144
- <ul id="alpha_O" class="alpha">
145
- <li class="letter">O</li>
146
- <ul>
147
-
148
- <li>
149
- <span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span>
150
-
151
- </li>
152
-
153
- </ul>
154
- </ul>
155
-
156
-
157
- <ul id="alpha_S" class="alpha">
158
- <li class="letter">S</li>
159
- <ul>
160
-
161
- <li>
162
- <span class='object_link'><a href="String.html" title="String (class)">String</a></span>
163
-
164
- </li>
165
-
166
- </ul>
167
- </ul>
168
-
169
- </td>
170
- </tr>
171
- </table>
172
-
173
- </div>
174
-
175
- </div>
176
-
177
- <div id="footer">
178
- Generated on Tue May 5 19:54:27 2020 by
179
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
180
- 0.9.24 (ruby-2.7.1).
181
- </div>
182
-
183
- </div>
184
- </body>
185
- </html>
data/doc/class_list.html DELETED
@@ -1,51 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
- <meta charset="utf-8" />
6
-
7
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
8
-
9
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
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
- <div id="content">
23
- <div class="fixed_header">
24
- <h1 id="full_list_header">Class List</h1>
25
- <div id="full_list_nav">
26
-
27
- <span><a target="_self" href="class_list.html">
28
- Classes
29
- </a></span>
30
-
31
- <span><a target="_self" href="method_list.html">
32
- Methods
33
- </a></span>
34
-
35
- <span><a target="_self" href="file_list.html">
36
- Files
37
- </a></span>
38
-
39
- </div>
40
-
41
- <div id="search">Search: <input type="text" /></div>
42
- </div>
43
-
44
- <ul id="full_list" class="class">
45
- <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
- <li id='object_Array' class='even'><div class='item' style='padding-left:30px'><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></div></li><li id='object_Hash' class='odd'><div class='item' style='padding-left:30px'><span class='object_link'><a href="Hash.html" title="Hash (class)">Hash</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></div></li><li id='object_Integer' class='even'><div class='item' style='padding-left:30px'><span class='object_link'><a href="Integer.html" title="Integer (class)">Integer</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></div></li><li id='object_Kernel' class='odd'><div class='item' style='padding-left:30px'><span class='object_link'><a href="Kernel.html" title="Kernel (module)">Kernel</a></span><small class='search_info'>Top Level Namespace</small></div></li><li id='object_Module' class='even'><div class='item' style='padding-left:30px'><span class='object_link'><a href="Module.html" title="Module (class)">Module</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></div></li><li id='object_Object' class='odd'><div class='item' style='padding-left:30px'><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span> &lt; BasicObject<small class='search_info'>Top Level Namespace</small></div></li><li id='object_String' class='even'><div class='item' style='padding-left:30px'><span class='object_link'><a href="String.html" title="String (class)">String</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></div></li>
47
-
48
- </ul>
49
- </div>
50
- </body>
51
- </html>
data/doc/css/common.css DELETED
@@ -1 +0,0 @@
1
- /* Override this file with custom rules */
@@ -1,58 +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
- background: #fafafa;
8
- }
9
-
10
- h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
11
- .clear { clear: both; }
12
- .fixed_header { position: fixed; background: #fff; width: 100%; padding-bottom: 10px; margin-top: 0; top: 0; z-index: 9999; height: 70px; }
13
- #search { position: absolute; right: 5px; top: 9px; padding-left: 24px; }
14
- #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; }
15
- #full_list { padding: 0; list-style: none; margin-left: 0; margin-top: 80px; font-size: 1.1em; }
16
- #full_list ul { padding: 0; }
17
- #full_list li { padding: 0; margin: 0; list-style: none; }
18
- #full_list li .item { padding: 5px 5px 5px 12px; }
19
- #noresults { padding: 7px 12px; background: #fff; }
20
- #content.insearch #noresults { margin-left: 7px; }
21
- li.collapsed ul { display: none; }
22
- 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; }
23
- li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
24
- li { color: #888; cursor: pointer; }
25
- li.deprecated { text-decoration: line-through; font-style: italic; }
26
- li.odd { background: #f0f0f0; }
27
- li.even { background: #fafafa; }
28
- .item:hover { background: #ddd; }
29
- li small:before { content: "("; }
30
- li small:after { content: ")"; }
31
- li small.search_info { display: none; }
32
- a, a:visited { text-decoration: none; color: #05a; }
33
- li.clicked > .item { background: #05a; color: #ccc; }
34
- li.clicked > .item a, li.clicked > .item a:visited { color: #eee; }
35
- li.clicked > .item a.toggle { opacity: 0.5; background-position: bottom right; }
36
- li.collapsed.clicked a.toggle { background-position: top right; }
37
- #search input { border: 1px solid #bbb; border-radius: 3px; }
38
- #full_list_nav { margin-left: 10px; font-size: 0.9em; display: block; color: #aaa; }
39
- #full_list_nav a, #nav a:visited { color: #358; }
40
- #full_list_nav a:hover { background: transparent; color: #5af; }
41
- #full_list_nav span:after { content: ' | '; }
42
- #full_list_nav span:last-child:after { content: ''; }
43
-
44
- #content h1 { margin-top: 0; }
45
- li { white-space: nowrap; cursor: normal; }
46
- li small { display: block; font-size: 0.8em; }
47
- li small:before { content: ""; }
48
- li small:after { content: ""; }
49
- li small.search_info { display: none; }
50
- #search { width: 170px; position: static; margin: 3px; margin-left: 10px; font-size: 0.9em; color: #888; padding-left: 0; padding-right: 24px; }
51
- #content.insearch #search { background-position: center right; }
52
- #search input { width: 110px; }
53
-
54
- #full_list.insearch ul { display: block; }
55
- #full_list.insearch .item { display: none; }
56
- #full_list.insearch .found { display: block; padding-left: 11px !important; }
57
- #full_list.insearch li a.toggle { display: none; }
58
- #full_list.insearch li small.search_info { display: block; }