inochi 1.1.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CREDITS +17 -1
- data/bin/inochi +19 -539
- data/lib/inochi.rb +1 -41
- data/lib/inochi/engine.rb +101 -0
- data/lib/inochi/generate.rb +52 -0
- data/lib/inochi/inochi.rb +109 -0
- data/lib/inochi/tasks/ann.rake +230 -0
- data/lib/inochi/tasks/api.rake +28 -0
- data/lib/inochi/tasks/gem.rake +46 -0
- data/lib/inochi/tasks/init.rake +38 -0
- data/lib/inochi/tasks/man.rake +78 -0
- data/lib/inochi/tasks/project.rake +25 -0
- data/lib/inochi/tasks/pub.rake +130 -0
- data/lib/inochi/templates/CREDITS.rbs +18 -0
- data/lib/inochi/templates/EXAMPLES.rbs +24 -0
- data/lib/inochi/templates/FURTHER.rbs +17 -0
- data/lib/inochi/templates/HACKING.rbs +92 -0
- data/lib/inochi/templates/HISTORY.rbs +55 -0
- data/lib/inochi/templates/LICENSE.rbs +15 -0
- data/lib/inochi/templates/MANUAL.rbs +27 -0
- data/lib/inochi/templates/README.rbs +60 -0
- data/lib/inochi/templates/USAGE.rbs +23 -0
- data/lib/inochi/templates/command.rbs +23 -0
- data/lib/inochi/templates/inochi.opts.rbs +43 -0
- data/lib/inochi/templates/inochi.rb.rbs +102 -0
- data/lib/inochi/templates/library.rbs +7 -0
- data/lib/inochi/templates/library_test.rb.rbs +3 -0
- data/lib/inochi/templates/test_helper.rb.rbs +3 -0
- data/lib/inochi/templates/test_runner.rbs +25 -0
- data/{doc → logo}/inochi.png +0 -0
- data/man.html +959 -0
- data/man/man1/inochi.1.gz +0 -0
- metadata +129 -198
- data/doc/README +0 -6
- data/doc/api/apple-touch-icon.png +0 -0
- data/doc/api/classes/Array.html +0 -370
- data/doc/api/classes/File.html +0 -110
- data/doc/api/classes/Inochi.html +0 -1477
- data/doc/api/classes/Inochi/Manual.html +0 -157
- data/doc/api/classes/Inochi/Phrases.html +0 -331
- data/doc/api/classes/Inochi/Version.html +0 -190
- data/doc/api/classes/TempDir.html +0 -164
- data/doc/api/created.rid +0 -1
- data/doc/api/css/main.css +0 -263
- data/doc/api/css/panel.css +0 -383
- data/doc/api/css/reset.css +0 -53
- data/doc/api/favicon.ico +0 -0
- data/doc/api/files/CREDITS.html +0 -61
- data/doc/api/files/LICENSE.html +0 -76
- data/doc/api/files/lib/inochi/book_rb.html +0 -106
- data/doc/api/files/lib/inochi/init_rb.html +0 -66
- data/doc/api/files/lib/inochi/main_rb.html +0 -52
- data/doc/api/files/lib/inochi/rake_rb.html +0 -52
- data/doc/api/files/lib/inochi/test/bacon_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/context_rb.html +0 -69
- data/doc/api/files/lib/inochi/test/dfect_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/matchy_rb.html +0 -69
- data/doc/api/files/lib/inochi/test/minitest_rb.html +0 -71
- data/doc/api/files/lib/inochi/test/mocha_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/rspec_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/shoulda_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/test_spec_rb.html +0 -67
- data/doc/api/files/lib/inochi/test/test_unit_rb.html +0 -67
- data/doc/api/files/lib/inochi/util/combo_rb.html +0 -59
- data/doc/api/files/lib/inochi/util/tempdir_rb.html +0 -68
- data/doc/api/files/lib/inochi/util_rb.html +0 -59
- data/doc/api/files/lib/inochi_rb.html +0 -76
- data/doc/api/i/arrows.png +0 -0
- data/doc/api/i/results_bg.png +0 -0
- data/doc/api/i/tree_bg.png +0 -0
- data/doc/api/index.html +0 -14
- data/doc/api/js/jquery-1.3.2.min.js +0 -19
- data/doc/api/js/jquery-effect.js +0 -593
- data/doc/api/js/main.js +0 -22
- data/doc/api/js/searchdoc.js +0 -628
- data/doc/api/panel/index.html +0 -71
- data/doc/api/panel/search_index.js +0 -1
- data/doc/api/panel/tree.js +0 -1
- data/doc/history.erb +0 -268
- data/doc/index.erb +0 -11
- data/doc/index.html +0 -3179
- data/doc/inochi.svg +0 -405
- data/doc/intro.erb +0 -87
- data/doc/setup.erb +0 -105
- data/doc/usage.erb +0 -641
- data/lib/inochi/book.rb +0 -91
- data/lib/inochi/init.rb +0 -256
- data/lib/inochi/main.rb +0 -85
- data/lib/inochi/rake.rb +0 -902
- data/lib/inochi/test/bacon.rb +0 -3
- data/lib/inochi/test/context.rb +0 -4
- data/lib/inochi/test/dfect.rb +0 -3
- data/lib/inochi/test/matchy.rb +0 -4
- data/lib/inochi/test/minitest.rb +0 -7
- data/lib/inochi/test/mocha.rb +0 -3
- data/lib/inochi/test/rspec.rb +0 -3
- data/lib/inochi/test/shoulda.rb +0 -3
- data/lib/inochi/test/test_spec.rb +0 -3
- data/lib/inochi/test/test_unit.rb +0 -3
- data/lib/inochi/util.rb +0 -99
- data/lib/inochi/util/combo.rb +0 -191
- data/lib/inochi/util/tempdir.rb +0 -29
- data/rakefile +0 -12
- data/test/inochi.rb +0 -111
@@ -1,190 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>Inochi::Version</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
<span class="type">Module</span>
|
19
|
-
Inochi::Version
|
20
|
-
|
21
|
-
</h1>
|
22
|
-
<ul class="files">
|
23
|
-
|
24
|
-
<li><a href="../../files/lib/inochi/init_rb.html">lib/inochi/init.rb</a></li>
|
25
|
-
|
26
|
-
</ul>
|
27
|
-
</div>
|
28
|
-
<div id="bodyContent">
|
29
|
-
<div id="content">
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
<div class="sectiontitle">Methods</div>
|
40
|
-
<dl class="methods">
|
41
|
-
|
42
|
-
<dt>M</dt>
|
43
|
-
<dd>
|
44
|
-
<ul>
|
45
|
-
|
46
|
-
<li><a href="#M000023">major</a></li>
|
47
|
-
|
48
|
-
</ul>
|
49
|
-
</dd>
|
50
|
-
|
51
|
-
<dt>R</dt>
|
52
|
-
<dd>
|
53
|
-
<ul>
|
54
|
-
|
55
|
-
<li><a href="#M000025">requirement</a></li>
|
56
|
-
|
57
|
-
</ul>
|
58
|
-
</dd>
|
59
|
-
|
60
|
-
<dt>S</dt>
|
61
|
-
<dd>
|
62
|
-
<ul>
|
63
|
-
|
64
|
-
<li><a href="#M000024">series</a></li>
|
65
|
-
|
66
|
-
</ul>
|
67
|
-
</dd>
|
68
|
-
|
69
|
-
</dl>
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
<div class="sectiontitle">Instance Public methods</div>
|
84
|
-
|
85
|
-
<div class="method">
|
86
|
-
<div class="title" id="M000023">
|
87
|
-
|
88
|
-
<a name="M000023"></a><b>major</b>()
|
89
|
-
|
90
|
-
</div>
|
91
|
-
|
92
|
-
<div class="description">
|
93
|
-
<p>
|
94
|
-
Returns the major number in this version.
|
95
|
-
</p>
|
96
|
-
|
97
|
-
</div>
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
<div class="sourcecode">
|
103
|
-
<p class="source-link">
|
104
|
-
Source: <a href="javascript:toggleSource('M000023_source')" id="l_M000023_source">show</a>
|
105
|
-
|
106
|
-
| <a href="http://github.com/sunaku/inochi/blob/94ea085869f0eab9b04917d057bdae5b64157781/lib/inochi/init.rb#L156" target="_blank" class="github_url">on GitHub</a>
|
107
|
-
|
108
|
-
</p>
|
109
|
-
<div id="M000023_source" class="dyn-source">
|
110
|
-
<pre><span class="ruby-comment cmt"># File lib/inochi/init.rb, line 156</span>
|
111
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">major</span>
|
112
|
-
<span class="ruby-identifier">to_s</span>[<span class="ruby-regexp re">/^\d+/</span>]
|
113
|
-
<span class="ruby-keyword kw">end</span></pre>
|
114
|
-
</div>
|
115
|
-
</div>
|
116
|
-
|
117
|
-
</div>
|
118
|
-
|
119
|
-
<div class="method">
|
120
|
-
<div class="title" id="M000025">
|
121
|
-
|
122
|
-
<a name="M000025"></a><b>requirement</b>()
|
123
|
-
|
124
|
-
</div>
|
125
|
-
|
126
|
-
<div class="description">
|
127
|
-
<p>
|
128
|
-
Returns a Gem::Requirement expression.
|
129
|
-
</p>
|
130
|
-
|
131
|
-
</div>
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
<div class="sourcecode">
|
137
|
-
<p class="source-link">
|
138
|
-
Source: <a href="javascript:toggleSource('M000025_source')" id="l_M000025_source">show</a>
|
139
|
-
|
140
|
-
| <a href="http://github.com/sunaku/inochi/blob/94ea085869f0eab9b04917d057bdae5b64157781/lib/inochi/init.rb#L166" target="_blank" class="github_url">on GitHub</a>
|
141
|
-
|
142
|
-
</p>
|
143
|
-
<div id="M000025_source" class="dyn-source">
|
144
|
-
<pre><span class="ruby-comment cmt"># File lib/inochi/init.rb, line 166</span>
|
145
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">requirement</span>
|
146
|
-
<span class="ruby-node">"~> #{major}"</span>
|
147
|
-
<span class="ruby-keyword kw">end</span></pre>
|
148
|
-
</div>
|
149
|
-
</div>
|
150
|
-
|
151
|
-
</div>
|
152
|
-
|
153
|
-
<div class="method">
|
154
|
-
<div class="title" id="M000024">
|
155
|
-
|
156
|
-
<a name="M000024"></a><b>series</b>()
|
157
|
-
|
158
|
-
</div>
|
159
|
-
|
160
|
-
<div class="description">
|
161
|
-
<p>
|
162
|
-
Returns a string describing any version with the current major number.
|
163
|
-
</p>
|
164
|
-
|
165
|
-
</div>
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
<div class="sourcecode">
|
171
|
-
<p class="source-link">
|
172
|
-
Source: <a href="javascript:toggleSource('M000024_source')" id="l_M000024_source">show</a>
|
173
|
-
|
174
|
-
| <a href="http://github.com/sunaku/inochi/blob/94ea085869f0eab9b04917d057bdae5b64157781/lib/inochi/init.rb#L161" target="_blank" class="github_url">on GitHub</a>
|
175
|
-
|
176
|
-
</p>
|
177
|
-
<div id="M000024_source" class="dyn-source">
|
178
|
-
<pre><span class="ruby-comment cmt"># File lib/inochi/init.rb, line 161</span>
|
179
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">series</span>
|
180
|
-
<span class="ruby-node">"#{major}.x.x"</span>
|
181
|
-
<span class="ruby-keyword kw">end</span></pre>
|
182
|
-
</div>
|
183
|
-
</div>
|
184
|
-
|
185
|
-
</div>
|
186
|
-
|
187
|
-
</div>
|
188
|
-
</div>
|
189
|
-
</body>
|
190
|
-
</html>
|
@@ -1,164 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>TempDir</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
<span class="type">Class</span>
|
19
|
-
TempDir
|
20
|
-
|
21
|
-
<span class="parent"><
|
22
|
-
|
23
|
-
Object
|
24
|
-
|
25
|
-
</span>
|
26
|
-
|
27
|
-
</h1>
|
28
|
-
<ul class="files">
|
29
|
-
|
30
|
-
<li><a href="../files/lib/inochi/util/tempdir_rb.html">lib/inochi/util/tempdir.rb</a></li>
|
31
|
-
|
32
|
-
</ul>
|
33
|
-
</div>
|
34
|
-
<div id="bodyContent">
|
35
|
-
<div id="content">
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
<div class="sectiontitle">Methods</div>
|
46
|
-
<dl class="methods">
|
47
|
-
|
48
|
-
<dt>C</dt>
|
49
|
-
<dd>
|
50
|
-
<ul>
|
51
|
-
|
52
|
-
<li><a href="#M000009">close</a></li>
|
53
|
-
|
54
|
-
</ul>
|
55
|
-
</dd>
|
56
|
-
|
57
|
-
<dt>N</dt>
|
58
|
-
<dd>
|
59
|
-
<ul>
|
60
|
-
|
61
|
-
<li><a href="#M000008">new</a></li>
|
62
|
-
|
63
|
-
</ul>
|
64
|
-
</dd>
|
65
|
-
|
66
|
-
</dl>
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
<div class="sectiontitle">Attributes</div>
|
79
|
-
<table border='0' cellpadding='5'>
|
80
|
-
|
81
|
-
<tr valign='top'>
|
82
|
-
<td class='attr-rw'>
|
83
|
-
[R]
|
84
|
-
</td>
|
85
|
-
<td class='attr-name'>path</td>
|
86
|
-
<td class='attr-desc'></td>
|
87
|
-
</tr>
|
88
|
-
|
89
|
-
</table>
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
<div class="sectiontitle">Class Public methods</div>
|
94
|
-
|
95
|
-
<div class="method">
|
96
|
-
<div class="title" id="M000008">
|
97
|
-
|
98
|
-
<a name="M000008"></a><b>new</b>(basename = nil, dirname = nil)
|
99
|
-
|
100
|
-
</div>
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
<div class="sourcecode">
|
106
|
-
<p class="source-link">
|
107
|
-
Source: <a href="javascript:toggleSource('M000008_source')" id="l_M000008_source">show</a>
|
108
|
-
|
109
|
-
| <a href="http://github.com/sunaku/inochi/blob/94ea085869f0eab9b04917d057bdae5b64157781/lib/inochi/util/tempdir.rb#L12" target="_blank" class="github_url">on GitHub</a>
|
110
|
-
|
111
|
-
</p>
|
112
|
-
<div id="M000008_source" class="dyn-source">
|
113
|
-
<pre><span class="ruby-comment cmt"># File lib/inochi/util/tempdir.rb, line 12</span>
|
114
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span> <span class="ruby-identifier">basename</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">dirname</span> = <span class="ruby-keyword kw">nil</span>
|
115
|
-
<span class="ruby-identifier">args</span> = [<span class="ruby-identifier">basename</span> <span class="ruby-operator">||</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">$0</span>), <span class="ruby-identifier">dirname</span>].<span class="ruby-identifier">compact</span>
|
116
|
-
<span class="ruby-identifier">file</span> = <span class="ruby-constant">Tempfile</span>.<span class="ruby-identifier">new</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
|
117
|
-
|
118
|
-
<span class="ruby-ivar">@path</span> = <span class="ruby-identifier">file</span>.<span class="ruby-identifier">path</span>
|
119
|
-
|
120
|
-
<span class="ruby-comment cmt"># replace the file with a directory</span>
|
121
|
-
<span class="ruby-identifier">file</span>.<span class="ruby-identifier">close!</span>
|
122
|
-
<span class="ruby-constant">FileUtils</span>.<span class="ruby-identifier">mkdir_p</span> <span class="ruby-ivar">@path</span>
|
123
|
-
|
124
|
-
<span class="ruby-comment cmt"># clean up on exit</span>
|
125
|
-
<span class="ruby-identifier">at_exit</span> { <span class="ruby-identifier">close</span> }
|
126
|
-
<span class="ruby-keyword kw">end</span></pre>
|
127
|
-
</div>
|
128
|
-
</div>
|
129
|
-
|
130
|
-
</div>
|
131
|
-
|
132
|
-
<div class="sectiontitle">Instance Public methods</div>
|
133
|
-
|
134
|
-
<div class="method">
|
135
|
-
<div class="title" id="M000009">
|
136
|
-
|
137
|
-
<a name="M000009"></a><b>close</b>()
|
138
|
-
|
139
|
-
</div>
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
<div class="sourcecode">
|
145
|
-
<p class="source-link">
|
146
|
-
Source: <a href="javascript:toggleSource('M000009_source')" id="l_M000009_source">show</a>
|
147
|
-
|
148
|
-
| <a href="http://github.com/sunaku/inochi/blob/94ea085869f0eab9b04917d057bdae5b64157781/lib/inochi/util/tempdir.rb#L26" target="_blank" class="github_url">on GitHub</a>
|
149
|
-
|
150
|
-
</p>
|
151
|
-
<div id="M000009_source" class="dyn-source">
|
152
|
-
<pre><span class="ruby-comment cmt"># File lib/inochi/util/tempdir.rb, line 26</span>
|
153
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">close</span>
|
154
|
-
<span class="ruby-constant">FileUtils</span>.<span class="ruby-identifier">rm_rf</span> <span class="ruby-ivar">@path</span>
|
155
|
-
<span class="ruby-keyword kw">end</span></pre>
|
156
|
-
</div>
|
157
|
-
</div>
|
158
|
-
|
159
|
-
</div>
|
160
|
-
|
161
|
-
</div>
|
162
|
-
</div>
|
163
|
-
</body>
|
164
|
-
</html>
|
data/doc/api/created.rid
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
Sat, 03 Oct 2009 12:07:40 -0700
|
data/doc/api/css/main.css
DELETED
@@ -1,263 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
font-family: "Helvetica Neue", Arial, sans-serif;
|
3
|
-
background: #FFF;
|
4
|
-
color: #000;
|
5
|
-
margin: 0px;
|
6
|
-
font-size: 0.82em;
|
7
|
-
line-height: 1.25em;
|
8
|
-
}
|
9
|
-
|
10
|
-
a {
|
11
|
-
color: #00F;
|
12
|
-
text-decoration: none;
|
13
|
-
}
|
14
|
-
|
15
|
-
a:hover {
|
16
|
-
color: #333;
|
17
|
-
background: #FE8;
|
18
|
-
}
|
19
|
-
|
20
|
-
p {
|
21
|
-
margin-bottom: 1em;
|
22
|
-
}
|
23
|
-
|
24
|
-
h1 {
|
25
|
-
font-size: 2.1em;
|
26
|
-
font-weight: normal;
|
27
|
-
line-height: 1.2em;
|
28
|
-
margin: 1.4em 0 0.7em 0;
|
29
|
-
}
|
30
|
-
|
31
|
-
h2 {
|
32
|
-
font-size: 1.6em;
|
33
|
-
margin: 1.8em 0 0.8em 0;
|
34
|
-
font-weight: normal;
|
35
|
-
line-height: 1.2em;
|
36
|
-
}
|
37
|
-
|
38
|
-
h3 {
|
39
|
-
font-size: 1.4em;
|
40
|
-
color:#555;
|
41
|
-
margin: 1.4em 0 0.7em 0;
|
42
|
-
font-weight: normal;
|
43
|
-
}
|
44
|
-
|
45
|
-
h4 {
|
46
|
-
margin: 1.4em 0 0.5em 0;
|
47
|
-
font-size: 1em;
|
48
|
-
}
|
49
|
-
|
50
|
-
.clear
|
51
|
-
{
|
52
|
-
clear: both;
|
53
|
-
width: 0; height: 0;
|
54
|
-
}
|
55
|
-
|
56
|
-
dt
|
57
|
-
{
|
58
|
-
margin-bottom: 0.3em;
|
59
|
-
font-weight: bold;
|
60
|
-
}
|
61
|
-
|
62
|
-
dd
|
63
|
-
{
|
64
|
-
margin-left: 2em;
|
65
|
-
margin-bottom: 1em;
|
66
|
-
}
|
67
|
-
|
68
|
-
dd p
|
69
|
-
{
|
70
|
-
margin-top: 0.6em;
|
71
|
-
}
|
72
|
-
|
73
|
-
li
|
74
|
-
{
|
75
|
-
margin: 0 0 0.5em 2em;
|
76
|
-
}
|
77
|
-
|
78
|
-
ul li
|
79
|
-
{
|
80
|
-
list-style: disc;
|
81
|
-
}
|
82
|
-
|
83
|
-
ol li
|
84
|
-
{
|
85
|
-
list-style: decimal;
|
86
|
-
}
|
87
|
-
|
88
|
-
.banner
|
89
|
-
{
|
90
|
-
background: #EDF3FE;
|
91
|
-
border-bottom: 1px solid #ccc;
|
92
|
-
padding: 1em 2em 0.5em 2em;
|
93
|
-
}
|
94
|
-
.banner h1
|
95
|
-
{
|
96
|
-
font-size: 1.2em;
|
97
|
-
margin: 0;
|
98
|
-
}
|
99
|
-
|
100
|
-
.banner h1 .type
|
101
|
-
{
|
102
|
-
font-size: 0.833em;
|
103
|
-
display:block;
|
104
|
-
}
|
105
|
-
|
106
|
-
.banner h1 .type,
|
107
|
-
.banner h1 .parent
|
108
|
-
{
|
109
|
-
color: #666;
|
110
|
-
}
|
111
|
-
|
112
|
-
.banner ul
|
113
|
-
{
|
114
|
-
margin-top: 0.3em;
|
115
|
-
margin-bottom: 0;
|
116
|
-
font-size: 0.85em;
|
117
|
-
}
|
118
|
-
|
119
|
-
.banner li
|
120
|
-
{
|
121
|
-
list-style: none;
|
122
|
-
margin-left: 0;
|
123
|
-
margin-bottom: 0;
|
124
|
-
}
|
125
|
-
|
126
|
-
pre
|
127
|
-
{
|
128
|
-
margin-bottom: 1em;
|
129
|
-
}
|
130
|
-
|
131
|
-
.methods dt
|
132
|
-
{
|
133
|
-
width: 1em;
|
134
|
-
font-size: 1.5em;
|
135
|
-
color:#AAA;
|
136
|
-
position: absolute;
|
137
|
-
font-weight: normal;
|
138
|
-
margin: 0;
|
139
|
-
}
|
140
|
-
|
141
|
-
.methods dd
|
142
|
-
{
|
143
|
-
margin-left: 2.5em;
|
144
|
-
min-height: 1.8em;
|
145
|
-
-height: 1.8em;
|
146
|
-
padding-bottom: 0.8em;
|
147
|
-
}
|
148
|
-
|
149
|
-
|
150
|
-
.methods ul li
|
151
|
-
{
|
152
|
-
margin-right: 0.7em;
|
153
|
-
margin-left: 0;
|
154
|
-
list-style: none;
|
155
|
-
display: inline;
|
156
|
-
}
|
157
|
-
|
158
|
-
#content {
|
159
|
-
margin: 2em;
|
160
|
-
margin-left: 3.5em;
|
161
|
-
margin-right: 3.5em;
|
162
|
-
}
|
163
|
-
|
164
|
-
|
165
|
-
.sectiontitle {
|
166
|
-
margin-top: 2em;
|
167
|
-
margin-bottom: 1.3em;
|
168
|
-
margin-left: -1.2em;
|
169
|
-
font-size: 1.2em;
|
170
|
-
padding: 0 0 0.25em 0;
|
171
|
-
font-weight: bold;
|
172
|
-
border-bottom: 1px solid #000;
|
173
|
-
}
|
174
|
-
|
175
|
-
.attr-rw {
|
176
|
-
padding-right: 1em;
|
177
|
-
text-align: center;
|
178
|
-
color: #055;
|
179
|
-
}
|
180
|
-
|
181
|
-
.attr-name {
|
182
|
-
font-weight: bold;
|
183
|
-
padding-right: 1em;
|
184
|
-
}
|
185
|
-
|
186
|
-
.attr-desc {
|
187
|
-
}
|
188
|
-
|
189
|
-
tt {
|
190
|
-
font-size: 1.15em;
|
191
|
-
}
|
192
|
-
|
193
|
-
.attr-value {
|
194
|
-
font-family: monospace;
|
195
|
-
padding-left: 1em;
|
196
|
-
font-size: 1.15em;
|
197
|
-
}
|
198
|
-
|
199
|
-
.dyn-source {
|
200
|
-
display: none;
|
201
|
-
background: #fffde8;
|
202
|
-
color: #000;
|
203
|
-
border: #ffe0bb dotted 1px;
|
204
|
-
margin: 0.5em 2em 0.5em 0;
|
205
|
-
padding: 0.5em;
|
206
|
-
}
|
207
|
-
|
208
|
-
.dyn-source .cmt {
|
209
|
-
color: #00F;
|
210
|
-
font-style: italic;
|
211
|
-
}
|
212
|
-
|
213
|
-
.dyn-source .kw {
|
214
|
-
color: #070;
|
215
|
-
font-weight: bold;
|
216
|
-
}
|
217
|
-
|
218
|
-
.description pre {
|
219
|
-
padding: 0.5em;
|
220
|
-
border: #ffe0bb dotted 1px;
|
221
|
-
background: #fffde8;
|
222
|
-
}
|
223
|
-
|
224
|
-
.method {
|
225
|
-
margin-bottom: 2em;
|
226
|
-
}
|
227
|
-
.method .description,
|
228
|
-
.method .sourcecode
|
229
|
-
{
|
230
|
-
margin-left: 1.2em;
|
231
|
-
}
|
232
|
-
.method h4
|
233
|
-
{
|
234
|
-
border-bottom: 1px dotted #999;
|
235
|
-
padding: 0 0 0.2em 0;
|
236
|
-
margin-bottom: 0.8em;
|
237
|
-
font-size: 1.1em;
|
238
|
-
color:#333;
|
239
|
-
}
|
240
|
-
.method .title {
|
241
|
-
border-bottom: 1px dotted #666;
|
242
|
-
padding: 0 0 0.15em 0;
|
243
|
-
margin: 0 0 0.5em 0;
|
244
|
-
font-size: 1.2em;
|
245
|
-
line-height: 1.25em;
|
246
|
-
}
|
247
|
-
|
248
|
-
.method .sourcecode p.source-link {
|
249
|
-
text-indent: 0em;
|
250
|
-
margin-top: 0.5em;
|
251
|
-
}
|
252
|
-
|
253
|
-
.method .aka {
|
254
|
-
margin-top: 0.3em;
|
255
|
-
margin-left: 1em;
|
256
|
-
font-style: italic;
|
257
|
-
text-indent: 2em;
|
258
|
-
}
|
259
|
-
|
260
|
-
.method .source-link
|
261
|
-
{
|
262
|
-
font-size: 0.85em;
|
263
|
-
}
|