gce-host 0.4.4 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
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">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Module: GCE::Host::StringUtil
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.9
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "GCE::Host::StringUtil";
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!GCE/Host/StringUtil.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,61 +27,61 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
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">
33
38
 
34
39
  <a href="../../_index.html">Index (S)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../../GCE.html" title="GCE (class)">GCE</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Host.html" title="GCE::Host (class)">Host</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">StringUtil</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  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
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>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Module: GCE::Host::StringUtil
62
+ <div id="content"><h1>Module: GCE::Host::StringUtil
67
63
 
68
64
 
69
65
 
70
66
  </h1>
67
+ <div class="box_info">
68
+
71
69
 
72
- <dl class="box">
73
70
 
74
71
 
75
-
76
72
 
77
-
78
73
 
79
74
 
75
+
80
76
 
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/gce/host/string_util.rb</dd>
77
+
78
+
79
+ <dl>
80
+ <dt>Defined in:</dt>
81
+ <dd>lib/gce/host/string_util.rb</dd>
82
+ </dl>
83
83
 
84
- </dl>
85
- <div class="clear"></div>
84
+ </div>
86
85
 
87
86
  <h2>Overview</h2><div class="docstring">
88
87
  <div class="discussion">
@@ -105,7 +104,7 @@
105
104
 
106
105
  <h2>
107
106
  Class Method Summary
108
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
107
+ <small><a href="#" class="summary_toggle">collapse</a></small>
109
108
  </h2>
110
109
 
111
110
  <ul class="summary">
@@ -113,7 +112,7 @@
113
112
  <li class="public ">
114
113
  <span class="summary_signature">
115
114
 
116
- <a href="#camelize-class_method" title="camelize (class method)">+ (Object) <strong>camelize</strong>(string) </a>
115
+ <a href="#camelize-class_method" title="camelize (class method)">.<strong>camelize</strong>(string) &#x21d2; Object </a>
117
116
 
118
117
 
119
118
 
@@ -135,7 +134,7 @@
135
134
  <li class="public ">
136
135
  <span class="summary_signature">
137
136
 
138
- <a href="#pluralize-class_method" title="pluralize (class method)">+ (Object) <strong>pluralize</strong>(string) </a>
137
+ <a href="#pluralize-class_method" title="pluralize (class method)">.<strong>pluralize</strong>(string) &#x21d2; Object </a>
139
138
 
140
139
 
141
140
 
@@ -157,7 +156,7 @@
157
156
  <li class="public ">
158
157
  <span class="summary_signature">
159
158
 
160
- <a href="#singularize-class_method" title="singularize (class method)">+ (Object) <strong>singularize</strong>(string) </a>
159
+ <a href="#singularize-class_method" title="singularize (class method)">.<strong>singularize</strong>(string) &#x21d2; Object </a>
161
160
 
162
161
 
163
162
 
@@ -179,7 +178,7 @@
179
178
  <li class="public ">
180
179
  <span class="summary_signature">
181
180
 
182
- <a href="#underscore-class_method" title="underscore (class method)">+ (Object) <strong>underscore</strong>(camel_cased_word) </a>
181
+ <a href="#underscore-class_method" title="underscore (class method)">.<strong>underscore</strong>(camel_cased_word) &#x21d2; Object </a>
183
182
 
184
183
 
185
184
 
@@ -210,7 +209,7 @@
210
209
  <div class="method_details first">
211
210
  <h3 class="signature first" id="camelize-class_method">
212
211
 
213
- + (<tt>Object</tt>) <strong>camelize</strong>(string)
212
+ .<strong>camelize</strong>(string) &#x21d2; <tt>Object</tt>
214
213
 
215
214
 
216
215
 
@@ -246,7 +245,7 @@
246
245
  <div class="method_details ">
247
246
  <h3 class="signature " id="pluralize-class_method">
248
247
 
249
- + (<tt>Object</tt>) <strong>pluralize</strong>(string)
248
+ .<strong>pluralize</strong>(string) &#x21d2; <tt>Object</tt>
250
249
 
251
250
 
252
251
 
@@ -276,7 +275,7 @@
276
275
  <div class="method_details ">
277
276
  <h3 class="signature " id="singularize-class_method">
278
277
 
279
- + (<tt>Object</tt>) <strong>singularize</strong>(string)
278
+ .<strong>singularize</strong>(string) &#x21d2; <tt>Object</tt>
280
279
 
281
280
 
282
281
 
@@ -306,7 +305,7 @@
306
305
  <div class="method_details ">
307
306
  <h3 class="signature " id="underscore-class_method">
308
307
 
309
- + (<tt>Object</tt>) <strong>underscore</strong>(camel_cased_word)
308
+ .<strong>underscore</strong>(camel_cased_word) &#x21d2; <tt>Object</tt>
310
309
 
311
310
 
312
311
 
@@ -349,11 +348,12 @@
349
348
 
350
349
  </div>
351
350
 
352
- <div id="footer">
353
- Generated on Fri Dec 2 12:11:40 2016 by
351
+ <div id="footer">
352
+ Generated on Sat May 20 00:24:52 2017 by
354
353
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
355
- 0.8.7.6 (ruby-2.3.2).
354
+ 0.9.9 (ruby-2.4.1).
356
355
  </div>
357
356
 
357
+ </div>
358
358
  </body>
359
359
  </html>
@@ -1,10 +1,10 @@
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">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.8.7.6
7
+ Documentation by YARD 0.9.9
8
8
 
9
9
  </title>
10
10
 
@@ -13,9 +13,8 @@
13
13
  <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
14
14
 
15
15
  <script type="text/javascript" charset="utf-8">
16
- hasFrames = window.top.frames.main ? true : false;
16
+ pathId = null;
17
17
  relpath = '';
18
- framesUrl = "frames.html#!_index.html";
19
18
  </script>
20
19
 
21
20
 
@@ -26,37 +25,34 @@
26
25
 
27
26
  </head>
28
27
  <body>
29
- <div id="header">
30
- <div id="menu">
31
-
28
+ <div class="nav_wrap">
29
+ <iframe id="nav" src="class_list.html?1"></iframe>
30
+ <div id="resizer"></div>
31
+ </div>
32
32
 
33
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
+ <div id="main" tabindex="-1">
34
+ <div id="header">
35
+ <div id="menu">
36
+
34
37
  </div>
35
38
 
36
- <div id="search">
39
+ <div id="search">
37
40
 
38
41
  <a class="full_list_link" id="class_list_link"
39
42
  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
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>
51
49
  </a>
52
50
 
53
51
  </div>
54
- <div class="clear"></div>
55
- </div>
52
+ <div class="clear"></div>
53
+ </div>
56
54
 
57
- <iframe id="search_frame"></iframe>
58
-
59
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.6</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.9</h1>
60
56
  <div id="listing">
61
57
  <h1 class="alphaindex">Alphabetic Index</h1>
62
58
 
@@ -228,11 +224,12 @@
228
224
 
229
225
  </div>
230
226
 
231
- <div id="footer">
232
- Generated on Fri Dec 2 12:11:39 2016 by
227
+ <div id="footer">
228
+ Generated on Sat May 20 00:24:51 2017 by
233
229
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
234
- 0.8.7.6 (ruby-2.3.2).
230
+ 0.9.9 (ruby-2.4.1).
235
231
  </div>
236
232
 
233
+ </div>
237
234
  </body>
238
235
  </html>
@@ -1,8 +1,8 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1
+ <!DOCTYPE html>
3
2
  <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <meta charset="utf-8" />
6
6
 
7
7
  <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
8
 
@@ -19,38 +19,31 @@
19
19
  <base id="base_target" target="_parent" />
20
20
  </head>
21
21
  <body>
22
- <script type="text/javascript" charset="utf-8">
23
- var hasFrames = false;
24
- try {
25
- hasFrames = window.top.frames.main ? true : false;
26
- } catch (e) { }
27
- if (hasFrames) {
28
- document.getElementById('base_target').target = 'main';
29
- document.body.className = 'frames';
30
- }
31
- </script>
32
22
  <div id="content">
33
- <h1 id="full_list_header">Class List</h1>
34
- <div id="nav">
35
-
36
- <span><a target="_self" href="class_list.html">
37
- Classes
38
- </a></span>
39
-
40
- <span><a target="_self" href="method_list.html">
41
- Methods
42
- </a></span>
43
-
44
- <span><a target="_self" href="file_list.html">
45
- Files
46
- </a></span>
47
-
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>
48
42
  </div>
49
- <div id="search">Search: <input type="text" /></div>
50
43
 
51
44
  <ul id="full_list" class="class">
52
- <li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
53
- <li><a class='toggle'></a> <span class='object_link'><a href="GCE.html" title="GCE (class)">GCE</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="GCE/Host.html" title="GCE::Host (class)">Host</a></span> &lt; Object<small class='search_info'>GCE</small></li><ul><li><span class='object_link'><a href="GCE/Host/CLI.html" title="GCE::Host::CLI (class)">CLI</a></span> &lt; Object<small class='search_info'>GCE::Host</small></li><li><span class='object_link'><a href="GCE/Host/Config.html" title="GCE::Host::Config (class)">Config</a></span> &lt; Object<small class='search_info'>GCE::Host</small></li><li><span class='object_link'><a href="GCE/Host/ConfigError.html" title="GCE::Host::ConfigError (class)">ConfigError</a></span> &lt; StandardError<small class='search_info'>GCE::Host</small></li><li><a class='toggle'></a> <span class='object_link'><a href="GCE/Host/GCEClient.html" title="GCE::Host::GCEClient (class)">GCEClient</a></span> &lt; Object<small class='search_info'>GCE::Host</small></li><ul><li><span class='object_link'><a href="GCE/Host/GCEClient/Error.html" title="GCE::Host::GCEClient::Error (class)">Error</a></span> &lt; StandardError<small class='search_info'>GCE::Host::GCEClient</small></li><li><span class='object_link'><a href="GCE/Host/GCEClient/NotFound.html" title="GCE::Host::GCEClient::NotFound (class)">NotFound</a></span> &lt; Error<small class='search_info'>GCE::Host::GCEClient</small></li></ul><li><span class='object_link'><a href="GCE/Host/HashUtil.html" title="GCE::Host::HashUtil (module)">HashUtil</a></span><small class='search_info'>GCE::Host</small></li><li><span class='object_link'><a href="GCE/Host/HostData.html" title="GCE::Host::HostData (class)">HostData</a></span> &lt; Object<small class='search_info'>GCE::Host</small></li><li><span class='object_link'><a href="GCE/Host/RoleData.html" title="GCE::Host::RoleData (class)">RoleData</a></span> &lt; Object<small class='search_info'>GCE::Host</small></li><li><span class='object_link'><a href="GCE/Host/StringUtil.html" title="GCE::Host::StringUtil (module)">StringUtil</a></span><small class='search_info'>GCE::Host</small></li></ul></ul>
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_GCE' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="GCE.html" title="GCE (class)">GCE</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></div><ul><li id='object_GCE::Host' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="GCE/Host.html" title="GCE::Host (class)">Host</a></span> &lt; Object<small class='search_info'>GCE</small></div><ul><li id='object_GCE::Host::CLI' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="GCE/Host/CLI.html" title="GCE::Host::CLI (class)">CLI</a></span> &lt; Object<small class='search_info'>GCE::Host</small></div></li><li id='object_GCE::Host::Config' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="GCE/Host/Config.html" title="GCE::Host::Config (class)">Config</a></span> &lt; Object<small class='search_info'>GCE::Host</small></div></li><li id='object_GCE::Host::ConfigError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="GCE/Host/ConfigError.html" title="GCE::Host::ConfigError (class)">ConfigError</a></span> &lt; StandardError<small class='search_info'>GCE::Host</small></div></li><li id='object_GCE::Host::GCEClient' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="GCE/Host/GCEClient.html" title="GCE::Host::GCEClient (class)">GCEClient</a></span> &lt; Object<small class='search_info'>GCE::Host</small></div><ul><li id='object_GCE::Host::GCEClient::Error' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="GCE/Host/GCEClient/Error.html" title="GCE::Host::GCEClient::Error (class)">Error</a></span> &lt; StandardError<small class='search_info'>GCE::Host::GCEClient</small></div></li><li id='object_GCE::Host::GCEClient::NotFound' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="GCE/Host/GCEClient/NotFound.html" title="GCE::Host::GCEClient::NotFound (class)">NotFound</a></span> &lt; Error<small class='search_info'>GCE::Host::GCEClient</small></div></li></ul></li><li id='object_GCE::Host::HashUtil' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="GCE/Host/HashUtil.html" title="GCE::Host::HashUtil (module)">HashUtil</a></span><small class='search_info'>GCE::Host</small></div></li><li id='object_GCE::Host::HostData' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="GCE/Host/HostData.html" title="GCE::Host::HostData (class)">HostData</a></span> &lt; Object<small class='search_info'>GCE::Host</small></div></li><li id='object_GCE::Host::RoleData' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="GCE/Host/RoleData.html" title="GCE::Host::RoleData (class)">RoleData</a></span> &lt; Object<small class='search_info'>GCE::Host</small></div></li><li id='object_GCE::Host::StringUtil' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="GCE/Host/StringUtil.html" title="GCE::Host::StringUtil (module)">StringUtil</a></span><small class='search_info'>GCE::Host</small></div></li></ul></li></ul></li>
54
47
 
55
48
  </ul>
56
49
  </div>
@@ -4,54 +4,55 @@ body {
4
4
  font-size: 13px;
5
5
  height: 101%;
6
6
  overflow-x: hidden;
7
+ background: #fafafa;
7
8
  }
8
9
 
9
10
  h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
10
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; }
11
13
  #search { position: absolute; right: 5px; top: 9px; padding-left: 24px; }
12
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; }
13
- #full_list { padding: 0; list-style: none; margin-left: 0; }
15
+ #full_list { padding: 0; list-style: none; margin-left: 0; margin-top: 80px; font-size: 1.1em; }
14
16
  #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
+ #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; }
17
20
  #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.collapsed ul { display: none; }
21
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; }
22
23
  li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
23
24
  li { color: #888; cursor: pointer; }
24
25
  li.deprecated { text-decoration: line-through; font-style: italic; }
25
- li.r1 { background: #f0f0f0; }
26
- li.r2 { background: #fafafa; }
27
- li:hover { background: #ddd; }
26
+ li.odd { background: #f0f0f0; }
27
+ li.even { background: #fafafa; }
28
+ .item:hover { background: #ddd; }
28
29
  li small:before { content: "("; }
29
30
  li small:after { content: ")"; }
30
31
  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; }
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; }
35
36
  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: ''; }
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: ''; }
42
43
 
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; }
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
53
 
54
- #full_list.insearch li { display: none; }
55
- #full_list.insearch li.found { display: list-item; padding-left: 10px; }
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; }
56
57
  #full_list.insearch li a.toggle { display: none; }
57
58
  #full_list.insearch li small.search_info { display: block; }