ember 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/HISTORY +79 -0
- data/INSTALL +31 -0
- data/MANUAL +25 -0
- data/README +54 -0
- data/THEORY +151 -0
- data/USAGE +250 -0
- data/bin/ember +58 -20
- data/doc/ann.xml +93 -0
- data/doc/api/Ember.html +436 -0
- data/doc/api/Ember/Template.html +774 -0
- data/doc/api/Ember/Template/Program.html +877 -0
- data/doc/api/Ember/Template/Program/Statement.html +181 -0
- data/doc/api/_index.html +139 -0
- data/doc/api/class_list.html +36 -0
- data/doc/api/css/common.css +1 -0
- data/doc/api/css/full_list.css +50 -0
- data/doc/api/css/style.css +273 -0
- data/doc/api/file.LICENSE.html +73 -0
- data/doc/api/file_list.html +38 -0
- data/doc/api/frames.html +13 -0
- data/doc/api/index.html +72 -13
- data/doc/api/js/app.js +111 -0
- data/doc/api/js/full_list.js +117 -0
- data/doc/api/js/{jquery-1.3.2.min.js → jquery.js} +0 -0
- data/doc/api/method_list.html +179 -0
- data/doc/api/top-level-namespace.html +87 -0
- data/doc/index.html +1353 -682
- data/inochi.opts +31 -0
- data/lib/ember.rb +1 -15
- data/lib/ember/inochi.rb +103 -0
- data/lib/ember/template.rb +66 -78
- data/test/combinatorics.rb +188 -0
- data/test/ember/template_test.rb +137 -0
- data/test/runner +25 -0
- data/test/test_helper.rb +5 -0
- metadata +61 -51
- data/doc/api/apple-touch-icon.png +0 -0
- data/doc/api/classes/Ember.html +0 -61
- data/doc/api/classes/Ember/Template.html +0 -413
- data/doc/api/classes/Ember/Template/Program.html +0 -60
- 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/LICENSE.html +0 -76
- data/doc/api/files/lib/ember/template_rb.html +0 -66
- data/doc/api/files/lib/ember_rb.html +0 -63
- 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/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 -34
- data/doc/index.erb +0 -11
- data/doc/intro.erb +0 -53
- data/doc/setup.erb +0 -78
- data/doc/usage.erb +0 -280
- data/rakefile +0 -14
- data/test/ember.rb +0 -17
- data/test/ember/template.rb +0 -141
@@ -0,0 +1,73 @@
|
|
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 name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>Ember 0.1.0 (2010-04-03)</title>
|
7
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
+
|
10
|
+
<script type="text/javascript" charset="utf-8">
|
11
|
+
relpath = '';
|
12
|
+
if (relpath != '') relpath += '/';
|
13
|
+
</script>
|
14
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
+
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
+
</script>
|
22
|
+
|
23
|
+
<div id="header">
|
24
|
+
<div id="menu">
|
25
|
+
|
26
|
+
<a href="_index.html" title="Index">Index</a> »
|
27
|
+
<span class="title">File: LICENSE</span>
|
28
|
+
|
29
|
+
|
30
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
31
|
+
</div>
|
32
|
+
|
33
|
+
<div id="search">
|
34
|
+
<a id="class_list_link" href="#">Class List</a>
|
35
|
+
<a id="method_list_link" href="#">Method List</a>
|
36
|
+
<a id ="file_list_link" href="#">File List</a>
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div class="clear"></div>
|
40
|
+
</div>
|
41
|
+
|
42
|
+
<iframe id="search_frame"></iframe>
|
43
|
+
|
44
|
+
<div id="content"><div id='filecontents'><p>
|
45
|
+
(the ISC license)
|
46
|
+
</p>
|
47
|
+
<p>
|
48
|
+
Copyright 2009 Suraj N. Kurapati <sunaku@gmail.com>
|
49
|
+
</p>
|
50
|
+
<p>
|
51
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
52
|
+
purpose with or without fee is hereby granted, provided that the above
|
53
|
+
copyright notice and this permission notice appear in all copies.
|
54
|
+
</p>
|
55
|
+
<p>
|
56
|
+
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
|
57
|
+
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
58
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
59
|
+
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
60
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
61
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
62
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
63
|
+
</p>
|
64
|
+
</div></div>
|
65
|
+
|
66
|
+
<div id="footer">
|
67
|
+
Generated on Sat Apr 3 14:23:17 2010 by
|
68
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
69
|
+
0.5.4 (ruby-1.9.1).
|
70
|
+
</div>
|
71
|
+
|
72
|
+
</body>
|
73
|
+
</html>
|
@@ -0,0 +1,38 @@
|
|
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 name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
7
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
9
|
+
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
10
|
+
<base id="base_target" target="_parent" />
|
11
|
+
</head>
|
12
|
+
<body>
|
13
|
+
<script type="text/javascript" charset="utf-8">
|
14
|
+
if (window.top.frames.main) {
|
15
|
+
document.getElementById('base_target').target = 'main';
|
16
|
+
document.body.className = 'frames';
|
17
|
+
}
|
18
|
+
</script>
|
19
|
+
<div id="content">
|
20
|
+
<h1 id="full_list_header">File List</h1>
|
21
|
+
<div id="nav">
|
22
|
+
<a target="_self" href="class_list.html">Classes</a> |
|
23
|
+
<a target="_self" href="method_list.html">Methods</a> |
|
24
|
+
<a target="_self" href="file_list.html">Files</a>
|
25
|
+
</div>
|
26
|
+
<div id="search">Search: <input type="text" /></div>
|
27
|
+
|
28
|
+
<ul id="full_list" class="files">
|
29
|
+
|
30
|
+
|
31
|
+
<li class="r1"><a href="index.html" title="LICENSE">LICENSE</a></li>
|
32
|
+
|
33
|
+
|
34
|
+
</ul>
|
35
|
+
</div>
|
36
|
+
</body>
|
37
|
+
</html>
|
38
|
+
|
data/doc/api/frames.html
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
3
|
+
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
7
|
+
<title>Ember 0.1.0 (2010-04-03)</title>
|
8
|
+
</head>
|
9
|
+
<frameset cols="20%,*">
|
10
|
+
<frame name="list" src="class_list.html" />
|
11
|
+
<frame name="main" src="index.html" />
|
12
|
+
</frameset>
|
13
|
+
</html>
|
data/doc/api/index.html
CHANGED
@@ -1,14 +1,73 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.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
|
-
<meta
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</
|
4
|
+
<head>
|
5
|
+
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>Ember 0.1.0 (2010-04-03)</title>
|
7
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
+
|
10
|
+
<script type="text/javascript" charset="utf-8">
|
11
|
+
relpath = '';
|
12
|
+
if (relpath != '') relpath += '/';
|
13
|
+
</script>
|
14
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
+
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
+
</script>
|
22
|
+
|
23
|
+
<div id="header">
|
24
|
+
<div id="menu">
|
25
|
+
|
26
|
+
<a href="_index.html" title="Index">Index</a> »
|
27
|
+
<span class="title">File: LICENSE</span>
|
28
|
+
|
29
|
+
|
30
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
31
|
+
</div>
|
32
|
+
|
33
|
+
<div id="search">
|
34
|
+
<a id="class_list_link" href="#">Class List</a>
|
35
|
+
<a id="method_list_link" href="#">Method List</a>
|
36
|
+
<a id ="file_list_link" href="#">File List</a>
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div class="clear"></div>
|
40
|
+
</div>
|
41
|
+
|
42
|
+
<iframe id="search_frame"></iframe>
|
43
|
+
|
44
|
+
<div id="content"><div id='filecontents'><p>
|
45
|
+
(the ISC license)
|
46
|
+
</p>
|
47
|
+
<p>
|
48
|
+
Copyright 2009 Suraj N. Kurapati <sunaku@gmail.com>
|
49
|
+
</p>
|
50
|
+
<p>
|
51
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
52
|
+
purpose with or without fee is hereby granted, provided that the above
|
53
|
+
copyright notice and this permission notice appear in all copies.
|
54
|
+
</p>
|
55
|
+
<p>
|
56
|
+
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
|
57
|
+
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
58
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
59
|
+
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
60
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
61
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
62
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
63
|
+
</p>
|
64
|
+
</div></div>
|
65
|
+
|
66
|
+
<div id="footer">
|
67
|
+
Generated on Sat Apr 3 14:23:17 2010 by
|
68
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
69
|
+
0.5.4 (ruby-1.9.1).
|
70
|
+
</div>
|
71
|
+
|
72
|
+
</body>
|
73
|
+
</html>
|
data/doc/api/js/app.js
ADDED
@@ -0,0 +1,111 @@
|
|
1
|
+
function createSourceLinks() {
|
2
|
+
$('.method_details_list .source_code').
|
3
|
+
before("<span class='showSource'>[<a href='#' class='toggleSource'>View source</a>]</span>");
|
4
|
+
$('.toggleSource').toggle(function() {
|
5
|
+
$(this).parent().next().slideDown(100);
|
6
|
+
$(this).text("Hide source");
|
7
|
+
},
|
8
|
+
function() {
|
9
|
+
$(this).parent().next().slideUp(100);
|
10
|
+
$(this).text("View source");
|
11
|
+
});
|
12
|
+
}
|
13
|
+
|
14
|
+
function createDefineLinks() {
|
15
|
+
var tHeight = 0;
|
16
|
+
$('.defines').after(" <a href='#' class='toggleDefines'>more...</a>");
|
17
|
+
$('.toggleDefines').toggle(function() {
|
18
|
+
tHeight = $(this).parent().prev().height();
|
19
|
+
$(this).prev().show();
|
20
|
+
$(this).parent().prev().height($(this).parent().height());
|
21
|
+
$(this).text("(less)");
|
22
|
+
},
|
23
|
+
function() {
|
24
|
+
$(this).prev().hide();
|
25
|
+
$(this).parent().prev().height(tHeight);
|
26
|
+
$(this).text("more...")
|
27
|
+
});
|
28
|
+
}
|
29
|
+
|
30
|
+
function createFullTreeLinks() {
|
31
|
+
var tHeight = 0;
|
32
|
+
$('.inheritanceTree').toggle(function() {
|
33
|
+
tHeight = $(this).parent().prev().height();
|
34
|
+
$(this).prev().prev().hide();
|
35
|
+
$(this).prev().show();
|
36
|
+
$(this).text("(hide)");
|
37
|
+
$(this).parent().prev().height($(this).parent().height());
|
38
|
+
},
|
39
|
+
function() {
|
40
|
+
$(this).prev().prev().show();
|
41
|
+
$(this).prev().hide();
|
42
|
+
$(this).parent().prev().height(tHeight);
|
43
|
+
$(this).text("show all")
|
44
|
+
});
|
45
|
+
}
|
46
|
+
|
47
|
+
function fixBoxInfoHeights() {
|
48
|
+
$('dl.box dd.r1, dl.box dd.r2').each(function() {
|
49
|
+
$(this).prev().height($(this).height());
|
50
|
+
});
|
51
|
+
}
|
52
|
+
|
53
|
+
function searchFrameLinks() {
|
54
|
+
$('#method_list_link').click(function() {
|
55
|
+
toggleSearchFrame(this, relpath + 'method_list.html');
|
56
|
+
});
|
57
|
+
|
58
|
+
$('#class_list_link').click(function() {
|
59
|
+
toggleSearchFrame(this, relpath + 'class_list.html');
|
60
|
+
});
|
61
|
+
|
62
|
+
$('#file_list_link').click(function() {
|
63
|
+
toggleSearchFrame(this, relpath + 'file_list.html');
|
64
|
+
});
|
65
|
+
}
|
66
|
+
|
67
|
+
function toggleSearchFrame(id, link) {
|
68
|
+
var frame = $('#search_frame');
|
69
|
+
$('#search a').removeClass('active').addClass('inactive');
|
70
|
+
if (frame.attr('src') == link && frame.css('display') != "none") {
|
71
|
+
frame.slideUp(100);
|
72
|
+
$('#search a').removeClass('active inactive');
|
73
|
+
}
|
74
|
+
else {
|
75
|
+
$(id).addClass('active').removeClass('inactive');
|
76
|
+
frame.attr('src', link).slideDown(100);
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
function linkSummaries() {
|
81
|
+
$('.summary_signature').click(function() {
|
82
|
+
document.location = $(this).find('a').attr('href');
|
83
|
+
});
|
84
|
+
}
|
85
|
+
|
86
|
+
function framesInit() {
|
87
|
+
if (window.top.frames.main) {
|
88
|
+
document.body.className = 'frames';
|
89
|
+
$('#menu .noframes a').attr('href', document.location);
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
function keyboardShortcuts() {
|
94
|
+
$(document).keypress(function(evt) {
|
95
|
+
if (evt.altKey || evt.ctrlKey || evt.metaKey || evt.shiftKey) return;
|
96
|
+
switch (evt.charCode) {
|
97
|
+
case 67: case 99: $('#class_list_link').click(); break; // 'c'
|
98
|
+
case 77: case 109: $('#method_list_link').click(); break; // 'm'
|
99
|
+
case 70: case 102: $('#file_list_link').click(); break; // 'f'
|
100
|
+
}
|
101
|
+
});
|
102
|
+
}
|
103
|
+
|
104
|
+
$(framesInit);
|
105
|
+
$(createSourceLinks);
|
106
|
+
$(createDefineLinks);
|
107
|
+
$(createFullTreeLinks);
|
108
|
+
$(fixBoxInfoHeights);
|
109
|
+
$(searchFrameLinks);
|
110
|
+
$(linkSummaries);
|
111
|
+
$(keyboardShortcuts);
|
@@ -0,0 +1,117 @@
|
|
1
|
+
function fullListSearch() {
|
2
|
+
$('#search input').keyup(function() {
|
3
|
+
var value = this.value.toLowerCase();
|
4
|
+
if (value == "") {
|
5
|
+
$('#full_list').removeClass('insearch');
|
6
|
+
$('#full_list li').each(function() {
|
7
|
+
var link = $(this).children('a:last');
|
8
|
+
link.text(link.text());
|
9
|
+
});
|
10
|
+
if (clicked) {
|
11
|
+
clicked.parents('ul').each(function() {
|
12
|
+
$(this).removeClass('collapsed').prev().removeClass('collapsed');
|
13
|
+
});
|
14
|
+
}
|
15
|
+
highlight();
|
16
|
+
}
|
17
|
+
else {
|
18
|
+
$('#full_list').addClass('insearch');
|
19
|
+
$('#full_list li').each(function() {
|
20
|
+
var link = $(this).children('a:last');
|
21
|
+
var text = link.text();
|
22
|
+
if (text.toLowerCase().indexOf(value) == -1) {
|
23
|
+
$(this).removeClass('found');
|
24
|
+
link.text(link.text());
|
25
|
+
}
|
26
|
+
else {
|
27
|
+
$(this).css('padding-left', '10px').addClass('found');
|
28
|
+
link.html(link.text().replace(new RegExp("(" +
|
29
|
+
value.replace(/([\/.*+?|()\[\]{}\\])/g, "\\$1") + ")", "ig"),
|
30
|
+
'<strong>$1</strong>'));
|
31
|
+
}
|
32
|
+
});
|
33
|
+
highlight(true);
|
34
|
+
}
|
35
|
+
|
36
|
+
if ($('#full_list li:visible').size() == 0) {
|
37
|
+
$('#noresults').fadeIn();
|
38
|
+
}
|
39
|
+
else {
|
40
|
+
$('#noresults').hide();
|
41
|
+
}
|
42
|
+
});
|
43
|
+
|
44
|
+
$('#search input').focus();
|
45
|
+
$('#full_list').after("<div id='noresults'>No results were found.</div>")
|
46
|
+
}
|
47
|
+
|
48
|
+
clicked = null;
|
49
|
+
function linkList() {
|
50
|
+
$('#full_list li, #full_list li a:last').click(function(evt) {
|
51
|
+
if ($(this).hasClass('toggle')) return true;
|
52
|
+
if (this.tagName.toLowerCase() == "li") {
|
53
|
+
var toggle = $(this).children('a.toggle');
|
54
|
+
if (toggle.size() > 0 && evt.pageX < toggle.offset().left) {
|
55
|
+
toggle.click();
|
56
|
+
return false;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
if (clicked) clicked.removeClass('clicked');
|
60
|
+
var win = window.parent;
|
61
|
+
if (window.top.frames.main) {
|
62
|
+
win = window.top.frames.main;
|
63
|
+
var title = $('html head title', win.document).text();
|
64
|
+
$('html head title', window.parent.document).text(title);
|
65
|
+
}
|
66
|
+
if (this.tagName.toLowerCase() == "a") {
|
67
|
+
clicked = $(this).parent('li').addClass('clicked');
|
68
|
+
win.location = this.href;
|
69
|
+
}
|
70
|
+
else {
|
71
|
+
clicked = $(this).addClass('clicked');
|
72
|
+
win.location = $(this).find('a:last').attr('href');
|
73
|
+
}
|
74
|
+
return false;
|
75
|
+
});
|
76
|
+
}
|
77
|
+
|
78
|
+
function collapse() {
|
79
|
+
if (!$('#full_list').hasClass('class')) return;
|
80
|
+
$('#full_list.class a.toggle').click(function() {
|
81
|
+
$(this).parent().toggleClass('collapsed').next().toggleClass('collapsed');
|
82
|
+
highlight();
|
83
|
+
return false;
|
84
|
+
});
|
85
|
+
$('#full_list.class ul').each(function() {
|
86
|
+
$(this).addClass('collapsed').prev().addClass('collapsed');
|
87
|
+
});
|
88
|
+
$('#full_list.class').children().removeClass('collapsed');
|
89
|
+
highlight();
|
90
|
+
}
|
91
|
+
|
92
|
+
function highlight(no_padding) {
|
93
|
+
var n = 1;
|
94
|
+
$('#full_list li:visible').each(function() {
|
95
|
+
var next = n == 1 ? 2 : 1;
|
96
|
+
$(this).removeClass("r" + next).addClass("r" + n);
|
97
|
+
if (!no_padding && $('#full_list').hasClass('class')) {
|
98
|
+
$(this).css('padding-left', (10 + $(this).parents('ul').size() * 15) + 'px');
|
99
|
+
}
|
100
|
+
n = next;
|
101
|
+
});
|
102
|
+
}
|
103
|
+
|
104
|
+
function escapeShortcut() {
|
105
|
+
$(document).keydown(function(evt) {
|
106
|
+
if (evt.which == 27) {
|
107
|
+
$('#search_frame', window.top.document).slideUp(100);
|
108
|
+
$('#search a', window.top.document).removeClass('active inactive')
|
109
|
+
$(window.top).focus();
|
110
|
+
}
|
111
|
+
});
|
112
|
+
}
|
113
|
+
|
114
|
+
$(escapeShortcut);
|
115
|
+
$(fullListSearch);
|
116
|
+
$(linkList);
|
117
|
+
$(collapse);
|
File without changes
|
@@ -0,0 +1,179 @@
|
|
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 name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
7
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
9
|
+
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
10
|
+
<base id="base_target" target="_parent" />
|
11
|
+
</head>
|
12
|
+
<body>
|
13
|
+
<script type="text/javascript" charset="utf-8">
|
14
|
+
if (window.top.frames.main) {
|
15
|
+
document.getElementById('base_target').target = 'main';
|
16
|
+
document.body.className = 'frames';
|
17
|
+
}
|
18
|
+
</script>
|
19
|
+
<div id="content">
|
20
|
+
<h1 id="full_list_header">Method List</h1>
|
21
|
+
<div id="nav">
|
22
|
+
<a target="_self" href="class_list.html">Classes</a> |
|
23
|
+
<a target="_self" href="method_list.html">Methods</a> |
|
24
|
+
<a target="_self" href="file_list.html">Files</a>
|
25
|
+
</div>
|
26
|
+
<div id="search">Search: <input type="text" /></div>
|
27
|
+
|
28
|
+
<ul id="full_list" class="methods">
|
29
|
+
|
30
|
+
|
31
|
+
<li class="r1 ">
|
32
|
+
<a href="Ember/Template/Program.html#compile-instance_method" title="Ember::Template::Program#compile (method)">#compile</a>
|
33
|
+
|
34
|
+
<small>Ember::Template::Program</small>
|
35
|
+
|
36
|
+
</li>
|
37
|
+
|
38
|
+
|
39
|
+
<li class="r2 ">
|
40
|
+
<a href="Ember/Template/Program.html#emit_code-instance_method" title="Ember::Template::Program#emit_code (method)">#emit_code</a>
|
41
|
+
|
42
|
+
<small>Ember::Template::Program</small>
|
43
|
+
|
44
|
+
</li>
|
45
|
+
|
46
|
+
|
47
|
+
<li class="r1 ">
|
48
|
+
<a href="Ember/Template/Program.html#emit_end-instance_method" title="Ember::Template::Program#emit_end (method)">#emit_end</a>
|
49
|
+
|
50
|
+
<small>Ember::Template::Program</small>
|
51
|
+
|
52
|
+
</li>
|
53
|
+
|
54
|
+
|
55
|
+
<li class="r2 ">
|
56
|
+
<a href="Ember/Template/Program.html#emit_expr-instance_method" title="Ember::Template::Program#emit_expr (method)">#emit_expr</a>
|
57
|
+
|
58
|
+
<small>Ember::Template::Program</small>
|
59
|
+
|
60
|
+
</li>
|
61
|
+
|
62
|
+
|
63
|
+
<li class="r1 ">
|
64
|
+
<a href="Ember/Template/Program.html#emit_text-instance_method" title="Ember::Template::Program#emit_text (method)">#emit_text</a>
|
65
|
+
|
66
|
+
<small>Ember::Template::Program</small>
|
67
|
+
|
68
|
+
</li>
|
69
|
+
|
70
|
+
|
71
|
+
<li class="r2 ">
|
72
|
+
<a href="Ember/Template/Program.html#empty%3F-instance_method" title="Ember::Template::Program#empty? (method)">#empty?</a>
|
73
|
+
|
74
|
+
<small>Ember::Template::Program</small>
|
75
|
+
|
76
|
+
</li>
|
77
|
+
|
78
|
+
|
79
|
+
<li class="r1 ">
|
80
|
+
<a href="Ember/Template.html#initialize-instance_method" title="Ember::Template#initialize (method)">#initialize</a>
|
81
|
+
|
82
|
+
<small>Ember::Template</small>
|
83
|
+
|
84
|
+
</li>
|
85
|
+
|
86
|
+
|
87
|
+
<li class="r2 ">
|
88
|
+
<a href="Ember/Template/Program.html#initialize-instance_method" title="Ember::Template::Program#initialize (method)">#initialize</a>
|
89
|
+
|
90
|
+
<small>Ember::Template::Program</small>
|
91
|
+
|
92
|
+
</li>
|
93
|
+
|
94
|
+
|
95
|
+
<li class="r1 ">
|
96
|
+
<a href="Ember.html#inspect-class_method" title="Ember.inspect (method)">inspect</a>
|
97
|
+
|
98
|
+
<small>Ember</small>
|
99
|
+
|
100
|
+
</li>
|
101
|
+
|
102
|
+
|
103
|
+
<li class="r2 ">
|
104
|
+
<a href="Ember/Template.html#load_file-class_method" title="Ember::Template.load_file (method)">load_file</a>
|
105
|
+
|
106
|
+
<small>Ember::Template</small>
|
107
|
+
|
108
|
+
</li>
|
109
|
+
|
110
|
+
|
111
|
+
<li class="r1 ">
|
112
|
+
<a href="Ember/Template/Program.html#new_line-instance_method" title="Ember::Template::Program#new_line (method)">#new_line</a>
|
113
|
+
|
114
|
+
<small>Ember::Template::Program</small>
|
115
|
+
|
116
|
+
</li>
|
117
|
+
|
118
|
+
|
119
|
+
<li class="r2 ">
|
120
|
+
<a href="Ember/Template/Program.html#new_line%3F-instance_method" title="Ember::Template::Program#new_line? (method)">#new_line?</a>
|
121
|
+
|
122
|
+
<small>Ember::Template::Program</small>
|
123
|
+
|
124
|
+
</li>
|
125
|
+
|
126
|
+
|
127
|
+
<li class="r1 ">
|
128
|
+
<a href="Ember/Template.html#program-instance_method" title="Ember::Template#program (method)">#program</a>
|
129
|
+
|
130
|
+
<small>Ember::Template</small>
|
131
|
+
|
132
|
+
</li>
|
133
|
+
|
134
|
+
|
135
|
+
<li class="r2 ">
|
136
|
+
<a href="Ember/Template.html#read_file-class_method" title="Ember::Template.read_file (method)">read_file</a>
|
137
|
+
|
138
|
+
<small>Ember::Template</small>
|
139
|
+
|
140
|
+
</li>
|
141
|
+
|
142
|
+
|
143
|
+
<li class="r1 ">
|
144
|
+
<a href="Ember/Template.html#render-instance_method" title="Ember::Template#render (method)">#render</a>
|
145
|
+
|
146
|
+
<small>Ember::Template</small>
|
147
|
+
|
148
|
+
</li>
|
149
|
+
|
150
|
+
|
151
|
+
<li class="r2 ">
|
152
|
+
<a href="Ember.html#require-class_method" title="Ember.require (method)">require</a>
|
153
|
+
|
154
|
+
<small>Ember</small>
|
155
|
+
|
156
|
+
</li>
|
157
|
+
|
158
|
+
|
159
|
+
<li class="r1 ">
|
160
|
+
<a href="Ember/Template/Program/Statement.html#type-instance_method" title="Ember::Template::Program::Statement#type (method)">#type</a>
|
161
|
+
|
162
|
+
<small>Ember::Template::Program::Statement</small>
|
163
|
+
|
164
|
+
</li>
|
165
|
+
|
166
|
+
|
167
|
+
<li class="r2 ">
|
168
|
+
<a href="Ember/Template/Program/Statement.html#value-instance_method" title="Ember::Template::Program::Statement#value (method)">#value</a>
|
169
|
+
|
170
|
+
<small>Ember::Template::Program::Statement</small>
|
171
|
+
|
172
|
+
</li>
|
173
|
+
|
174
|
+
|
175
|
+
</ul>
|
176
|
+
</div>
|
177
|
+
</body>
|
178
|
+
</html>
|
179
|
+
|