rumai 3.0.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. data/bin/rumai +2 -2
  2. data/doc/api/apple-touch-icon.png +0 -0
  3. data/doc/api/classes/IO.html +1 -1
  4. data/doc/api/classes/Integer.html +6 -6
  5. data/doc/api/classes/Rumai.html +141 -141
  6. data/doc/api/classes/Rumai/Area.html +122 -122
  7. data/doc/api/classes/Rumai/Chain.html +18 -18
  8. data/doc/api/classes/Rumai/Client.html +420 -122
  9. data/doc/api/classes/Rumai/ClientContainer.html +22 -22
  10. data/doc/api/classes/Rumai/IXP/Agent.html +90 -90
  11. data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +41 -41
  12. data/doc/api/classes/Rumai/IXP/Agent/MODES.html +6 -6
  13. data/doc/api/classes/Rumai/IXP/Agent/RangedPool.html +18 -18
  14. data/doc/api/classes/Rumai/IXP/Fcall.html +30 -30
  15. data/doc/api/classes/Rumai/IXP/Qid.html +1 -1
  16. data/doc/api/classes/Rumai/IXP/Stat.html +7 -7
  17. data/doc/api/classes/Rumai/IXP/Stream.html +6 -6
  18. data/doc/api/classes/Rumai/IXP/Struct.html +24 -24
  19. data/doc/api/classes/Rumai/IXP/Struct/Field.html +36 -36
  20. data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +12 -12
  21. data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +6 -6
  22. data/doc/api/classes/Rumai/IXP/Terror.html +6 -6
  23. data/doc/api/classes/Rumai/Node.html +52 -52
  24. data/doc/api/classes/Rumai/View.html +132 -132
  25. data/doc/api/classes/String.html +12 -12
  26. data/doc/api/classes/StringIO.html +1 -1
  27. data/doc/api/classes/Time.html +12 -12
  28. data/doc/api/created.rid +1 -1
  29. data/doc/api/favicon.ico +0 -0
  30. data/doc/api/files/CREDITS.html +1 -1
  31. data/doc/api/files/LICENSE.html +1 -1
  32. data/doc/api/files/lib/rumai/fs_rb.html +1 -1
  33. data/doc/api/files/lib/rumai/ixp/message_rb.html +1 -1
  34. data/doc/api/files/lib/rumai/ixp/transport_rb.html +1 -1
  35. data/doc/api/files/lib/rumai/ixp_rb.html +1 -1
  36. data/doc/api/files/lib/rumai/wm_rb.html +1 -1
  37. data/doc/api/files/lib/rumai_rb.html +1 -1
  38. data/doc/api/js/searchdoc.js +38 -15
  39. data/doc/api/panel/index.html +13 -5
  40. data/doc/api/panel/search_index.js +1 -1
  41. data/doc/api/panel/tree.js +1 -1
  42. data/doc/history.erb +79 -2
  43. data/doc/index.erb +2 -2
  44. data/doc/index.html +2017 -0
  45. data/doc/intro.erb +38 -62
  46. data/doc/setup.erb +53 -2
  47. data/doc/usage.erb +36 -11
  48. data/lib/rumai.rb +4 -4
  49. data/lib/rumai/fs.rb +2 -2
  50. data/lib/rumai/ixp.rb +2 -2
  51. data/lib/rumai/ixp/message.rb +2 -2
  52. data/lib/rumai/ixp/transport.rb +2 -2
  53. data/lib/rumai/wm.rb +80 -5
  54. data/rakefile +2 -2
  55. data/test/rumai/ixp/message.rb +3 -3
  56. metadata +9 -5
  57. data/doc/index.xhtml +0 -1078
@@ -56,7 +56,7 @@ count[2] s[count]
56
56
  <dd>
57
57
  <ul>
58
58
 
59
- <li><a href="#M000171">from_9p</a></li>
59
+ <li><a href="#M000179">from_9p</a></li>
60
60
 
61
61
  </ul>
62
62
  </dd>
@@ -65,7 +65,7 @@ count[2] s[count]
65
65
  <dd>
66
66
  <ul>
67
67
 
68
- <li><a href="#M000170">to_9p</a></li>
68
+ <li><a href="#M000178">to_9p</a></li>
69
69
 
70
70
  </ul>
71
71
  </dd>
@@ -87,9 +87,9 @@ count[2] s[count]
87
87
  <div class="sectiontitle">Class Public methods</div>
88
88
 
89
89
  <div class="method">
90
- <div class="title" id="M000171">
90
+ <div class="title" id="M000179">
91
91
 
92
- <a name="M000171"></a><b>from_9p</b>(stream)
92
+ <a name="M000179"></a><b>from_9p</b>(stream)
93
93
 
94
94
  </div>
95
95
 
@@ -106,12 +106,12 @@ returns the instance.
106
106
 
107
107
  <div class="sourcecode">
108
108
  <p class="source-link">
109
- Source: <a href="javascript:toggleSource('M000171_source')" id="l_M000171_source">show</a>
109
+ Source: <a href="javascript:toggleSource('M000179_source')" id="l_M000179_source">show</a>
110
110
 
111
- | <a href="http://github.com/sunaku/rumai/blob/5fcf09b89976a53dd9346e335a1803b337e0c447/lib/rumai/ixp/message.rb#L690" target="_blank" class="github_url">on GitHub</a>
111
+ | <a href="http://github.com/sunaku/rumai/blob/002c49633477b80743577bdc6d2f4f8c9a1bdd46/lib/rumai/ixp/message.rb#L690" target="_blank" class="github_url">on GitHub</a>
112
112
 
113
113
  </p>
114
- <div id="M000171_source" class="dyn-source">
114
+ <div id="M000179_source" class="dyn-source">
115
115
  <pre><span class="ruby-comment cmt"># File lib/rumai/ixp/message.rb, line 690</span>
116
116
  <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">from_9p</span> <span class="ruby-identifier">stream</span>
117
117
  <span class="ruby-identifier">stream</span>.<span class="ruby-identifier">read</span>(<span class="ruby-identifier">stream</span>.<span class="ruby-identifier">read_9p</span>(<span class="ruby-value">2</span>))
@@ -124,9 +124,9 @@ returns the instance.
124
124
  <div class="sectiontitle">Instance Public methods</div>
125
125
 
126
126
  <div class="method">
127
- <div class="title" id="M000170">
127
+ <div class="title" id="M000178">
128
128
 
129
- <a name="M000170"></a><b>to_9p</b>()
129
+ <a name="M000178"></a><b>to_9p</b>()
130
130
 
131
131
  </div>
132
132
 
@@ -142,12 +142,12 @@ Transforms this object into a string of 9P2000 bytes.
142
142
 
143
143
  <div class="sourcecode">
144
144
  <p class="source-link">
145
- Source: <a href="javascript:toggleSource('M000170_source')" id="l_M000170_source">show</a>
145
+ Source: <a href="javascript:toggleSource('M000178_source')" id="l_M000178_source">show</a>
146
146
 
147
- | <a href="http://github.com/sunaku/rumai/blob/5fcf09b89976a53dd9346e335a1803b337e0c447/lib/rumai/ixp/message.rb#L682" target="_blank" class="github_url">on GitHub</a>
147
+ | <a href="http://github.com/sunaku/rumai/blob/002c49633477b80743577bdc6d2f4f8c9a1bdd46/lib/rumai/ixp/message.rb#L682" target="_blank" class="github_url">on GitHub</a>
148
148
 
149
149
  </p>
150
- <div id="M000170_source" class="dyn-source">
150
+ <div id="M000178_source" class="dyn-source">
151
151
  <pre><span class="ruby-comment cmt"># File lib/rumai/ixp/message.rb, line 682</span>
152
152
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_9p</span>
153
153
  <span class="ruby-identifier">length</span>.<span class="ruby-identifier">to_9p</span>(<span class="ruby-value">2</span>) <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-keyword kw">self</span>[<span class="ruby-value">0</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">BYTE2_MASK</span>]
@@ -49,7 +49,7 @@
49
49
 
50
50
  <li>
51
51
 
52
- <a href="Rumai/IXP/Struct/Field/CounterField.html">Rumai::IXP::Struct::Field::CounterField</a>
52
+ <a href="Rumai.html">Rumai</a>
53
53
 
54
54
  START:includes
55
55
  </li>
@@ -49,7 +49,7 @@
49
49
  <dd>
50
50
  <ul>
51
51
 
52
- <li><a href="#M000173">from_9p</a></li>
52
+ <li><a href="#M000181">from_9p</a></li>
53
53
 
54
54
  </ul>
55
55
  </dd>
@@ -58,7 +58,7 @@
58
58
  <dd>
59
59
  <ul>
60
60
 
61
- <li><a href="#M000172">to_9p</a></li>
61
+ <li><a href="#M000180">to_9p</a></li>
62
62
 
63
63
  </ul>
64
64
  </dd>
@@ -80,9 +80,9 @@
80
80
  <div class="sectiontitle">Class Public methods</div>
81
81
 
82
82
  <div class="method">
83
- <div class="title" id="M000173">
83
+ <div class="title" id="M000181">
84
84
 
85
- <a name="M000173"></a><b>from_9p</b>(stream)
85
+ <a name="M000181"></a><b>from_9p</b>(stream)
86
86
 
87
87
  </div>
88
88
 
@@ -99,12 +99,12 @@ returns the instance.
99
99
 
100
100
  <div class="sourcecode">
101
101
  <p class="source-link">
102
- Source: <a href="javascript:toggleSource('M000173_source')" id="l_M000173_source">show</a>
102
+ Source: <a href="javascript:toggleSource('M000181_source')" id="l_M000181_source">show</a>
103
103
 
104
- | <a href="http://github.com/sunaku/rumai/blob/5fcf09b89976a53dd9346e335a1803b337e0c447/lib/rumai/ixp/message.rb#L707" target="_blank" class="github_url">on GitHub</a>
104
+ | <a href="http://github.com/sunaku/rumai/blob/002c49633477b80743577bdc6d2f4f8c9a1bdd46/lib/rumai/ixp/message.rb#L707" target="_blank" class="github_url">on GitHub</a>
105
105
 
106
106
  </p>
107
- <div id="M000173_source" class="dyn-source">
107
+ <div id="M000181_source" class="dyn-source">
108
108
  <pre><span class="ruby-comment cmt"># File lib/rumai/ixp/message.rb, line 707</span>
109
109
  <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">from_9p</span> <span class="ruby-identifier">stream</span>
110
110
  <span class="ruby-identifier">at</span> <span class="ruby-identifier">stream</span>.<span class="ruby-identifier">read_9p</span>(<span class="ruby-value">4</span>)
@@ -117,9 +117,9 @@ returns the instance.
117
117
  <div class="sectiontitle">Instance Public methods</div>
118
118
 
119
119
  <div class="method">
120
- <div class="title" id="M000172">
120
+ <div class="title" id="M000180">
121
121
 
122
- <a name="M000172"></a><b>to_9p</b>()
122
+ <a name="M000180"></a><b>to_9p</b>()
123
123
 
124
124
  </div>
125
125
 
@@ -135,12 +135,12 @@ Transforms this object into a string of 9P2000 bytes.
135
135
 
136
136
  <div class="sourcecode">
137
137
  <p class="source-link">
138
- Source: <a href="javascript:toggleSource('M000172_source')" id="l_M000172_source">show</a>
138
+ Source: <a href="javascript:toggleSource('M000180_source')" id="l_M000180_source">show</a>
139
139
 
140
- | <a href="http://github.com/sunaku/rumai/blob/5fcf09b89976a53dd9346e335a1803b337e0c447/lib/rumai/ixp/message.rb#L699" target="_blank" class="github_url">on GitHub</a>
140
+ | <a href="http://github.com/sunaku/rumai/blob/002c49633477b80743577bdc6d2f4f8c9a1bdd46/lib/rumai/ixp/message.rb#L699" target="_blank" class="github_url">on GitHub</a>
141
141
 
142
142
  </p>
143
- <div id="M000172_source" class="dyn-source">
143
+ <div id="M000180_source" class="dyn-source">
144
144
  <pre><span class="ruby-comment cmt"># File lib/rumai/ixp/message.rb, line 699</span>
145
145
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_9p</span>
146
146
  <span class="ruby-identifier">to_i</span>.<span class="ruby-identifier">to_9p</span>(<span class="ruby-value">4</span>)
@@ -1 +1 @@
1
- Mon, 11 May 2009 21:23:05 -0700
1
+ Fri, 02 Oct 2009 23:58:42 -0700
Binary file
@@ -19,7 +19,7 @@
19
19
  </h1>
20
20
  <ul class="files">
21
21
  <li>CREDITS</li>
22
- <li>Last modified: Sun May 10 20:13:31 -0700 2009</li>
22
+ <li>Last modified: 2009-05-10 20:13:31 -0700</li>
23
23
  </ul>
24
24
  </div>
25
25
 
@@ -19,7 +19,7 @@
19
19
  </h1>
20
20
  <ul class="files">
21
21
  <li>LICENSE</li>
22
- <li>Last modified: Tue Apr 14 13:27:10 -0700 2009</li>
22
+ <li>Last modified: 2009-04-14 13:27:10 -0700</li>
23
23
  </ul>
24
24
  </div>
25
25
 
@@ -19,7 +19,7 @@
19
19
  </h1>
20
20
  <ul class="files">
21
21
  <li>lib/rumai/fs.rb</li>
22
- <li>Last modified: Sun May 10 19:16:50 -0700 2009</li>
22
+ <li>Last modified: 2009-10-02 16:35:59 -0700</li>
23
23
  </ul>
24
24
  </div>
25
25
 
@@ -19,7 +19,7 @@
19
19
  </h1>
20
20
  <ul class="files">
21
21
  <li>lib/rumai/ixp/message.rb</li>
22
- <li>Last modified: Sat May 09 00:31:52 -0700 2009</li>
22
+ <li>Last modified: 2009-10-02 16:35:59 -0700</li>
23
23
  </ul>
24
24
  </div>
25
25
 
@@ -19,7 +19,7 @@
19
19
  </h1>
20
20
  <ul class="files">
21
21
  <li>lib/rumai/ixp/transport.rb</li>
22
- <li>Last modified: Sat May 09 00:31:52 -0700 2009</li>
22
+ <li>Last modified: 2009-10-02 16:35:59 -0700</li>
23
23
  </ul>
24
24
  </div>
25
25
 
@@ -19,7 +19,7 @@
19
19
  </h1>
20
20
  <ul class="files">
21
21
  <li>lib/rumai/ixp.rb</li>
22
- <li>Last modified: Sat May 09 00:07:17 -0700 2009</li>
22
+ <li>Last modified: 2009-10-02 16:35:59 -0700</li>
23
23
  </ul>
24
24
  </div>
25
25
 
@@ -19,7 +19,7 @@
19
19
  </h1>
20
20
  <ul class="files">
21
21
  <li>lib/rumai/wm.rb</li>
22
- <li>Last modified: Mon May 11 01:26:50 -0700 2009</li>
22
+ <li>Last modified: 2009-10-02 23:51:12 -0700</li>
23
23
  </ul>
24
24
  </div>
25
25
 
@@ -19,7 +19,7 @@
19
19
  </h1>
20
20
  <ul class="files">
21
21
  <li>lib/rumai.rb</li>
22
- <li>Last modified: Mon May 11 01:27:00 -0700 2009</li>
22
+ <li>Last modified: 2009-10-02 16:42:45 -0700</li>
23
23
  </ul>
24
24
  </div>
25
25
 
@@ -28,6 +28,14 @@ Searchdoc.Navigation = new function() {
28
28
  case 38: //Event.KEY_UP:
29
29
  case 39: //Event.KEY_RIGHT:
30
30
  case 40: //Event.KEY_DOWN:
31
+ case 73: // i - qwerty
32
+ case 74: // j
33
+ case 75: // k
34
+ case 76: // l
35
+ case 67: // c - dvorak
36
+ case 72: // h
37
+ case 84: // t
38
+ case 78: // n
31
39
  this.clearMoveTimeout();
32
40
  break;
33
41
  }
@@ -37,28 +45,37 @@ Searchdoc.Navigation = new function() {
37
45
  if (!this.navigationActive) return;
38
46
  switch(e.keyCode) {
39
47
  case 37: //Event.KEY_LEFT:
40
- if (this.moveLeft())
41
- e.preventDefault();
48
+ case 74: // j (qwerty)
49
+ case 72: // h (dvorak)
50
+ if (this.moveLeft()) e.preventDefault();
42
51
  break;
43
52
  case 38: //Event.KEY_UP:
44
- if (this.moveUp())
45
- e.preventDefault();
46
- this.startMoveTimeout(false);
53
+ case 73: // i (qwerty)
54
+ case 67: // c (dvorak)
55
+ if (e.keyCode == 38 || e.ctrlKey) {
56
+ if (this.moveUp()) e.preventDefault();
57
+ this.startMoveTimeout(false);
58
+ }
47
59
  break;
48
60
  case 39: //Event.KEY_RIGHT:
49
- if (this.moveRight())
50
- e.preventDefault();
61
+ case 76: // l (qwerty)
62
+ case 78: // n (dvorak)
63
+ if (this.moveRight()) e.preventDefault();
51
64
  break;
52
65
  case 40: //Event.KEY_DOWN:
53
- if (this.moveDown())
54
- e.preventDefault();
55
- this.startMoveTimeout(true);
66
+ case 75: // k (qwerty)
67
+ case 84: // t (dvorak)
68
+ if (e.keyCode == 40 || e.ctrlKey) {
69
+ if (this.moveDown()) e.preventDefault();
70
+ this.startMoveTimeout(true);
71
+ }
56
72
  break;
57
73
  case 9: //Event.KEY_TAB:
58
74
  case 13: //Event.KEY_RETURN:
59
75
  if (this.$current) this.select(this.$current);
60
76
  break;
61
77
  }
78
+ if (e.ctrlKey && e.shiftKey) this.select(this.$current);
62
79
  }
63
80
 
64
81
  this.clearMoveTimeout = function() {
@@ -342,8 +359,9 @@ Searchdoc.Panel.prototype = $.extend({}, Searchdoc.Navigation, new function() {
342
359
  this.setNavigationActive(false);
343
360
  }
344
361
 
345
- this.search = function(value) {
362
+ this.search = function(value, selectFirstMatch) {
346
363
  value = jQuery.trim(value).toLowerCase();
364
+ this.selectFirstMatch = selectFirstMatch;
347
365
  if (value) {
348
366
  this.$element.removeClass('panel_tree').addClass('panel_results');
349
367
  this.tree.setNavigationActive(false);
@@ -373,6 +391,7 @@ Searchdoc.Panel.prototype = $.extend({}, Searchdoc.Navigation, new function() {
373
391
  this.firstRun = false;
374
392
  this.$current = $(target.firstChild);
375
393
  this.$current.addClass('current');
394
+ if (this.selectFirstMatch) this.select();
376
395
  scrollIntoView(this.$current[0], this.$view[0])
377
396
  }
378
397
  if (jQuery.browser.msie) this.$element[0].className += '';
@@ -462,10 +481,14 @@ Searchdoc.Tree.prototype = $.extend({}, Searchdoc.Navigation, new function() {
462
481
  }
463
482
 
464
483
  this.select = function($li) {
484
+ this.highlight($li);
465
485
  var path = $li[0].searchdoc_tree_data.path;
486
+ if (path) this.panel.open(path);
487
+ }
488
+
489
+ this.highlight = function($li) {
466
490
  if (this.$current) this.$current.removeClass('current');
467
491
  this.$current = $li.addClass('current');
468
- if (path) this.panel.open(path);
469
492
  }
470
493
 
471
494
  this.toggle = function($li) {
@@ -479,7 +502,7 @@ Searchdoc.Tree.prototype = $.extend({}, Searchdoc.Navigation, new function() {
479
502
 
480
503
  this.moveRight = function() {
481
504
  if (!this.$current) {
482
- this.select(this.$list.find('li:first'));
505
+ this.highlight(this.$list.find('li:first'));
483
506
  return;
484
507
  }
485
508
  if (this.$current.hasClass('closed')) {
@@ -489,7 +512,7 @@ Searchdoc.Tree.prototype = $.extend({}, Searchdoc.Navigation, new function() {
489
512
 
490
513
  this.moveLeft = function() {
491
514
  if (!this.$current) {
492
- this.select(this.$list.find('li:first'));
515
+ this.highlight(this.$list.find('li:first'));
493
516
  return;
494
517
  }
495
518
  if (!this.$current.hasClass('closed')) {
@@ -507,7 +530,7 @@ Searchdoc.Tree.prototype = $.extend({}, Searchdoc.Navigation, new function() {
507
530
 
508
531
  this.move = function(isDown) {
509
532
  if (!this.$current) {
510
- this.select(this.$list.find('li:first'));
533
+ this.highlight(this.$list.find('li:first'));
511
534
  return true;
512
535
  }
513
536
  var next = this.$current[0];
@@ -28,13 +28,21 @@
28
28
  });
29
29
 
30
30
  $('#search')[0].value == '' && $('#search-label').show();
31
-
32
- setInterval(function() { $('#search')[0].value != '' && $('#search-label').hide() }, 100)
33
31
  }
34
32
  $(function() {
35
- placeholder();
36
- new Searchdoc.Panel($('#panel'), search_data, tree, top.frames[1]);
37
- $('#search').focus();
33
+ placeholder();
34
+ var panel = new Searchdoc.Panel($('#panel'), search_data, tree, top.frames[1]);
35
+ $('#search').focus();
36
+
37
+ var s = window.parent.location.search.match(/\?q=([^&]+)/);
38
+ if (s) {
39
+ s = decodeURIComponent(s[1]).replace(/\+/g, ' ');
40
+ if (s.length > 0)
41
+ {
42
+ $('#search').val(s);
43
+ panel.search(s, true);
44
+ }
45
+ }
38
46
  })
39
47
  //]]>
40
48
  </script>
@@ -1 +1 @@
1
- var search_data = {"index":{"longSearchIndex":["message.rb","message.rb","message.rb","rumai","rumai","rumai","rumai","rumai","rumai","ixp","agent","agent","agent","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","struct","field","field","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","ixp","rumai","rumai","message.rb","message.rb","message.rb","area","fidstream","node","fcall","client","view","view","view","view","view","view","agent","area","chain","client","view","node","node","rumai","area","clientcontainer","view","clientcontainer","fidstream","fidstream","agent","area","view","area","field","field","agent","node","area","client","view","rumai","rumai","rumai","rumai","stat","node","area","node","view","view","node","view","agent","node","area","node","field","area","area","view","area","client","view","rumai","rumai","rumai","fcall","string","time","rumai","client","client","client","client","client","client","rumai","clientcontainer","struct","area","client","area","area","area","struct","field","counteefield","area","view","view","node","client","area","client","agent","fidstream","rangedpool","struct","field","node","view","chain","rumai","rumai","rumai","rumai","rangedpool","agent","node","node","modes","chain","rumai","rumai","rumai","rumai","area","agent","fidstream","node","stream","rangedpool","agent","node","agent","fidstream","view","client","client","agent","node","agent","client","client","client","client","client","rumai","client","client","agent","integer","fcall","struct","field","counteefield","counterfield","terror","string","time","fcall","fcall","client","client","area","client","client","rumai","client","agent","agent","client","agent","fidstream","node","files\/credits.html","files\/license.html","files\/lib\/rumai_rb.html","files\/lib\/rumai\/fs_rb.html","files\/lib\/rumai\/ixp_rb.html","files\/lib\/rumai\/ixp\/message_rb.html","files\/lib\/rumai\/ixp\/transport_rb.html","files\/lib\/rumai\/wm_rb.html"],"info":[["IO","lib\/rumai\/ixp\/message.rb","classes\/IO.html"," < Object","",1],["Integer","lib\/rumai\/ixp\/message.rb","classes\/Integer.html"," < Object","",1],["Rumai","lib\/rumai\/ixp\/message.rb","classes\/Rumai.html","","Primitives for the 9P2000 protocol. See http:\/\/cm.bell-labs.com\/sys\/man\/5\/INDEX.html See http:\/\/swtch.com\/plan9port\/man\/man9\/",1],["Area","Rumai","classes\/Rumai\/Area.html"," < Object","A region that contains clients. This can be either the floating area or a column in the managed area.",1],["Chain","Rumai","classes\/Rumai\/Chain.html","","NOTE: Inheritors must override the 'chain' method. ",1],["Client","Rumai","classes\/Rumai\/Client.html"," < WidgetNode","A graphical program that is running in your current X Windows session. ",1],["ClientContainer","Rumai","classes\/Rumai\/ClientContainer.html","","NOTE: Inheritors should override the 'client_ids' method. ",1],["ExportInstanceMethods","Rumai","classes\/Rumai\/ExportInstanceMethods.html","","Makes instance methods accessible through class methods. This is done to emulate the File class: File.exist?",1],["IXP","Rumai","classes\/Rumai\/IXP.html","","",1],["Agent","Rumai::IXP","classes\/Rumai\/IXP\/Agent.html"," < Object","A thread-safe proxy that multiplexes many threads onto a single 9P2000 connection. ",1],["FidStream","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent\/FidStream.html"," < Object","Encapsulates I\/O access over a file handle (fid). NOTE: this class is NOT thread-safe. ",1],["MODES","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent\/MODES.html","","",1],["RangedPool","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent\/RangedPool.html"," < Object","A finite, thread-safe pool of range members. ",1],["Error","Rumai::IXP","classes\/Rumai\/IXP\/Error.html"," < StandardError","A common container for exceptions concerning IXP. ",1],["Fcall","Rumai::IXP","classes\/Rumai\/IXP\/Fcall.html"," < Object","A remote function call (fcall). ",1],["Qid","Rumai::IXP","classes\/Rumai\/IXP\/Qid.html"," < Object","Holds information about a file being accessed on a 9P2000 server. See http:\/\/cm.bell-labs.com\/magic\/man2html\/5\/intro",1],["Rattach","Rumai::IXP","classes\/Rumai\/IXP\/Rattach.html"," < Fcall","size[4] Rattach tag[2] qid[13] ",1],["Rauth","Rumai::IXP","classes\/Rumai\/IXP\/Rauth.html"," < Fcall","size[4] Rauth tag[2] aqid[13] ",1],["Rclunk","Rumai::IXP","classes\/Rumai\/IXP\/Rclunk.html"," < Fcall","size[4] Rclunk tag[2] ",1],["Rcreate","Rumai::IXP","classes\/Rumai\/IXP\/Rcreate.html"," < Fcall","size[4] Rcreate tag[2] qid[13] iounit[4] ",1],["Rerror","Rumai::IXP","classes\/Rumai\/IXP\/Rerror.html"," < Fcall","size[4] Rerror tag[2] ename[s] ",1],["Rflush","Rumai::IXP","classes\/Rumai\/IXP\/Rflush.html"," < Fcall","size[4] Rflush tag[2] ",1],["Ropen","Rumai::IXP","classes\/Rumai\/IXP\/Ropen.html"," < Fcall","size[4] Ropen tag[2] qid[13] iounit[4] ",1],["Rread","Rumai::IXP","classes\/Rumai\/IXP\/Rread.html"," < Fcall","size[4] Rread tag[2] count[4] data[count] ",1],["Rremove","Rumai::IXP","classes\/Rumai\/IXP\/Rremove.html"," < Fcall","size[4] Rremove tag[2] ",1],["Rstat","Rumai::IXP","classes\/Rumai\/IXP\/Rstat.html"," < Fcall","size[4] Rstat tag[2] stat[n] ",1],["Rversion","Rumai::IXP","classes\/Rumai\/IXP\/Rversion.html"," < Fcall","size[4] Rversion tag[2] msize[4] version[s] ",1],["Rwalk","Rumai::IXP","classes\/Rumai\/IXP\/Rwalk.html"," < Fcall","size[4] Rwalk tag[2] nwqid[2] nwqid*(wqid[13]) ",1],["Rwrite","Rumai::IXP","classes\/Rumai\/IXP\/Rwrite.html"," < Fcall","size[4] Rwrite tag[2] count[4] ",1],["Rwstat","Rumai::IXP","classes\/Rumai\/IXP\/Rwstat.html"," < Fcall","size[4] Rwstat tag[2] ",1],["Stat","Rumai::IXP","classes\/Rumai\/IXP\/Stat.html"," < Object","Holds information about a file on a 9P2000 server. See http:\/\/cm.bell-labs.com\/magic\/man2html\/5\/stat",1],["Stream","Rumai::IXP","classes\/Rumai\/IXP\/Stream.html","","A 9P2000 byte stream. ",1],["Struct","Rumai::IXP","classes\/Rumai\/IXP\/Struct.html","","A serializable 9P2000 data structure. ",1],["Field","Rumai::IXP::Struct","classes\/Rumai\/IXP\/Struct\/Field.html"," < Object","A field inside a Struct. A field's value is considered to be either: * array of format when <code>counter",1],["CounteeField","Rumai::IXP::Struct::Field","classes\/Rumai\/IXP\/Struct\/Field\/CounteeField.html","","Methods for a field whose length is counted by another field. ",1],["CounterField","Rumai::IXP::Struct::Field","classes\/Rumai\/IXP\/Struct\/Field\/CounterField.html","","Methods for a field that counts the length of another field. ",1],["Tattach","Rumai::IXP","classes\/Rumai\/IXP\/Tattach.html"," < Fcall","size[4] Tattach tag[2] fid[4] afid[4] uname[s] aname[s] ",1],["Tauth","Rumai::IXP","classes\/Rumai\/IXP\/Tauth.html"," < Fcall","size[4] Tauth tag[2] afid[4] uname[s] aname[s] ",1],["Tclunk","Rumai::IXP","classes\/Rumai\/IXP\/Tclunk.html"," < Fcall","size[4] Tclunk tag[2] fid[4] ",1],["Tcreate","Rumai::IXP","classes\/Rumai\/IXP\/Tcreate.html"," < Fcall","size[4] Tcreate tag[2] fid[4] name[s] perm[4] mode[1] ",1],["Terror","Rumai::IXP","classes\/Rumai\/IXP\/Terror.html"," < Fcall","illegal ",1],["Tflush","Rumai::IXP","classes\/Rumai\/IXP\/Tflush.html"," < Fcall","size[4] Tflush tag[2] oldtag[2] ",1],["Topen","Rumai::IXP","classes\/Rumai\/IXP\/Topen.html"," < Fcall","size[4] Topen tag[2] fid[4] mode[1] ",1],["Tread","Rumai::IXP","classes\/Rumai\/IXP\/Tread.html"," < Fcall","size[4] Tread tag[2] fid[4] offset[8] count[4] ",1],["Tremove","Rumai::IXP","classes\/Rumai\/IXP\/Tremove.html"," < Fcall","size[4] Tremove tag[2] fid[4] ",1],["Tstat","Rumai::IXP","classes\/Rumai\/IXP\/Tstat.html"," < Fcall","size[4] Tstat tag[2] fid[4] ",1],["Tversion","Rumai::IXP","classes\/Rumai\/IXP\/Tversion.html"," < Fcall","size[4] Tversion tag[2] msize[4] version[s] ",1],["Twalk","Rumai::IXP","classes\/Rumai\/IXP\/Twalk.html"," < Fcall","size[4] Twalk tag[2] fid[4] newfid[4] nwname[2] nwname*(wname[s]) ",1],["Twrite","Rumai::IXP","classes\/Rumai\/IXP\/Twrite.html"," < Fcall","size[4] Twrite tag[2] fid[4] offset[8] count[4] data[count] ",1],["Twstat","Rumai::IXP","classes\/Rumai\/IXP\/Twstat.html"," < Fcall","size[4] Twstat tag[2] fid[4] stat[n] ",1],["Node","Rumai","classes\/Rumai\/Node.html"," < Object","An entry in the IXP file system. ",1],["View","Rumai","classes\/Rumai\/View.html"," < WidgetNode","The visualization of a tag. ",1],["String","lib\/rumai\/ixp\/message.rb","classes\/String.html"," < Object","count[2] s[count] ",1],["StringIO","lib\/rumai\/ixp\/message.rb","classes\/StringIO.html"," < Object","",1],["Time","lib\/rumai\/ixp\/message.rb","classes\/Time.html"," < Object","",1],["<<","Rumai::Area","classes\/Rumai\/Area.html#M000080","(*clients)","Alias for #push",2],["<<","Rumai::IXP::Agent::FidStream","classes\/Rumai\/IXP\/Agent\/FidStream.html#M000086","(content)","Alias for #write",2],["[]","Rumai::Node","classes\/Rumai\/Node.html#M000013","(sub_path)","Returns the given sub-path as a Node object. ",2],["__from_9p__","Rumai::IXP::Fcall","classes\/Rumai\/IXP\/Fcall.html#M000165","(stream)","Alias for #from_9p",2],["area","Rumai::Client","classes\/Rumai\/Client.html#M000040","(view = View.curr)","Returns the area that contains this client within the given view. ",2],["area_ids","Rumai::View","classes\/Rumai\/View.html#M000108","()","Returns the IDs of all areas in this view. ",2],["area_of_client","Rumai::View","classes\/Rumai\/View.html#M000104","(client_or_id)","Returns the area which contains the given client in this view. ",2],["areas","Rumai::View","classes\/Rumai\/View.html#M000109","()","Returns all areas in this view. ",2],["arrange_as_larswm","Rumai::View","classes\/Rumai\/View.html#M000117","()","Arranges the clients in this view, while maintaining their relative order, in the tiling fashion of LarsWM.",2],["arrange_in_diamond","Rumai::View","classes\/Rumai\/View.html#M000120","()","Arranges the clients in this view, while maintaining their relative order, in a (at best) equilateral",2],["arrange_in_grid","Rumai::View","classes\/Rumai\/View.html#M000119","(max_clients_per_column = nil)","Arranges the clients in this view, while maintaining their relative order, in a (at best) square grid.",2],["attach","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000111","(root_fid, auth_fid = Fcall::NOFID, auth_name = ENV['USER'])","Associates the given FID with the FS root. ",2],["chain","Rumai::Area","classes\/Rumai\/Area.html#M000067","()","Returns a list of all areas in the current view. ",2],["chain","Rumai::Chain","classes\/Rumai\/Chain.html#M000010","()","Returns an array of objects related to this one. ",2],["chain","Rumai::Client","classes\/Rumai\/Client.html#M000024","()","Returns a list of all clients in the current view. ",2],["chain","Rumai::View","classes\/Rumai\/View.html#M000095","()","Returns a list of all views. ",2],["children","Rumai::Node","classes\/Rumai\/Node.html#M000017","()","Returns all child nodes of this node. ",2],["clear","Rumai::Node","classes\/Rumai\/Node.html#M000019","()","Deletes all child nodes. ",2],["client_ids","Rumai","classes\/Rumai.html#M000129","()","Returns the IDs of the current set of clients. ",2],["client_ids","Rumai::Area","classes\/Rumai\/Area.html#M000070","()","Returns the IDs of the clients in this area. ",2],["client_ids","Rumai::ClientContainer","classes\/Rumai\/ClientContainer.html#M000056","()","Returns the IDs of the clients in this container. ",2],["client_ids","Rumai::View","classes\/Rumai\/View.html#M000096","(area_id = '\\S+')","Returns the IDs of the clients contained in the given area within this view. ",2],["clients","Rumai::ClientContainer","classes\/Rumai\/ClientContainer.html#M000057","()","Returns the clients contained in this container. ",2],["close","Rumai::IXP::Agent::FidStream","classes\/Rumai\/IXP\/Agent\/FidStream.html#M000074","()","Closes this stream. ",2],["closed?","Rumai::IXP::Agent::FidStream","classes\/Rumai\/IXP\/Agent\/FidStream.html#M000075","()","Returns true if this stream is closed. ",2],["clunk","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000115","(fid)","Retires the given FID from use. ",2],["column?","Rumai::Area","classes\/Rumai\/Area.html#M000063","()","Checks if this is a managed area (a column). ",2],["columns","Rumai::View","classes\/Rumai\/View.html#M000112","()","Returns all columns (managed areas) in this view. ",2],["concat","Rumai::Area","classes\/Rumai\/Area.html#M000084","(area)","Concatenates the given area to the bottom of this area. ",2],["countee=","Rumai::IXP::Struct::Field","classes\/Rumai\/IXP\/Struct\/Field.html#M000153","(field)","Sets the countee for this field (implying that this field counts the length of the given field). ",2],["counter=","Rumai::IXP::Struct::Field","classes\/Rumai\/IXP\/Struct\/Field.html#M000152","(field)","Sets the counter for this field (implying that the length of this field is counted by the given field).",2],["create","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000091","(path, mode = 'rw', perm = 0644)","Creates a new file at the given path that is accessible using the given modes for a user having the given",2],["create","Rumai::Node","classes\/Rumai\/Node.html#M000009","(*args)","Creates a file corresponding to this node on the IXP server. See Rumai::IXP::Client#create for details.",2],["curr","Rumai::Area","classes\/Rumai\/Area.html#M000065","()","Returns the currently focused area. ",2],["curr","Rumai::Client","classes\/Rumai\/Client.html#M000023","()","Returns the currently focused client. ",2],["curr","Rumai::View","classes\/Rumai\/View.html#M000093","()","Returns the currently focused view. ",2],["curr_area","Rumai","classes\/Rumai.html#M000134","()","",2],["curr_client","Rumai","classes\/Rumai.html#M000131","()","",2],["curr_tag","Rumai","classes\/Rumai.html#M000143","()","",2],["curr_view","Rumai","classes\/Rumai.html#M000139","()","",2],["directory?","Rumai::IXP::Stat","classes\/Rumai\/IXP\/Stat.html#M000162","()","Tests if this file is a directory. ",2],["directory?","Rumai::Node","classes\/Rumai\/Node.html#M000003","()","Tests if this node is a directory. ",2],["each","Rumai::Area","classes\/Rumai\/Area.html#M000072","(&block)","Iterates through each client in this container. ",2],["each","Rumai::Node","classes\/Rumai\/Node.html#M000018","(&block)","Iterates through each child of this directory. ",2],["each","Rumai::View","classes\/Rumai\/View.html#M000099","(&block)","Iterates through each area in this view. ",2],["each_column","Rumai::View","classes\/Rumai\/View.html#M000114","(starting_column_id = 1)","Resiliently iterates through possibly destructive changes to each column. That is, if the given block",2],["each_line","Rumai::Node","classes\/Rumai\/Node.html#M000007","(&block)","Invokes the given block for every line in the content of this node. ",2],["each_managed_area","Rumai::View","classes\/Rumai\/View.html#M000116","(starting_column_id = 1)","Alias for #each_column",2],["entries","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000088","(path)","Returns the names of all files inside the directory whose path is given. ",2],["entries","Rumai::Node","classes\/Rumai\/Node.html#M000004","()","Returns the names of all files in this directory. ",2],["exist?","Rumai::Area","classes\/Rumai\/Area.html#M000069","()","Checks if this object exists in the chain. ",2],["exist?","Rumai::Node","classes\/Rumai\/Node.html#M000002","()","Tests if this node exists on the IXP server. ",2],["factory","Rumai::IXP::Struct::Field","classes\/Rumai\/IXP\/Struct\/Field.html#M000154","(format)","Returns a Field class that best represents the given format. ",2],["floating","Rumai::Area","classes\/Rumai\/Area.html#M000066","(view = View.curr)","Returns the floating area in the given view. ",2],["floating?","Rumai::Area","classes\/Rumai\/Area.html#M000062","()","Checks if this area is the floating area. ",2],["floating_area","Rumai::View","classes\/Rumai\/View.html#M000110","()","Returns the floating area of this view. ",2],["focus","Rumai::Area","classes\/Rumai\/Area.html#M000076","()","Puts focus on this area. ",2],["focus","Rumai::Client","classes\/Rumai\/Client.html#M000025","(view = nil)","Focuses this client within the given view. ",2],["focus","Rumai::View","classes\/Rumai\/View.html#M000094","()","Focuses this view. ",2],["focus_area","Rumai","classes\/Rumai.html#M000150","(id)","",2],["focus_client","Rumai","classes\/Rumai.html#M000149","(id)","",2],["focus_view","Rumai","classes\/Rumai.html#M000151","(id)","",2],["from_9p","Rumai::IXP::Fcall","classes\/Rumai\/IXP\/Fcall.html#M000164","(stream)","Creates a new instance of this class from the given 9P2000 byte stream and returns the instance. ",2],["from_9p","String","classes\/String.html#M000171","(stream)","Creates a new instance of this class from the given 9P2000 byte stream and returns the instance. ",2],["from_9p","Time","classes\/Time.html#M000173","(stream)","Creates a new instance of this class from the given 9P2000 byte stream and returns the instance. ",2],["fs","Rumai","classes\/Rumai.html#M000124","()","Returns the root of IXP file system hierarchy. ",2],["fullscreen","Rumai::Client","classes\/Rumai\/Client.html#M000031","()","Maximizes this client to occupy the entire screen on the current view. ",2],["fullscreen!","Rumai::Client","classes\/Rumai\/Client.html#M000033","()","Toggles the fullscreen status of this client on the current view. ",2],["fullscreen?","Rumai::Client","classes\/Rumai\/Client.html#M000034","()","Checks if this client is currently fullscreen on the current view. ",2],["group","Rumai::Client","classes\/Rumai\/Client.html#M000050","()","Adds this client to the current grouping. ",2],["group!","Rumai::Client","classes\/Rumai\/Client.html#M000054","()","Toggles the presence of this client in the current grouping. ",2],["group?","Rumai::Client","classes\/Rumai\/Client.html#M000049","()","Checks if this client is included in the current grouping. ",2],["grouping","Rumai","classes\/Rumai.html#M000146","()","Returns a list of all grouped clients in the currently focused view. If there are no grouped clients,",2],["grouping","Rumai::ClientContainer","classes\/Rumai\/ClientContainer.html#M000059","()","Returns all grouped clients in this container. ",2],["included","Rumai::IXP::Struct","classes\/Rumai\/IXP\/Struct.html#M000135","(target)","Provides a convenient DSL (for defining fields) to all objects which *include* this module. ",2],["insert","Rumai::Area","classes\/Rumai\/Area.html#M000081","(*clients)","Inserts the given clients after the currently focused client in this area. ",2],["kill","Rumai::Client","classes\/Rumai\/Client.html#M000029","()","Terminates this client nicely (requests this window to be closed). ",2],["layout=","Rumai::Area","classes\/Rumai\/Area.html#M000073","(mode)","Sets the layout of clients in this column. ",2],["length","Rumai::Area","classes\/Rumai\/Area.html#M000078","()","Returns the number of clients in this area. ",2],["length=","Rumai::Area","classes\/Rumai\/Area.html#M000085","(max_clients)","Ensures that this area has at most the given number of clients. Areas to the right of this one serve",2],["load_9p","Rumai::IXP::Struct","classes\/Rumai\/IXP\/Struct.html#M000130","(stream)","Populates this object with information from the given 9P2000 byte stream. ",2],["load_9p","Rumai::IXP::Struct::Field","classes\/Rumai\/IXP\/Struct\/Field.html#M000156","(stream, field_values)","Populates this object with information taken from the given 9P2000 byte stream. ",2],["load_9p","Rumai::IXP::Struct::Field::CounteeField","classes\/Rumai\/IXP\/Struct\/Field\/CounteeField.html#M000161","(stream, field_values)","",2],["managed?","Rumai::Area","classes\/Rumai\/Area.html#M000064","()","Alias for #column?",2],["managed_areas","Rumai::View","classes\/Rumai\/View.html#M000113","()","Alias for #columns",2],["manifest","Rumai::View","classes\/Rumai\/View.html#M000102","()","Returns the manifest of all areas and clients in this view. ",2],["method_missing","Rumai::Node","classes\/Rumai\/Node.html#M000020","(meth, *args)","Provides access to child nodes through method calls. ",2],["move","Rumai::Client","classes\/Rumai\/Client.html#M000027","(area_or_id, view = View.curr)","Alias for #send",2],["new","Rumai::Area","classes\/Rumai\/Area.html#M000060","(area_id, view = View.curr)","[view] the view object which contains this area ",2],["new","Rumai::Client","classes\/Rumai\/Client.html#M000021","(client_id)","",2],["new","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000035","(stream)","",2],["new","Rumai::IXP::Agent::FidStream","classes\/Rumai\/IXP\/Agent\/FidStream.html#M000068","(agent, path_fid, message_size)","",2],["new","Rumai::IXP::Agent::RangedPool","classes\/Rumai\/IXP\/Agent\/RangedPool.html#M000045","(range)","",2],["new","Rumai::IXP::Struct","classes\/Rumai\/IXP\/Struct.html#M000126","(field_values = {})","Allows field values to be initialized via the constructor. [field_values] a mapping from field name to",2],["new","Rumai::IXP::Struct::Field","classes\/Rumai\/IXP\/Struct\/Field.html#M000148","(name, format = nil, counter = nil)","[name] unique (among all fields in a struct) name for the field [format] number of bytes, a class, or",2],["new","Rumai::Node","classes\/Rumai\/Node.html#M000000","(path)","",2],["new","Rumai::View","classes\/Rumai\/View.html#M000100","(view_id)","",2],["next","Rumai::Chain","classes\/Rumai\/Chain.html#M000011","()","Returns the object after this one in the chain. ",2],["next_area","Rumai","classes\/Rumai.html#M000137","()","",2],["next_client","Rumai","classes\/Rumai.html#M000132","()","",2],["next_tag","Rumai","classes\/Rumai.html#M000144","()","",2],["next_view","Rumai","classes\/Rumai.html#M000140","()","",2],["obtain","Rumai::IXP::Agent::RangedPool","classes\/Rumai\/IXP\/Agent\/RangedPool.html#M000048","()","Returns an unoccupied range member from the pool. ",2],["open","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000061","(path, mode = 'r')","Opens the given path for I\/O access through a FidStream object. If a block is given, it is invoked with",2],["open","Rumai::Node","classes\/Rumai\/Node.html#M000005","(mode = 'r', &block)","Opens this node for I\/O access. See Rumai::IXP::Client#open for details. ",2],["parent","Rumai::Node","classes\/Rumai\/Node.html#M000016","()","Returns the parent node of this node. ",2],["parse","Rumai::IXP::Agent::MODES","classes\/Rumai\/IXP\/Agent\/MODES.html#M000058","(mode)","Converts the given mode string into an integer. ",2],["prev","Rumai::Chain","classes\/Rumai\/Chain.html#M000014","()","Returns the object before this one in the chain. ",2],["prev_area","Rumai","classes\/Rumai.html#M000138","()","",2],["prev_client","Rumai","classes\/Rumai.html#M000133","()","",2],["prev_tag","Rumai","classes\/Rumai.html#M000145","()","",2],["prev_view","Rumai","classes\/Rumai.html#M000142","()","",2],["push","Rumai::Area","classes\/Rumai\/Area.html#M000079","(*clients)","Inserts the given clients at the bottom of this area. ",2],["read","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000087","(path, *args)","Returns the content of the file\/directory at the given path. ",2],["read","Rumai::IXP::Agent::FidStream","classes\/Rumai\/IXP\/Agent\/FidStream.html#M000077","(partial = false)","Reads some data from this stream at the current position. [partial] When false, the entire content of",2],["read","Rumai::Node","classes\/Rumai\/Node.html#M000006","(*args)","Returns the entire content of this node. See Rumai::IXP::Client#read for details. ",2],["read_9p","Rumai::IXP::Stream","classes\/Rumai\/IXP\/Stream.html#M000122","(num_bytes)","Unpacks the given number of bytes from this 9P2000 byte stream. ",2],["release","Rumai::IXP::Agent::RangedPool","classes\/Rumai\/IXP\/Agent\/RangedPool.html#M000052","(member)","Marks the given member as being unoccupied so that it may be occupied again in the future. ",2],["remove","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000097","(path)","Deletes the file at the given path. ",2],["remove","Rumai::Node","classes\/Rumai\/Node.html#M000012","()","Deletes the file corresponding to this node on the IXP server. ",2],["remove_fid","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000098","(path_fid)","Deletes the file corresponding to the given FID and clunks the given FID. ",2],["rewind","Rumai::IXP::Agent::FidStream","classes\/Rumai\/IXP\/Agent\/FidStream.html#M000071","()","Rewinds the stream to the beginning. ",2],["select","Rumai::View","classes\/Rumai\/View.html#M000103","(direction)","Moves the focus from the current client in the given direction. ",2],["send","Rumai::Client","classes\/Rumai\/Client.html#M000026","(area_or_id, view = View.curr)","Sends this client to the given destination within the given view. ",2],["slay","Rumai::Client","classes\/Rumai\/Client.html#M000030","()","Terminates this client forcefully. ",2],["stat","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000101","(path)","Returns information about the file at the given path. ",2],["stat","Rumai::Node","classes\/Rumai\/Node.html#M000001","()","Returns file statistics about this node. See Rumai::IXP::Client#stat for details. ",2],["stat_fid","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000105","(path_fid)","Returns information about the file referenced by the given FID. ",2],["stick","Rumai::Client","classes\/Rumai\/Client.html#M000037","()","Makes this client sticky (appears in all views). ",2],["stick!","Rumai::Client","classes\/Rumai\/Client.html#M000039","()","Toggles the stickyness of this client. ",2],["stick?","Rumai::Client","classes\/Rumai\/Client.html#M000036","()","Checks if this client is sticky (appears in all views). ",2],["swap","Rumai::Client","classes\/Rumai\/Client.html#M000028","(area_or_id, view = View.curr)","Swaps this client with the given destination within the given view. ",2],["tag","Rumai::Client","classes\/Rumai\/Client.html#M000046","(*tags)","Adds the given tags to this client. ",2],["tags","Rumai","classes\/Rumai.html#M000125","()","Returns the current set of tags. ",2],["tags","Rumai::Client","classes\/Rumai\/Client.html#M000042","()","Returns the tags associated with this client. ",2],["tags=","Rumai::Client","classes\/Rumai\/Client.html#M000043","(*tags)","Modifies the tags associated with this client. ",2],["talk","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000053","(request)","Sends the given message (Rumai::IXP::Fcall) and returns its response. This method allows you to perform",2],["to_9p","Integer","classes\/Integer.html#M000169","(num_bytes)","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Fcall","classes\/Rumai\/IXP\/Fcall.html#M000163","()","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Struct","classes\/Rumai\/IXP\/Struct.html#M000127","()","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Struct::Field","classes\/Rumai\/IXP\/Struct\/Field.html#M000155","(field_values)","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Struct::Field::CounteeField","classes\/Rumai\/IXP\/Struct\/Field\/CounteeField.html#M000160","(field_values)","",2],["to_9p","Rumai::IXP::Struct::Field::CounterField","classes\/Rumai\/IXP\/Struct\/Field\/CounterField.html#M000159","(field_values)","",2],["to_9p","Rumai::IXP::Terror","classes\/Rumai\/IXP\/Terror.html#M000166","()","",2],["to_9p","String","classes\/String.html#M000170","()","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Time","classes\/Time.html#M000172","()","Transforms this object into a string of 9P2000 bytes. ",2],["type","Rumai::IXP::Fcall","classes\/Rumai\/IXP\/Fcall.html#M000168","()","Returns the value of the 'type' field for this fcall. ",2],["type","Rumai::IXP::Fcall","classes\/Rumai\/IXP\/Fcall.html#M000167","()","Returns the value of the 'type' field for this fcall. ",2],["unfullscreen","Rumai::Client","classes\/Rumai\/Client.html#M000032","()","Restores this client back to its original size on the current view. ",2],["ungroup","Rumai::Client","classes\/Rumai\/Client.html#M000051","()","Removes this client to the current grouping. ",2],["unshift","Rumai::Area","classes\/Rumai\/Area.html#M000082","(*clients)","Inserts the given clients at the top of this area. ",2],["unstick","Rumai::Client","classes\/Rumai\/Client.html#M000038","()","Makes this client unsticky (does not appear in all views). ",2],["untag","Rumai::Client","classes\/Rumai\/Client.html#M000047","(*tags)","Removes the given tags from this client. ",2],["views","Rumai","classes\/Rumai.html#M000128","()","Returns the current set of views. ",2],["views","Rumai::Client","classes\/Rumai\/Client.html#M000041","()","Returns the views that contain this client. ",2],["walk","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000106","(path)","Returns an FID corresponding to the given path. ",2],["walk_fid","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000107","(path_fid, path)","Associates the given FID to the given path. ",2],["with_tags","Rumai::Client","classes\/Rumai\/Client.html#M000044","(&block)","Evaluates the given block within the context of this client's list of tags. ",2],["write","Rumai::IXP::Agent","classes\/Rumai\/IXP\/Agent.html#M000090","(path, content)","Returns the content of the file\/directory at the given path. ",2],["write","Rumai::IXP::Agent::FidStream","classes\/Rumai\/IXP\/Agent\/FidStream.html#M000083","(content)","Writes the given content at the current position in this stream. ",2],["write","Rumai::Node","classes\/Rumai\/Node.html#M000008","(content)","Writes the given content to this node. ",2],["CREDITS","files\/CREDITS.html","files\/CREDITS.html","","* [Christoph Blank](http:\/\/textmode.at) * Michael Andrus * [Simon Hafner](http:\/\/github.com\/Tass) ",3],["LICENSE","files\/LICENSE.html","files\/LICENSE.html","","(the ISC license) Copyright 2006 Suraj N. Kurapati <sunaku@gmail.com> Permission to use, copy, modify,",3],["rumai.rb","files\/lib\/rumai_rb.html","files\/lib\/rumai_rb.html",""," ",3],["fs.rb","files\/lib\/rumai\/fs_rb.html","files\/lib\/rumai\/fs_rb.html","","File system abstractions over the 9P2000 protocol. ",3],["ixp.rb","files\/lib\/rumai\/ixp_rb.html","files\/lib\/rumai\/ixp_rb.html","","An interface to wmii's IXP library for Rumai. ",3],["message.rb","files\/lib\/rumai\/ixp\/message_rb.html","files\/lib\/rumai\/ixp\/message_rb.html","","Primitives for the 9P2000 protocol. See http:\/\/cm.bell-labs.com\/sys\/man\/5\/INDEX.html See http:\/\/swtch.com\/plan9port\/man\/man9\/",3],["transport.rb","files\/lib\/rumai\/ixp\/transport_rb.html","files\/lib\/rumai\/ixp\/transport_rb.html","","Transport layer for 9P2000 protocol. ",3],["wm.rb","files\/lib\/rumai\/wm_rb.html","files\/lib\/rumai\/wm_rb.html","","Abstractions for the window manager. ",3]],"searchIndex":["io","integer","rumai","area","chain","client","clientcontainer","exportinstancemethods","ixp","agent","fidstream","modes","rangedpool","error","fcall","qid","rattach","rauth","rclunk","rcreate","rerror","rflush","ropen","rread","rremove","rstat","rversion","rwalk","rwrite","rwstat","stat","stream","struct","field","counteefield","counterfield","tattach","tauth","tclunk","tcreate","terror","tflush","topen","tread","tremove","tstat","tversion","twalk","twrite","twstat","node","view","string","stringio","time","<<()","<<()","[]()","__from_9p__()","area()","area_ids()","area_of_client()","areas()","arrange_as_larswm()","arrange_in_diamond()","arrange_in_grid()","attach()","chain()","chain()","chain()","chain()","children()","clear()","client_ids()","client_ids()","client_ids()","client_ids()","clients()","close()","closed?()","clunk()","column?()","columns()","concat()","countee=()","counter=()","create()","create()","curr()","curr()","curr()","curr_area()","curr_client()","curr_tag()","curr_view()","directory?()","directory?()","each()","each()","each()","each_column()","each_line()","each_managed_area()","entries()","entries()","exist?()","exist?()","factory()","floating()","floating?()","floating_area()","focus()","focus()","focus()","focus_area()","focus_client()","focus_view()","from_9p()","from_9p()","from_9p()","fs()","fullscreen()","fullscreen!()","fullscreen?()","group()","group!()","group?()","grouping()","grouping()","included()","insert()","kill()","layout=()","length()","length=()","load_9p()","load_9p()","load_9p()","managed?()","managed_areas()","manifest()","method_missing()","move()","new()","new()","new()","new()","new()","new()","new()","new()","new()","next()","next_area()","next_client()","next_tag()","next_view()","obtain()","open()","open()","parent()","parse()","prev()","prev_area()","prev_client()","prev_tag()","prev_view()","push()","read()","read()","read()","read_9p()","release()","remove()","remove()","remove_fid()","rewind()","select()","send()","slay()","stat()","stat()","stat_fid()","stick()","stick!()","stick?()","swap()","tag()","tags()","tags()","tags=()","talk()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","type()","type()","unfullscreen()","ungroup()","unshift()","unstick()","untag()","views()","views()","walk()","walk_fid()","with_tags()","write()","write()","write()","credits","license","rumai.rb","fs.rb","ixp.rb","message.rb","transport.rb","wm.rb"]}}
1
+ var search_data = {"index":{"searchIndex":["io","integer","rumai","area","chain","client","clientcontainer","exportinstancemethods","ixp","agent","fidstream","modes","rangedpool","error","fcall","qid","rattach","rauth","rclunk","rcreate","rerror","rflush","ropen","rread","rremove","rstat","rversion","rwalk","rwrite","rwstat","stat","stream","struct","field","counteefield","counterfield","tattach","tauth","tclunk","tcreate","terror","tflush","topen","tread","tremove","tstat","tversion","twalk","twrite","twstat","node","view","string","stringio","time","<<()","<<()","[]()","__from_9p__()","area()","area_ids()","area_of_client()","areas()","arrange_as_larswm()","arrange_in_diamond()","arrange_in_grid()","attach()","chain()","chain()","chain()","chain()","children()","clear()","client_ids()","client_ids()","client_ids()","client_ids()","clients()","close()","closed?()","clunk()","column?()","columns()","concat()","countee=()","counter=()","create()","create()","curr()","curr()","curr()","curr_area()","curr_client()","curr_tag()","curr_view()","directory?()","directory?()","each()","each()","each()","each_column()","each_line()","each_managed_area()","entries()","entries()","exist?()","exist?()","factory()","float()","float!()","float?()","floating()","floating?()","floating_area()","focus()","focus()","focus()","focus_area()","focus_client()","focus_view()","from_9p()","from_9p()","from_9p()","fs()","fullscreen()","fullscreen!()","fullscreen?()","group()","group!()","group?()","grouping()","grouping()","included()","insert()","kill()","layout=()","length()","length=()","load_9p()","load_9p()","load_9p()","manage()","manage!()","manage?()","managed?()","managed_areas()","manifest()","method_missing()","move()","new()","new()","new()","new()","new()","new()","new()","new()","new()","next()","next_area()","next_client()","next_tag()","next_view()","obtain()","open()","open()","parent()","parse()","prev()","prev_area()","prev_client()","prev_tag()","prev_view()","push()","read()","read()","read()","read_9p()","release()","remove()","remove()","remove_fid()","rewind()","select()","send()","slay()","stat()","stat()","stat_fid()","stick()","stick!()","stick?()","swap()","tag()","tags()","tags()","tags=()","talk()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","type()","type()","unfloat()","unfullscreen()","ungroup()","unmanage()","unshift()","unstick()","untag()","views()","views()","walk()","walk_fid()","with_tags()","write()","write()","write()","credits","license","rumai.rb","fs.rb","ixp.rb","message.rb","transport.rb","wm.rb"],"longSearchIndex":["lib/rumai/ixp/message.rb","lib/rumai/ixp/message.rb","lib/rumai/ixp/message.rb","rumai","rumai","rumai","rumai","rumai","rumai","rumai::ixp","rumai::ixp::agent","rumai::ixp::agent","rumai::ixp::agent","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp::struct","rumai::ixp::struct::field","rumai::ixp::struct::field","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai","rumai","lib/rumai/ixp/message.rb","lib/rumai/ixp/message.rb","lib/rumai/ixp/message.rb","rumai::area","rumai::ixp::agent::fidstream","rumai::node","rumai::ixp::fcall","rumai::client","rumai::view","rumai::view","rumai::view","rumai::view","rumai::view","rumai::view","rumai::ixp::agent","rumai::area","rumai::chain","rumai::client","rumai::view","rumai::node","rumai::node","rumai","rumai::area","rumai::clientcontainer","rumai::view","rumai::clientcontainer","rumai::ixp::agent::fidstream","rumai::ixp::agent::fidstream","rumai::ixp::agent","rumai::area","rumai::view","rumai::area","rumai::ixp::struct::field","rumai::ixp::struct::field","rumai::ixp::agent","rumai::node","rumai::area","rumai::client","rumai::view","rumai","rumai","rumai","rumai","rumai::ixp::stat","rumai::node","rumai::area","rumai::node","rumai::view","rumai::view","rumai::node","rumai::view","rumai::ixp::agent","rumai::node","rumai::area","rumai::node","rumai::ixp::struct::field","rumai::client","rumai::client","rumai::client","rumai::area","rumai::area","rumai::view","rumai::area","rumai::client","rumai::view","rumai","rumai","rumai","rumai::ixp::fcall","string","time","rumai","rumai::client","rumai::client","rumai::client","rumai::client","rumai::client","rumai::client","rumai","rumai::clientcontainer","rumai::ixp::struct","rumai::area","rumai::client","rumai::area","rumai::area","rumai::area","rumai::ixp::struct","rumai::ixp::struct::field","rumai::ixp::struct::field::counteefield","rumai::client","rumai::client","rumai::client","rumai::area","rumai::view","rumai::view","rumai::node","rumai::client","rumai::area","rumai::client","rumai::ixp::agent","rumai::ixp::agent::fidstream","rumai::ixp::agent::rangedpool","rumai::ixp::struct","rumai::ixp::struct::field","rumai::node","rumai::view","rumai::chain","rumai","rumai","rumai","rumai","rumai::ixp::agent::rangedpool","rumai::ixp::agent","rumai::node","rumai::node","rumai::ixp::agent::modes","rumai::chain","rumai","rumai","rumai","rumai","rumai::area","rumai::ixp::agent","rumai::ixp::agent::fidstream","rumai::node","rumai::ixp::stream","rumai::ixp::agent::rangedpool","rumai::ixp::agent","rumai::node","rumai::ixp::agent","rumai::ixp::agent::fidstream","rumai::view","rumai::client","rumai::client","rumai::ixp::agent","rumai::node","rumai::ixp::agent","rumai::client","rumai::client","rumai::client","rumai::client","rumai::client","rumai","rumai::client","rumai::client","rumai::ixp::agent","integer","rumai::ixp::fcall","rumai::ixp::struct","rumai::ixp::struct::field","rumai::ixp::struct::field::counteefield","rumai::ixp::struct::field::counterfield","rumai::ixp::terror","string","time","rumai::ixp::fcall","rumai::ixp::fcall","rumai::client","rumai::client","rumai::client","rumai::client","rumai::area","rumai::client","rumai::client","rumai","rumai::client","rumai::ixp::agent","rumai::ixp::agent","rumai::client","rumai::ixp::agent","rumai::ixp::agent::fidstream","rumai::node","files/credits.html","files/license.html","files/lib/rumai_rb.html","files/lib/rumai/fs_rb.html","files/lib/rumai/ixp_rb.html","files/lib/rumai/ixp/message_rb.html","files/lib/rumai/ixp/transport_rb.html","files/lib/rumai/wm_rb.html"],"info":[["IO","lib/rumai/ixp/message.rb","classes/IO.html"," < Object","",1],["Integer","lib/rumai/ixp/message.rb","classes/Integer.html"," < Object","",1],["Rumai","lib/rumai/ixp/message.rb","classes/Rumai.html"," < ","Primitives for the 9P2000 protocol. See http://cm.bell-labs.com/sys/man/5/INDEX.html See http://swtch.com/plan9port/man/man9/",1],["Area","Rumai","classes/Rumai/Area.html"," < Object","A region that contains clients. This can be either the floating area or a column in the managed area.",1],["Chain","Rumai","classes/Rumai/Chain.html"," < ","NOTE: Inheritors must override the 'chain' method. ",1],["Client","Rumai","classes/Rumai/Client.html"," < WidgetNode","A graphical program that is running in your current X Windows session. ",1],["ClientContainer","Rumai","classes/Rumai/ClientContainer.html"," < ","NOTE: Inheritors should override the 'client_ids' method. ",1],["ExportInstanceMethods","Rumai","classes/Rumai/ExportInstanceMethods.html"," < ","Makes instance methods accessible through class methods. This is done to emulate the File class: File.exist?",1],["IXP","Rumai","classes/Rumai/IXP.html"," < ","",1],["Agent","Rumai::IXP","classes/Rumai/IXP/Agent.html"," < Object","A thread-safe proxy that multiplexes many threads onto a single 9P2000 connection. ",1],["FidStream","Rumai::IXP::Agent","classes/Rumai/IXP/Agent/FidStream.html"," < Object","Encapsulates I/O access over a file handle (fid). NOTE: this class is NOT thread-safe. ",1],["MODES","Rumai::IXP::Agent","classes/Rumai/IXP/Agent/MODES.html"," < ","",1],["RangedPool","Rumai::IXP::Agent","classes/Rumai/IXP/Agent/RangedPool.html"," < Object","A finite, thread-safe pool of range members. ",1],["Error","Rumai::IXP","classes/Rumai/IXP/Error.html"," < StandardError","A common container for exceptions concerning IXP. ",1],["Fcall","Rumai::IXP","classes/Rumai/IXP/Fcall.html"," < Object","A remote function call (fcall). ",1],["Qid","Rumai::IXP","classes/Rumai/IXP/Qid.html"," < Object","Holds information about a file being accessed on a 9P2000 server. See http://cm.bell-labs.com/magic/man2html/5/intro",1],["Rattach","Rumai::IXP","classes/Rumai/IXP/Rattach.html"," < Fcall","size[4] Rattach tag[2] qid[13] ",1],["Rauth","Rumai::IXP","classes/Rumai/IXP/Rauth.html"," < Fcall","size[4] Rauth tag[2] aqid[13] ",1],["Rclunk","Rumai::IXP","classes/Rumai/IXP/Rclunk.html"," < Fcall","size[4] Rclunk tag[2] ",1],["Rcreate","Rumai::IXP","classes/Rumai/IXP/Rcreate.html"," < Fcall","size[4] Rcreate tag[2] qid[13] iounit[4] ",1],["Rerror","Rumai::IXP","classes/Rumai/IXP/Rerror.html"," < Fcall","size[4] Rerror tag[2] ename[s] ",1],["Rflush","Rumai::IXP","classes/Rumai/IXP/Rflush.html"," < Fcall","size[4] Rflush tag[2] ",1],["Ropen","Rumai::IXP","classes/Rumai/IXP/Ropen.html"," < Fcall","size[4] Ropen tag[2] qid[13] iounit[4] ",1],["Rread","Rumai::IXP","classes/Rumai/IXP/Rread.html"," < Fcall","size[4] Rread tag[2] count[4] data[count] ",1],["Rremove","Rumai::IXP","classes/Rumai/IXP/Rremove.html"," < Fcall","size[4] Rremove tag[2] ",1],["Rstat","Rumai::IXP","classes/Rumai/IXP/Rstat.html"," < Fcall","size[4] Rstat tag[2] stat[n] ",1],["Rversion","Rumai::IXP","classes/Rumai/IXP/Rversion.html"," < Fcall","size[4] Rversion tag[2] msize[4] version[s] ",1],["Rwalk","Rumai::IXP","classes/Rumai/IXP/Rwalk.html"," < Fcall","size[4] Rwalk tag[2] nwqid[2] nwqid*(wqid[13]) ",1],["Rwrite","Rumai::IXP","classes/Rumai/IXP/Rwrite.html"," < Fcall","size[4] Rwrite tag[2] count[4] ",1],["Rwstat","Rumai::IXP","classes/Rumai/IXP/Rwstat.html"," < Fcall","size[4] Rwstat tag[2] ",1],["Stat","Rumai::IXP","classes/Rumai/IXP/Stat.html"," < Object","Holds information about a file on a 9P2000 server. See http://cm.bell-labs.com/magic/man2html/5/stat",1],["Stream","Rumai::IXP","classes/Rumai/IXP/Stream.html"," < ","A 9P2000 byte stream. ",1],["Struct","Rumai::IXP","classes/Rumai/IXP/Struct.html"," < ","A serializable 9P2000 data structure. ",1],["Field","Rumai::IXP::Struct","classes/Rumai/IXP/Struct/Field.html"," < Object","A field inside a Struct. A field's value is considered to be either: * array of format when <code>counter",1],["CounteeField","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field/CounteeField.html"," < ","Methods for a field whose length is counted by another field. ",1],["CounterField","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field/CounterField.html"," < ","Methods for a field that counts the length of another field. ",1],["Tattach","Rumai::IXP","classes/Rumai/IXP/Tattach.html"," < Fcall","size[4] Tattach tag[2] fid[4] afid[4] uname[s] aname[s] ",1],["Tauth","Rumai::IXP","classes/Rumai/IXP/Tauth.html"," < Fcall","size[4] Tauth tag[2] afid[4] uname[s] aname[s] ",1],["Tclunk","Rumai::IXP","classes/Rumai/IXP/Tclunk.html"," < Fcall","size[4] Tclunk tag[2] fid[4] ",1],["Tcreate","Rumai::IXP","classes/Rumai/IXP/Tcreate.html"," < Fcall","size[4] Tcreate tag[2] fid[4] name[s] perm[4] mode[1] ",1],["Terror","Rumai::IXP","classes/Rumai/IXP/Terror.html"," < Fcall","illegal ",1],["Tflush","Rumai::IXP","classes/Rumai/IXP/Tflush.html"," < Fcall","size[4] Tflush tag[2] oldtag[2] ",1],["Topen","Rumai::IXP","classes/Rumai/IXP/Topen.html"," < Fcall","size[4] Topen tag[2] fid[4] mode[1] ",1],["Tread","Rumai::IXP","classes/Rumai/IXP/Tread.html"," < Fcall","size[4] Tread tag[2] fid[4] offset[8] count[4] ",1],["Tremove","Rumai::IXP","classes/Rumai/IXP/Tremove.html"," < Fcall","size[4] Tremove tag[2] fid[4] ",1],["Tstat","Rumai::IXP","classes/Rumai/IXP/Tstat.html"," < Fcall","size[4] Tstat tag[2] fid[4] ",1],["Tversion","Rumai::IXP","classes/Rumai/IXP/Tversion.html"," < Fcall","size[4] Tversion tag[2] msize[4] version[s] ",1],["Twalk","Rumai::IXP","classes/Rumai/IXP/Twalk.html"," < Fcall","size[4] Twalk tag[2] fid[4] newfid[4] nwname[2] nwname*(wname[s]) ",1],["Twrite","Rumai::IXP","classes/Rumai/IXP/Twrite.html"," < Fcall","size[4] Twrite tag[2] fid[4] offset[8] count[4] data[count] ",1],["Twstat","Rumai::IXP","classes/Rumai/IXP/Twstat.html"," < Fcall","size[4] Twstat tag[2] fid[4] stat[n] ",1],["Node","Rumai","classes/Rumai/Node.html"," < Object","An entry in the IXP file system. ",1],["View","Rumai","classes/Rumai/View.html"," < WidgetNode","The visualization of a tag. ",1],["String","lib/rumai/ixp/message.rb","classes/String.html"," < Object","count[2] s[count] ",1],["StringIO","lib/rumai/ixp/message.rb","classes/StringIO.html"," < Object","",1],["Time","lib/rumai/ixp/message.rb","classes/Time.html"," < Object","",1],["<<","Rumai::Area","classes/Rumai/Area.html#M000076","(*clients)","Alias for #push",2],["<<","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000156","(content)","Alias for #write",2],["[]","Rumai::Node","classes/Rumai/Node.html#M000011","(sub_path)","Returns the given sub-path as a Node object. ",2],["__from_9p__","Rumai::IXP::Fcall","classes/Rumai/IXP/Fcall.html#M000166","(stream)","Alias for #from_9p",2],["area","Rumai::Client","classes/Rumai/Client.html#M000047","(view = View.curr)","Returns the area that contains this client within the given view. ",2],["area_ids","Rumai::View","classes/Rumai/View.html#M000095","()","Returns the IDs of all areas in this view. ",2],["area_of_client","Rumai::View","classes/Rumai/View.html#M000092","(client_or_id)","Returns the area which contains the given client in this view. ",2],["areas","Rumai::View","classes/Rumai/View.html#M000096","()","Returns all areas in this view. ",2],["arrange_as_larswm","Rumai::View","classes/Rumai/View.html#M000104","()","Arranges the clients in this view, while maintaining their relative order, in the tiling fashion of LarsWM.",2],["arrange_in_diamond","Rumai::View","classes/Rumai/View.html#M000109","()","Arranges the clients in this view, while maintaining their relative order, in a (at best) equilateral",2],["arrange_in_grid","Rumai::View","classes/Rumai/View.html#M000106","(max_clients_per_column = nil)","Arranges the clients in this view, while maintaining their relative order, in a (at best) square grid.",2],["attach","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000172","(root_fid, auth_fid = Fcall::NOFID, auth_name = ENV['USER'])","Associates the given FID with the FS root. ",2],["chain","Rumai::Area","classes/Rumai/Area.html#M000068","()","Returns a list of all areas in the current view. ",2],["chain","Rumai::Chain","classes/Rumai/Chain.html#M000018","()","Returns an array of objects related to this one. ",2],["chain","Rumai::Client","classes/Rumai/Client.html#M000024","()","Returns a list of all clients in the current view. ",2],["chain","Rumai::View","classes/Rumai/View.html#M000085","()","Returns a list of all views. ",2],["children","Rumai::Node","classes/Rumai/Node.html#M000013","()","Returns all child nodes of this node. ",2],["clear","Rumai::Node","classes/Rumai/Node.html#M000015","()","Deletes all child nodes. ",2],["client_ids","Rumai","classes/Rumai.html#M000117","()","Returns the IDs of the current set of clients. ",2],["client_ids","Rumai::Area","classes/Rumai/Area.html#M000070","()","Returns the IDs of the clients in this area. ",2],["client_ids","Rumai::ClientContainer","classes/Rumai/ClientContainer.html#M000059","()","Returns the IDs of the clients in this container. ",2],["client_ids","Rumai::View","classes/Rumai/View.html#M000087","(area_id = '\\S+')","Returns the IDs of the clients contained in the given area within this view. ",2],["clients","Rumai::ClientContainer","classes/Rumai/ClientContainer.html#M000060","()","Returns the clients contained in this container. ",2],["close","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000115","()","Closes this stream. ",2],["closed?","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000131","()","Returns true if this stream is closed. ",2],["clunk","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000173","(fid)","Retires the given FID from use. ",2],["column?","Rumai::Area","classes/Rumai/Area.html#M000064","()","Checks if this is a managed area (a column). ",2],["columns","Rumai::View","classes/Rumai/View.html#M000100","()","Returns all columns (managed areas) in this view. ",2],["concat","Rumai::Area","classes/Rumai/Area.html#M000079","(area)","Concatenates the given area to the bottom of this area. ",2],["countee=","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000147","(field)","Sets the countee for this field (implying that this field counts the length of the given field). ",2],["counter=","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000146","(field)","Sets the counter for this field (implying that the length of this field is counted by the given field).",2],["create","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000160","(path, mode = 'rw', perm = 0644)","Creates a new file at the given path that is accessible using the given modes for a user having the given",2],["create","Rumai::Node","classes/Rumai/Node.html#M000009","(*args)","Creates a file corresponding to this node on the IXP server. See Rumai::IXP::Client#create for details.",2],["curr","Rumai::Area","classes/Rumai/Area.html#M000066","()","Returns the currently focused area. ",2],["curr","Rumai::Client","classes/Rumai/Client.html#M000023","()","Returns the currently focused client. ",2],["curr","Rumai::View","classes/Rumai/View.html#M000083","()","Returns the currently focused view. ",2],["curr_area","Rumai","classes/Rumai.html#M000121","()","",2],["curr_client","Rumai","classes/Rumai.html#M000118","()","",2],["curr_tag","Rumai","classes/Rumai.html#M000127","()","",2],["curr_view","Rumai","classes/Rumai.html#M000124","()","",2],["directory?","Rumai::IXP::Stat","classes/Rumai/IXP/Stat.html#M000161","()","Tests if this file is a directory. ",2],["directory?","Rumai::Node","classes/Rumai/Node.html#M000003","()","Tests if this node is a directory. ",2],["each","Rumai::Area","classes/Rumai/Area.html#M000071","(&block)","Iterates through each client in this container. ",2],["each","Rumai::Node","classes/Rumai/Node.html#M000014","(&block)","Iterates through each child of this directory. ",2],["each","Rumai::View","classes/Rumai/View.html#M000088","(&block)","Iterates through each area in this view. ",2],["each_column","Rumai::View","classes/Rumai/View.html#M000102","(starting_column_id = 1)","Resiliently iterates through possibly destructive changes to each column. That is, if the given block",2],["each_line","Rumai::Node","classes/Rumai/Node.html#M000007","(&block)","Invokes the given block for every line in the content of this node. ",2],["each_managed_area","Rumai::View","classes/Rumai/View.html#M000103","(starting_column_id = 1)","Alias for #each_column",2],["entries","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000158","(path)","Returns the names of all files inside the directory whose path is given. ",2],["entries","Rumai::Node","classes/Rumai/Node.html#M000004","()","Returns the names of all files in this directory. ",2],["exist?","Rumai::Area","classes/Rumai/Area.html#M000069","()","Checks if this object exists in the chain. ",2],["exist?","Rumai::Node","classes/Rumai/Node.html#M000002","()","Tests if this node exists on the IXP server. ",2],["factory","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000148","(format)","Returns a Field class that best represents the given format. ",2],["float","Rumai::Client","classes/Rumai/Client.html#M000040","(view = View.curr)","Puts this client into the floating area of the given view. ",2],["float!","Rumai::Client","classes/Rumai/Client.html#M000042","(view = View.curr)","Toggles the floating status of this client in the given view. ",2],["float?","Rumai::Client","classes/Rumai/Client.html#M000039","(view = View.curr)","Checks if this client is in the floating area of the given view. ",2],["floating","Rumai::Area","classes/Rumai/Area.html#M000067","(view = View.curr)","Returns the floating area in the given view. ",2],["floating?","Rumai::Area","classes/Rumai/Area.html#M000063","()","Checks if this area is the floating area. ",2],["floating_area","Rumai::View","classes/Rumai/View.html#M000097","()","Returns the floating area of this view. ",2],["focus","Rumai::Area","classes/Rumai/Area.html#M000073","()","Puts focus on this area. ",2],["focus","Rumai::Client","classes/Rumai/Client.html#M000025","(view = nil)","Focuses this client within the given view. ",2],["focus","Rumai::View","classes/Rumai/View.html#M000084","()","Focuses this view. ",2],["focus_area","Rumai","classes/Rumai.html#M000134","(id)","",2],["focus_client","Rumai","classes/Rumai.html#M000133","(id)","",2],["focus_view","Rumai","classes/Rumai.html#M000135","(id)","",2],["from_9p","Rumai::IXP::Fcall","classes/Rumai/IXP/Fcall.html#M000165","(stream)","Creates a new instance of this class from the given 9P2000 byte stream and returns the instance. ",2],["from_9p","String","classes/String.html#M000179","(stream)","Creates a new instance of this class from the given 9P2000 byte stream and returns the instance. ",2],["from_9p","Time","classes/Time.html#M000181","(stream)","Creates a new instance of this class from the given 9P2000 byte stream and returns the instance. ",2],["fs","Rumai","classes/Rumai.html#M000112","()","Returns the root of IXP file system hierarchy. ",2],["fullscreen","Rumai::Client","classes/Rumai/Client.html#M000031","()","Maximizes this client to occupy the entire screen on the current view. ",2],["fullscreen!","Rumai::Client","classes/Rumai/Client.html#M000033","()","Toggles the fullscreen status of this client on the current view. ",2],["fullscreen?","Rumai::Client","classes/Rumai/Client.html#M000034","()","Checks if this client is currently fullscreen on the current view. ",2],["group","Rumai::Client","classes/Rumai/Client.html#M000055","()","Adds this client to the current grouping. ",2],["group!","Rumai::Client","classes/Rumai/Client.html#M000057","()","Toggles the presence of this client in the current grouping. ",2],["group?","Rumai::Client","classes/Rumai/Client.html#M000054","()","Checks if this client is included in the current grouping. ",2],["grouping","Rumai","classes/Rumai.html#M000130","()","Returns a list of all grouped clients in the currently focused view. If there are no grouped clients,",2],["grouping","Rumai::ClientContainer","classes/Rumai/ClientContainer.html#M000061","()","Returns all grouped clients in this container. ",2],["included","Rumai::IXP::Struct","classes/Rumai/IXP/Struct.html#M000141","(target)","Provides a convenient DSL (for defining fields) to all objects which *include* this module. ",2],["insert","Rumai::Area","classes/Rumai/Area.html#M000077","(*clients)","Inserts the given clients after the currently focused client in this area. ",2],["kill","Rumai::Client","classes/Rumai/Client.html#M000029","()","Terminates this client nicely (requests this window to be closed). ",2],["layout=","Rumai::Area","classes/Rumai/Area.html#M000072","(mode)","Sets the layout of clients in this column. ",2],["length","Rumai::Area","classes/Rumai/Area.html#M000074","()","Returns the number of clients in this area. ",2],["length=","Rumai::Area","classes/Rumai/Area.html#M000080","(max_clients)","Ensures that this area has at most the given number of clients. Areas to the right of this one serve",2],["load_9p","Rumai::IXP::Struct","classes/Rumai/IXP/Struct.html#M000140","(stream)","Populates this object with information from the given 9P2000 byte stream. ",2],["load_9p","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000150","(stream, field_values)","Populates this object with information taken from the given 9P2000 byte stream. ",2],["load_9p","Rumai::IXP::Struct::Field::CounteeField","classes/Rumai/IXP/Struct/Field/CounteeField.html#M000155","(stream, field_values)","",2],["manage","Rumai::Client","classes/Rumai/Client.html#M000044","(view = View.curr)","Alias for #unfloat",2],["manage!","Rumai::Client","classes/Rumai/Client.html#M000046","(view = View.curr)","Alias for #float!",2],["manage?","Rumai::Client","classes/Rumai/Client.html#M000043","(view = View.curr)","Checks if this client is in the managed area of the given view. ",2],["managed?","Rumai::Area","classes/Rumai/Area.html#M000065","()","Alias for #column?",2],["managed_areas","Rumai::View","classes/Rumai/View.html#M000101","()","Alias for #columns",2],["manifest","Rumai::View","classes/Rumai/View.html#M000090","()","Returns the manifest of all areas and clients in this view. ",2],["method_missing","Rumai::Node","classes/Rumai/Node.html#M000016","(meth, *args)","Provides access to child nodes through method calls. ",2],["move","Rumai::Client","classes/Rumai/Client.html#M000027","(area_or_id, view = View.curr)","Alias for #send",2],["new","Rumai::Area","classes/Rumai/Area.html#M000062","(area_id, view = View.curr)","[view] the view object which contains this area ",2],["new","Rumai::Client","classes/Rumai/Client.html#M000022","(client_id)","",2],["new","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000086","(stream)","",2],["new","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000108","(agent, path_fid, message_size)","",2],["new","Rumai::IXP::Agent::RangedPool","classes/Rumai/IXP/Agent/RangedPool.html#M000093","(range)","",2],["new","Rumai::IXP::Struct","classes/Rumai/IXP/Struct.html#M000138","(field_values = {})","Allows field values to be initialized via the constructor. [field_values] a mapping from field name to",2],["new","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000145","(name, format = nil, counter = nil)","[name] unique (among all fields in a struct) name for the field [format] number of bytes, a class, or",2],["new","Rumai::Node","classes/Rumai/Node.html#M000000","(path)","",2],["new","Rumai::View","classes/Rumai/View.html#M000089","(view_id)","",2],["next","Rumai::Chain","classes/Rumai/Chain.html#M000019","()","Returns the object after this one in the chain. ",2],["next_area","Rumai","classes/Rumai.html#M000122","()","",2],["next_client","Rumai","classes/Rumai.html#M000119","()","",2],["next_tag","Rumai","classes/Rumai.html#M000128","()","",2],["next_view","Rumai","classes/Rumai.html#M000125","()","",2],["obtain","Rumai::IXP::Agent::RangedPool","classes/Rumai/IXP/Agent/RangedPool.html#M000094","()","Returns an unoccupied range member from the pool. ",2],["open","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000107","(path, mode = 'r')","Opens the given path for I/O access through a FidStream object. If a block is given, it is invoked with",2],["open","Rumai::Node","classes/Rumai/Node.html#M000005","(mode = 'r', &block)","Opens this node for I/O access. See Rumai::IXP::Client#open for details. ",2],["parent","Rumai::Node","classes/Rumai/Node.html#M000012","()","Returns the parent node of this node. ",2],["parse","Rumai::IXP::Agent::MODES","classes/Rumai/IXP/Agent/MODES.html#M000105","(mode)","Converts the given mode string into an integer. ",2],["prev","Rumai::Chain","classes/Rumai/Chain.html#M000020","()","Returns the object before this one in the chain. ",2],["prev_area","Rumai","classes/Rumai.html#M000123","()","",2],["prev_client","Rumai","classes/Rumai.html#M000120","()","",2],["prev_tag","Rumai","classes/Rumai.html#M000129","()","",2],["prev_view","Rumai","classes/Rumai.html#M000126","()","",2],["push","Rumai::Area","classes/Rumai/Area.html#M000075","(*clients)","Inserts the given clients at the bottom of this area. ",2],["read","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000157","(path, *args)","Returns the content of the file/directory at the given path. ",2],["read","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000132","(partial = false)","Reads some data from this stream at the current position. [partial] When false, the entire content of",2],["read","Rumai::Node","classes/Rumai/Node.html#M000006","(*args)","Returns the entire content of this node. See Rumai::IXP::Client#read for details. ",2],["read_9p","Rumai::IXP::Stream","classes/Rumai/IXP/Stream.html#M000137","(num_bytes)","Unpacks the given number of bytes from this 9P2000 byte stream. ",2],["release","Rumai::IXP::Agent::RangedPool","classes/Rumai/IXP/Agent/RangedPool.html#M000098","(member)","Marks the given member as being unoccupied so that it may be occupied again in the future. ",2],["remove","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000162","(path)","Deletes the file at the given path. ",2],["remove","Rumai::Node","classes/Rumai/Node.html#M000010","()","Deletes the file corresponding to this node on the IXP server. ",2],["remove_fid","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000163","(path_fid)","Deletes the file corresponding to the given FID and clunks the given FID. ",2],["rewind","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000114","()","Rewinds the stream to the beginning. ",2],["select","Rumai::View","classes/Rumai/View.html#M000091","(direction)","Moves the focus from the current client in the given direction. ",2],["send","Rumai::Client","classes/Rumai/Client.html#M000026","(area_or_id, view = View.curr)","Sends this client to the given destination within the given view. ",2],["slay","Rumai::Client","classes/Rumai/Client.html#M000030","()","Terminates this client forcefully. ",2],["stat","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000167","(path)","Returns information about the file at the given path. ",2],["stat","Rumai::Node","classes/Rumai/Node.html#M000001","()","Returns file statistics about this node. See Rumai::IXP::Client#stat for details. ",2],["stat_fid","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000168","(path_fid)","Returns information about the file referenced by the given FID. ",2],["stick","Rumai::Client","classes/Rumai/Client.html#M000036","()","Makes this client sticky (appears in all views). ",2],["stick!","Rumai::Client","classes/Rumai/Client.html#M000038","()","Toggles the stickyness of this client. ",2],["stick?","Rumai::Client","classes/Rumai/Client.html#M000035","()","Checks if this client is sticky (appears in all views). ",2],["swap","Rumai::Client","classes/Rumai/Client.html#M000028","(area_or_id, view = View.curr)","Swaps this client with the given destination within the given view. ",2],["tag","Rumai::Client","classes/Rumai/Client.html#M000052","(*tags)","Adds the given tags to this client. ",2],["tags","Rumai","classes/Rumai.html#M000113","()","Returns the current set of tags. ",2],["tags","Rumai::Client","classes/Rumai/Client.html#M000049","()","Returns the tags associated with this client. ",2],["tags=","Rumai::Client","classes/Rumai/Client.html#M000050","(*tags)","Modifies the tags associated with this client. If a tag name is '~', this client is placed into the floating",2],["talk","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000099","(request)","Sends the given message (Rumai::IXP::Fcall) and returns its response. This method allows you to perform",2],["to_9p","Integer","classes/Integer.html#M000177","(num_bytes)","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Fcall","classes/Rumai/IXP/Fcall.html#M000164","()","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Struct","classes/Rumai/IXP/Struct.html#M000139","()","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000149","(field_values)","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Struct::Field::CounteeField","classes/Rumai/IXP/Struct/Field/CounteeField.html#M000154","(field_values)","",2],["to_9p","Rumai::IXP::Struct::Field::CounterField","classes/Rumai/IXP/Struct/Field/CounterField.html#M000153","(field_values)","",2],["to_9p","Rumai::IXP::Terror","classes/Rumai/IXP/Terror.html#M000171","()","",2],["to_9p","String","classes/String.html#M000178","()","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Time","classes/Time.html#M000180","()","Transforms this object into a string of 9P2000 bytes. ",2],["type","Rumai::IXP::Fcall","classes/Rumai/IXP/Fcall.html#M000176","()","Returns the value of the 'type' field for this fcall. ",2],["type","Rumai::IXP::Fcall","classes/Rumai/IXP/Fcall.html#M000175","()","Returns the value of the 'type' field for this fcall. ",2],["unfloat","Rumai::Client","classes/Rumai/Client.html#M000041","(view = View.curr)","Puts this client into the managed area of the given view. ",2],["unfullscreen","Rumai::Client","classes/Rumai/Client.html#M000032","()","Restores this client back to its original size on the current view. ",2],["ungroup","Rumai::Client","classes/Rumai/Client.html#M000056","()","Removes this client to the current grouping. ",2],["unmanage","Rumai::Client","classes/Rumai/Client.html#M000045","(view = View.curr)","Alias for #float",2],["unshift","Rumai::Area","classes/Rumai/Area.html#M000078","(*clients)","Inserts the given clients at the top of this area. ",2],["unstick","Rumai::Client","classes/Rumai/Client.html#M000037","()","Makes this client unsticky (does not appear in all views). ",2],["untag","Rumai::Client","classes/Rumai/Client.html#M000053","(*tags)","Removes the given tags from this client. ",2],["views","Rumai","classes/Rumai.html#M000116","()","Returns the current set of views. ",2],["views","Rumai::Client","classes/Rumai/Client.html#M000048","()","Returns the views that contain this client. ",2],["walk","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000169","(path)","Returns an FID corresponding to the given path. ",2],["walk_fid","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000170","(path_fid, path)","Associates the given FID to the given path. ",2],["with_tags","Rumai::Client","classes/Rumai/Client.html#M000051","(&block)","Evaluates the given block within the context of this client's list of tags. ",2],["write","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000159","(path, content)","Returns the content of the file/directory at the given path. ",2],["write","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000136","(content)","Writes the given content at the current position in this stream. ",2],["write","Rumai::Node","classes/Rumai/Node.html#M000008","(content)","Writes the given content to this node. ",2],["CREDITS","files/CREDITS.html","files/CREDITS.html","","* [Christoph Blank](http://textmode.at) * Michael Andrus * [Simon Hafner](http://github.com/Tass) ",3],["LICENSE","files/LICENSE.html","files/LICENSE.html","","(the ISC license) Copyright 2006 Suraj N. Kurapati <sunaku@gmail.com> Permission to use, copy, modify,",3],["rumai.rb","files/lib/rumai_rb.html","files/lib/rumai_rb.html",""," ",3],["fs.rb","files/lib/rumai/fs_rb.html","files/lib/rumai/fs_rb.html","","File system abstractions over the 9P2000 protocol. ",3],["ixp.rb","files/lib/rumai/ixp_rb.html","files/lib/rumai/ixp_rb.html","","An interface to wmii's IXP library for Rumai. ",3],["message.rb","files/lib/rumai/ixp/message_rb.html","files/lib/rumai/ixp/message_rb.html","","Primitives for the 9P2000 protocol. See http://cm.bell-labs.com/sys/man/5/INDEX.html See http://swtch.com/plan9port/man/man9/",3],["transport.rb","files/lib/rumai/ixp/transport_rb.html","files/lib/rumai/ixp/transport_rb.html","","Transport layer for 9P2000 protocol. ",3],["wm.rb","files/lib/rumai/wm_rb.html","files/lib/rumai/wm_rb.html","","Abstractions for the window manager. ",3]]}}
@@ -1 +1 @@
1
- var tree = [["IO","classes\/IO.html"," < Object",[]],["Integer","classes\/Integer.html"," < Object",[]],["Rumai","classes\/Rumai.html","",[["Area","classes\/Rumai\/Area.html"," < Object",[]],["Chain","classes\/Rumai\/Chain.html","",[]],["Client","classes\/Rumai\/Client.html"," < WidgetNode",[]],["ClientContainer","classes\/Rumai\/ClientContainer.html","",[]],["ExportInstanceMethods","classes\/Rumai\/ExportInstanceMethods.html","",[]],["IXP","classes\/Rumai\/IXP.html","",[["Agent","classes\/Rumai\/IXP\/Agent.html"," < Object",[["FidStream","classes\/Rumai\/IXP\/Agent\/FidStream.html"," < Object",[]],["MODES","classes\/Rumai\/IXP\/Agent\/MODES.html","",[]],["RangedPool","classes\/Rumai\/IXP\/Agent\/RangedPool.html"," < Object",[]]]],["Error","classes\/Rumai\/IXP\/Error.html"," < StandardError",[]],["Fcall","classes\/Rumai\/IXP\/Fcall.html"," < Object",[]],["Qid","classes\/Rumai\/IXP\/Qid.html"," < Object",[]],["Rattach","classes\/Rumai\/IXP\/Rattach.html"," < Fcall",[]],["Rauth","classes\/Rumai\/IXP\/Rauth.html"," < Fcall",[]],["Rclunk","classes\/Rumai\/IXP\/Rclunk.html"," < Fcall",[]],["Rcreate","classes\/Rumai\/IXP\/Rcreate.html"," < Fcall",[]],["Rerror","classes\/Rumai\/IXP\/Rerror.html"," < Fcall",[]],["Rflush","classes\/Rumai\/IXP\/Rflush.html"," < Fcall",[]],["Ropen","classes\/Rumai\/IXP\/Ropen.html"," < Fcall",[]],["Rread","classes\/Rumai\/IXP\/Rread.html"," < Fcall",[]],["Rremove","classes\/Rumai\/IXP\/Rremove.html"," < Fcall",[]],["Rstat","classes\/Rumai\/IXP\/Rstat.html"," < Fcall",[]],["Rversion","classes\/Rumai\/IXP\/Rversion.html"," < Fcall",[]],["Rwalk","classes\/Rumai\/IXP\/Rwalk.html"," < Fcall",[]],["Rwrite","classes\/Rumai\/IXP\/Rwrite.html"," < Fcall",[]],["Rwstat","classes\/Rumai\/IXP\/Rwstat.html"," < Fcall",[]],["Stat","classes\/Rumai\/IXP\/Stat.html"," < Object",[]],["Stream","classes\/Rumai\/IXP\/Stream.html","",[]],["Struct","classes\/Rumai\/IXP\/Struct.html","",[["Field","classes\/Rumai\/IXP\/Struct\/Field.html"," < Object",[["CounteeField","classes\/Rumai\/IXP\/Struct\/Field\/CounteeField.html","",[]],["CounterField","classes\/Rumai\/IXP\/Struct\/Field\/CounterField.html","",[]]]]]],["Tattach","classes\/Rumai\/IXP\/Tattach.html"," < Fcall",[]],["Tauth","classes\/Rumai\/IXP\/Tauth.html"," < Fcall",[]],["Tclunk","classes\/Rumai\/IXP\/Tclunk.html"," < Fcall",[]],["Tcreate","classes\/Rumai\/IXP\/Tcreate.html"," < Fcall",[]],["Terror","classes\/Rumai\/IXP\/Terror.html"," < Fcall",[]],["Tflush","classes\/Rumai\/IXP\/Tflush.html"," < Fcall",[]],["Topen","classes\/Rumai\/IXP\/Topen.html"," < Fcall",[]],["Tread","classes\/Rumai\/IXP\/Tread.html"," < Fcall",[]],["Tremove","classes\/Rumai\/IXP\/Tremove.html"," < Fcall",[]],["Tstat","classes\/Rumai\/IXP\/Tstat.html"," < Fcall",[]],["Tversion","classes\/Rumai\/IXP\/Tversion.html"," < Fcall",[]],["Twalk","classes\/Rumai\/IXP\/Twalk.html"," < Fcall",[]],["Twrite","classes\/Rumai\/IXP\/Twrite.html"," < Fcall",[]],["Twstat","classes\/Rumai\/IXP\/Twstat.html"," < Fcall",[]]]],["Node","classes\/Rumai\/Node.html"," < Object",[]],["View","classes\/Rumai\/View.html"," < WidgetNode",[]]]],["String","classes\/String.html"," < Object",[]],["StringIO","classes\/StringIO.html"," < Object",[]],["Time","classes\/Time.html"," < Object",[]]]
1
+ var tree = [["","","files",[["CREDITS","files/CREDITS.html","",[]],["LICENSE","files/LICENSE.html","",[]],["","","lib",[["","","rumai",[["fs.rb","files/lib/rumai/fs_rb.html","",[]],["","","ixp",[["message.rb","files/lib/rumai/ixp/message_rb.html","",[]],["transport.rb","files/lib/rumai/ixp/transport_rb.html","",[]]]],["ixp.rb","files/lib/rumai/ixp_rb.html","",[]],["wm.rb","files/lib/rumai/wm_rb.html","",[]]]],["rumai.rb","files/lib/rumai_rb.html","",[]]]]]],["IO","classes/IO.html"," < Object",[]],["Integer","classes/Integer.html"," < Object",[]],["Rumai","classes/Rumai.html","",[["Area","classes/Rumai/Area.html"," < Object",[]],["Chain","classes/Rumai/Chain.html","",[]],["Client","classes/Rumai/Client.html"," < WidgetNode",[]],["ClientContainer","classes/Rumai/ClientContainer.html","",[]],["ExportInstanceMethods","classes/Rumai/ExportInstanceMethods.html","",[]],["IXP","classes/Rumai/IXP.html","",[["Agent","classes/Rumai/IXP/Agent.html"," < Object",[["FidStream","classes/Rumai/IXP/Agent/FidStream.html"," < Object",[]],["MODES","classes/Rumai/IXP/Agent/MODES.html","",[]],["RangedPool","classes/Rumai/IXP/Agent/RangedPool.html"," < Object",[]]]],["Error","classes/Rumai/IXP/Error.html"," < StandardError",[]],["Fcall","classes/Rumai/IXP/Fcall.html"," < Object",[]],["Qid","classes/Rumai/IXP/Qid.html"," < Object",[]],["Rattach","classes/Rumai/IXP/Rattach.html"," < Fcall",[]],["Rauth","classes/Rumai/IXP/Rauth.html"," < Fcall",[]],["Rclunk","classes/Rumai/IXP/Rclunk.html"," < Fcall",[]],["Rcreate","classes/Rumai/IXP/Rcreate.html"," < Fcall",[]],["Rerror","classes/Rumai/IXP/Rerror.html"," < Fcall",[]],["Rflush","classes/Rumai/IXP/Rflush.html"," < Fcall",[]],["Ropen","classes/Rumai/IXP/Ropen.html"," < Fcall",[]],["Rread","classes/Rumai/IXP/Rread.html"," < Fcall",[]],["Rremove","classes/Rumai/IXP/Rremove.html"," < Fcall",[]],["Rstat","classes/Rumai/IXP/Rstat.html"," < Fcall",[]],["Rversion","classes/Rumai/IXP/Rversion.html"," < Fcall",[]],["Rwalk","classes/Rumai/IXP/Rwalk.html"," < Fcall",[]],["Rwrite","classes/Rumai/IXP/Rwrite.html"," < Fcall",[]],["Rwstat","classes/Rumai/IXP/Rwstat.html"," < Fcall",[]],["Stat","classes/Rumai/IXP/Stat.html"," < Object",[]],["Stream","classes/Rumai/IXP/Stream.html","",[]],["Struct","classes/Rumai/IXP/Struct.html","",[["Field","classes/Rumai/IXP/Struct/Field.html"," < Object",[["CounteeField","classes/Rumai/IXP/Struct/Field/CounteeField.html","",[]],["CounterField","classes/Rumai/IXP/Struct/Field/CounterField.html","",[]]]]]],["Tattach","classes/Rumai/IXP/Tattach.html"," < Fcall",[]],["Tauth","classes/Rumai/IXP/Tauth.html"," < Fcall",[]],["Tclunk","classes/Rumai/IXP/Tclunk.html"," < Fcall",[]],["Tcreate","classes/Rumai/IXP/Tcreate.html"," < Fcall",[]],["Terror","classes/Rumai/IXP/Terror.html"," < Fcall",[]],["Tflush","classes/Rumai/IXP/Tflush.html"," < Fcall",[]],["Topen","classes/Rumai/IXP/Topen.html"," < Fcall",[]],["Tread","classes/Rumai/IXP/Tread.html"," < Fcall",[]],["Tremove","classes/Rumai/IXP/Tremove.html"," < Fcall",[]],["Tstat","classes/Rumai/IXP/Tstat.html"," < Fcall",[]],["Tversion","classes/Rumai/IXP/Tversion.html"," < Fcall",[]],["Twalk","classes/Rumai/IXP/Twalk.html"," < Fcall",[]],["Twrite","classes/Rumai/IXP/Twrite.html"," < Fcall",[]],["Twstat","classes/Rumai/IXP/Twstat.html"," < Fcall",[]]]],["Node","classes/Rumai/Node.html"," < Object",[]],["View","classes/Rumai/View.html"," < WidgetNode",[]]]],["String","classes/String.html"," < Object",[]],["StringIO","classes/StringIO.html"," < Object",[]],["Time","classes/Time.html"," < Object",[]]]
@@ -1,21 +1,59 @@
1
1
  %#--
2
- %# Copyright 2008 Suraj N. Kurapati
3
- %# See the LICENSE file for details.
2
+ %# Copyright protects this work.
3
+ %# See LICENSE file for details.
4
4
  %#++
5
5
 
6
+
6
7
  %|chapter "History"
8
+
9
+
7
10
  %|history
11
+
12
+
13
+ %|section "Version 3.1.0 (2009-10-02)"
14
+
15
+ This release adds new methods, fixes some bugs, and revises the manual.
16
+
17
+
18
+ %|paragraph "New features"
19
+
20
+ * Add `Client#float` methods to manipulate floating status.
21
+
22
+ * Add `Client#manage` methods to manipulate managed status.
23
+
24
+ * The `Client#tags=` method now accepts '~' and '!' tag prefixes.
25
+
26
+
27
+ %|paragraph "Bug fixes"
28
+
29
+ * There is no `View#move_focus` method, only `View#select`.
30
+
31
+ * Assertion failure in test suite because all files in <tt>/rbar</tt> (inside wmii's IXP filesystem) contain an automatic color header when read.
32
+
33
+
34
+ %|paragraph "Housekeeping"
35
+
36
+ * Use simpler Copyright reminder at the top of every file.
37
+
38
+ * Open source is for fun, so [be nice](http://loiclemeur.com/english/2009/03/never-criticize-your-competitors.html): speak of "related works" instead of "competitors".
39
+
40
+
8
41
  %|section "Version 3.0.0 (2009-05-11)"
42
+
9
43
  This release revises method names, adds new methods, and fixes a bug.
10
44
 
45
+
11
46
  %|paragraph "Incompatible changes"
47
+
12
48
  * Rename `#toggle_` methods to use `!` suffix in their names.
13
49
 
14
50
  * Rename `#float` methods to `#floating`.
15
51
 
16
52
  * Rename `View#floater` method to `View#floating_area`.
17
53
 
54
+
18
55
  %|paragraph "New features"
56
+
19
57
  * Add `Client#stick` methods to manipulate sticky status.
20
58
 
21
59
  * Add `Client#fullscreen` methods to manipulate fullscreen status.
@@ -28,71 +66,103 @@
28
66
 
29
67
  * Add `View#managed_area` aliases for `View#column` methods.
30
68
 
69
+
31
70
  %|paragraph "Bug fixes"
71
+
32
72
  * Fix error when unzooming clients from temporary view.
33
73
 
34
74
  * Fix code that launches temporary terminals in <%= xref "Tutorial" %>.
35
75
 
36
76
  Use the <tt>/bin/sh</tt> version of the **read** command for portability.
37
77
 
78
+
38
79
  %|paragraph "Housekeeping"
80
+
39
81
  * Use `Client#send` instead of `#swap` in automated arrangements because it causes less traffic on /event/.
40
82
 
41
83
  * Add old release notes from blog to user manual.
42
84
 
85
+
43
86
  %|section "Version 2.1.0 (2009-05-09)"
87
+
44
88
  This release improves client arrangement, fixes several bugs, and cleans up the code.
45
89
 
90
+
46
91
  %|paragraph "Thank you"
92
+
47
93
  * Simon Hafner reported several bugs.
48
94
  * Michael Andrus verified bug fixes.
49
95
 
96
+
50
97
  %|paragraph "New features"
98
+
51
99
  * Focus is now restored on the initially focused client after applying <%= xref "Automated client arrangement" %>s.
52
100
 
53
101
  * The push(), insert(), and unshift() instance methods of the `Rumai::Area` class now preserve the order of inserted clients.
54
102
 
55
103
  * The `Rumai::View#arrange_in_grid()` method now accepts 1 as a parameter. This invocation causes every column to contain at most 1 client.
56
104
 
105
+
57
106
  %|paragraph "Bug fixes"
107
+
58
108
  * Fix error caused by focusing the top/bottom client in the destination area before sending new clients into that area.
59
109
 
60
110
  * Fix error when importing clients into an empty area.
61
111
 
112
+
62
113
  %|paragraph "Housekeeping"
114
+
63
115
  * Use snake_case instead of camelCase for variable names.
64
116
 
65
117
  * Add copyright notice at the top of every file.
66
118
 
67
119
  * Plenty of code formatting and beautification.
68
120
 
121
+
69
122
  %|section "Version 2.0.2 (2009-02-26)"
123
+
70
124
  This release fixes a connection bug.
71
125
 
126
+
72
127
  %|paragraph "Thank you"
128
+
73
129
  * Simon Hafner reported and helped debug the `$DISPLAY` bug.
74
130
 
131
+
75
132
  %|paragraph "Bug fixes"
133
+
76
134
  * wmii omits the fractional portion of `$DISPLAY` in its socket file path. Rumai was trying to connect with the entire `$DISPLAY` value (including the fractional portion) and thus could not find wmii's socket file.
77
135
 
136
+
78
137
  %|section "Version 2.0.1 (2009-01-25)"
138
+
79
139
  This release simplifies project administrivia using [<%= Inochi::PROJECT %>](<%= Inochi::WEBSITE %>), improves the unit tests, and revises the user manual.
80
140
 
141
+
81
142
  %|paragraph "Bug fixes"
143
+
82
144
  * The <tt>lib/rumai/ixp/message.rb</tt> library's unit test would fail if <tt>/rbar/status</tt> did not already exist in wmii.
83
145
 
146
+
84
147
  %|paragraph "Housekeeping"
148
+
85
149
  * Store IXP socket address in `Rumai::IXP_SOCK_ADDR`.
86
150
 
87
151
  * Added missing test cases for (TR)create and (TR)remove messages in the unit test for the <tt>lib/rumai/ixp/message.rb</tt> library.
88
152
 
153
+
89
154
  %|section "Version 2.0.0 (2008-02-04)"
155
+
90
156
  This release adds support for wmii 3.6, improves the performance of the IXP library, and fixes some bugs.
91
157
 
158
+
92
159
  %|paragraph "Thank you"
160
+
93
161
  * Christoph Blank tested Rumai 1.0.0 under wmii 3.6 and reported bugs.
94
162
 
163
+
95
164
  %|paragraph "Incompatible changes"
165
+
96
166
  * wmii version 3.6 or newer is now required.
97
167
 
98
168
  * The `Rumai::IXP::Agent::FidStream#read_partial` method has been replaced by `Rumai::IXP::Agent::FidStream#read(true)` for efficiency.
@@ -101,15 +171,22 @@
101
171
 
102
172
  * The `Rumai::View#floating_area` method has been renamed to `Rumai::View#floater` for brevity.
103
173
 
174
+
104
175
  %|paragraph "New features"
176
+
105
177
  * Added several more methods (such as rewind, pos=, eof?, and so on) from Ruby's IO class to the `Rumai::IXP::Agent::FidStream` class.
106
178
 
107
179
  * Added the `Rumai::Client#kill` method to simplify client termination.
108
180
 
181
+
109
182
  %|paragraph "Bug fixes"
183
+
110
184
  * Fixed a race condition in `Rumai::Agent#talk` which would cause Rumai to hang when multiple threads used it.
111
185
 
186
+
112
187
  %|section "Version 1.0.0 (2008-01-26)"
188
+
113
189
  This is the first release of Rumai, the evolution of [wmii-irb](http://article.gmane.org/gmane.comp.window-managers.wmii/1704), which lets you manipulate the [wmii](<%= wmii_url %>) window manager through [Ruby](<%= ruby_url %>).
114
190
 
115
191
  Happy birthday!
192
+