exam1 0.0.1
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 +7 -0
- data/.coveralls.yml +2 -0
- data/.coveralls.yml~ +0 -0
- data/.gitignore +14 -0
- data/.rspec +2 -0
- data/.travis.yml +4 -0
- data/.travis.yml~ +0 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +38 -0
- data/Rakefile +18 -0
- data/exam1.gemspec +30 -0
- data/exam1.gemspec~ +23 -0
- data/lib/exam1.rb +9 -0
- data/lib/exam1/SeleccionSimple.rb +86 -0
- data/lib/exam1/SeleccionSimple.rb~ +86 -0
- data/lib/exam1/doc/Exam1.html +112 -0
- data/lib/exam1/doc/Examen.html +484 -0
- data/lib/exam1/doc/Interfaz.html +384 -0
- data/lib/exam1/doc/List.html +467 -0
- data/lib/exam1/doc/Nodo.html +167 -0
- data/lib/exam1/doc/Object.html +119 -0
- data/lib/exam1/doc/SeleccionSimple.html +361 -0
- data/lib/exam1/doc/SeleccionSimple_rb~.html +237 -0
- data/lib/exam1/doc/Verdadero_Falso.html +208 -0
- data/lib/exam1/doc/created.rid +60 -0
- data/lib/exam1/doc/doc/Exam1_html.html +230 -0
- data/lib/exam1/doc/doc/Examen_html.html +556 -0
- data/lib/exam1/doc/doc/Interfaz_html.html +468 -0
- data/lib/exam1/doc/doc/List_html.html +531 -0
- data/lib/exam1/doc/doc/Nodo_html.html +285 -0
- data/lib/exam1/doc/doc/Object_html.html +237 -0
- data/lib/exam1/doc/doc/SeleccionSimple_html.html +454 -0
- data/lib/exam1/doc/doc/SeleccionSimple_rb~_html.html +377 -0
- data/lib/exam1/doc/doc/Verdadero_Falso_html.html +318 -0
- data/lib/exam1/doc/doc/examen_rb~_html.html +425 -0
- data/lib/exam1/doc/doc/fonts_css.html +307 -0
- data/lib/exam1/doc/doc/index_html.html +241 -0
- data/lib/exam1/doc/doc/js/darkfish_js.html +286 -0
- data/lib/exam1/doc/doc/js/jquery_js.html +1450 -0
- data/lib/exam1/doc/doc/js/navigation_js.html +271 -0
- data/lib/exam1/doc/doc/js/search_index_js.html +177 -0
- data/lib/exam1/doc/doc/js/search_js.html +240 -0
- data/lib/exam1/doc/doc/js/searcher_js.html +358 -0
- data/lib/exam1/doc/doc/linkedlist_rb~_html.html +345 -0
- data/lib/exam1/doc/doc/rdoc_css.html +844 -0
- data/lib/exam1/doc/doc/table_of_contents_html.html +352 -0
- data/lib/exam1/doc/examen_rb~.html +300 -0
- data/lib/exam1/doc/fonts.css +167 -0
- data/lib/exam1/doc/fonts/Lato-Light.ttf +0 -0
- data/lib/exam1/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/lib/exam1/doc/fonts/Lato-Regular.ttf +0 -0
- data/lib/exam1/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/lib/exam1/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/lib/exam1/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/lib/exam1/doc/images/add.png +0 -0
- data/lib/exam1/doc/images/arrow_up.png +0 -0
- data/lib/exam1/doc/images/brick.png +0 -0
- data/lib/exam1/doc/images/brick_link.png +0 -0
- data/lib/exam1/doc/images/bug.png +0 -0
- data/lib/exam1/doc/images/bullet_black.png +0 -0
- data/lib/exam1/doc/images/bullet_toggle_minus.png +0 -0
- data/lib/exam1/doc/images/bullet_toggle_plus.png +0 -0
- data/lib/exam1/doc/images/date.png +0 -0
- data/lib/exam1/doc/images/delete.png +0 -0
- data/lib/exam1/doc/images/find.png +0 -0
- data/lib/exam1/doc/images/loadingAnimation.gif +0 -0
- data/lib/exam1/doc/images/macFFBgHack.png +0 -0
- data/lib/exam1/doc/images/package.png +0 -0
- data/lib/exam1/doc/images/page_green.png +0 -0
- data/lib/exam1/doc/images/page_white_text.png +0 -0
- data/lib/exam1/doc/images/page_white_width.png +0 -0
- data/lib/exam1/doc/images/plugin.png +0 -0
- data/lib/exam1/doc/images/ruby.png +0 -0
- data/lib/exam1/doc/images/tag_blue.png +0 -0
- data/lib/exam1/doc/images/tag_green.png +0 -0
- data/lib/exam1/doc/images/transparent.png +0 -0
- data/lib/exam1/doc/images/wrench.png +0 -0
- data/lib/exam1/doc/images/wrench_orange.png +0 -0
- data/lib/exam1/doc/images/zoom.png +0 -0
- data/lib/exam1/doc/index.html +152 -0
- data/lib/exam1/doc/js/darkfish.js +140 -0
- data/lib/exam1/doc/js/jquery.js +18 -0
- data/lib/exam1/doc/js/navigation.js +142 -0
- data/lib/exam1/doc/js/search.js +109 -0
- data/lib/exam1/doc/js/search_index.js +1 -0
- data/lib/exam1/doc/js/searcher.js +228 -0
- data/lib/exam1/doc/linkedlist_rb~.html +238 -0
- data/lib/exam1/doc/rdoc.css +580 -0
- data/lib/exam1/doc/table_of_contents.html +288 -0
- data/lib/exam1/examen.rb +178 -0
- data/lib/exam1/examen.rb~ +178 -0
- data/lib/exam1/linkedlist.rb +129 -0
- data/lib/exam1/linkedlist.rb~ +134 -0
- data/lib/exam1/version.rb +3 -0
- data/spec/.yardoc/checksums +0 -0
- data/spec/.yardoc/object_types +0 -0
- data/spec/.yardoc/objects/root.dat +0 -0
- data/spec/.yardoc/proxy_types +0 -0
- data/spec/doc/_index.html +88 -0
- data/spec/doc/class_list.html +58 -0
- data/spec/doc/created.rid +3 -0
- data/spec/doc/css/common.css +1 -0
- data/spec/doc/css/full_list.css +57 -0
- data/spec/doc/css/style.css +339 -0
- data/spec/doc/file_list.html +57 -0
- data/spec/doc/frames.html +26 -0
- data/spec/doc/images/brick.png +0 -0
- data/spec/doc/images/brick_link.png +0 -0
- data/spec/doc/images/bug.png +0 -0
- data/spec/doc/images/bullet_black.png +0 -0
- data/spec/doc/images/bullet_toggle_minus.png +0 -0
- data/spec/doc/images/bullet_toggle_plus.png +0 -0
- data/spec/doc/images/date.png +0 -0
- data/spec/doc/images/find.png +0 -0
- data/spec/doc/images/loadingAnimation.gif +0 -0
- data/spec/doc/images/macFFBgHack.png +0 -0
- data/spec/doc/images/package.png +0 -0
- data/spec/doc/images/page_green.png +0 -0
- data/spec/doc/images/page_white_text.png +0 -0
- data/spec/doc/images/page_white_width.png +0 -0
- data/spec/doc/images/plugin.png +0 -0
- data/spec/doc/images/ruby.png +0 -0
- data/spec/doc/images/tag_green.png +0 -0
- data/spec/doc/images/wrench.png +0 -0
- data/spec/doc/images/wrench_orange.png +0 -0
- data/spec/doc/images/zoom.png +0 -0
- data/spec/doc/index.html +88 -0
- data/spec/doc/js/app.js +219 -0
- data/spec/doc/js/darkfish.js +118 -0
- data/spec/doc/js/full_list.js +181 -0
- data/spec/doc/js/jquery.js +4 -0
- data/spec/doc/js/quicksearch.js +114 -0
- data/spec/doc/js/thickbox-compressed.js +10 -0
- data/spec/doc/linkedlist_spec_rb.html +56 -0
- data/spec/doc/method_list.html +57 -0
- data/spec/doc/rdoc.css +763 -0
- data/spec/doc/spec_helper_rb.html +54 -0
- data/spec/doc/top-level-namespace.html +102 -0
- data/spec/linkedlist_spec.rb +449 -0
- data/spec/linkedlist_spec.rb~ +449 -0
- data/spec/spec_helper.rb +28 -0
- metadata +331 -0
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>index.html - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<link href="../fonts.css" rel="stylesheet">
|
|
10
|
+
<link href="../rdoc.css" rel="stylesheet">
|
|
11
|
+
|
|
12
|
+
<script type="text/javascript">
|
|
13
|
+
var rdoc_rel_prefix = "../";
|
|
14
|
+
</script>
|
|
15
|
+
|
|
16
|
+
<script src="../js/jquery.js"></script>
|
|
17
|
+
<script src="../js/navigation.js"></script>
|
|
18
|
+
<script src="../js/search_index.js"></script>
|
|
19
|
+
<script src="../js/search.js"></script>
|
|
20
|
+
<script src="../js/searcher.js"></script>
|
|
21
|
+
<script src="../js/darkfish.js"></script>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<body id="top" role="document" class="file">
|
|
25
|
+
<nav role="navigation">
|
|
26
|
+
<div id="project-navigation">
|
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
+
<h2>
|
|
29
|
+
<a href="../index.html" rel="home">Home</a>
|
|
30
|
+
</h2>
|
|
31
|
+
|
|
32
|
+
<div id="table-of-contents-navigation">
|
|
33
|
+
<a href="../table_of_contents.html#pages">Pages</a>
|
|
34
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
|
35
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
41
|
+
<div id="search-field-wrapper">
|
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
|
49
|
+
aria-busy="false" aria-expanded="false"
|
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
+
</form>
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
<div id="project-metadata">
|
|
59
|
+
<div id="fileindex-section" class="nav-section">
|
|
60
|
+
<h3>Pages</h3>
|
|
61
|
+
|
|
62
|
+
<ul class="link-list">
|
|
63
|
+
|
|
64
|
+
<li><a href="../SeleccionSimple_rb~.html">SeleccionSimple.rb~</a>
|
|
65
|
+
|
|
66
|
+
<li><a href="../doc/Exam1_html.html">Exam1.html</a>
|
|
67
|
+
|
|
68
|
+
<li><a href="../doc/Examen_html.html">Examen.html</a>
|
|
69
|
+
|
|
70
|
+
<li><a href="../doc/Interfaz_html.html">Interfaz.html</a>
|
|
71
|
+
|
|
72
|
+
<li><a href="../doc/List_html.html">List.html</a>
|
|
73
|
+
|
|
74
|
+
<li><a href="../doc/Nodo_html.html">Nodo.html</a>
|
|
75
|
+
|
|
76
|
+
<li><a href="../doc/Object_html.html">Object.html</a>
|
|
77
|
+
|
|
78
|
+
<li><a href="../doc/SeleccionSimple_html.html">SeleccionSimple.html</a>
|
|
79
|
+
|
|
80
|
+
<li><a href="../doc/SeleccionSimple_rb~_html.html">SeleccionSimple_rb~.html</a>
|
|
81
|
+
|
|
82
|
+
<li><a href="../doc/Verdadero_Falso_html.html">Verdadero_Falso.html</a>
|
|
83
|
+
|
|
84
|
+
<li><a href="../doc/examen_rb~_html.html">examen_rb~.html</a>
|
|
85
|
+
|
|
86
|
+
<li><a href="../doc/fonts_css.html">fonts.css</a>
|
|
87
|
+
|
|
88
|
+
<li><a href="../doc/index_html.html">index.html</a>
|
|
89
|
+
|
|
90
|
+
<li><a href="../doc/js/darkfish_js.html">darkfish.js</a>
|
|
91
|
+
|
|
92
|
+
<li><a href="../doc/js/jquery_js.html">jquery.js</a>
|
|
93
|
+
|
|
94
|
+
<li><a href="../doc/js/navigation_js.html">navigation.js</a>
|
|
95
|
+
|
|
96
|
+
<li><a href="../doc/js/search_js.html">search.js</a>
|
|
97
|
+
|
|
98
|
+
<li><a href="../doc/js/search_index_js.html">search_index.js</a>
|
|
99
|
+
|
|
100
|
+
<li><a href="../doc/js/searcher_js.html">searcher.js</a>
|
|
101
|
+
|
|
102
|
+
<li><a href="../doc/linkedlist_rb~_html.html">linkedlist_rb~.html</a>
|
|
103
|
+
|
|
104
|
+
<li><a href="../doc/rdoc_css.html">rdoc.css</a>
|
|
105
|
+
|
|
106
|
+
<li><a href="../doc/table_of_contents_html.html">table_of_contents.html</a>
|
|
107
|
+
|
|
108
|
+
<li><a href="../examen_rb~.html">examen.rb~</a>
|
|
109
|
+
|
|
110
|
+
<li><a href="../linkedlist_rb~.html">linkedlist.rb~</a>
|
|
111
|
+
|
|
112
|
+
</ul>
|
|
113
|
+
</div>
|
|
114
|
+
|
|
115
|
+
</div>
|
|
116
|
+
</nav>
|
|
117
|
+
|
|
118
|
+
<main role="main" aria-label="Page doc/index.html">
|
|
119
|
+
|
|
120
|
+
<p><!DOCTYPE html></p>
|
|
121
|
+
|
|
122
|
+
<p><html> <head> <meta charset=“UTF-8”></p>
|
|
123
|
+
|
|
124
|
+
<p><title>RDoc Documentation</title></p>
|
|
125
|
+
|
|
126
|
+
<p><link href=“./fonts.css” rel=“stylesheet”> <link href=“./rdoc.css”
|
|
127
|
+
rel=“stylesheet”></p>
|
|
128
|
+
|
|
129
|
+
<p><script type=“text/javascript”></p>
|
|
130
|
+
|
|
131
|
+
<pre>var rdoc_rel_prefix = "./";</pre>
|
|
132
|
+
|
|
133
|
+
<p></script></p>
|
|
134
|
+
|
|
135
|
+
<p><script src=“./js/jquery.js”></script> <script
|
|
136
|
+
src=“./js/navigation.js”></script> <script
|
|
137
|
+
src=“./js/search_index.js”></script> <script
|
|
138
|
+
src=“./js/search.js”></script> <script
|
|
139
|
+
src=“./js/searcher.js”></script> <script
|
|
140
|
+
src=“./js/darkfish.js”></script></p>
|
|
141
|
+
|
|
142
|
+
<p><body id=“top” role=“document” class=“file”> <nav
|
|
143
|
+
role=“navigation”></p>
|
|
144
|
+
|
|
145
|
+
<pre><div id="project-navigation">
|
|
146
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
147
|
+
<h2>
|
|
148
|
+
<a href="./index.html" rel="home">Home</a>
|
|
149
|
+
</h2>
|
|
150
|
+
|
|
151
|
+
<div id="table-of-contents-navigation">
|
|
152
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
|
153
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
|
154
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
|
155
|
+
</div></pre>
|
|
156
|
+
|
|
157
|
+
<p></div></p>
|
|
158
|
+
|
|
159
|
+
<pre> <div id="search-section" role="search" class="project-section initially-hidden">
|
|
160
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
161
|
+
<div id="search-field-wrapper">
|
|
162
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
163
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
164
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
165
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
166
|
+
</div>
|
|
167
|
+
|
|
168
|
+
<ul id="search-results" aria-label="Search Results"
|
|
169
|
+
aria-busy="false" aria-expanded="false"
|
|
170
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
171
|
+
</form></pre>
|
|
172
|
+
|
|
173
|
+
<p></div></p>
|
|
174
|
+
|
|
175
|
+
<pre></div>
|
|
176
|
+
|
|
177
|
+
<div id="project-metadata">
|
|
178
|
+
<div id="fileindex-section" class="nav-section">
|
|
179
|
+
<h3>Pages</h3>
|
|
180
|
+
|
|
181
|
+
<ul class="link-list">
|
|
182
|
+
|
|
183
|
+
<li><a href="./SeleccionSimple_rb~.html">SeleccionSimple.rb~</a>
|
|
184
|
+
|
|
185
|
+
<li><a href="./examen_rb~.html">examen.rb~</a>
|
|
186
|
+
|
|
187
|
+
<li><a href="./linkedlist_rb~.html">linkedlist.rb~</a>
|
|
188
|
+
|
|
189
|
+
</ul></pre>
|
|
190
|
+
|
|
191
|
+
<p></div></p>
|
|
192
|
+
|
|
193
|
+
<pre> <div id="classindex-section" class="nav-section">
|
|
194
|
+
<h3>Class and Module Index</h3>
|
|
195
|
+
|
|
196
|
+
<ul class="link-list">
|
|
197
|
+
|
|
198
|
+
<li><a href="./Exam1.html">Exam1</a>
|
|
199
|
+
|
|
200
|
+
<li><a href="./Examen.html">Examen</a>
|
|
201
|
+
|
|
202
|
+
<li><a href="./Interfaz.html">Interfaz</a>
|
|
203
|
+
|
|
204
|
+
<li><a href="./List.html">List</a>
|
|
205
|
+
|
|
206
|
+
<li><a href="./Nodo.html">Nodo</a>
|
|
207
|
+
|
|
208
|
+
<li><a href="./Object.html">Object</a>
|
|
209
|
+
|
|
210
|
+
<li><a href="./SeleccionSimple.html">SeleccionSimple</a>
|
|
211
|
+
|
|
212
|
+
<li><a href="./Verdadero_Falso.html">Verdadero_Falso</a>
|
|
213
|
+
|
|
214
|
+
</ul></pre>
|
|
215
|
+
|
|
216
|
+
<p></div></p>
|
|
217
|
+
|
|
218
|
+
<pre></div></pre>
|
|
219
|
+
|
|
220
|
+
<p></nav></p>
|
|
221
|
+
|
|
222
|
+
<p><main role=“main”> <p>This is the API documentation for RDoc
|
|
223
|
+
Documentation. </main></p>
|
|
224
|
+
|
|
225
|
+
<p><footer id=“validator-badges” role=“contentinfo”></p>
|
|
226
|
+
|
|
227
|
+
<pre><p><a href="http://validator.w3.org/check/referer">Validate</a>
|
|
228
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
|
|
229
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.</pre>
|
|
230
|
+
|
|
231
|
+
<p></footer></p>
|
|
232
|
+
</main>
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
<footer id="validator-badges" role="contentinfo">
|
|
237
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
|
238
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
|
|
239
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
240
|
+
</footer>
|
|
241
|
+
|
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>darkfish.js - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<link href="../../fonts.css" rel="stylesheet">
|
|
10
|
+
<link href="../../rdoc.css" rel="stylesheet">
|
|
11
|
+
|
|
12
|
+
<script type="text/javascript">
|
|
13
|
+
var rdoc_rel_prefix = "../../";
|
|
14
|
+
</script>
|
|
15
|
+
|
|
16
|
+
<script src="../../js/jquery.js"></script>
|
|
17
|
+
<script src="../../js/navigation.js"></script>
|
|
18
|
+
<script src="../../js/search_index.js"></script>
|
|
19
|
+
<script src="../../js/search.js"></script>
|
|
20
|
+
<script src="../../js/searcher.js"></script>
|
|
21
|
+
<script src="../../js/darkfish.js"></script>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<body id="top" role="document" class="file">
|
|
25
|
+
<nav role="navigation">
|
|
26
|
+
<div id="project-navigation">
|
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
+
<h2>
|
|
29
|
+
<a href="../../index.html" rel="home">Home</a>
|
|
30
|
+
</h2>
|
|
31
|
+
|
|
32
|
+
<div id="table-of-contents-navigation">
|
|
33
|
+
<a href="../../table_of_contents.html#pages">Pages</a>
|
|
34
|
+
<a href="../../table_of_contents.html#classes">Classes</a>
|
|
35
|
+
<a href="../../table_of_contents.html#methods">Methods</a>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
41
|
+
<div id="search-field-wrapper">
|
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
|
49
|
+
aria-busy="false" aria-expanded="false"
|
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
+
</form>
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
<div id="project-metadata">
|
|
59
|
+
<div id="fileindex-section" class="nav-section">
|
|
60
|
+
<h3>Pages</h3>
|
|
61
|
+
|
|
62
|
+
<ul class="link-list">
|
|
63
|
+
|
|
64
|
+
<li><a href="../../SeleccionSimple_rb~.html">SeleccionSimple.rb~</a>
|
|
65
|
+
|
|
66
|
+
<li><a href="../../doc/Exam1_html.html">Exam1.html</a>
|
|
67
|
+
|
|
68
|
+
<li><a href="../../doc/Examen_html.html">Examen.html</a>
|
|
69
|
+
|
|
70
|
+
<li><a href="../../doc/Interfaz_html.html">Interfaz.html</a>
|
|
71
|
+
|
|
72
|
+
<li><a href="../../doc/List_html.html">List.html</a>
|
|
73
|
+
|
|
74
|
+
<li><a href="../../doc/Nodo_html.html">Nodo.html</a>
|
|
75
|
+
|
|
76
|
+
<li><a href="../../doc/Object_html.html">Object.html</a>
|
|
77
|
+
|
|
78
|
+
<li><a href="../../doc/SeleccionSimple_html.html">SeleccionSimple.html</a>
|
|
79
|
+
|
|
80
|
+
<li><a href="../../doc/SeleccionSimple_rb~_html.html">SeleccionSimple_rb~.html</a>
|
|
81
|
+
|
|
82
|
+
<li><a href="../../doc/Verdadero_Falso_html.html">Verdadero_Falso.html</a>
|
|
83
|
+
|
|
84
|
+
<li><a href="../../doc/examen_rb~_html.html">examen_rb~.html</a>
|
|
85
|
+
|
|
86
|
+
<li><a href="../../doc/fonts_css.html">fonts.css</a>
|
|
87
|
+
|
|
88
|
+
<li><a href="../../doc/index_html.html">index.html</a>
|
|
89
|
+
|
|
90
|
+
<li><a href="../../doc/js/darkfish_js.html">darkfish.js</a>
|
|
91
|
+
|
|
92
|
+
<li><a href="../../doc/js/jquery_js.html">jquery.js</a>
|
|
93
|
+
|
|
94
|
+
<li><a href="../../doc/js/navigation_js.html">navigation.js</a>
|
|
95
|
+
|
|
96
|
+
<li><a href="../../doc/js/search_js.html">search.js</a>
|
|
97
|
+
|
|
98
|
+
<li><a href="../../doc/js/search_index_js.html">search_index.js</a>
|
|
99
|
+
|
|
100
|
+
<li><a href="../../doc/js/searcher_js.html">searcher.js</a>
|
|
101
|
+
|
|
102
|
+
<li><a href="../../doc/linkedlist_rb~_html.html">linkedlist_rb~.html</a>
|
|
103
|
+
|
|
104
|
+
<li><a href="../../doc/rdoc_css.html">rdoc.css</a>
|
|
105
|
+
|
|
106
|
+
<li><a href="../../doc/table_of_contents_html.html">table_of_contents.html</a>
|
|
107
|
+
|
|
108
|
+
<li><a href="../../examen_rb~.html">examen.rb~</a>
|
|
109
|
+
|
|
110
|
+
<li><a href="../../linkedlist_rb~.html">linkedlist.rb~</a>
|
|
111
|
+
|
|
112
|
+
</ul>
|
|
113
|
+
</div>
|
|
114
|
+
|
|
115
|
+
</div>
|
|
116
|
+
</nav>
|
|
117
|
+
|
|
118
|
+
<main role="main" aria-label="Page doc/js/darkfish.js">
|
|
119
|
+
|
|
120
|
+
<pre>Darkfish Page Functions
|
|
121
|
+
$Id: darkfish.js 53 2009-01-07 02:52:03Z deveiant $
|
|
122
|
+
|
|
123
|
+
Author: Michael Granger <mgranger@laika.com>
|
|
124
|
+
|
|
125
|
+
Provide console simulation for firebug-less environments</pre>
|
|
126
|
+
|
|
127
|
+
<p>if (!(“console” in window) || !(“firebug” in console)) {</p>
|
|
128
|
+
|
|
129
|
+
<pre>var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
|
|
130
|
+
"group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
|
|
131
|
+
|
|
132
|
+
window.console = {};
|
|
133
|
+
for (var i = 0; i < names.length; ++i)
|
|
134
|
+
window.console[names[i]] = function() {};</pre>
|
|
135
|
+
|
|
136
|
+
<p>};</p>
|
|
137
|
+
|
|
138
|
+
<p>/**</p>
|
|
139
|
+
|
|
140
|
+
<pre> Unwrap the first element that matches the given @expr@ from the targets and return them.
|
|
141
|
+
/</pre>
|
|
142
|
+
|
|
143
|
+
<p>$.fn.unwrap = function( expr ) {</p>
|
|
144
|
+
|
|
145
|
+
<pre>return this.each( function() {
|
|
146
|
+
$(this).parents( expr ).eq( 0 ).after( this ).remove();
|
|
147
|
+
});</pre>
|
|
148
|
+
|
|
149
|
+
<p>};</p>
|
|
150
|
+
|
|
151
|
+
<p>function showSource( e ) {</p>
|
|
152
|
+
|
|
153
|
+
<pre>var target = e.target;
|
|
154
|
+
var codeSections = $(target).
|
|
155
|
+
parents('.method-detail').
|
|
156
|
+
find('.method-source-code');
|
|
157
|
+
|
|
158
|
+
$(target).
|
|
159
|
+
parents('.method-detail').
|
|
160
|
+
find('.method-source-code').
|
|
161
|
+
slideToggle();</pre>
|
|
162
|
+
|
|
163
|
+
<p>};</p>
|
|
164
|
+
|
|
165
|
+
<p>function hookSourceViews() {</p>
|
|
166
|
+
|
|
167
|
+
<pre>$('.method-heading').click( showSource );</pre>
|
|
168
|
+
|
|
169
|
+
<p>};</p>
|
|
170
|
+
|
|
171
|
+
<p>function toggleDebuggingSection() {</p>
|
|
172
|
+
|
|
173
|
+
<pre>$('.debugging-section').slideToggle();</pre>
|
|
174
|
+
|
|
175
|
+
<p>};</p>
|
|
176
|
+
|
|
177
|
+
<p>function hookDebuggingToggle() {</p>
|
|
178
|
+
|
|
179
|
+
<pre>$('#debugging-toggle img').click( toggleDebuggingSection );</pre>
|
|
180
|
+
|
|
181
|
+
<p>};</p>
|
|
182
|
+
|
|
183
|
+
<p>function hookSearch() {</p>
|
|
184
|
+
|
|
185
|
+
<pre>var input = $('#search-field').eq(0);
|
|
186
|
+
var result = $('#search-results').eq(0);
|
|
187
|
+
$(result).show();
|
|
188
|
+
|
|
189
|
+
var search_section = $('#search-section').get(0);
|
|
190
|
+
$(search_section).show();
|
|
191
|
+
|
|
192
|
+
var search = new Search(search_data, input, result);
|
|
193
|
+
|
|
194
|
+
search.renderItem = function(result) {
|
|
195
|
+
var li = document.createElement('li');
|
|
196
|
+
var html = '';
|
|
197
|
+
|
|
198
|
+
// TODO add relative path to <script> per-page
|
|
199
|
+
html += '<p class="search-match"><a href="' + rdoc_rel_prefix + result.path + '">' + this.hlt(result.title);
|
|
200
|
+
if (result.params)
|
|
201
|
+
html += '<span class="params">' + result.params + '</span>';
|
|
202
|
+
html += '</a>';
|
|
203
|
+
|
|
204
|
+
if (result.namespace)
|
|
205
|
+
html += '<p class="search-namespace">' + this.hlt(result.namespace);
|
|
206
|
+
|
|
207
|
+
if (result.snippet)
|
|
208
|
+
html += '<div class="search-snippet">' + result.snippet + '</div>';
|
|
209
|
+
|
|
210
|
+
li.innerHTML = html;
|
|
211
|
+
|
|
212
|
+
return li;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
search.select = function(result) {
|
|
216
|
+
var result_element = result.get(0);
|
|
217
|
+
window.location.href = result_element.firstChild.firstChild.href;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
search.scrollIntoView = search.scrollInWindow;</pre>
|
|
221
|
+
|
|
222
|
+
<p>};</p>
|
|
223
|
+
|
|
224
|
+
<p>function highlightTarget( anchor ) {</p>
|
|
225
|
+
|
|
226
|
+
<pre>console.debug( "Highlighting target '%s'.", anchor );
|
|
227
|
+
|
|
228
|
+
$("a[name]").each( function() {
|
|
229
|
+
if ( $(this).attr("name") == anchor ) {
|
|
230
|
+
if ( !$(this).parent().parent().hasClass('target-section') ) {
|
|
231
|
+
console.debug( "Wrapping the target-section" );
|
|
232
|
+
$('div.method-detail').unwrap( 'div.target-section' );
|
|
233
|
+
$(this).parent().wrap( '<div class="target-section"></div>' );
|
|
234
|
+
} else {
|
|
235
|
+
console.debug( "Already wrapped." );
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
});</pre>
|
|
239
|
+
|
|
240
|
+
<p>};</p>
|
|
241
|
+
|
|
242
|
+
<p>function highlightLocationTarget() {</p>
|
|
243
|
+
|
|
244
|
+
<pre>console.debug( "Location hash: %s", window.location.hash );
|
|
245
|
+
if ( ! window.location.hash || window.location.hash.length == 0 ) return;
|
|
246
|
+
|
|
247
|
+
var anchor = window.location.hash.substring(1);
|
|
248
|
+
console.debug( "Found anchor: %s; matching %s", anchor, "a[name=" + anchor + "]" );
|
|
249
|
+
|
|
250
|
+
highlightTarget( anchor );</pre>
|
|
251
|
+
|
|
252
|
+
<p>};</p>
|
|
253
|
+
|
|
254
|
+
<p>function highlightClickTarget( event ) {</p>
|
|
255
|
+
|
|
256
|
+
<pre>console.debug( "Highlighting click target for event %o", event.target );
|
|
257
|
+
try {
|
|
258
|
+
var anchor = $(event.target).attr( 'href' ).substring(1);
|
|
259
|
+
console.debug( "Found target anchor: %s", anchor );
|
|
260
|
+
highlightTarget( anchor );
|
|
261
|
+
} catch ( err ) {
|
|
262
|
+
console.error( "Exception while highlighting: %o", err );
|
|
263
|
+
};</pre>
|
|
264
|
+
|
|
265
|
+
<p>};</p>
|
|
266
|
+
|
|
267
|
+
<p>$(document).ready( function() {</p>
|
|
268
|
+
|
|
269
|
+
<pre>hookSourceViews();
|
|
270
|
+
hookDebuggingToggle();
|
|
271
|
+
hookSearch();
|
|
272
|
+
highlightLocationTarget();
|
|
273
|
+
|
|
274
|
+
$('ul.link-list a').bind( "click", highlightClickTarget );</pre>
|
|
275
|
+
|
|
276
|
+
<p>});</p>
|
|
277
|
+
</main>
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
<footer id="validator-badges" role="contentinfo">
|
|
282
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
|
283
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
|
|
284
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
285
|
+
</footer>
|
|
286
|
+
|