netlinx-workspace 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.html +0 -0
- data/doc/NetLinx/Compile/Extension/APW.html +136 -0
- data/doc/NetLinx/Compile/Extension.html +127 -0
- data/doc/NetLinx/Compile.html +127 -0
- data/doc/NetLinx/Project.html +464 -0
- data/doc/NetLinx/System.html +588 -0
- data/doc/NetLinx/SystemFile.html +302 -0
- data/doc/NetLinx/Workspace.html +445 -0
- data/doc/NetLinx.html +131 -0
- data/doc/created.rid +7 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +85 -0
- data/doc/js/darkfish.js +155 -0
- data/doc/js/jquery.js +18 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +94 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/rdoc.css +595 -0
- data/doc/table_of_contents.html +111 -0
- data/lib/netlinx/compile/extension/apw.rb +19 -0
- data/lib/netlinx/project.rb +83 -0
- data/lib/netlinx/system.rb +122 -0
- data/lib/netlinx/system_file.rb +36 -0
- data/lib/netlinx/workspace.rb +89 -0
- data/lib/netlinx-workspace.rb +1 -0
- data/license.txt +13 -0
- metadata +152 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 821f1a000be9f12eb49a593cc7d585a9f8f04964
|
4
|
+
data.tar.gz: 6447162e35c4062d33a147b7dc51d2f9517ac673
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c5be06f63c83fcbb2fd9a08046ff27b67e62bfd681c46e941cc015812836911a7961f0a80de4d66a41e577e87f00b59c244e294ac9639ab53c0b3ddc0373c68f
|
7
|
+
data.tar.gz: fd2163292883d1d0c49f55dc18db20c92ece78a7b688cbfa975da9136f4fa35caa978254b82d485c1017471ded6f27f6bb22ca8cc5da2530b8ddf50433728899
|
data/README.html
ADDED
File without changes
|
@@ -0,0 +1,136 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>class NetLinx::Compile::Extension::APW - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../../../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../../../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../../../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../../../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../../../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../../../js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="class">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../../../index.html">Home</a>
|
28
|
+
<a href="../../../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../../../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
<div id="file-metadata">
|
49
|
+
<nav id="file-list-section" class="section">
|
50
|
+
<h3 class="section-header">Defined In</h3>
|
51
|
+
<ul>
|
52
|
+
<li>lib/netlinx/compile/extension/apw.rb
|
53
|
+
</ul>
|
54
|
+
</nav>
|
55
|
+
|
56
|
+
|
57
|
+
</div>
|
58
|
+
|
59
|
+
<div id="class-metadata">
|
60
|
+
|
61
|
+
<nav id="parent-class-section" class="section">
|
62
|
+
<h3 class="section-header">Parent</h3>
|
63
|
+
|
64
|
+
<p class="link">Object
|
65
|
+
|
66
|
+
</nav>
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
</div>
|
72
|
+
|
73
|
+
<div id="project-metadata">
|
74
|
+
|
75
|
+
<nav id="classindex-section" class="section project-section">
|
76
|
+
<h3 class="section-header">Class and Module Index</h3>
|
77
|
+
|
78
|
+
<ul class="link-list">
|
79
|
+
|
80
|
+
<li><a href="../../../NetLinx.html">NetLinx</a>
|
81
|
+
|
82
|
+
<li><a href="../../../NetLinx/Compile.html">NetLinx::Compile</a>
|
83
|
+
|
84
|
+
<li><a href="../../../NetLinx/Compile/Extension.html">NetLinx::Compile::Extension</a>
|
85
|
+
|
86
|
+
<li><a href="../../../NetLinx/Compile/Extension/APW.html">NetLinx::Compile::Extension::APW</a>
|
87
|
+
|
88
|
+
<li><a href="../../../NetLinx/Project.html">NetLinx::Project</a>
|
89
|
+
|
90
|
+
<li><a href="../../../NetLinx/System.html">NetLinx::System</a>
|
91
|
+
|
92
|
+
<li><a href="../../../NetLinx/SystemFile.html">NetLinx::SystemFile</a>
|
93
|
+
|
94
|
+
<li><a href="../../../NetLinx/Workspace.html">NetLinx::Workspace</a>
|
95
|
+
|
96
|
+
</ul>
|
97
|
+
</nav>
|
98
|
+
|
99
|
+
</div>
|
100
|
+
</nav>
|
101
|
+
|
102
|
+
<div id="documentation">
|
103
|
+
<h1 class="class">class NetLinx::Compile::Extension::APW</h1>
|
104
|
+
|
105
|
+
<div id="description" class="description">
|
106
|
+
|
107
|
+
<p>Instructs netlinx-compile on how to process .apw <a
|
108
|
+
href="../../../NetLinx.html">NetLinx</a> workspace files.</p>
|
109
|
+
|
110
|
+
</div><!-- description -->
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
<!-- Methods -->
|
125
|
+
|
126
|
+
</section><!-- 5Buntitled-5D -->
|
127
|
+
|
128
|
+
</div><!-- documentation -->
|
129
|
+
|
130
|
+
|
131
|
+
<footer id="validator-badges">
|
132
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
133
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
134
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
135
|
+
</footer>
|
136
|
+
|
@@ -0,0 +1,127 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module NetLinx::Compile::Extension - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../../js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="module">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../../index.html">Home</a>
|
28
|
+
<a href="../../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
<div id="file-metadata">
|
49
|
+
<nav id="file-list-section" class="section">
|
50
|
+
<h3 class="section-header">Defined In</h3>
|
51
|
+
<ul>
|
52
|
+
<li>lib/netlinx/compile/extension/apw.rb
|
53
|
+
</ul>
|
54
|
+
</nav>
|
55
|
+
|
56
|
+
|
57
|
+
</div>
|
58
|
+
|
59
|
+
<div id="class-metadata">
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
</div>
|
66
|
+
|
67
|
+
<div id="project-metadata">
|
68
|
+
|
69
|
+
<nav id="classindex-section" class="section project-section">
|
70
|
+
<h3 class="section-header">Class and Module Index</h3>
|
71
|
+
|
72
|
+
<ul class="link-list">
|
73
|
+
|
74
|
+
<li><a href="../../NetLinx.html">NetLinx</a>
|
75
|
+
|
76
|
+
<li><a href="../../NetLinx/Compile.html">NetLinx::Compile</a>
|
77
|
+
|
78
|
+
<li><a href="../../NetLinx/Compile/Extension.html">NetLinx::Compile::Extension</a>
|
79
|
+
|
80
|
+
<li><a href="../../NetLinx/Compile/Extension/APW.html">NetLinx::Compile::Extension::APW</a>
|
81
|
+
|
82
|
+
<li><a href="../../NetLinx/Project.html">NetLinx::Project</a>
|
83
|
+
|
84
|
+
<li><a href="../../NetLinx/System.html">NetLinx::System</a>
|
85
|
+
|
86
|
+
<li><a href="../../NetLinx/SystemFile.html">NetLinx::SystemFile</a>
|
87
|
+
|
88
|
+
<li><a href="../../NetLinx/Workspace.html">NetLinx::Workspace</a>
|
89
|
+
|
90
|
+
</ul>
|
91
|
+
</nav>
|
92
|
+
|
93
|
+
</div>
|
94
|
+
</nav>
|
95
|
+
|
96
|
+
<div id="documentation">
|
97
|
+
<h1 class="module">module NetLinx::Compile::Extension</h1>
|
98
|
+
|
99
|
+
<div id="description" class="description">
|
100
|
+
|
101
|
+
</div><!-- description -->
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
<!-- Methods -->
|
116
|
+
|
117
|
+
</section><!-- 5Buntitled-5D -->
|
118
|
+
|
119
|
+
</div><!-- documentation -->
|
120
|
+
|
121
|
+
|
122
|
+
<footer id="validator-badges">
|
123
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
124
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
125
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
126
|
+
</footer>
|
127
|
+
|
@@ -0,0 +1,127 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module NetLinx::Compile - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="module">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../index.html">Home</a>
|
28
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
<div id="file-metadata">
|
49
|
+
<nav id="file-list-section" class="section">
|
50
|
+
<h3 class="section-header">Defined In</h3>
|
51
|
+
<ul>
|
52
|
+
<li>lib/netlinx/compile/extension/apw.rb
|
53
|
+
</ul>
|
54
|
+
</nav>
|
55
|
+
|
56
|
+
|
57
|
+
</div>
|
58
|
+
|
59
|
+
<div id="class-metadata">
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
</div>
|
66
|
+
|
67
|
+
<div id="project-metadata">
|
68
|
+
|
69
|
+
<nav id="classindex-section" class="section project-section">
|
70
|
+
<h3 class="section-header">Class and Module Index</h3>
|
71
|
+
|
72
|
+
<ul class="link-list">
|
73
|
+
|
74
|
+
<li><a href="../NetLinx.html">NetLinx</a>
|
75
|
+
|
76
|
+
<li><a href="../NetLinx/Compile.html">NetLinx::Compile</a>
|
77
|
+
|
78
|
+
<li><a href="../NetLinx/Compile/Extension.html">NetLinx::Compile::Extension</a>
|
79
|
+
|
80
|
+
<li><a href="../NetLinx/Compile/Extension/APW.html">NetLinx::Compile::Extension::APW</a>
|
81
|
+
|
82
|
+
<li><a href="../NetLinx/Project.html">NetLinx::Project</a>
|
83
|
+
|
84
|
+
<li><a href="../NetLinx/System.html">NetLinx::System</a>
|
85
|
+
|
86
|
+
<li><a href="../NetLinx/SystemFile.html">NetLinx::SystemFile</a>
|
87
|
+
|
88
|
+
<li><a href="../NetLinx/Workspace.html">NetLinx::Workspace</a>
|
89
|
+
|
90
|
+
</ul>
|
91
|
+
</nav>
|
92
|
+
|
93
|
+
</div>
|
94
|
+
</nav>
|
95
|
+
|
96
|
+
<div id="documentation">
|
97
|
+
<h1 class="module">module NetLinx::Compile</h1>
|
98
|
+
|
99
|
+
<div id="description" class="description">
|
100
|
+
|
101
|
+
</div><!-- description -->
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
<!-- Methods -->
|
116
|
+
|
117
|
+
</section><!-- 5Buntitled-5D -->
|
118
|
+
|
119
|
+
</div><!-- documentation -->
|
120
|
+
|
121
|
+
|
122
|
+
<footer id="validator-badges">
|
123
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
124
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
125
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
126
|
+
</footer>
|
127
|
+
|