time_span 0.0.1.beta.01 → 0.0.2
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.
- data/.gitignore +2 -1
- data/Gemfile.lock +24 -0
- data/README.md +12 -3
- data/doc/TimeSpan/RelativeTime.html +646 -329
- data/doc/TimeSpan/TimeLine.html +1705 -542
- data/doc/TimeSpan/TimeSpan.html +2764 -889
- data/doc/TimeSpan.html +118 -142
- data/doc/_index.html +135 -0
- data/doc/class_list.html +47 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +55 -0
- data/doc/css/style.css +322 -0
- data/doc/file.README.html +85 -0
- data/doc/file_list.html +49 -0
- data/doc/frames.html +13 -0
- data/doc/index.html +69 -124
- data/doc/js/app.js +205 -0
- data/doc/js/full_list.js +173 -0
- data/doc/js/jquery.js +13 -29
- data/doc/method_list.html +462 -0
- data/doc/top-level-namespace.html +105 -0
- data/lib/time_span/version.rb +1 -1
- data/lib/time_span.rb +196 -72
- data/spec/time_span/time_span_spec.rb +12 -3
- metadata +21 -9
data/doc/TimeSpan.html
CHANGED
@@ -1,171 +1,147 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
<script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
|
14
|
-
<script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
|
15
|
-
<script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body id="top" class="module">
|
19
|
-
|
20
|
-
<div id="metadata">
|
21
|
-
<div id="home-metadata">
|
22
|
-
<div id="home-section" class="section">
|
23
|
-
<h3 class="section-header">
|
24
|
-
<a href="./index.html">Home</a>
|
25
|
-
<a href="./index.html#classes">Classes</a>
|
26
|
-
<a href="./index.html#methods">Methods</a>
|
27
|
-
</h3>
|
28
|
-
</div>
|
29
|
-
</div>
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Module: TimeSpan
|
8
|
+
|
9
|
+
— Documentation by YARD 0.7.5
|
10
|
+
|
11
|
+
</title>
|
30
12
|
|
31
|
-
|
32
|
-
<div id="file-list-section" class="section">
|
33
|
-
<h3 class="section-header">In Files</h3>
|
34
|
-
<div class="section-body">
|
35
|
-
<ul>
|
36
|
-
|
37
|
-
<li><a href="./lib/time_span/version_rb.html?TB_iframe=true&height=550&width=785"
|
38
|
-
class="thickbox" title="lib/time_span/version.rb">lib/time_span/version.rb</a></li>
|
39
|
-
|
40
|
-
<li><a href="./lib/time_span_rb.html?TB_iframe=true&height=550&width=785"
|
41
|
-
class="thickbox" title="lib/time_span.rb">lib/time_span.rb</a></li>
|
42
|
-
|
43
|
-
</ul>
|
44
|
-
</div>
|
45
|
-
</div>
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
46
14
|
|
47
|
-
|
48
|
-
</div>
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
49
16
|
|
50
|
-
|
51
|
-
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
relpath = '';
|
19
|
+
if (relpath != '') relpath += '/';
|
20
|
+
</script>
|
52
21
|
|
53
|
-
|
22
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
54
23
|
|
55
|
-
|
56
|
-
<!-- Namespace Contents -->
|
57
|
-
<div id="namespace-list-section" class="section">
|
58
|
-
<h3 class="section-header">Namespace</h3>
|
59
|
-
<ul class="link-list">
|
60
|
-
|
61
|
-
<li><span class="type">CLASS</span> <a href="TimeSpan/RelativeTime.html">TimeSpan::RelativeTime</a></li>
|
62
|
-
|
63
|
-
<li><span class="type">CLASS</span> <a href="TimeSpan/TimeLine.html">TimeSpan::TimeLine</a></li>
|
64
|
-
|
65
|
-
<li><span class="type">CLASS</span> <a href="TimeSpan/TimeSpan.html">TimeSpan::TimeSpan</a></li>
|
66
|
-
|
67
|
-
</ul>
|
68
|
-
</div>
|
69
|
-
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
70
25
|
|
71
|
-
|
72
26
|
|
73
|
-
|
27
|
+
</head>
|
28
|
+
<body>
|
29
|
+
<script type="text/javascript" charset="utf-8">
|
30
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
31
|
+
</script>
|
32
|
+
|
33
|
+
<div id="header">
|
34
|
+
<div id="menu">
|
35
|
+
|
36
|
+
<a href="_index.html">Index (T)</a> »
|
37
|
+
|
38
|
+
|
39
|
+
<span class="title">TimeSpan</span>
|
40
|
+
|
41
|
+
|
42
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="search">
|
46
|
+
|
47
|
+
<a id="class_list_link" href="#">Class List</a>
|
48
|
+
|
49
|
+
<a id="method_list_link" href="#">Method List</a>
|
50
|
+
|
51
|
+
<a id="file_list_link" href="#">File List</a>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
<div class="clear"></div>
|
74
55
|
</div>
|
56
|
+
|
57
|
+
<iframe id="search_frame"></iframe>
|
58
|
+
|
59
|
+
<div id="content"><h1>Module: TimeSpan
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
</h1>
|
75
64
|
|
76
|
-
|
65
|
+
<dl class="box">
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
<dt class="r1 last">Defined in:</dt>
|
75
|
+
<dd class="r1 last">lib/time_span.rb<span class="defines">,<br />
|
76
|
+
lib/time_span/version.rb</span>
|
77
|
+
</dd>
|
78
|
+
|
79
|
+
</dl>
|
80
|
+
<div class="clear"></div>
|
81
|
+
|
82
|
+
<h2>Overview</h2><div class="docstring">
|
83
|
+
<div class="discussion">
|
84
|
+
|
85
|
+
|
86
|
+
</div>
|
87
|
+
</div>
|
88
|
+
<div class="tags">
|
89
|
+
|
90
|
+
<h3>Author:</h3>
|
91
|
+
<ul class="author">
|
92
|
+
|
93
|
+
<li>
|
77
94
|
|
78
95
|
|
79
|
-
<div id="fileindex-section" class="section project-section">
|
80
|
-
<h3 class="section-header">Files</h3>
|
81
|
-
<ul>
|
82
|
-
|
83
|
-
<li class="file"><a href="./Gemfile.html">Gemfile</a></li>
|
84
|
-
|
85
|
-
<li class="file"><a href="./Rakefile.html">Rakefile</a></li>
|
86
|
-
|
87
|
-
</ul>
|
88
|
-
</div>
|
89
96
|
|
90
|
-
|
91
|
-
<div id="classindex-section" class="section project-section">
|
92
|
-
<h3 class="section-header">Class/Module Index
|
93
|
-
<span class="search-toggle"><img src="./images/find.png"
|
94
|
-
height="16" width="16" alt="[+]"
|
95
|
-
title="show/hide quicksearch" /></span></h3>
|
96
|
-
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
97
|
-
<fieldset>
|
98
|
-
<legend>Quicksearch</legend>
|
99
|
-
<input type="text" name="quicksearch" value=""
|
100
|
-
class="quicksearch-field" />
|
101
|
-
</fieldset>
|
102
|
-
</form>
|
103
|
-
|
104
|
-
<ul class="link-list">
|
105
|
-
|
106
|
-
<li><a href="./TimeSpan.html">TimeSpan</a></li>
|
107
|
-
|
108
|
-
<li><a href="./TimeSpan/RelativeTime.html">TimeSpan::RelativeTime</a></li>
|
109
|
-
|
110
|
-
<li><a href="./TimeSpan/TimeLine.html">TimeSpan::TimeLine</a></li>
|
111
|
-
|
112
|
-
<li><a href="./TimeSpan/TimeSpan.html">TimeSpan::TimeSpan</a></li>
|
113
|
-
|
114
|
-
</ul>
|
115
|
-
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
116
|
-
</div>
|
117
|
-
|
118
97
|
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
<h1 class="module">TimeSpan</h1>
|
124
|
-
|
125
|
-
<div id="description" class="description">
|
98
|
+
|
99
|
+
<div class='inline'>
|
100
|
+
<p>Craig A. Cook</p>
|
101
|
+
</div>
|
126
102
|
|
127
|
-
|
128
|
-
|
129
|
-
|
103
|
+
</li>
|
104
|
+
|
105
|
+
</ul>
|
130
106
|
|
107
|
+
</div><h2>Defined Under Namespace</h2>
|
108
|
+
<p class="children">
|
109
|
+
|
131
110
|
|
111
|
+
|
132
112
|
|
113
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="TimeSpan/RelativeTime.html" title="TimeSpan::RelativeTime (class)">RelativeTime</a></span>, <span class='object_link'><a href="TimeSpan/TimeLine.html" title="TimeSpan::TimeLine (class)">TimeLine</a></span>, <span class='object_link'><a href="TimeSpan/TimeSpan.html" title="TimeSpan::TimeSpan (class)">TimeSpan</a></span>
|
133
114
|
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
115
|
+
|
116
|
+
</p>
|
138
117
|
|
118
|
+
<h2>Constant Summary</h2>
|
119
|
+
|
120
|
+
<dl class="constants">
|
139
121
|
|
140
|
-
|
141
|
-
<div id="constants-list" class="section">
|
142
|
-
<h3 class="section-header">Constants</h3>
|
143
|
-
<dl>
|
144
|
-
|
145
|
-
<dt><a name="VERSION">VERSION</a></dt>
|
146
|
-
|
147
|
-
<dd class="description"></dd>
|
122
|
+
<dt id="VERSION-constant" class="">VERSION =
|
148
123
|
|
149
|
-
|
150
|
-
</
|
151
|
-
</div>
|
124
|
+
</dt>
|
125
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.1.beta.01</span><span class='tstring_end'>"</span></span></pre></dd>
|
152
126
|
|
127
|
+
</dl>
|
128
|
+
|
129
|
+
|
130
|
+
|
153
131
|
|
154
|
-
|
155
132
|
|
156
|
-
<!-- Methods -->
|
157
|
-
|
158
|
-
</div><!-- 5Buntitled-5D -->
|
159
|
-
|
160
133
|
|
161
|
-
</div><!-- documentation -->
|
162
134
|
|
163
|
-
<div id="validator-badges">
|
164
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
165
|
-
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
166
|
-
Rdoc Generator</a> 2</small>.</p>
|
167
|
-
</div>
|
168
135
|
|
169
|
-
</body>
|
170
|
-
</html>
|
171
136
|
|
137
|
+
|
138
|
+
</div>
|
139
|
+
|
140
|
+
<div id="footer">
|
141
|
+
Generated on Fri Mar 2 13:34:25 2012 by
|
142
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
143
|
+
0.7.5 (ruby-1.9.3).
|
144
|
+
</div>
|
145
|
+
|
146
|
+
</body>
|
147
|
+
</html>
|
data/doc/_index.html
ADDED
@@ -0,0 +1,135 @@
|
|
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.7.5
|
8
|
+
|
9
|
+
</title>
|
10
|
+
|
11
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8">
|
16
|
+
relpath = '';
|
17
|
+
if (relpath != '') relpath += '/';
|
18
|
+
</script>
|
19
|
+
|
20
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
21
|
+
|
22
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
23
|
+
|
24
|
+
|
25
|
+
</head>
|
26
|
+
<body>
|
27
|
+
<script type="text/javascript" charset="utf-8">
|
28
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
29
|
+
</script>
|
30
|
+
|
31
|
+
<div id="header">
|
32
|
+
<div id="menu">
|
33
|
+
|
34
|
+
|
35
|
+
<span class="title"></span>
|
36
|
+
|
37
|
+
|
38
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div id="search">
|
42
|
+
|
43
|
+
<a id="class_list_link" href="#">Class List</a>
|
44
|
+
|
45
|
+
<a id="method_list_link" href="#">Method List</a>
|
46
|
+
|
47
|
+
<a id="file_list_link" href="#">File List</a>
|
48
|
+
|
49
|
+
</div>
|
50
|
+
<div class="clear"></div>
|
51
|
+
</div>
|
52
|
+
|
53
|
+
<iframe id="search_frame"></iframe>
|
54
|
+
|
55
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.7.5</h1>
|
56
|
+
<div id="listing">
|
57
|
+
<h1 class="alphaindex">Alphabetic Index</h1>
|
58
|
+
|
59
|
+
<h2>File Listing</h2>
|
60
|
+
<ul id="files">
|
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_R" class="alpha">
|
80
|
+
<li class="letter">R</li>
|
81
|
+
<ul>
|
82
|
+
|
83
|
+
<li>
|
84
|
+
<span class='object_link'><a href="TimeSpan/RelativeTime.html" title="TimeSpan::RelativeTime (class)">RelativeTime</a></span>
|
85
|
+
|
86
|
+
<small>(TimeSpan)</small>
|
87
|
+
|
88
|
+
</li>
|
89
|
+
|
90
|
+
</ul>
|
91
|
+
</ul>
|
92
|
+
|
93
|
+
|
94
|
+
<ul id="alpha_T" class="alpha">
|
95
|
+
<li class="letter">T</li>
|
96
|
+
<ul>
|
97
|
+
|
98
|
+
<li>
|
99
|
+
<span class='object_link'><a href="TimeSpan/TimeLine.html" title="TimeSpan::TimeLine (class)">TimeLine</a></span>
|
100
|
+
|
101
|
+
<small>(TimeSpan)</small>
|
102
|
+
|
103
|
+
</li>
|
104
|
+
|
105
|
+
<li>
|
106
|
+
<span class='object_link'><a href="TimeSpan/TimeSpan.html" title="TimeSpan::TimeSpan (class)">TimeSpan</a></span>
|
107
|
+
|
108
|
+
<small>(TimeSpan)</small>
|
109
|
+
|
110
|
+
</li>
|
111
|
+
|
112
|
+
<li>
|
113
|
+
<span class='object_link'><a href="TimeSpan.html" title="TimeSpan (module)">TimeSpan</a></span>
|
114
|
+
|
115
|
+
</li>
|
116
|
+
|
117
|
+
</ul>
|
118
|
+
</ul>
|
119
|
+
|
120
|
+
</td>
|
121
|
+
</tr>
|
122
|
+
</table>
|
123
|
+
|
124
|
+
</div>
|
125
|
+
|
126
|
+
</div>
|
127
|
+
|
128
|
+
<div id="footer">
|
129
|
+
Generated on Fri Mar 2 13:34:25 2012 by
|
130
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
131
|
+
0.7.5 (ruby-1.9.3).
|
132
|
+
</div>
|
133
|
+
|
134
|
+
</body>
|
135
|
+
</html>
|
data/doc/class_list.html
ADDED
@@ -0,0 +1,47 @@
|
|
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
|
+
<base id="base_target" target="_parent" />
|
19
|
+
</head>
|
20
|
+
<body>
|
21
|
+
<script type="text/javascript" charset="utf-8">
|
22
|
+
if (window.top.frames.main) {
|
23
|
+
document.getElementById('base_target').target = 'main';
|
24
|
+
document.body.className = 'frames';
|
25
|
+
}
|
26
|
+
</script>
|
27
|
+
<div id="content">
|
28
|
+
<h1 id="full_list_header">Class List</h1>
|
29
|
+
<div id="nav">
|
30
|
+
|
31
|
+
<a target="_self" href="class_list.html">Classes</a>
|
32
|
+
|
33
|
+
<a target="_self" href="method_list.html">Methods</a>
|
34
|
+
|
35
|
+
<a target="_self" href="file_list.html">Files</a>
|
36
|
+
|
37
|
+
</div>
|
38
|
+
<div id="search">Search: <input type="text" /></div>
|
39
|
+
|
40
|
+
<ul id="full_list" class="class">
|
41
|
+
<li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
|
42
|
+
<li><a class='toggle'></a> <span class='object_link'><a href="TimeSpan.html" title="TimeSpan (module)">TimeSpan</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="TimeSpan/RelativeTime.html" title="TimeSpan::RelativeTime (class)">RelativeTime</a></span> < Object<small class='search_info'>TimeSpan</small></li><li><span class='object_link'><a href="TimeSpan/TimeLine.html" title="TimeSpan::TimeLine (class)">TimeLine</a></span> < Array<small class='search_info'>TimeSpan</small></li><li><span class='object_link'><a href="TimeSpan/TimeSpan.html" title="TimeSpan::TimeSpan (class)">TimeSpan</a></span> < Object<small class='search_info'>TimeSpan</small></li></ul>
|
43
|
+
|
44
|
+
</ul>
|
45
|
+
</div>
|
46
|
+
</body>
|
47
|
+
</html>
|
data/doc/css/common.css
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
/* Override this file with custom rules */
|
@@ -0,0 +1,55 @@
|
|
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
|
+
|
41
|
+
.frames #content h1 { margin-top: 0; }
|
42
|
+
.frames li { white-space: nowrap; cursor: normal; }
|
43
|
+
.frames li small { display: block; font-size: 0.8em; }
|
44
|
+
.frames li small:before { content: ""; }
|
45
|
+
.frames li small:after { content: ""; }
|
46
|
+
.frames li small.search_info { display: none; }
|
47
|
+
.frames #search { width: 170px; position: static; margin: 3px; margin-left: 10px; font-size: 0.9em; color: #888; padding-left: 0; padding-right: 24px; }
|
48
|
+
.frames #content.insearch #search { background-position: center right; }
|
49
|
+
.frames #search input { width: 110px; }
|
50
|
+
.frames #nav { display: block; }
|
51
|
+
|
52
|
+
#full_list.insearch li { display: none; }
|
53
|
+
#full_list.insearch li.found { display: list-item; padding-left: 10px; }
|
54
|
+
#full_list.insearch li a.toggle { display: none; }
|
55
|
+
#full_list.insearch li small.search_info { display: block; }
|