dirtravel 0.0.6 → 0.0.7
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.
- checksums.yaml +5 -5
- data/CHANGELOG.rdoc +2 -0
- data/doc/DirTravel/DirEntry.html +51 -50
- data/doc/DirTravel/DirTravelError.html +48 -47
- data/doc/DirTravel/Entry.html +79 -78
- data/doc/DirTravel/FileEntry.html +58 -57
- data/doc/DirTravel/Travel.html +77 -80
- data/doc/DirTravel.html +58 -60
- data/doc/_index.html +32 -35
- data/doc/class_list.html +26 -33
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +253 -95
- data/doc/file.CHANGELOG.html +37 -38
- data/doc/file.README.html +33 -37
- data/doc/file_list.html +31 -33
- data/doc/frames.html +15 -19
- data/doc/index.html +33 -37
- data/doc/js/app.js +172 -77
- data/doc/js/full_list.js +170 -135
- data/doc/method_list.html +150 -106
- data/doc/top-level-namespace.html +38 -40
- data/lib/dirtravel.rb +5 -5
- data/lib/version.rb +1 -1
- metadata +9 -17
data/doc/DirTravel.html
CHANGED
@@ -1,23 +1,22 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Module: DirTravel
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
18
|
-
|
17
|
+
<script type="text/javascript">
|
18
|
+
pathId = "DirTravel";
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!DirTravel.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,85 +27,79 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
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 (D)</a> »
|
35
40
|
|
36
41
|
|
37
42
|
<span class="title">DirTravel</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
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
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
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Module: DirTravel
|
62
|
+
<div id="content"><h1>Module: DirTravel
|
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
|
+
|
76
|
+
|
77
|
+
|
80
78
|
|
81
|
-
|
82
|
-
<
|
79
|
+
<dl>
|
80
|
+
<dt>Defined in:</dt>
|
81
|
+
<dd>lib/dirtravel.rb<span class="defines">,<br />
|
83
82
|
lib/version.rb</span>
|
84
83
|
</dd>
|
84
|
+
</dl>
|
85
85
|
|
86
|
-
</
|
87
|
-
<div class="clear"></div>
|
86
|
+
</div>
|
88
87
|
|
89
88
|
<h2>Overview</h2><div class="docstring">
|
90
89
|
<div class="discussion">
|
91
90
|
|
92
|
-
<p><span class='object_link'><a href="" title="DirTravel (module)">DirTravel</a></span> is a library for getting information about files and
|
93
|
-
directories recursively to a tree structure. This library extends the
|
94
|
-
RubyTree classes to include directory and files info. Please refer to
|
95
|
-
RubyTree documentation for RubyTree related features.</p>
|
91
|
+
<p><span class='object_link'><a href="" title="DirTravel (module)">DirTravel</a></span> is a library for getting information about files and directories recursively to a tree structure. This library extends the RubyTree classes to include directory and files info. Please refer to RubyTree documentation for RubyTree related features.</p>
|
96
92
|
|
97
|
-
<p>A proxy object <span class='object_link'><a href="DirTravel/Travel.html" title="DirTravel::Travel (class)">Travel</a></span> is used to gather the directory content.
|
98
|
-
The “filetree” class method provides interface for getting the content with
|
99
|
-
few options (see: <span class='object_link'><a href="DirTravel/Travel.html#filetree-class_method" title="DirTravel::Travel.filetree (method)">Travel.filetree</a></span> for details).</p>
|
93
|
+
<p>A proxy object <span class='object_link'><a href="DirTravel/Travel.html" title="DirTravel::Travel (class)">Travel</a></span> is used to gather the directory content. The “filetree” class method provides interface for getting the content with few options (see: <span class='object_link'><a href="DirTravel/Travel.html#filetree-class_method" title="DirTravel::Travel.filetree (method)">Travel.filetree</a></span> for details).</p>
|
100
94
|
|
101
|
-
<p>See the <span class='object_link'><a href="DirTravel/Entry.html" title="DirTravel::Entry (class)">Entry</a></span> methods doc for possibilities in examining the
|
102
|
-
directory hierachy.</p>
|
95
|
+
<p>See the <span class='object_link'><a href="DirTravel/Entry.html" title="DirTravel::Entry (class)">Entry</a></span> methods doc for possibilities in examining the directory hierachy.</p>
|
103
96
|
|
104
97
|
<p>Examples:</p>
|
105
98
|
|
106
99
|
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>dirtravel</span><span class='tstring_end'>'</span></span>
|
107
100
|
|
108
101
|
<span class='comment'># Collect all entries under '.'
|
109
|
-
</span><span class='id identifier rubyid_d'>d</span> <span class='op'>=</span> <span class='const'>DirTravel</span><span class='op'>::</span><span class='const'>Travel</span><span class='period'>.</span><span class='id identifier rubyid_filetree'>filetree</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.</span><span class='tstring_end'>'</span></span> <span class='rparen'>)</span>
|
102
|
+
</span><span class='id identifier rubyid_d'>d</span> <span class='op'>=</span> <span class='const'>DirTravel</span><span class='op'>::</span><span class='const'><span class='object_link'><a href="DirTravel/Travel.html" title="DirTravel::Travel (class)">Travel</a></span></span><span class='period'>.</span><span class='id identifier rubyid_filetree'><span class='object_link'><a href="DirTravel/Travel.html#filetree-class_method" title="DirTravel::Travel.filetree (method)">filetree</a></span></span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.</span><span class='tstring_end'>'</span></span> <span class='rparen'>)</span>
|
110
103
|
|
111
104
|
<span class='comment'># Display names of the entries in the hierarhcy.
|
112
105
|
</span><span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_children'>children</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_i'>i</span><span class='op'>|</span>
|
@@ -121,7 +114,7 @@ directory hierachy.</p>
|
|
121
114
|
<span class='comment'># Get MP3 files and create a list of all album directories.
|
122
115
|
</span><span class='comment'># Assume: ".../<album>/<song>" hierarhcy
|
123
116
|
</span><span class='comment'>#
|
124
|
-
</span><span class='id identifier rubyid_d'>d</span> <span class='op'>=</span> <span class='const'>DirTravel</span><span class='op'>::</span><span class='const'>Travel</span><span class='period'>.</span><span class='id identifier rubyid_filetree'>filetree</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='lbrace'>{</span> <span class='symbol'>:suffix</span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.mp3</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span> <span class='rparen'>)</span>
|
117
|
+
</span><span class='id identifier rubyid_d'>d</span> <span class='op'>=</span> <span class='const'>DirTravel</span><span class='op'>::</span><span class='const'><span class='object_link'><a href="DirTravel/Travel.html" title="DirTravel::Travel (class)">Travel</a></span></span><span class='period'>.</span><span class='id identifier rubyid_filetree'><span class='object_link'><a href="DirTravel/Travel.html#filetree-class_method" title="DirTravel::Travel.filetree (method)">filetree</a></span></span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='lbrace'>{</span> <span class='symbol'>:suffix</span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.mp3</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span> <span class='rparen'>)</span>
|
125
118
|
<span class='id identifier rubyid_albums'>albums</span> <span class='op'>=</span> <span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_select_level'>select_level</span><span class='lparen'>(</span> <span class='id identifier rubyid_d'>d</span><span class='period'>.</span><span class='id identifier rubyid_node_height'>node_height</span> <span class='op'>-</span> <span class='int'>1</span> <span class='rparen'>)</span>
|
126
119
|
</code></pre>
|
127
120
|
|
@@ -142,14 +135,18 @@ directory hierachy.</p>
|
|
142
135
|
|
143
136
|
</p>
|
144
137
|
|
145
|
-
<h2>Constant Summary</h2>
|
146
138
|
|
139
|
+
<h2>
|
140
|
+
Constant Summary
|
141
|
+
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
|
142
|
+
</h2>
|
143
|
+
|
147
144
|
<dl class="constants">
|
148
145
|
|
149
146
|
<dt id="VERSION-constant" class="">VERSION =
|
150
147
|
|
151
148
|
</dt>
|
152
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.
|
149
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.7</span><span class='tstring_end'>"</span></span></pre></dd>
|
153
150
|
|
154
151
|
</dl>
|
155
152
|
|
@@ -163,7 +160,7 @@ directory hierachy.</p>
|
|
163
160
|
|
164
161
|
<h2>
|
165
162
|
Class Method Summary
|
166
|
-
<small
|
163
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
167
164
|
</h2>
|
168
165
|
|
169
166
|
<ul class="summary">
|
@@ -171,7 +168,7 @@ directory hierachy.</p>
|
|
171
168
|
<li class="public ">
|
172
169
|
<span class="summary_signature">
|
173
170
|
|
174
|
-
<a href="#version-class_method" title="version (class method)"
|
171
|
+
<a href="#version-class_method" title="version (class method)">.<strong>version</strong> ⇒ Object </a>
|
175
172
|
|
176
173
|
|
177
174
|
|
@@ -202,7 +199,7 @@ directory hierachy.</p>
|
|
202
199
|
<div class="method_details first">
|
203
200
|
<h3 class="signature first" id="version-class_method">
|
204
201
|
|
205
|
-
|
202
|
+
.<strong>version</strong> ⇒ <tt>Object</tt>
|
206
203
|
|
207
204
|
|
208
205
|
|
@@ -221,8 +218,8 @@ directory hierachy.</p>
|
|
221
218
|
<td>
|
222
219
|
<pre class="code"><span class="info file"># File 'lib/version.rb', line 3</span>
|
223
220
|
|
224
|
-
<span class='kw'>def</span> <span class='const'>DirTravel</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span>
|
225
|
-
<span class='const'>DirTravel</span><span class='op'>::</span><span class='const'>VERSION</span>
|
221
|
+
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="DirTravel (module)">DirTravel</a></span></span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span>
|
222
|
+
<span class='const'><span class='object_link'><a href="" title="DirTravel (module)">DirTravel</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="#VERSION-constant" title="DirTravel::VERSION (constant)">VERSION</a></span></span>
|
226
223
|
<span class='kw'>end</span></pre>
|
227
224
|
</td>
|
228
225
|
</tr>
|
@@ -233,11 +230,12 @@ directory hierachy.</p>
|
|
233
230
|
|
234
231
|
</div>
|
235
232
|
|
236
|
-
|
237
|
-
Generated on
|
238
|
-
<a href="
|
239
|
-
0.
|
233
|
+
<div id="footer">
|
234
|
+
Generated on Fri Jun 28 14:38:02 2024 by
|
235
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
236
|
+
0.9.36 (ruby-3.1.2).
|
240
237
|
</div>
|
241
238
|
|
239
|
+
</div>
|
242
240
|
</body>
|
243
241
|
</html>
|
data/doc/_index.html
CHANGED
@@ -1,21 +1,20 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
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.
|
7
|
+
Documentation by YARD 0.9.36
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
11
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
11
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" />
|
14
14
|
|
15
|
-
<script type="text/javascript"
|
16
|
-
|
15
|
+
<script type="text/javascript">
|
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
|
30
|
-
<
|
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
|
-
|
33
|
+
<div id="main" tabindex="-1">
|
34
|
+
<div id="header">
|
35
|
+
<div id="menu">
|
36
|
+
|
34
37
|
</div>
|
35
38
|
|
36
|
-
|
39
|
+
<div id="search">
|
37
40
|
|
38
41
|
<a class="full_list_link" id="class_list_link"
|
39
42
|
href="class_list.html">
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
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
|
-
|
55
|
-
|
52
|
+
<div class="clear"></div>
|
53
|
+
</div>
|
56
54
|
|
57
|
-
|
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.36</h1>
|
60
56
|
<div id="listing">
|
61
57
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
62
58
|
|
@@ -162,11 +158,12 @@
|
|
162
158
|
|
163
159
|
</div>
|
164
160
|
|
165
|
-
|
166
|
-
Generated on
|
167
|
-
<a href="
|
168
|
-
0.
|
161
|
+
<div id="footer">
|
162
|
+
Generated on Fri Jun 28 14:38:02 2024 by
|
163
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
164
|
+
0.9.36 (ruby-3.1.2).
|
169
165
|
</div>
|
170
166
|
|
167
|
+
</div>
|
171
168
|
</body>
|
172
169
|
</html>
|
data/doc/class_list.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
1
|
+
<!DOCTYPE html>
|
3
2
|
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5
|
+
<meta charset="utf-8" />
|
6
6
|
|
7
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen"
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
|
8
8
|
|
9
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen"
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
|
10
10
|
|
11
11
|
|
12
12
|
|
@@ -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
|
-
<
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
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="DirTravel.html" title="DirTravel (module)">DirTravel</a></span><small class='search_info'>Top Level Namespace</small></
|
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_DirTravel' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="DirTravel.html" title="DirTravel (module)">DirTravel</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_DirTravel::DirEntry' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="DirTravel/DirEntry.html" title="DirTravel::DirEntry (class)">DirEntry</a></span> < Entry<small class='search_info'>DirTravel</small></div></li><li id='object_DirTravel::DirTravelError' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="DirTravel/DirTravelError.html" title="DirTravel::DirTravelError (class)">DirTravelError</a></span> < RuntimeError<small class='search_info'>DirTravel</small></div></li><li id='object_DirTravel::Entry' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="DirTravel/Entry.html" title="DirTravel::Entry (class)">Entry</a></span> < TreeNode<small class='search_info'>DirTravel</small></div></li><li id='object_DirTravel::FileEntry' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="DirTravel/FileEntry.html" title="DirTravel::FileEntry (class)">FileEntry</a></span> < Entry<small class='search_info'>DirTravel</small></div></li><li id='object_DirTravel::Travel' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="DirTravel/Travel.html" title="DirTravel::Travel (class)">Travel</a></span> < Object<small class='search_info'>DirTravel</small></div></li></ul></li>
|
54
47
|
|
55
48
|
</ul>
|
56
49
|
</div>
|
data/doc/css/full_list.css
CHANGED
@@ -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:
|
16
|
-
#
|
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
|
-
|
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.
|
26
|
-
li.
|
27
|
-
|
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
|
32
|
-
li.clicked { background: #05a; color: #ccc; }
|
33
|
-
li.clicked a
|
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;
|
37
|
-
#
|
38
|
-
#
|
39
|
-
#
|
40
|
-
|
41
|
-
|
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
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
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
|
55
|
-
#full_list.insearch
|
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; }
|