sdl4r 0.9.5 → 0.9.6
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/CHANGELOG +11 -2
- data/Rakefile +1 -1
- data/TODO +9 -1
- data/doc/classes/SDL4R.html +42 -196
- data/doc/classes/SDL4R/Parser.html +45 -107
- data/doc/classes/SDL4R/SdlBinary.html +59 -119
- data/doc/classes/SDL4R/SdlParseError.html +28 -50
- data/doc/classes/SDL4R/SdlTimeSpan.html +257 -475
- data/doc/classes/SDL4R/Tag.html +497 -828
- data/doc/created.rid +1 -1
- data/doc/files/CHANGELOG.html +46 -18
- data/doc/files/LICENSE.html +51 -42
- data/doc/files/README.html +42 -32
- data/doc/files/lib/sdl4r/parser/reader_rb.html +21 -11
- data/doc/files/lib/sdl4r/parser/time_span_with_zone_rb.html +21 -11
- data/doc/files/lib/sdl4r/parser/token_rb.html +21 -11
- data/doc/files/lib/sdl4r/parser/tokenizer_rb.html +21 -11
- data/doc/files/lib/sdl4r/parser_rb.html +21 -14
- data/doc/files/lib/sdl4r/sdl4r_rb.html +23 -18
- data/doc/files/lib/sdl4r/sdl_binary_rb.html +21 -11
- data/doc/files/lib/sdl4r/sdl_parse_error_rb.html +21 -11
- data/doc/files/lib/sdl4r/sdl_time_span_rb.html +21 -11
- data/doc/files/lib/sdl4r/tag_rb.html +23 -18
- data/doc/files/lib/sdl4r_rb.html +21 -11
- data/doc/fr_class_index.html +11 -14
- data/doc/fr_file_index.html +11 -22
- data/doc/fr_method_index.html +90 -175
- data/doc/index.html +7 -4
- data/doc/rdoc-style.css +119 -210
- data/lib/sdl4r/tag.rb +23 -12
- data/test/sdl4r/tag_test.rb +53 -0
- metadata +9 -4
@@ -1,8 +1,11 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: reader.rb
|
8
|
+
<title>File: reader.rb</title>
|
6
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>reader.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/sdl4r/parser/reader.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Fri Aug 06 23:13:10 +0900 2010</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,6 +64,8 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
66
71
|
<div id="description">
|
@@ -70,11 +75,13 @@ encoding: UTF-8
|
|
70
75
|
|
71
76
|
</div>
|
72
77
|
|
78
|
+
|
73
79
|
</div>
|
74
80
|
|
75
81
|
|
76
82
|
</div>
|
77
83
|
|
84
|
+
|
78
85
|
<!-- if includes -->
|
79
86
|
|
80
87
|
<div id="section">
|
@@ -82,16 +89,19 @@ encoding: UTF-8
|
|
82
89
|
|
83
90
|
|
84
91
|
|
85
|
-
<!-- if method_list -->
|
86
92
|
|
93
|
+
|
87
94
|
|
88
95
|
|
96
|
+
<!-- if method_list -->
|
97
|
+
|
89
98
|
|
90
99
|
</div>
|
91
100
|
|
101
|
+
|
92
102
|
<div id="validator-badges">
|
93
103
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
94
104
|
</div>
|
95
105
|
|
96
106
|
</body>
|
97
|
-
</html>
|
107
|
+
</html>
|
@@ -1,8 +1,11 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: time_span_with_zone.rb
|
8
|
+
<title>File: time_span_with_zone.rb</title>
|
6
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>time_span_with_zone.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/sdl4r/parser/time_span_with_zone.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Fri Aug 06 23:13:10 +0900 2010</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,6 +64,8 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
66
71
|
<div id="description">
|
@@ -70,11 +75,13 @@ encoding: UTF-8
|
|
70
75
|
|
71
76
|
</div>
|
72
77
|
|
78
|
+
|
73
79
|
</div>
|
74
80
|
|
75
81
|
|
76
82
|
</div>
|
77
83
|
|
84
|
+
|
78
85
|
<!-- if includes -->
|
79
86
|
|
80
87
|
<div id="section">
|
@@ -82,16 +89,19 @@ encoding: UTF-8
|
|
82
89
|
|
83
90
|
|
84
91
|
|
85
|
-
<!-- if method_list -->
|
86
92
|
|
93
|
+
|
87
94
|
|
88
95
|
|
96
|
+
<!-- if method_list -->
|
97
|
+
|
89
98
|
|
90
99
|
</div>
|
91
100
|
|
101
|
+
|
92
102
|
<div id="validator-badges">
|
93
103
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
94
104
|
</div>
|
95
105
|
|
96
106
|
</body>
|
97
|
-
</html>
|
107
|
+
</html>
|
@@ -1,8 +1,11 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: token.rb
|
8
|
+
<title>File: token.rb</title>
|
6
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>token.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/sdl4r/parser/token.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Fri Aug 06 23:13:10 +0900 2010</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,6 +64,8 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
66
71
|
<div id="description">
|
@@ -70,11 +75,13 @@ encoding: UTF-8
|
|
70
75
|
|
71
76
|
</div>
|
72
77
|
|
78
|
+
|
73
79
|
</div>
|
74
80
|
|
75
81
|
|
76
82
|
</div>
|
77
83
|
|
84
|
+
|
78
85
|
<!-- if includes -->
|
79
86
|
|
80
87
|
<div id="section">
|
@@ -82,16 +89,19 @@ encoding: UTF-8
|
|
82
89
|
|
83
90
|
|
84
91
|
|
85
|
-
<!-- if method_list -->
|
86
92
|
|
93
|
+
|
87
94
|
|
88
95
|
|
96
|
+
<!-- if method_list -->
|
97
|
+
|
89
98
|
|
90
99
|
</div>
|
91
100
|
|
101
|
+
|
92
102
|
<div id="validator-badges">
|
93
103
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
94
104
|
</div>
|
95
105
|
|
96
106
|
</body>
|
97
|
-
</html>
|
107
|
+
</html>
|
@@ -1,8 +1,11 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: tokenizer.rb
|
8
|
+
<title>File: tokenizer.rb</title>
|
6
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>tokenizer.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/sdl4r/parser/tokenizer.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Fri Aug 06 23:13:10 +0900 2010</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,6 +64,8 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
66
71
|
<div id="description">
|
@@ -70,11 +75,13 @@ encoding: UTF-8
|
|
70
75
|
|
71
76
|
</div>
|
72
77
|
|
78
|
+
|
73
79
|
</div>
|
74
80
|
|
75
81
|
|
76
82
|
</div>
|
77
83
|
|
84
|
+
|
78
85
|
<!-- if includes -->
|
79
86
|
|
80
87
|
<div id="section">
|
@@ -82,16 +89,19 @@ encoding: UTF-8
|
|
82
89
|
|
83
90
|
|
84
91
|
|
85
|
-
<!-- if method_list -->
|
86
92
|
|
93
|
+
|
87
94
|
|
88
95
|
|
96
|
+
<!-- if method_list -->
|
97
|
+
|
89
98
|
|
90
99
|
</div>
|
91
100
|
|
101
|
+
|
92
102
|
<div id="validator-badges">
|
93
103
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
94
104
|
</div>
|
95
105
|
|
96
106
|
</body>
|
97
|
-
</html>
|
107
|
+
</html>
|
@@ -1,8 +1,11 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: parser.rb
|
8
|
+
<title>File: parser.rb</title>
|
6
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>parser.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/sdl4r/parser.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Fri Aug 06 23:35:22 +0900 2010</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,6 +64,8 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
66
71
|
<div id="description">
|
@@ -74,9 +79,7 @@ encoding: UTF-8
|
|
74
79
|
<h3 class="section-bar">Required files</h3>
|
75
80
|
|
76
81
|
<div class="name-list">
|
77
|
-
|
78
|
-
base64
|
79
|
-
|
82
|
+
base64
|
80
83
|
</div>
|
81
84
|
</div>
|
82
85
|
|
@@ -85,6 +88,7 @@ encoding: UTF-8
|
|
85
88
|
|
86
89
|
</div>
|
87
90
|
|
91
|
+
|
88
92
|
<!-- if includes -->
|
89
93
|
|
90
94
|
<div id="section">
|
@@ -92,16 +96,19 @@ encoding: UTF-8
|
|
92
96
|
|
93
97
|
|
94
98
|
|
95
|
-
<!-- if method_list -->
|
96
99
|
|
100
|
+
|
97
101
|
|
98
102
|
|
103
|
+
<!-- if method_list -->
|
104
|
+
|
99
105
|
|
100
106
|
</div>
|
101
107
|
|
108
|
+
|
102
109
|
<div id="validator-badges">
|
103
110
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
104
111
|
</div>
|
105
112
|
|
106
113
|
</body>
|
107
|
-
</html>
|
114
|
+
</html>
|