utopia 2.5.5 → 2.6.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.
- checksums.yaml +4 -4
- data/.travis.yml +1 -2
- data/Gemfile +1 -0
- data/Rakefile +2 -0
- data/docs/code/Utopia.html +439 -433
- data/docs/code/Utopia/Command.html +201 -195
- data/docs/code/Utopia/Command/Environment.html +244 -244
- data/docs/code/Utopia/Command/Server.html +202 -202
- data/docs/code/Utopia/Command/Server/Create.html +192 -192
- data/docs/code/Utopia/Command/Server/Update.html +235 -235
- data/docs/code/Utopia/Command/Site.html +269 -263
- data/docs/code/Utopia/Command/Site/Create.html +192 -192
- data/docs/code/Utopia/Command/Site/Update.html +246 -246
- data/docs/code/Utopia/Command/Top.html +244 -244
- data/docs/code/Utopia/Content.html +636 -630
- data/docs/code/Utopia/Content/Document.html +1411 -1407
- data/docs/code/Utopia/Content/Document/State.html +1048 -1048
- data/docs/code/Utopia/Content/Link.html +1023 -1023
- data/docs/code/Utopia/Content/Links.html +629 -623
- data/docs/code/Utopia/Content/MarkupParser.html +702 -702
- data/docs/code/Utopia/Content/MarkupParser/ParsedTag.html +375 -375
- data/docs/code/Utopia/Content/MarkupParser/UnbalancedTagError.html +523 -523
- data/docs/code/Utopia/Content/Namespace.html +416 -416
- data/docs/code/Utopia/Content/Node.html +952 -952
- data/docs/code/Utopia/Content/Node/Context.html +790 -790
- data/docs/code/Utopia/Content/Response.html +686 -686
- data/docs/code/Utopia/Content/SymbolicHash.html +365 -365
- data/docs/code/Utopia/Content/Tags.html +134 -134
- data/docs/code/Utopia/Content/UnbalancedTagError.html +270 -270
- data/docs/code/Utopia/ContentLength.html +298 -294
- data/docs/code/Utopia/Controller.html +657 -651
- data/docs/code/Utopia/Controller/Actions.html +260 -260
- data/docs/code/Utopia/Controller/Actions/Action.html +785 -779
- data/docs/code/Utopia/Controller/Actions/ClassMethods.html +360 -360
- data/docs/code/Utopia/Controller/Base.html +989 -989
- data/docs/code/Utopia/Controller/Respond.html +264 -254
- data/docs/code/Utopia/Controller/Respond/ClassMethods.html +207 -207
- data/docs/code/Utopia/Controller/Respond/Converter.html +219 -219
- data/docs/code/Utopia/Controller/Respond/Converter/Callback.html +425 -425
- data/docs/code/Utopia/Controller/Respond/Converter/ToJSON.html +323 -317
- data/docs/code/Utopia/Controller/Respond/Passthrough.html +266 -260
- data/docs/code/Utopia/Controller/Respond/Responder.html +449 -443
- data/docs/code/Utopia/Controller/Rewrite.html +260 -260
- data/docs/code/Utopia/Controller/Rewrite/ClassMethods.html +216 -216
- data/docs/code/Utopia/Controller/Rewrite/ExtractPrefixRule.html +303 -303
- data/docs/code/Utopia/Controller/Rewrite/Rewriter.html +402 -402
- data/docs/code/Utopia/Controller/Rewrite/Rule.html +193 -193
- data/docs/code/Utopia/Controller/Variables.html +428 -428
- data/docs/code/Utopia/Controllers.html +216 -216
- data/docs/code/Utopia/Exceptions.html +125 -125
- data/docs/code/Utopia/Exceptions/Handler.html +405 -405
- data/docs/code/Utopia/Exceptions/Mailer.html +400 -394
- data/docs/code/Utopia/Extensions.html +116 -116
- data/docs/code/Utopia/Extensions/ArraySplit.html +164 -164
- data/docs/code/Utopia/Extensions/DateTimeComparison.html +173 -173
- data/docs/code/Utopia/Extensions/TimeDateComparison.html +173 -173
- data/docs/code/Utopia/HTTP.html +193 -187
- data/docs/code/Utopia/HTTP/Status.html +355 -355
- data/docs/code/Utopia/Locale.html +522 -522
- data/docs/code/Utopia/Localization.html +886 -880
- data/docs/code/Utopia/Localization/Wrapper.html +403 -403
- data/docs/code/Utopia/Logger.html +185 -185
- data/docs/code/Utopia/Logger/CompactFormatter.html +290 -290
- data/docs/code/Utopia/Path.html +2562 -2556
- data/docs/code/Utopia/Path/Matcher.html +395 -395
- data/docs/code/Utopia/Path/Matcher/MatchData.html +418 -418
- data/docs/code/Utopia/Redirection.html +148 -142
- data/docs/code/Utopia/Redirection/ClientRedirect.html +594 -594
- data/docs/code/Utopia/Redirection/DirectoryIndex.html +265 -265
- data/docs/code/Utopia/Redirection/Errors.html +391 -385
- data/docs/code/Utopia/Redirection/Moved.html +265 -265
- data/docs/code/Utopia/Redirection/RequestFailure.html +201 -201
- data/docs/code/Utopia/Redirection/Rewrite.html +265 -265
- data/docs/code/Utopia/Session.html +723 -717
- data/docs/code/Utopia/Session/LazyHash.html +709 -709
- data/docs/code/Utopia/Setup.html +783 -777
- data/docs/code/Utopia/Static.html +516 -510
- data/docs/code/Utopia/Static/LocalFile.html +875 -869
- data/docs/code/Utopia/Static/MimeTypeLoader.html +427 -427
- data/docs/code/Utopia/Static/MimeTypeLoader/ExpansionError.html +123 -123
- data/docs/code/_index.html +757 -757
- data/docs/code/class_list.html +51 -51
- data/docs/code/css/full_list.css +58 -58
- data/docs/code/css/style.css +496 -499
- data/docs/code/file.README.html +72 -70
- data/docs/code/file_list.html +56 -56
- data/docs/code/frames.html +17 -17
- data/docs/code/index.html +72 -70
- data/docs/code/js/app.js +292 -248
- data/docs/code/js/full_list.js +216 -216
- data/docs/code/js/jquery.js +3 -3
- data/docs/code/method_list.html +3443 -3443
- data/docs/code/top-level-namespace.html +109 -109
- data/docs/index.html +2 -2
- data/docs/wiki.html +2 -2
- data/docs/wiki/edit.html +1 -1
- data/docs/wiki/javascript.html +153 -0
- data/docs/wiki/javascript/index.html +153 -0
- data/documentation/.yarnrc +1 -0
- data/documentation/Gemfile +1 -0
- data/documentation/config/environment.rb +1 -0
- data/documentation/pages/wiki/content.md +1 -1
- data/documentation/pages/wiki/javascript/content.md +75 -0
- data/documentation/pages/wiki/links.yaml +3 -1
- data/lib/utopia/command/site.rb +4 -4
- data/lib/utopia/version.rb +1 -1
- data/setup/site/.yarnrc +1 -0
- data/setup/site/tasks/yarn.rake +32 -0
- data/spec/utopia/command_spec.rb +2 -2
- metadata +8 -9
- data/docs/wiki/bower-integration.html +0 -74
- data/docs/wiki/bower-integration/index.html +0 -74
- data/documentation/.bowerrc +0 -4
- data/documentation/pages/wiki/bower-integration/content.md +0 -25
- data/setup/.bowerrc +0 -3
- data/setup/site/.bowerrc +0 -4
- data/setup/site/tasks/bower.rake +0 -45
|
@@ -1,427 +1,433 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>
|
|
7
|
-
Class: Utopia::Content::Links
|
|
8
|
-
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
10
|
-
|
|
11
|
-
</title>
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
|
14
|
-
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
|
16
|
-
|
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
|
18
|
-
pathId = "Utopia::Content::Links";
|
|
19
|
-
relpath = '../../';
|
|
20
|
-
</script>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
|
24
|
-
|
|
25
|
-
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</head>
|
|
29
|
-
<body>
|
|
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">
|
|
38
|
-
|
|
39
|
-
<a href="../../_index.html">Index (L)</a> »
|
|
40
|
-
<span class='title'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> » <span class='title'><span class='object_link'><a href="../Content.html" title="Utopia::Content (class)">Content</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">Links</span>
|
|
43
|
-
|
|
44
|
-
</div>
|
|
45
|
-
|
|
46
|
-
<div id="search">
|
|
47
|
-
|
|
48
|
-
<a class="full_list_link" id="class_list_link"
|
|
49
|
-
href="../../class_list.html">
|
|
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>
|
|
56
|
-
</a>
|
|
57
|
-
|
|
58
|
-
</div>
|
|
59
|
-
<div class="clear"></div>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
<div id="content"><h1>Class: Utopia::Content::Links
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
</h1>
|
|
67
|
-
<div class="box_info">
|
|
68
|
-
|
|
69
|
-
<dl>
|
|
70
|
-
<dt>Inherits:</dt>
|
|
71
|
-
<dd>
|
|
72
|
-
<span class="inheritName">Object</span>
|
|
73
|
-
|
|
74
|
-
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
76
|
-
|
|
77
|
-
<li class="next">Utopia::Content::Links</li>
|
|
78
|
-
|
|
79
|
-
</ul>
|
|
80
|
-
<a href="#" class="inheritanceTree">show all</a>
|
|
81
|
-
|
|
82
|
-
</dd>
|
|
83
|
-
</dl>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
<dl>
|
|
96
|
-
<dt>Defined in:</dt>
|
|
97
|
-
<dd>lib/utopia/content/links.rb</dd>
|
|
98
|
-
</dl>
|
|
99
|
-
|
|
100
|
-
</div>
|
|
101
|
-
|
|
102
|
-
<h2>Overview</h2><div class="docstring">
|
|
103
|
-
<div class="discussion">
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>
|
|
7
|
+
Class: Utopia::Content::Links
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.9.18
|
|
10
|
+
|
|
11
|
+
</title>
|
|
12
|
+
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
|
14
|
+
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
|
16
|
+
|
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
|
18
|
+
pathId = "Utopia::Content::Links";
|
|
19
|
+
relpath = '../../';
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
|
24
|
+
|
|
25
|
+
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
</head>
|
|
29
|
+
<body>
|
|
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">
|
|
38
|
+
|
|
39
|
+
<a href="../../_index.html">Index (L)</a> »
|
|
40
|
+
<span class='title'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> » <span class='title'><span class='object_link'><a href="../Content.html" title="Utopia::Content (class)">Content</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">Links</span>
|
|
43
|
+
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
<div id="search">
|
|
47
|
+
|
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
|
49
|
+
href="../../class_list.html">
|
|
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>
|
|
56
|
+
</a>
|
|
57
|
+
|
|
58
|
+
</div>
|
|
59
|
+
<div class="clear"></div>
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
<div id="content"><h1>Class: Utopia::Content::Links
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
</h1>
|
|
67
|
+
<div class="box_info">
|
|
68
|
+
|
|
69
|
+
<dl>
|
|
70
|
+
<dt>Inherits:</dt>
|
|
71
|
+
<dd>
|
|
72
|
+
<span class="inheritName">Object</span>
|
|
73
|
+
|
|
74
|
+
<ul class="fullTree">
|
|
75
|
+
<li>Object</li>
|
|
76
|
+
|
|
77
|
+
<li class="next">Utopia::Content::Links</li>
|
|
78
|
+
|
|
79
|
+
</ul>
|
|
80
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
81
|
+
|
|
82
|
+
</dd>
|
|
83
|
+
</dl>
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
<dl>
|
|
96
|
+
<dt>Defined in:</dt>
|
|
97
|
+
<dd>lib/utopia/content/links.rb</dd>
|
|
98
|
+
</dl>
|
|
99
|
+
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
|
103
|
+
<div class="discussion">
|
|
104
104
|
<p>Represents a list of <span class='object_link'><a href="Link.html" title="Utopia::Content::Link (class)">Link</a></span> instances relating to the structure of the content. They are formed from the <code>links.yaml</code> file and the actual directory structure on disk.</p>
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</div>
|
|
108
|
-
</div>
|
|
109
|
-
<div class="tags">
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
</div>
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
<
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
<div class="tags">
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
</div>
|
|
113
|
+
|
|
114
|
+
<h2>
|
|
115
|
+
Constant Summary
|
|
116
|
+
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
|
|
117
|
+
</h2>
|
|
118
|
+
|
|
119
|
+
<dl class="constants">
|
|
120
|
+
|
|
121
|
+
<dt id="DEFAULT_INDEX_OPTIONS-constant" class="">DEFAULT_INDEX_OPTIONS =
|
|
122
|
+
|
|
123
|
+
</dt>
|
|
124
|
+
<dd><pre class="code"><span class='lbrace'>{</span>
|
|
120
125
|
<span class='symbol'>:directories</span> <span class='op'>=></span> <span class='kw'>true</span><span class='comma'>,</span>
|
|
121
126
|
<span class='symbol'>:files</span> <span class='op'>=></span> <span class='kw'>true</span><span class='comma'>,</span>
|
|
122
127
|
<span class='symbol'>:virtuals</span> <span class='op'>=></span> <span class='kw'>true</span><span class='comma'>,</span>
|
|
123
128
|
<span class='symbol'>:indices</span> <span class='op'>=></span> <span class='kw'>false</span><span class='comma'>,</span>
|
|
124
129
|
<span class='symbol'>:sort</span> <span class='op'>=></span> <span class='symbol'>:order</span><span class='comma'>,</span>
|
|
125
130
|
<span class='symbol'>:display</span> <span class='op'>=></span> <span class='symbol'>:display</span><span class='comma'>,</span>
|
|
126
|
-
<span class='rbrace'>}</span></pre></dd>
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
131
|
+
<span class='rbrace'>}</span></pre></dd>
|
|
132
|
+
|
|
133
|
+
<dt id="XNODE_FILTER-constant" class="">XNODE_FILTER =
|
|
134
|
+
|
|
135
|
+
</dt>
|
|
136
|
+
<dd><pre class="code"><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^(.+)</span><span class='embexpr_beg'>#{</span><span class='const'>Regexp</span><span class='period'>.</span><span class='id identifier rubyid_escape'>escape</span> <span class='const'><span class='object_link'><a href="../Content.html#XNODE_EXTENSION-constant" title="Utopia::Content::XNODE_EXTENSION (constant)">XNODE_EXTENSION</a></span></span><span class='embexpr_end'>}</span><span class='tstring_content'>$</span><span class='regexp_end'>/</span></span></pre></dd>
|
|
137
|
+
|
|
138
|
+
<dt id="INDEX_XNODE_FILTER-constant" class="">INDEX_XNODE_FILTER =
|
|
139
|
+
|
|
140
|
+
</dt>
|
|
141
|
+
<dd><pre class="code"><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^(index(\..+)*)</span><span class='embexpr_beg'>#{</span><span class='const'>Regexp</span><span class='period'>.</span><span class='id identifier rubyid_escape'>escape</span> <span class='const'><span class='object_link'><a href="../Content.html#XNODE_EXTENSION-constant" title="Utopia::Content::XNODE_EXTENSION (constant)">XNODE_EXTENSION</a></span></span><span class='embexpr_end'>}</span><span class='tstring_content'>$</span><span class='regexp_end'>/</span></span></pre></dd>
|
|
142
|
+
|
|
143
|
+
<dt id="LINKS_YAML-constant" class="">LINKS_YAML =
|
|
144
|
+
|
|
145
|
+
</dt>
|
|
146
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>links.yaml</span><span class='tstring_end'>"</span></span></pre></dd>
|
|
147
|
+
|
|
148
|
+
<dt id="DEFAULT_OPTIONS-constant" class="">DEFAULT_OPTIONS =
|
|
149
|
+
|
|
150
|
+
</dt>
|
|
151
|
+
<dd><pre class="code"><span class='lbrace'>{</span>
|
|
147
152
|
<span class='symbol'>:directories</span> <span class='op'>=></span> <span class='kw'>true</span><span class='comma'>,</span>
|
|
148
153
|
<span class='symbol'>:files</span> <span class='op'>=></span> <span class='kw'>true</span><span class='comma'>,</span>
|
|
149
154
|
<span class='symbol'>:virtuals</span> <span class='op'>=></span> <span class='kw'>true</span><span class='comma'>,</span>
|
|
150
155
|
<span class='symbol'>:indices</span> <span class='op'>=></span> <span class='kw'>true</span><span class='comma'>,</span>
|
|
151
|
-
<span class='rbrace'>}</span></pre></dd>
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
<
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
156
|
+
<span class='rbrace'>}</span></pre></dd>
|
|
157
|
+
|
|
158
|
+
</dl>
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
|
165
|
+
<ul class="summary">
|
|
166
|
+
|
|
167
|
+
<li class="public ">
|
|
168
|
+
<span class="summary_signature">
|
|
169
|
+
|
|
170
|
+
<a href="#named-instance_method" title="#named (instance method)">#<strong>named</strong> ⇒ Object </a>
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
</span>
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
<span class="note title readonly">readonly</span>
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
183
189
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute named.</p>
|
|
184
|
-
</div></span>
|
|
185
|
-
|
|
186
|
-
</li>
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
<li class="public ">
|
|
190
|
-
<span class="summary_signature">
|
|
191
|
-
|
|
192
|
-
<a href="#ordered-instance_method" title="#ordered (instance method)">#<strong>ordered</strong> ⇒ Object </a>
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
</span>
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
<span class="note title readonly">readonly</span>
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
190
|
+
</div></span>
|
|
191
|
+
|
|
192
|
+
</li>
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
<li class="public ">
|
|
196
|
+
<span class="summary_signature">
|
|
197
|
+
|
|
198
|
+
<a href="#ordered-instance_method" title="#ordered (instance method)">#<strong>ordered</strong> ⇒ Object </a>
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
</span>
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
<span class="note title readonly">readonly</span>
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
211
217
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute ordered.</p>
|
|
212
|
-
</div></span>
|
|
213
|
-
|
|
214
|
-
</li>
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
<li class="public ">
|
|
218
|
-
<span class="summary_signature">
|
|
219
|
-
|
|
220
|
-
<a href="#top-instance_method" title="#top (instance method)">#<strong>top</strong> ⇒ Object </a>
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
</span>
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
<span class="note title readonly">readonly</span>
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
218
|
+
</div></span>
|
|
219
|
+
|
|
220
|
+
</li>
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
<li class="public ">
|
|
224
|
+
<span class="summary_signature">
|
|
225
|
+
|
|
226
|
+
<a href="#top-instance_method" title="#top (instance method)">#<strong>top</strong> ⇒ Object </a>
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
</span>
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
<span class="note title readonly">readonly</span>
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
239
245
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute top.</p>
|
|
240
|
-
</div></span>
|
|
241
|
-
|
|
242
|
-
</li>
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
</ul>
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
<h2>
|
|
252
|
-
Class Method Summary
|
|
253
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
254
|
-
</h2>
|
|
255
|
-
|
|
256
|
-
<ul class="summary">
|
|
257
|
-
|
|
258
|
-
<li class="public ">
|
|
259
|
-
<span class="summary_signature">
|
|
260
|
-
|
|
261
|
-
<a href="#for-class_method" title="for (class method)">.<strong>for</strong>(root, path, locale = nil) ⇒ Object </a>
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
</span>
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
246
|
+
</div></span>
|
|
247
|
+
|
|
248
|
+
</li>
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
</ul>
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
<h2>
|
|
258
|
+
Class Method Summary
|
|
259
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
260
|
+
</h2>
|
|
261
|
+
|
|
262
|
+
<ul class="summary">
|
|
263
|
+
|
|
264
|
+
<li class="public ">
|
|
265
|
+
<span class="summary_signature">
|
|
266
|
+
|
|
267
|
+
<a href="#for-class_method" title="for (class method)">.<strong>for</strong>(root, path, locale = nil) ⇒ Object </a>
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
</span>
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
275
281
|
<span class="summary_desc"><div class='inline'>
|
|
276
|
-
</div></span>
|
|
277
|
-
|
|
278
|
-
</li>
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
<li class="public ">
|
|
282
|
-
<span class="summary_signature">
|
|
283
|
-
|
|
284
|
-
<a href="#index-class_method" title="index (class method)">.<strong>index</strong>(root, path, **options) ⇒ Object </a>
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
</span>
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
282
|
+
</div></span>
|
|
283
|
+
|
|
284
|
+
</li>
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
<li class="public ">
|
|
288
|
+
<span class="summary_signature">
|
|
289
|
+
|
|
290
|
+
<a href="#index-class_method" title="index (class method)">.<strong>index</strong>(root, path, **options) ⇒ Object </a>
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
</span>
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
298
304
|
<span class="summary_desc"><div class='inline'>
|
|
299
|
-
</div></span>
|
|
300
|
-
|
|
301
|
-
</li>
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
</ul>
|
|
305
|
-
|
|
306
|
-
<h2>
|
|
307
|
-
Instance Method Summary
|
|
308
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
309
|
-
</h2>
|
|
310
|
-
|
|
311
|
-
<ul class="summary">
|
|
312
|
-
|
|
313
|
-
<li class="public ">
|
|
314
|
-
<span class="summary_signature">
|
|
315
|
-
|
|
316
|
-
<a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong>(locale) ⇒ Object </a>
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
</span>
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
305
|
+
</div></span>
|
|
306
|
+
|
|
307
|
+
</li>
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
</ul>
|
|
311
|
+
|
|
312
|
+
<h2>
|
|
313
|
+
Instance Method Summary
|
|
314
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
315
|
+
</h2>
|
|
316
|
+
|
|
317
|
+
<ul class="summary">
|
|
318
|
+
|
|
319
|
+
<li class="public ">
|
|
320
|
+
<span class="summary_signature">
|
|
321
|
+
|
|
322
|
+
<a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong>(locale) ⇒ Object </a>
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
</span>
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
330
336
|
<span class="summary_desc"><div class='inline'>
|
|
331
|
-
</div></span>
|
|
332
|
-
|
|
333
|
-
</li>
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
<li class="public ">
|
|
337
|
-
<span class="summary_signature">
|
|
338
|
-
|
|
339
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(root, top = Path.root, options = DEFAULT_OPTIONS) ⇒ Links </a>
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
</span>
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
<span class="note title constructor">constructor</span>
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
337
|
+
</div></span>
|
|
338
|
+
|
|
339
|
+
</li>
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
<li class="public ">
|
|
343
|
+
<span class="summary_signature">
|
|
344
|
+
|
|
345
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(root, top = Path.root, options = DEFAULT_OPTIONS) ⇒ Links </a>
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
</span>
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
<span class="note title constructor">constructor</span>
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
355
361
|
<span class="summary_desc"><div class='inline'><p>A new instance of Links.</p>
|
|
356
|
-
</div></span>
|
|
357
|
-
|
|
358
|
-
</li>
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
<li class="public ">
|
|
362
|
-
<span class="summary_signature">
|
|
363
|
-
|
|
364
|
-
<a href="#lookup-instance_method" title="#lookup (instance method)">#<strong>lookup</strong>(name, locale = nil) ⇒ Object </a>
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
</span>
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
362
|
+
</div></span>
|
|
363
|
+
|
|
364
|
+
</li>
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
<li class="public ">
|
|
368
|
+
<span class="summary_signature">
|
|
369
|
+
|
|
370
|
+
<a href="#lookup-instance_method" title="#lookup (instance method)">#<strong>lookup</strong>(name, locale = nil) ⇒ Object </a>
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
</span>
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
378
384
|
<span class="summary_desc"><div class='inline'>
|
|
379
|
-
</div></span>
|
|
380
|
-
|
|
381
|
-
</li>
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
</ul>
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
<div id="constructor_details" class="method_details_list">
|
|
388
|
-
<h2>Constructor Details</h2>
|
|
389
|
-
|
|
390
|
-
<div class="method_details first">
|
|
391
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
392
|
-
|
|
393
|
-
#<strong>initialize</strong>(root, top = Path.root, options = DEFAULT_OPTIONS) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::Links (class)">Links</a></span></tt>
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
</h3><div class="docstring">
|
|
400
|
-
<div class="discussion">
|
|
385
|
+
</div></span>
|
|
386
|
+
|
|
387
|
+
</li>
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
</ul>
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
<div id="constructor_details" class="method_details_list">
|
|
394
|
+
<h2>Constructor Details</h2>
|
|
395
|
+
|
|
396
|
+
<div class="method_details first">
|
|
397
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
398
|
+
|
|
399
|
+
#<strong>initialize</strong>(root, top = Path.root, options = DEFAULT_OPTIONS) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::Links (class)">Links</a></span></tt>
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
</h3><div class="docstring">
|
|
406
|
+
<div class="discussion">
|
|
401
407
|
<p>Returns a new instance of Links</p>
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
</div>
|
|
405
|
-
</div>
|
|
406
|
-
<div class="tags">
|
|
407
|
-
|
|
408
|
-
<p class="tag_title">Raises:</p>
|
|
409
|
-
<ul class="raise">
|
|
410
|
-
|
|
411
|
-
<li>
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
<span class='type'>(<tt>ArgumentError</tt>)</span>
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
</li>
|
|
419
|
-
|
|
420
|
-
</ul>
|
|
421
|
-
|
|
422
|
-
</div><table class="source_code">
|
|
423
|
-
<tr>
|
|
424
|
-
<td>
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
</div>
|
|
411
|
+
</div>
|
|
412
|
+
<div class="tags">
|
|
413
|
+
|
|
414
|
+
<p class="tag_title">Raises:</p>
|
|
415
|
+
<ul class="raise">
|
|
416
|
+
|
|
417
|
+
<li>
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
<span class='type'>(<tt>ArgumentError</tt>)</span>
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
</li>
|
|
425
|
+
|
|
426
|
+
</ul>
|
|
427
|
+
|
|
428
|
+
</div><table class="source_code">
|
|
429
|
+
<tr>
|
|
430
|
+
<td>
|
|
425
431
|
<pre class="lines">
|
|
426
432
|
|
|
427
433
|
|
|
@@ -444,9 +450,9 @@
|
|
|
444
450
|
111
|
|
445
451
|
112
|
|
446
452
|
113
|
|
447
|
-
114</pre>
|
|
448
|
-
</td>
|
|
449
|
-
<td>
|
|
453
|
+
114</pre>
|
|
454
|
+
</td>
|
|
455
|
+
<td>
|
|
450
456
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/links.rb', line 95</span>
|
|
451
457
|
|
|
452
458
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_root'><span class='object_link'><a href="../../top-level-namespace.html" title="Top Level Namespace (root)">root</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_top'>top</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Path.html" title="Utopia::Path (class)">Path</a></span></span><span class='period'>.</span><span class='id identifier rubyid_root'><span class='object_link'><a href="../Path.html#root-class_method" title="Utopia::Path.root (method)">root</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="#DEFAULT_OPTIONS-constant" title="Utopia::Content::Links::DEFAULT_OPTIONS (constant)">DEFAULT_OPTIONS</a></span></span><span class='rparen'>)</span>
|
|
@@ -468,162 +474,162 @@
|
|
|
468
474
|
<span class='ivar'>@named</span><span class='lbracket'>[</span><span class='id identifier rubyid_link'>link</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span><span class='rbracket'>]</span> <span class='op'><<</span> <span class='id identifier rubyid_link'>link</span>
|
|
469
475
|
<span class='kw'>end</span>
|
|
470
476
|
<span class='kw'>end</span>
|
|
471
|
-
<span class='kw'>end</span></pre>
|
|
472
|
-
</td>
|
|
473
|
-
</tr>
|
|
474
|
-
</table>
|
|
475
|
-
</div>
|
|
476
|
-
|
|
477
|
-
</div>
|
|
478
|
-
|
|
479
|
-
<div id="instance_attr_details" class="attr_details">
|
|
480
|
-
<h2>Instance Attribute Details</h2>
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
<span id=""></span>
|
|
484
|
-
<div class="method_details first">
|
|
485
|
-
<h3 class="signature first" id="named-instance_method">
|
|
486
|
-
|
|
487
|
-
#<strong>named</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
</h3><div class="docstring">
|
|
494
|
-
<div class="discussion">
|
|
477
|
+
<span class='kw'>end</span></pre>
|
|
478
|
+
</td>
|
|
479
|
+
</tr>
|
|
480
|
+
</table>
|
|
481
|
+
</div>
|
|
482
|
+
|
|
483
|
+
</div>
|
|
484
|
+
|
|
485
|
+
<div id="instance_attr_details" class="attr_details">
|
|
486
|
+
<h2>Instance Attribute Details</h2>
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
<span id=""></span>
|
|
490
|
+
<div class="method_details first">
|
|
491
|
+
<h3 class="signature first" id="named-instance_method">
|
|
492
|
+
|
|
493
|
+
#<strong>named</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
</h3><div class="docstring">
|
|
500
|
+
<div class="discussion">
|
|
495
501
|
<p>Returns the value of attribute named</p>
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
</div>
|
|
499
|
-
</div>
|
|
500
|
-
<div class="tags">
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
</div><table class="source_code">
|
|
504
|
-
<tr>
|
|
505
|
-
<td>
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
</div>
|
|
505
|
+
</div>
|
|
506
|
+
<div class="tags">
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
</div><table class="source_code">
|
|
510
|
+
<tr>
|
|
511
|
+
<td>
|
|
506
512
|
<pre class="lines">
|
|
507
513
|
|
|
508
514
|
|
|
509
515
|
118
|
|
510
516
|
119
|
|
511
|
-
120</pre>
|
|
512
|
-
</td>
|
|
513
|
-
<td>
|
|
517
|
+
120</pre>
|
|
518
|
+
</td>
|
|
519
|
+
<td>
|
|
514
520
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/links.rb', line 118</span>
|
|
515
521
|
|
|
516
522
|
<span class='kw'>def</span> <span class='id identifier rubyid_named'>named</span>
|
|
517
523
|
<span class='ivar'>@named</span>
|
|
518
|
-
<span class='kw'>end</span></pre>
|
|
519
|
-
</td>
|
|
520
|
-
</tr>
|
|
521
|
-
</table>
|
|
522
|
-
</div>
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
<span id=""></span>
|
|
526
|
-
<div class="method_details ">
|
|
527
|
-
<h3 class="signature " id="ordered-instance_method">
|
|
528
|
-
|
|
529
|
-
#<strong>ordered</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
</h3><div class="docstring">
|
|
536
|
-
<div class="discussion">
|
|
524
|
+
<span class='kw'>end</span></pre>
|
|
525
|
+
</td>
|
|
526
|
+
</tr>
|
|
527
|
+
</table>
|
|
528
|
+
</div>
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
<span id=""></span>
|
|
532
|
+
<div class="method_details ">
|
|
533
|
+
<h3 class="signature " id="ordered-instance_method">
|
|
534
|
+
|
|
535
|
+
#<strong>ordered</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
</h3><div class="docstring">
|
|
542
|
+
<div class="discussion">
|
|
537
543
|
<p>Returns the value of attribute ordered</p>
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
</div>
|
|
541
|
-
</div>
|
|
542
|
-
<div class="tags">
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
</div><table class="source_code">
|
|
546
|
-
<tr>
|
|
547
|
-
<td>
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
</div>
|
|
547
|
+
</div>
|
|
548
|
+
<div class="tags">
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
</div><table class="source_code">
|
|
552
|
+
<tr>
|
|
553
|
+
<td>
|
|
548
554
|
<pre class="lines">
|
|
549
555
|
|
|
550
556
|
|
|
551
557
|
117
|
|
552
558
|
118
|
|
553
|
-
119</pre>
|
|
554
|
-
</td>
|
|
555
|
-
<td>
|
|
559
|
+
119</pre>
|
|
560
|
+
</td>
|
|
561
|
+
<td>
|
|
556
562
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/links.rb', line 117</span>
|
|
557
563
|
|
|
558
564
|
<span class='kw'>def</span> <span class='id identifier rubyid_ordered'>ordered</span>
|
|
559
565
|
<span class='ivar'>@ordered</span>
|
|
560
|
-
<span class='kw'>end</span></pre>
|
|
561
|
-
</td>
|
|
562
|
-
</tr>
|
|
563
|
-
</table>
|
|
564
|
-
</div>
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
<span id=""></span>
|
|
568
|
-
<div class="method_details ">
|
|
569
|
-
<h3 class="signature " id="top-instance_method">
|
|
570
|
-
|
|
571
|
-
#<strong>top</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
</h3><div class="docstring">
|
|
578
|
-
<div class="discussion">
|
|
566
|
+
<span class='kw'>end</span></pre>
|
|
567
|
+
</td>
|
|
568
|
+
</tr>
|
|
569
|
+
</table>
|
|
570
|
+
</div>
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
<span id=""></span>
|
|
574
|
+
<div class="method_details ">
|
|
575
|
+
<h3 class="signature " id="top-instance_method">
|
|
576
|
+
|
|
577
|
+
#<strong>top</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
</h3><div class="docstring">
|
|
584
|
+
<div class="discussion">
|
|
579
585
|
<p>Returns the value of attribute top</p>
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
</div>
|
|
583
|
-
</div>
|
|
584
|
-
<div class="tags">
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
</div><table class="source_code">
|
|
588
|
-
<tr>
|
|
589
|
-
<td>
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
</div>
|
|
589
|
+
</div>
|
|
590
|
+
<div class="tags">
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
</div><table class="source_code">
|
|
594
|
+
<tr>
|
|
595
|
+
<td>
|
|
590
596
|
<pre class="lines">
|
|
591
597
|
|
|
592
598
|
|
|
593
599
|
116
|
|
594
600
|
117
|
|
595
|
-
118</pre>
|
|
596
|
-
</td>
|
|
597
|
-
<td>
|
|
601
|
+
118</pre>
|
|
602
|
+
</td>
|
|
603
|
+
<td>
|
|
598
604
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/links.rb', line 116</span>
|
|
599
605
|
|
|
600
606
|
<span class='kw'>def</span> <span class='id identifier rubyid_top'>top</span>
|
|
601
607
|
<span class='ivar'>@top</span>
|
|
602
|
-
<span class='kw'>end</span></pre>
|
|
603
|
-
</td>
|
|
604
|
-
</tr>
|
|
605
|
-
</table>
|
|
606
|
-
</div>
|
|
607
|
-
|
|
608
|
-
</div>
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
<div id="class_method_details" class="method_details_list">
|
|
612
|
-
<h2>Class Method Details</h2>
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
<div class="method_details first">
|
|
616
|
-
<h3 class="signature first" id="for-class_method">
|
|
617
|
-
|
|
618
|
-
.<strong>for</strong>(root, path, locale = nil) ⇒ <tt>Object</tt>
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
</h3><table class="source_code">
|
|
625
|
-
<tr>
|
|
626
|
-
<td>
|
|
608
|
+
<span class='kw'>end</span></pre>
|
|
609
|
+
</td>
|
|
610
|
+
</tr>
|
|
611
|
+
</table>
|
|
612
|
+
</div>
|
|
613
|
+
|
|
614
|
+
</div>
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
<div id="class_method_details" class="method_details_list">
|
|
618
|
+
<h2>Class Method Details</h2>
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
<div class="method_details first">
|
|
622
|
+
<h3 class="signature first" id="for-class_method">
|
|
623
|
+
|
|
624
|
+
.<strong>for</strong>(root, path, locale = nil) ⇒ <tt>Object</tt>
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
</h3><table class="source_code">
|
|
631
|
+
<tr>
|
|
632
|
+
<td>
|
|
627
633
|
<pre class="lines">
|
|
628
634
|
|
|
629
635
|
|
|
@@ -631,33 +637,33 @@
|
|
|
631
637
|
31
|
|
632
638
|
32
|
|
633
639
|
33
|
|
634
|
-
34</pre>
|
|
635
|
-
</td>
|
|
636
|
-
<td>
|
|
640
|
+
34</pre>
|
|
641
|
+
</td>
|
|
642
|
+
<td>
|
|
637
643
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/links.rb', line 30</span>
|
|
638
644
|
|
|
639
645
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='kw'>for</span><span class='lparen'>(</span><span class='id identifier rubyid_root'><span class='object_link'><a href="../../top-level-namespace.html" title="Top Level Namespace (root)">root</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_locale'>locale</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
|
640
646
|
<span class='id identifier rubyid_links'>links</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_root'><span class='object_link'><a href="../../top-level-namespace.html" title="Top Level Namespace (root)">root</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='rparen'>)</span>
|
|
641
647
|
|
|
642
648
|
<span class='id identifier rubyid_links'>links</span><span class='period'>.</span><span class='id identifier rubyid_lookup'>lookup</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='period'>.</span><span class='id identifier rubyid_last'>last</span><span class='comma'>,</span> <span class='id identifier rubyid_locale'>locale</span><span class='rparen'>)</span>
|
|
643
|
-
<span class='kw'>end</span></pre>
|
|
644
|
-
</td>
|
|
645
|
-
</tr>
|
|
646
|
-
</table>
|
|
647
|
-
</div>
|
|
648
|
-
|
|
649
|
-
<div class="method_details ">
|
|
650
|
-
<h3 class="signature " id="index-class_method">
|
|
651
|
-
|
|
652
|
-
.<strong>index</strong>(root, path, **options) ⇒ <tt>Object</tt>
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
</h3><table class="source_code">
|
|
659
|
-
<tr>
|
|
660
|
-
<td>
|
|
649
|
+
<span class='kw'>end</span></pre>
|
|
650
|
+
</td>
|
|
651
|
+
</tr>
|
|
652
|
+
</table>
|
|
653
|
+
</div>
|
|
654
|
+
|
|
655
|
+
<div class="method_details ">
|
|
656
|
+
<h3 class="signature " id="index-class_method">
|
|
657
|
+
|
|
658
|
+
.<strong>index</strong>(root, path, **options) ⇒ <tt>Object</tt>
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
</h3><table class="source_code">
|
|
665
|
+
<tr>
|
|
666
|
+
<td>
|
|
661
667
|
<pre class="lines">
|
|
662
668
|
|
|
663
669
|
|
|
@@ -698,9 +704,9 @@
|
|
|
698
704
|
79
|
|
699
705
|
80
|
|
700
706
|
81
|
|
701
|
-
82</pre>
|
|
702
|
-
</td>
|
|
703
|
-
<td>
|
|
707
|
+
82</pre>
|
|
708
|
+
</td>
|
|
709
|
+
<td>
|
|
704
710
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/links.rb', line 45</span>
|
|
705
711
|
|
|
706
712
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_index'>index</span><span class='lparen'>(</span><span class='id identifier rubyid_root'><span class='object_link'><a href="../../top-level-namespace.html" title="Top Level Namespace (root)">root</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='op'>**</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
|
@@ -740,30 +746,30 @@
|
|
|
740
746
|
<span class='kw'>end</span>
|
|
741
747
|
|
|
742
748
|
<span class='kw'>return</span> <span class='id identifier rubyid_ordered'>ordered</span>
|
|
743
|
-
<span class='kw'>end</span></pre>
|
|
744
|
-
</td>
|
|
745
|
-
</tr>
|
|
746
|
-
</table>
|
|
747
|
-
</div>
|
|
748
|
-
|
|
749
|
-
</div>
|
|
750
|
-
|
|
751
|
-
<div id="instance_method_details" class="method_details_list">
|
|
752
|
-
<h2>Instance Method Details</h2>
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
<div class="method_details first">
|
|
756
|
-
<h3 class="signature first" id="each-instance_method">
|
|
757
|
-
|
|
758
|
-
#<strong>each</strong>(locale) ⇒ <tt>Object</tt>
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
</h3><table class="source_code">
|
|
765
|
-
<tr>
|
|
766
|
-
<td>
|
|
749
|
+
<span class='kw'>end</span></pre>
|
|
750
|
+
</td>
|
|
751
|
+
</tr>
|
|
752
|
+
</table>
|
|
753
|
+
</div>
|
|
754
|
+
|
|
755
|
+
</div>
|
|
756
|
+
|
|
757
|
+
<div id="instance_method_details" class="method_details_list">
|
|
758
|
+
<h2>Instance Method Details</h2>
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
<div class="method_details first">
|
|
762
|
+
<h3 class="signature first" id="each-instance_method">
|
|
763
|
+
|
|
764
|
+
#<strong>each</strong>(locale) ⇒ <tt>Object</tt>
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
</h3><table class="source_code">
|
|
771
|
+
<tr>
|
|
772
|
+
<td>
|
|
767
773
|
<pre class="lines">
|
|
768
774
|
|
|
769
775
|
|
|
@@ -773,9 +779,9 @@
|
|
|
773
779
|
123
|
|
774
780
|
124
|
|
775
781
|
125
|
|
776
|
-
126</pre>
|
|
777
|
-
</td>
|
|
778
|
-
<td>
|
|
782
|
+
126</pre>
|
|
783
|
+
</td>
|
|
784
|
+
<td>
|
|
779
785
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/links.rb', line 120</span>
|
|
780
786
|
|
|
781
787
|
<span class='kw'>def</span> <span class='id identifier rubyid_each'>each</span><span class='lparen'>(</span><span class='id identifier rubyid_locale'>locale</span><span class='rparen'>)</span>
|
|
@@ -784,24 +790,24 @@
|
|
|
784
790
|
<span class='id identifier rubyid_ordered'>ordered</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_links'>links</span><span class='op'>|</span>
|
|
785
791
|
<span class='kw'>yield</span> <span class='id identifier rubyid_links'>links</span><span class='period'>.</span><span class='id identifier rubyid_find'>find</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_link'>link</span><span class='op'>|</span> <span class='id identifier rubyid_link'>link</span><span class='period'>.</span><span class='id identifier rubyid_locale'>locale</span> <span class='op'>==</span> <span class='id identifier rubyid_locale'>locale</span><span class='rbrace'>}</span>
|
|
786
792
|
<span class='kw'>end</span>
|
|
787
|
-
<span class='kw'>end</span></pre>
|
|
788
|
-
</td>
|
|
789
|
-
</tr>
|
|
790
|
-
</table>
|
|
791
|
-
</div>
|
|
792
|
-
|
|
793
|
-
<div class="method_details ">
|
|
794
|
-
<h3 class="signature " id="lookup-instance_method">
|
|
795
|
-
|
|
796
|
-
#<strong>lookup</strong>(name, locale = nil) ⇒ <tt>Object</tt>
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
</h3><table class="source_code">
|
|
803
|
-
<tr>
|
|
804
|
-
<td>
|
|
793
|
+
<span class='kw'>end</span></pre>
|
|
794
|
+
</td>
|
|
795
|
+
</tr>
|
|
796
|
+
</table>
|
|
797
|
+
</div>
|
|
798
|
+
|
|
799
|
+
<div class="method_details ">
|
|
800
|
+
<h3 class="signature " id="lookup-instance_method">
|
|
801
|
+
|
|
802
|
+
#<strong>lookup</strong>(name, locale = nil) ⇒ <tt>Object</tt>
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
</h3><table class="source_code">
|
|
809
|
+
<tr>
|
|
810
|
+
<td>
|
|
805
811
|
<pre class="lines">
|
|
806
812
|
|
|
807
813
|
|
|
@@ -810,9 +816,9 @@
|
|
|
810
816
|
130
|
|
811
817
|
131
|
|
812
818
|
132
|
|
813
|
-
133</pre>
|
|
814
|
-
</td>
|
|
815
|
-
<td>
|
|
819
|
+
133</pre>
|
|
820
|
+
</td>
|
|
821
|
+
<td>
|
|
816
822
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/links.rb', line 128</span>
|
|
817
823
|
|
|
818
824
|
<span class='kw'>def</span> <span class='id identifier rubyid_lookup'>lookup</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_locale'>locale</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
|
@@ -820,22 +826,22 @@
|
|
|
820
826
|
</span> <span class='kw'>if</span> <span class='id identifier rubyid_links'>links</span> <span class='op'>=</span> <span class='ivar'>@named</span><span class='lbracket'>[</span><span class='id identifier rubyid_name'>name</span><span class='rbracket'>]</span>
|
|
821
827
|
<span class='id identifier rubyid_links'>links</span><span class='period'>.</span><span class='id identifier rubyid_find'>find</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_link'>link</span><span class='op'>|</span> <span class='id identifier rubyid_link'>link</span><span class='period'>.</span><span class='id identifier rubyid_locale'>locale</span> <span class='op'>==</span> <span class='id identifier rubyid_locale'>locale</span><span class='rbrace'>}</span> <span class='op'>||</span> <span class='id identifier rubyid_links'>links</span><span class='period'>.</span><span class='id identifier rubyid_find'>find</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_link'>link</span><span class='op'>|</span> <span class='id identifier rubyid_link'>link</span><span class='period'>.</span><span class='id identifier rubyid_locale'>locale</span> <span class='op'>==</span> <span class='kw'>nil</span><span class='rbrace'>}</span>
|
|
822
828
|
<span class='kw'>end</span>
|
|
823
|
-
<span class='kw'>end</span></pre>
|
|
824
|
-
</td>
|
|
825
|
-
</tr>
|
|
826
|
-
</table>
|
|
827
|
-
</div>
|
|
828
|
-
|
|
829
|
-
</div>
|
|
830
|
-
|
|
831
|
-
</div>
|
|
832
|
-
|
|
833
|
-
<div id="footer">
|
|
834
|
-
Generated on Sat Mar
|
|
835
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
836
|
-
0.9.
|
|
837
|
-
</div>
|
|
838
|
-
|
|
839
|
-
</div>
|
|
840
|
-
</body>
|
|
829
|
+
<span class='kw'>end</span></pre>
|
|
830
|
+
</td>
|
|
831
|
+
</tr>
|
|
832
|
+
</table>
|
|
833
|
+
</div>
|
|
834
|
+
|
|
835
|
+
</div>
|
|
836
|
+
|
|
837
|
+
</div>
|
|
838
|
+
|
|
839
|
+
<div id="footer">
|
|
840
|
+
Generated on Sat Mar 9 12:01:54 2019 by
|
|
841
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
842
|
+
0.9.18 (ruby-2.6.1).
|
|
843
|
+
</div>
|
|
844
|
+
|
|
845
|
+
</div>
|
|
846
|
+
</body>
|
|
841
847
|
</html>
|