rumai 2.1.0 → 3.0.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/CREDITS +1 -0
- data/doc/api/classes/Integer.html +5 -5
- data/doc/api/classes/Rumai.html +178 -215
- data/doc/api/classes/Rumai/Area.html +194 -126
- data/doc/api/classes/Rumai/Chain.html +21 -21
- data/doc/api/classes/Rumai/Client.html +506 -142
- data/doc/api/classes/Rumai/ClientContainer.html +22 -22
- data/doc/api/classes/Rumai/IXP/Agent.html +55 -55
- data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +30 -30
- data/doc/api/classes/Rumai/IXP/Agent/MODES.html +5 -5
- data/doc/api/classes/Rumai/IXP/Fcall.html +25 -25
- data/doc/api/classes/Rumai/IXP/Stat.html +5 -5
- data/doc/api/classes/Rumai/IXP/Stream.html +5 -5
- data/doc/api/classes/Rumai/IXP/Struct.html +20 -20
- data/doc/api/classes/Rumai/IXP/Struct/Field.html +30 -30
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +10 -10
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +5 -5
- data/doc/api/classes/Rumai/IXP/Terror.html +5 -5
- data/doc/api/classes/Rumai/Node.html +45 -45
- data/doc/api/classes/Rumai/View.html +226 -125
- data/doc/api/classes/Rumai/WidgetImpl.html +1 -1
- data/doc/api/classes/String.html +10 -10
- data/doc/api/classes/Time.html +10 -10
- data/doc/api/created.rid +1 -1
- data/doc/api/files/CREDITS.html +4 -1
- data/doc/api/files/lib/rumai/fs_rb.html +1 -1
- data/doc/api/files/lib/rumai/wm_rb.html +1 -1
- data/doc/api/files/lib/rumai_rb.html +1 -1
- data/doc/api/panel/search_index.js +1 -1
- data/doc/history.erb +63 -0
- data/doc/index.erb +2 -2
- data/doc/index.xhtml +215 -67
- data/doc/intro.erb +4 -1
- data/doc/usage.erb +1 -1
- data/lib/rumai.rb +2 -2
- data/lib/rumai/wm.rb +200 -130
- metadata +2 -2
data/CREDITS
CHANGED
@@ -49,7 +49,7 @@
|
|
49
49
|
<dd>
|
50
50
|
<ul>
|
51
51
|
|
52
|
-
<li><a href="#
|
52
|
+
<li><a href="#M000169">to_9p</a></li>
|
53
53
|
|
54
54
|
</ul>
|
55
55
|
</dd>
|
@@ -71,9 +71,9 @@
|
|
71
71
|
<div class="sectiontitle">Instance Public methods</div>
|
72
72
|
|
73
73
|
<div class="method">
|
74
|
-
<div class="title" id="
|
74
|
+
<div class="title" id="M000169">
|
75
75
|
|
76
|
-
<a name="
|
76
|
+
<a name="M000169"></a><b>to_9p</b>(num_bytes)
|
77
77
|
|
78
78
|
</div>
|
79
79
|
|
@@ -89,12 +89,12 @@ Transforms this object into a string of 9P2000 bytes.
|
|
89
89
|
|
90
90
|
<div class="sourcecode">
|
91
91
|
<p class="source-link">
|
92
|
-
Source: <a href="javascript:toggleSource('
|
92
|
+
Source: <a href="javascript:toggleSource('M000169_source')" id="l_M000169_source">show</a>
|
93
93
|
|
94
94
|
| <a href="http://github.com/sunaku/rumai/blob/5fcf09b89976a53dd9346e335a1803b337e0c447/lib/rumai/ixp/message.rb#L672" target="_blank" class="github_url">on GitHub</a>
|
95
95
|
|
96
96
|
</p>
|
97
|
-
<div id="
|
97
|
+
<div id="M000169_source" class="dyn-source">
|
98
98
|
<pre><span class="ruby-comment cmt"># File lib/rumai/ixp/message.rb, line 672</span>
|
99
99
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_9p</span> <span class="ruby-identifier">num_bytes</span>
|
100
100
|
[<span class="ruby-keyword kw">self</span>].<span class="ruby-identifier">pack</span> <span class="ruby-constant">Rumai</span><span class="ruby-operator">::</span><span class="ruby-constant">IXP</span><span class="ruby-operator">::</span><span class="ruby-constant">Stream</span><span class="ruby-operator">::</span><span class="ruby-constant">PACKING_FLAGS</span>[<span class="ruby-identifier">num_bytes</span>]
|
data/doc/api/classes/Rumai.html
CHANGED
@@ -64,15 +64,15 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
|
|
64
64
|
<dd>
|
65
65
|
<ul>
|
66
66
|
|
67
|
-
<li><a href="#
|
67
|
+
<li><a href="#M000129">client_ids</a>,</li>
|
68
68
|
|
69
|
-
<li><a href="#
|
69
|
+
<li><a href="#M000134">curr_area</a>,</li>
|
70
70
|
|
71
|
-
<li><a href="#
|
71
|
+
<li><a href="#M000131">curr_client</a>,</li>
|
72
72
|
|
73
|
-
<li><a href="#
|
73
|
+
<li><a href="#M000143">curr_tag</a>,</li>
|
74
74
|
|
75
|
-
<li><a href="#
|
75
|
+
<li><a href="#M000139">curr_view</a></li>
|
76
76
|
|
77
77
|
</ul>
|
78
78
|
</dd>
|
@@ -81,13 +81,13 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
|
|
81
81
|
<dd>
|
82
82
|
<ul>
|
83
83
|
|
84
|
-
<li><a href="#
|
84
|
+
<li><a href="#M000150">focus_area</a>,</li>
|
85
85
|
|
86
|
-
<li><a href="#
|
86
|
+
<li><a href="#M000149">focus_client</a>,</li>
|
87
87
|
|
88
|
-
<li><a href="#
|
88
|
+
<li><a href="#M000151">focus_view</a>,</li>
|
89
89
|
|
90
|
-
<li><a href="#
|
90
|
+
<li><a href="#M000124">fs</a></li>
|
91
91
|
|
92
92
|
</ul>
|
93
93
|
</dd>
|
@@ -96,7 +96,7 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
|
|
96
96
|
<dd>
|
97
97
|
<ul>
|
98
98
|
|
99
|
-
<li><a href="#
|
99
|
+
<li><a href="#M000146">grouping</a></li>
|
100
100
|
|
101
101
|
</ul>
|
102
102
|
</dd>
|
@@ -105,13 +105,13 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
|
|
105
105
|
<dd>
|
106
106
|
<ul>
|
107
107
|
|
108
|
-
<li><a href="#
|
108
|
+
<li><a href="#M000137">next_area</a>,</li>
|
109
109
|
|
110
|
-
<li><a href="#
|
110
|
+
<li><a href="#M000132">next_client</a>,</li>
|
111
111
|
|
112
|
-
<li><a href="#
|
112
|
+
<li><a href="#M000144">next_tag</a>,</li>
|
113
113
|
|
114
|
-
<li><a href="#
|
114
|
+
<li><a href="#M000140">next_view</a></li>
|
115
115
|
|
116
116
|
</ul>
|
117
117
|
</dd>
|
@@ -120,13 +120,13 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
|
|
120
120
|
<dd>
|
121
121
|
<ul>
|
122
122
|
|
123
|
-
<li><a href="#
|
123
|
+
<li><a href="#M000138">prev_area</a>,</li>
|
124
124
|
|
125
|
-
<li><a href="#
|
125
|
+
<li><a href="#M000133">prev_client</a>,</li>
|
126
126
|
|
127
|
-
<li><a href="#
|
127
|
+
<li><a href="#M000145">prev_tag</a>,</li>
|
128
128
|
|
129
|
-
<li><a href="#
|
129
|
+
<li><a href="#M000142">prev_view</a></li>
|
130
130
|
|
131
131
|
</ul>
|
132
132
|
</dd>
|
@@ -135,7 +135,7 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
|
|
135
135
|
<dd>
|
136
136
|
<ul>
|
137
137
|
|
138
|
-
<li><a href="#
|
138
|
+
<li><a href="#M000125">tags</a></li>
|
139
139
|
|
140
140
|
</ul>
|
141
141
|
</dd>
|
@@ -144,7 +144,7 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
|
|
144
144
|
<dd>
|
145
145
|
<ul>
|
146
146
|
|
147
|
-
<li><a href="#
|
147
|
+
<li><a href="#M000128">views</a></li>
|
148
148
|
|
149
149
|
</ul>
|
150
150
|
</dd>
|
@@ -223,33 +223,37 @@ href="Rumai/IXP.html">IXP</a> server.
|
|
223
223
|
|
224
224
|
|
225
225
|
<tr valign='top'>
|
226
|
-
<td class="attr-name">
|
226
|
+
<td class="attr-name">IXP_FS_ROOT</td>
|
227
227
|
<td>=</td>
|
228
|
-
<td class="attr-value">Node.new
|
228
|
+
<td class="attr-value">Node.new('/')</td>
|
229
229
|
</tr>
|
230
230
|
|
231
|
+
|
231
232
|
<tr valign='top'>
|
232
|
-
<td
|
233
|
-
<td
|
234
|
-
|
235
|
-
</p>
|
236
|
-
</td>
|
233
|
+
<td class="attr-name">FOCUSED_WIDGET_ID</td>
|
234
|
+
<td>=</td>
|
235
|
+
<td class="attr-value">'sel'.freeze</td>
|
237
236
|
</tr>
|
238
237
|
|
239
238
|
|
240
239
|
<tr valign='top'>
|
241
|
-
<td class="attr-name">
|
240
|
+
<td class="attr-name">FLOATING_AREA_ID</td>
|
242
241
|
<td>=</td>
|
243
|
-
<td class="attr-value">'
|
242
|
+
<td class="attr-value">'~'.freeze</td>
|
244
243
|
</tr>
|
245
244
|
|
245
|
+
|
246
246
|
<tr valign='top'>
|
247
|
-
<td
|
248
|
-
<td
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
247
|
+
<td class="attr-name">CLIENT_GROUPING_TAG</td>
|
248
|
+
<td>=</td>
|
249
|
+
<td class="attr-value">'@'.freeze</td>
|
250
|
+
</tr>
|
251
|
+
|
252
|
+
|
253
|
+
<tr valign='top'>
|
254
|
+
<td class="attr-name">CLIENT_STICKY_TAG</td>
|
255
|
+
<td>=</td>
|
256
|
+
<td class="attr-value">'/./'.freeze</td>
|
253
257
|
</tr>
|
254
258
|
|
255
259
|
|
@@ -262,9 +266,9 @@ perform operations on all of them simultaneously.
|
|
262
266
|
<div class="sectiontitle">Instance Public methods</div>
|
263
267
|
|
264
268
|
<div class="method">
|
265
|
-
<div class="title" id="
|
269
|
+
<div class="title" id="M000129">
|
266
270
|
|
267
|
-
<a name="
|
271
|
+
<a name="M000129"></a><b>client_ids</b>()
|
268
272
|
|
269
273
|
</div>
|
270
274
|
|
@@ -280,15 +284,17 @@ Returns the IDs of the current set of clients.
|
|
280
284
|
|
281
285
|
<div class="sourcecode">
|
282
286
|
<p class="source-link">
|
283
|
-
Source: <a href="javascript:toggleSource('
|
287
|
+
Source: <a href="javascript:toggleSource('M000129_source')" id="l_M000129_source">show</a>
|
284
288
|
|
285
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
289
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L911" target="_blank" class="github_url">on GitHub</a>
|
286
290
|
|
287
291
|
</p>
|
288
|
-
<div id="
|
289
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
292
|
+
<div id="M000129_source" class="dyn-source">
|
293
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 911</span>
|
290
294
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">client_ids</span>
|
291
|
-
<span class="ruby-identifier">
|
295
|
+
<span class="ruby-identifier">ary</span> = <span class="ruby-constant">IXP_FS_ROOT</span>.<span class="ruby-identifier">client</span>.<span class="ruby-identifier">entries</span>
|
296
|
+
<span class="ruby-identifier">ary</span>.<span class="ruby-identifier">delete</span> <span class="ruby-constant">FOCUSED_WIDGET_ID</span>
|
297
|
+
<span class="ruby-identifier">ary</span>
|
292
298
|
<span class="ruby-keyword kw">end</span></pre>
|
293
299
|
</div>
|
294
300
|
</div>
|
@@ -296,9 +302,9 @@ Returns the IDs of the current set of clients.
|
|
296
302
|
</div>
|
297
303
|
|
298
304
|
<div class="method">
|
299
|
-
<div class="title" id="
|
305
|
+
<div class="title" id="M000134">
|
300
306
|
|
301
|
-
<a name="
|
307
|
+
<a name="M000134"></a><b>curr_area</b>()
|
302
308
|
|
303
309
|
</div>
|
304
310
|
|
@@ -307,25 +313,23 @@ Returns the IDs of the current set of clients.
|
|
307
313
|
|
308
314
|
<div class="sourcecode">
|
309
315
|
<p class="source-link">
|
310
|
-
Source: <a href="javascript:toggleSource('
|
316
|
+
Source: <a href="javascript:toggleSource('M000134_source')" id="l_M000134_source">show</a>
|
311
317
|
|
312
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
318
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L921" target="_blank" class="github_url">on GitHub</a>
|
313
319
|
|
314
320
|
</p>
|
315
|
-
<div id="
|
316
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
317
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_area</span>
|
318
|
-
<span class="ruby-constant">Area</span>.<span class="ruby-identifier">curr</span>
|
319
|
-
<span class="ruby-keyword kw">end</span></pre>
|
321
|
+
<div id="M000134_source" class="dyn-source">
|
322
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 921</span>
|
323
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_area</span> ; <span class="ruby-constant">Area</span>.<span class="ruby-identifier">curr</span> ; <span class="ruby-keyword kw">end</span></pre>
|
320
324
|
</div>
|
321
325
|
</div>
|
322
326
|
|
323
327
|
</div>
|
324
328
|
|
325
329
|
<div class="method">
|
326
|
-
<div class="title" id="
|
330
|
+
<div class="title" id="M000131">
|
327
331
|
|
328
|
-
<a name="
|
332
|
+
<a name="M000131"></a><b>curr_client</b>()
|
329
333
|
|
330
334
|
</div>
|
331
335
|
|
@@ -334,59 +338,48 @@ Returns the IDs of the current set of clients.
|
|
334
338
|
|
335
339
|
<div class="sourcecode">
|
336
340
|
<p class="source-link">
|
337
|
-
Source: <a href="javascript:toggleSource('
|
341
|
+
Source: <a href="javascript:toggleSource('M000131_source')" id="l_M000131_source">show</a>
|
338
342
|
|
339
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
343
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L917" target="_blank" class="github_url">on GitHub</a>
|
340
344
|
|
341
345
|
</p>
|
342
|
-
<div id="
|
343
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
344
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_client</span>
|
345
|
-
<span class="ruby-constant">Client</span>.<span class="ruby-identifier">curr</span>
|
346
|
-
<span class="ruby-keyword kw">end</span></pre>
|
346
|
+
<div id="M000131_source" class="dyn-source">
|
347
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 917</span>
|
348
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_client</span> ; <span class="ruby-constant">Client</span>.<span class="ruby-identifier">curr</span> ; <span class="ruby-keyword kw">end</span></pre>
|
347
349
|
</div>
|
348
350
|
</div>
|
349
351
|
|
350
352
|
</div>
|
351
353
|
|
352
354
|
<div class="method">
|
353
|
-
<div class="title" id="
|
355
|
+
<div class="title" id="M000143">
|
354
356
|
|
355
|
-
<a name="
|
357
|
+
<a name="M000143"></a><b>curr_tag</b>()
|
356
358
|
|
357
359
|
</div>
|
358
360
|
|
359
|
-
<div class="description">
|
360
|
-
<p>
|
361
|
-
Returns the name of the currently focused tag.
|
362
|
-
</p>
|
363
|
-
|
364
|
-
</div>
|
365
|
-
|
366
361
|
|
367
362
|
|
368
363
|
|
369
364
|
<div class="sourcecode">
|
370
365
|
<p class="source-link">
|
371
|
-
Source: <a href="javascript:toggleSource('
|
366
|
+
Source: <a href="javascript:toggleSource('M000143_source')" id="l_M000143_source">show</a>
|
372
367
|
|
373
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
368
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L929" target="_blank" class="github_url">on GitHub</a>
|
374
369
|
|
375
370
|
</p>
|
376
|
-
<div id="
|
377
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
378
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_tag</span>
|
379
|
-
<span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">id</span>
|
380
|
-
<span class="ruby-keyword kw">end</span></pre>
|
371
|
+
<div id="M000143_source" class="dyn-source">
|
372
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 929</span>
|
373
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_tag</span> ; <span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">id</span> ; <span class="ruby-keyword kw">end</span></pre>
|
381
374
|
</div>
|
382
375
|
</div>
|
383
376
|
|
384
377
|
</div>
|
385
378
|
|
386
379
|
<div class="method">
|
387
|
-
<div class="title" id="
|
380
|
+
<div class="title" id="M000139">
|
388
381
|
|
389
|
-
<a name="
|
382
|
+
<a name="M000139"></a><b>curr_view</b>()
|
390
383
|
|
391
384
|
</div>
|
392
385
|
|
@@ -395,25 +388,23 @@ Returns the name of the currently focused tag.
|
|
395
388
|
|
396
389
|
<div class="sourcecode">
|
397
390
|
<p class="source-link">
|
398
|
-
Source: <a href="javascript:toggleSource('
|
391
|
+
Source: <a href="javascript:toggleSource('M000139_source')" id="l_M000139_source">show</a>
|
399
392
|
|
400
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
393
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L925" target="_blank" class="github_url">on GitHub</a>
|
401
394
|
|
402
395
|
</p>
|
403
|
-
<div id="
|
404
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
405
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_view</span>
|
406
|
-
<span class="ruby-constant">View</span>.<span class="ruby-identifier">curr</span>
|
407
|
-
<span class="ruby-keyword kw">end</span></pre>
|
396
|
+
<div id="M000139_source" class="dyn-source">
|
397
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 925</span>
|
398
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_view</span> ; <span class="ruby-constant">View</span>.<span class="ruby-identifier">curr</span> ; <span class="ruby-keyword kw">end</span></pre>
|
408
399
|
</div>
|
409
400
|
</div>
|
410
401
|
|
411
402
|
</div>
|
412
403
|
|
413
404
|
<div class="method">
|
414
|
-
<div class="title" id="
|
405
|
+
<div class="title" id="M000150">
|
415
406
|
|
416
|
-
<a name="
|
407
|
+
<a name="M000150"></a><b>focus_area</b>(id)
|
417
408
|
|
418
409
|
</div>
|
419
410
|
|
@@ -422,13 +413,13 @@ Returns the name of the currently focused tag.
|
|
422
413
|
|
423
414
|
<div class="sourcecode">
|
424
415
|
<p class="source-link">
|
425
|
-
Source: <a href="javascript:toggleSource('
|
416
|
+
Source: <a href="javascript:toggleSource('M000150_source')" id="l_M000150_source">show</a>
|
426
417
|
|
427
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
418
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L954" target="_blank" class="github_url">on GitHub</a>
|
428
419
|
|
429
420
|
</p>
|
430
|
-
<div id="
|
431
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
421
|
+
<div id="M000150_source" class="dyn-source">
|
422
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 954</span>
|
432
423
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">focus_area</span> <span class="ruby-identifier">id</span>
|
433
424
|
<span class="ruby-constant">Area</span>.<span class="ruby-identifier">focus</span> <span class="ruby-identifier">id</span>
|
434
425
|
<span class="ruby-keyword kw">end</span></pre>
|
@@ -438,9 +429,9 @@ Returns the name of the currently focused tag.
|
|
438
429
|
</div>
|
439
430
|
|
440
431
|
<div class="method">
|
441
|
-
<div class="title" id="
|
432
|
+
<div class="title" id="M000149">
|
442
433
|
|
443
|
-
<a name="
|
434
|
+
<a name="M000149"></a><b>focus_client</b>(id)
|
444
435
|
|
445
436
|
</div>
|
446
437
|
|
@@ -449,13 +440,13 @@ Returns the name of the currently focused tag.
|
|
449
440
|
|
450
441
|
<div class="sourcecode">
|
451
442
|
<p class="source-link">
|
452
|
-
Source: <a href="javascript:toggleSource('
|
443
|
+
Source: <a href="javascript:toggleSource('M000149_source')" id="l_M000149_source">show</a>
|
453
444
|
|
454
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
445
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L950" target="_blank" class="github_url">on GitHub</a>
|
455
446
|
|
456
447
|
</p>
|
457
|
-
<div id="
|
458
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
448
|
+
<div id="M000149_source" class="dyn-source">
|
449
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 950</span>
|
459
450
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">focus_client</span> <span class="ruby-identifier">id</span>
|
460
451
|
<span class="ruby-constant">Client</span>.<span class="ruby-identifier">focus</span> <span class="ruby-identifier">id</span>
|
461
452
|
<span class="ruby-keyword kw">end</span></pre>
|
@@ -465,9 +456,9 @@ Returns the name of the currently focused tag.
|
|
465
456
|
</div>
|
466
457
|
|
467
458
|
<div class="method">
|
468
|
-
<div class="title" id="
|
459
|
+
<div class="title" id="M000151">
|
469
460
|
|
470
|
-
<a name="
|
461
|
+
<a name="M000151"></a><b>focus_view</b>(id)
|
471
462
|
|
472
463
|
</div>
|
473
464
|
|
@@ -476,13 +467,13 @@ Returns the name of the currently focused tag.
|
|
476
467
|
|
477
468
|
<div class="sourcecode">
|
478
469
|
<p class="source-link">
|
479
|
-
Source: <a href="javascript:toggleSource('
|
470
|
+
Source: <a href="javascript:toggleSource('M000151_source')" id="l_M000151_source">show</a>
|
480
471
|
|
481
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
472
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L958" target="_blank" class="github_url">on GitHub</a>
|
482
473
|
|
483
474
|
</p>
|
484
|
-
<div id="
|
485
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
475
|
+
<div id="M000151_source" class="dyn-source">
|
476
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 958</span>
|
486
477
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">focus_view</span> <span class="ruby-identifier">id</span>
|
487
478
|
<span class="ruby-constant">View</span>.<span class="ruby-identifier">focus</span> <span class="ruby-identifier">id</span>
|
488
479
|
<span class="ruby-keyword kw">end</span></pre>
|
@@ -492,9 +483,9 @@ Returns the name of the currently focused tag.
|
|
492
483
|
</div>
|
493
484
|
|
494
485
|
<div class="method">
|
495
|
-
<div class="title" id="
|
486
|
+
<div class="title" id="M000124">
|
496
487
|
|
497
|
-
<a name="
|
488
|
+
<a name="M000124"></a><b>fs</b>()
|
498
489
|
|
499
490
|
</div>
|
500
491
|
|
@@ -510,15 +501,15 @@ Returns the root of <a href="Rumai/IXP.html">IXP</a> file system hierarchy.
|
|
510
501
|
|
511
502
|
<div class="sourcecode">
|
512
503
|
<p class="source-link">
|
513
|
-
Source: <a href="javascript:toggleSource('
|
504
|
+
Source: <a href="javascript:toggleSource('M000124_source')" id="l_M000124_source">show</a>
|
514
505
|
|
515
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
506
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L886" target="_blank" class="github_url">on GitHub</a>
|
516
507
|
|
517
508
|
</p>
|
518
|
-
<div id="
|
519
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
509
|
+
<div id="M000124_source" class="dyn-source">
|
510
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 886</span>
|
520
511
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">fs</span>
|
521
|
-
<span class="ruby-constant">
|
512
|
+
<span class="ruby-constant">IXP_FS_ROOT</span>
|
522
513
|
<span class="ruby-keyword kw">end</span></pre>
|
523
514
|
</div>
|
524
515
|
</div>
|
@@ -526,9 +517,9 @@ Returns the root of <a href="Rumai/IXP.html">IXP</a> file system hierarchy.
|
|
526
517
|
</div>
|
527
518
|
|
528
519
|
<div class="method">
|
529
|
-
<div class="title" id="
|
520
|
+
<div class="title" id="M000146">
|
530
521
|
|
531
|
-
<a name="
|
522
|
+
<a name="M000146"></a><b>grouping</b>()
|
532
523
|
|
533
524
|
</div>
|
534
525
|
|
@@ -546,13 +537,13 @@ in the list.
|
|
546
537
|
|
547
538
|
<div class="sourcecode">
|
548
539
|
<p class="source-link">
|
549
|
-
Source: <a href="javascript:toggleSource('
|
540
|
+
Source: <a href="javascript:toggleSource('M000146_source')" id="l_M000146_source">show</a>
|
550
541
|
|
551
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
542
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L939" target="_blank" class="github_url">on GitHub</a>
|
552
543
|
|
553
544
|
</p>
|
554
|
-
<div id="
|
555
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
545
|
+
<div id="M000146_source" class="dyn-source">
|
546
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 939</span>
|
556
547
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">grouping</span>
|
557
548
|
<span class="ruby-identifier">list</span> = <span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">clients</span>.<span class="ruby-identifier">select</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">group?</span> }
|
558
549
|
<span class="ruby-identifier">list</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">curr_client</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">list</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-keyword kw">and</span> <span class="ruby-identifier">curr_client</span>.<span class="ruby-identifier">exist?</span>
|
@@ -564,9 +555,9 @@ in the list.
|
|
564
555
|
</div>
|
565
556
|
|
566
557
|
<div class="method">
|
567
|
-
<div class="title" id="
|
558
|
+
<div class="title" id="M000137">
|
568
559
|
|
569
|
-
<a name="
|
560
|
+
<a name="M000137"></a><b>next_area</b>()
|
570
561
|
|
571
562
|
</div>
|
572
563
|
|
@@ -575,25 +566,23 @@ in the list.
|
|
575
566
|
|
576
567
|
<div class="sourcecode">
|
577
568
|
<p class="source-link">
|
578
|
-
Source: <a href="javascript:toggleSource('
|
569
|
+
Source: <a href="javascript:toggleSource('M000137_source')" id="l_M000137_source">show</a>
|
579
570
|
|
580
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
571
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L922" target="_blank" class="github_url">on GitHub</a>
|
581
572
|
|
582
573
|
</p>
|
583
|
-
<div id="
|
584
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
585
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_area</span>
|
586
|
-
<span class="ruby-identifier">curr_area</span>.<span class="ruby-identifier">next</span>
|
587
|
-
<span class="ruby-keyword kw">end</span></pre>
|
574
|
+
<div id="M000137_source" class="dyn-source">
|
575
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 922</span>
|
576
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_area</span> ; <span class="ruby-identifier">curr_area</span>.<span class="ruby-identifier">next</span> ; <span class="ruby-keyword kw">end</span></pre>
|
588
577
|
</div>
|
589
578
|
</div>
|
590
579
|
|
591
580
|
</div>
|
592
581
|
|
593
582
|
<div class="method">
|
594
|
-
<div class="title" id="
|
583
|
+
<div class="title" id="M000132">
|
595
584
|
|
596
|
-
<a name="
|
585
|
+
<a name="M000132"></a><b>next_client</b>()
|
597
586
|
|
598
587
|
</div>
|
599
588
|
|
@@ -602,59 +591,48 @@ in the list.
|
|
602
591
|
|
603
592
|
<div class="sourcecode">
|
604
593
|
<p class="source-link">
|
605
|
-
Source: <a href="javascript:toggleSource('
|
594
|
+
Source: <a href="javascript:toggleSource('M000132_source')" id="l_M000132_source">show</a>
|
606
595
|
|
607
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
596
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L918" target="_blank" class="github_url">on GitHub</a>
|
608
597
|
|
609
598
|
</p>
|
610
|
-
<div id="
|
611
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
612
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_client</span>
|
613
|
-
<span class="ruby-identifier">curr_client</span>.<span class="ruby-identifier">next</span>
|
614
|
-
<span class="ruby-keyword kw">end</span></pre>
|
599
|
+
<div id="M000132_source" class="dyn-source">
|
600
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 918</span>
|
601
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_client</span> ; <span class="ruby-identifier">curr_client</span>.<span class="ruby-identifier">next</span> ; <span class="ruby-keyword kw">end</span></pre>
|
615
602
|
</div>
|
616
603
|
</div>
|
617
604
|
|
618
605
|
</div>
|
619
606
|
|
620
607
|
<div class="method">
|
621
|
-
<div class="title" id="
|
608
|
+
<div class="title" id="M000144">
|
622
609
|
|
623
|
-
<a name="
|
610
|
+
<a name="M000144"></a><b>next_tag</b>()
|
624
611
|
|
625
612
|
</div>
|
626
613
|
|
627
|
-
<div class="description">
|
628
|
-
<p>
|
629
|
-
Returns the name of the next tag.
|
630
|
-
</p>
|
631
|
-
|
632
|
-
</div>
|
633
|
-
|
634
614
|
|
635
615
|
|
636
616
|
|
637
617
|
<div class="sourcecode">
|
638
618
|
<p class="source-link">
|
639
|
-
Source: <a href="javascript:toggleSource('
|
619
|
+
Source: <a href="javascript:toggleSource('M000144_source')" id="l_M000144_source">show</a>
|
640
620
|
|
641
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
621
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L930" target="_blank" class="github_url">on GitHub</a>
|
642
622
|
|
643
623
|
</p>
|
644
|
-
<div id="
|
645
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
646
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_tag</span>
|
647
|
-
<span class="ruby-identifier">next_view</span>.<span class="ruby-identifier">id</span>
|
648
|
-
<span class="ruby-keyword kw">end</span></pre>
|
624
|
+
<div id="M000144_source" class="dyn-source">
|
625
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 930</span>
|
626
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_tag</span> ; <span class="ruby-identifier">next_view</span>.<span class="ruby-identifier">id</span> ; <span class="ruby-keyword kw">end</span></pre>
|
649
627
|
</div>
|
650
628
|
</div>
|
651
629
|
|
652
630
|
</div>
|
653
631
|
|
654
632
|
<div class="method">
|
655
|
-
<div class="title" id="
|
633
|
+
<div class="title" id="M000140">
|
656
634
|
|
657
|
-
<a name="
|
635
|
+
<a name="M000140"></a><b>next_view</b>()
|
658
636
|
|
659
637
|
</div>
|
660
638
|
|
@@ -663,25 +641,23 @@ Returns the name of the next tag.
|
|
663
641
|
|
664
642
|
<div class="sourcecode">
|
665
643
|
<p class="source-link">
|
666
|
-
Source: <a href="javascript:toggleSource('
|
644
|
+
Source: <a href="javascript:toggleSource('M000140_source')" id="l_M000140_source">show</a>
|
667
645
|
|
668
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
646
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L926" target="_blank" class="github_url">on GitHub</a>
|
669
647
|
|
670
648
|
</p>
|
671
|
-
<div id="
|
672
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
673
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_view</span>
|
674
|
-
<span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">next</span>
|
675
|
-
<span class="ruby-keyword kw">end</span></pre>
|
649
|
+
<div id="M000140_source" class="dyn-source">
|
650
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 926</span>
|
651
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_view</span> ; <span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">next</span> ; <span class="ruby-keyword kw">end</span></pre>
|
676
652
|
</div>
|
677
653
|
</div>
|
678
654
|
|
679
655
|
</div>
|
680
656
|
|
681
657
|
<div class="method">
|
682
|
-
<div class="title" id="
|
658
|
+
<div class="title" id="M000138">
|
683
659
|
|
684
|
-
<a name="
|
660
|
+
<a name="M000138"></a><b>prev_area</b>()
|
685
661
|
|
686
662
|
</div>
|
687
663
|
|
@@ -690,25 +666,23 @@ Returns the name of the next tag.
|
|
690
666
|
|
691
667
|
<div class="sourcecode">
|
692
668
|
<p class="source-link">
|
693
|
-
Source: <a href="javascript:toggleSource('
|
669
|
+
Source: <a href="javascript:toggleSource('M000138_source')" id="l_M000138_source">show</a>
|
694
670
|
|
695
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
671
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L923" target="_blank" class="github_url">on GitHub</a>
|
696
672
|
|
697
673
|
</p>
|
698
|
-
<div id="
|
699
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
700
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_area</span>
|
701
|
-
<span class="ruby-identifier">curr_area</span>.<span class="ruby-identifier">prev</span>
|
702
|
-
<span class="ruby-keyword kw">end</span></pre>
|
674
|
+
<div id="M000138_source" class="dyn-source">
|
675
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 923</span>
|
676
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_area</span> ; <span class="ruby-identifier">curr_area</span>.<span class="ruby-identifier">prev</span> ; <span class="ruby-keyword kw">end</span></pre>
|
703
677
|
</div>
|
704
678
|
</div>
|
705
679
|
|
706
680
|
</div>
|
707
681
|
|
708
682
|
<div class="method">
|
709
|
-
<div class="title" id="
|
683
|
+
<div class="title" id="M000133">
|
710
684
|
|
711
|
-
<a name="
|
685
|
+
<a name="M000133"></a><b>prev_client</b>()
|
712
686
|
|
713
687
|
</div>
|
714
688
|
|
@@ -717,59 +691,48 @@ Returns the name of the next tag.
|
|
717
691
|
|
718
692
|
<div class="sourcecode">
|
719
693
|
<p class="source-link">
|
720
|
-
Source: <a href="javascript:toggleSource('
|
694
|
+
Source: <a href="javascript:toggleSource('M000133_source')" id="l_M000133_source">show</a>
|
721
695
|
|
722
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
696
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L919" target="_blank" class="github_url">on GitHub</a>
|
723
697
|
|
724
698
|
</p>
|
725
|
-
<div id="
|
726
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
727
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_client</span>
|
728
|
-
<span class="ruby-identifier">curr_client</span>.<span class="ruby-identifier">prev</span>
|
729
|
-
<span class="ruby-keyword kw">end</span></pre>
|
699
|
+
<div id="M000133_source" class="dyn-source">
|
700
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 919</span>
|
701
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_client</span> ; <span class="ruby-identifier">curr_client</span>.<span class="ruby-identifier">prev</span> ; <span class="ruby-keyword kw">end</span></pre>
|
730
702
|
</div>
|
731
703
|
</div>
|
732
704
|
|
733
705
|
</div>
|
734
706
|
|
735
707
|
<div class="method">
|
736
|
-
<div class="title" id="
|
708
|
+
<div class="title" id="M000145">
|
737
709
|
|
738
|
-
<a name="
|
710
|
+
<a name="M000145"></a><b>prev_tag</b>()
|
739
711
|
|
740
712
|
</div>
|
741
713
|
|
742
|
-
<div class="description">
|
743
|
-
<p>
|
744
|
-
Returns the name of the previous tag.
|
745
|
-
</p>
|
746
|
-
|
747
|
-
</div>
|
748
|
-
|
749
714
|
|
750
715
|
|
751
716
|
|
752
717
|
<div class="sourcecode">
|
753
718
|
<p class="source-link">
|
754
|
-
Source: <a href="javascript:toggleSource('
|
719
|
+
Source: <a href="javascript:toggleSource('M000145_source')" id="l_M000145_source">show</a>
|
755
720
|
|
756
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
721
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L931" target="_blank" class="github_url">on GitHub</a>
|
757
722
|
|
758
723
|
</p>
|
759
|
-
<div id="
|
760
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
761
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_tag</span>
|
762
|
-
<span class="ruby-identifier">prev_view</span>.<span class="ruby-identifier">id</span>
|
763
|
-
<span class="ruby-keyword kw">end</span></pre>
|
724
|
+
<div id="M000145_source" class="dyn-source">
|
725
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 931</span>
|
726
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_tag</span> ; <span class="ruby-identifier">prev_view</span>.<span class="ruby-identifier">id</span> ; <span class="ruby-keyword kw">end</span></pre>
|
764
727
|
</div>
|
765
728
|
</div>
|
766
729
|
|
767
730
|
</div>
|
768
731
|
|
769
732
|
<div class="method">
|
770
|
-
<div class="title" id="
|
733
|
+
<div class="title" id="M000142">
|
771
734
|
|
772
|
-
<a name="
|
735
|
+
<a name="M000142"></a><b>prev_view</b>()
|
773
736
|
|
774
737
|
</div>
|
775
738
|
|
@@ -778,25 +741,23 @@ Returns the name of the previous tag.
|
|
778
741
|
|
779
742
|
<div class="sourcecode">
|
780
743
|
<p class="source-link">
|
781
|
-
Source: <a href="javascript:toggleSource('
|
744
|
+
Source: <a href="javascript:toggleSource('M000142_source')" id="l_M000142_source">show</a>
|
782
745
|
|
783
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
746
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L927" target="_blank" class="github_url">on GitHub</a>
|
784
747
|
|
785
748
|
</p>
|
786
|
-
<div id="
|
787
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
788
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_view</span>
|
789
|
-
<span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">prev</span>
|
790
|
-
<span class="ruby-keyword kw">end</span></pre>
|
749
|
+
<div id="M000142_source" class="dyn-source">
|
750
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 927</span>
|
751
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_view</span> ; <span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">prev</span> ; <span class="ruby-keyword kw">end</span></pre>
|
791
752
|
</div>
|
792
753
|
</div>
|
793
754
|
|
794
755
|
</div>
|
795
756
|
|
796
757
|
<div class="method">
|
797
|
-
<div class="title" id="
|
758
|
+
<div class="title" id="M000125">
|
798
759
|
|
799
|
-
<a name="
|
760
|
+
<a name="M000125"></a><b>tags</b>()
|
800
761
|
|
801
762
|
</div>
|
802
763
|
|
@@ -812,15 +773,17 @@ Returns the current set of tags.
|
|
812
773
|
|
813
774
|
<div class="sourcecode">
|
814
775
|
<p class="source-link">
|
815
|
-
Source: <a href="javascript:toggleSource('
|
776
|
+
Source: <a href="javascript:toggleSource('M000125_source')" id="l_M000125_source">show</a>
|
816
777
|
|
817
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
778
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L893" target="_blank" class="github_url">on GitHub</a>
|
818
779
|
|
819
780
|
</p>
|
820
|
-
<div id="
|
821
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
781
|
+
<div id="M000125_source" class="dyn-source">
|
782
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 893</span>
|
822
783
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tags</span>
|
823
|
-
<span class="ruby-identifier">
|
784
|
+
<span class="ruby-identifier">ary</span> = <span class="ruby-constant">IXP_FS_ROOT</span>.<span class="ruby-identifier">tag</span>.<span class="ruby-identifier">entries</span>.<span class="ruby-identifier">sort</span>
|
785
|
+
<span class="ruby-identifier">ary</span>.<span class="ruby-identifier">delete</span> <span class="ruby-constant">FOCUSED_WIDGET_ID</span>
|
786
|
+
<span class="ruby-identifier">ary</span>
|
824
787
|
<span class="ruby-keyword kw">end</span></pre>
|
825
788
|
</div>
|
826
789
|
</div>
|
@@ -828,9 +791,9 @@ Returns the current set of tags.
|
|
828
791
|
</div>
|
829
792
|
|
830
793
|
<div class="method">
|
831
|
-
<div class="title" id="
|
794
|
+
<div class="title" id="M000128">
|
832
795
|
|
833
|
-
<a name="
|
796
|
+
<a name="M000128"></a><b>views</b>()
|
834
797
|
|
835
798
|
</div>
|
836
799
|
|
@@ -846,13 +809,13 @@ Returns the current set of views.
|
|
846
809
|
|
847
810
|
<div class="sourcecode">
|
848
811
|
<p class="source-link">
|
849
|
-
Source: <a href="javascript:toggleSource('
|
812
|
+
Source: <a href="javascript:toggleSource('M000128_source')" id="l_M000128_source">show</a>
|
850
813
|
|
851
|
-
| <a href="http://github.com/sunaku/rumai/blob/
|
814
|
+
| <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L902" target="_blank" class="github_url">on GitHub</a>
|
852
815
|
|
853
816
|
</p>
|
854
|
-
<div id="
|
855
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line
|
817
|
+
<div id="M000128_source" class="dyn-source">
|
818
|
+
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 902</span>
|
856
819
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">views</span>
|
857
820
|
<span class="ruby-identifier">tags</span>.<span class="ruby-identifier">map!</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">t</span><span class="ruby-operator">|</span> <span class="ruby-constant">View</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">t</span> }
|
858
821
|
<span class="ruby-keyword kw">end</span></pre>
|