-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.vimproject
268 lines (243 loc) · 4.06 KB
/
.vimproject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
rbbt-rest=/$PWD filter="*.config *.rb *.rake Rakefile *.rdoc *.R *.sh *.js *.haml *.scss *.sass *.txt *.conf" {
Rakefile
lib=lib {
rbbt=rbbt{
rest=rest{
helpers.rb
file_server.rb
web_tool.rb
graph.rb
knowledge_base=knowledge_base{
render.rb
locate.rb
query.rb
helpers.rb
}
knowledge_base.rb
entity=entity{
rest.rb
helpers.rb
list.rb
map.rb
favourites.rb
locate.rb
render.rb
finder.rb
entity_card.rb
entity_list_card.rb
entity_map_card.rb
action_card.rb
list_container.rb
action_controller.rb
}
entity.rb
workflow=workflow{
locate.rb
jobs.rb
render.rb
stream_task.rb
}
workflow.rb
monitor.rb
common=common{
users.rb
locate.rb
resources.rb
misc.rb
forms.rb
table.rb
tabs.rb
render.rb
cache.rb
}
main.rb
}
}
}
etc=etc{
workflows
}
share=share{
views=views{
error.haml
form.haml
help.haml
job_info.haml
job_result.haml
job_files.haml
layout.haml
documented_section.haml
tasks.haml
wait.haml
compass=compass{
old=_old{
base=base{
variables=variables{
}
}
elements=elements{
}
menu=menu{
}
layout=layout{
}
space=space{
}
color=color{
}
mixins=mixins{
}
}
mixins.sass
screen_sizes.sass
tab_menu.sass
layout.sass
card_templates.sass
misc.sass
documentation.sass
app.sass
} // compass
js=public/js{
rbbt.js
rbbt.basic.js
rbbt.exception.js
rbbt.job.js
rbbt.knowledge_base.js
rbbt.entity.basic.js
rbbt.entity.js
rbbt.entity_list.js
rbbt.entity_map.js
rbbt.favourites.js
rbbt.page.js
rbbt.modal.js
rbbt.views.js
rbbt.documentation.js
app.js
rbbt.plots=rbbt.plots{
rbbt.plots.basic.js
rbbt.plots.aes.js
rbbt.plots.graph.js
rbbt.plots.graph.kb.js
rbbt.plots.graph.mithril.js
rbbt.plots.graph.adapters.js
rbbt.plots.graph.model.js
rbbt.plots.list.js
rbbt.plots.aesthetics.js
}
helpers=helpers{
_ajax_replace.js
_ellipsis.js
_md5.js
defer.js
helpers.js
}
rbbt=rbbt{
actions.js
dom_update.js
fragment.js
list.js
map.js
reveal.js
table.js
}
} // js
entity=entity{
Default.haml
} // entity
entity_list=entity_list{
Default.haml
Default=Default{
edit.haml
new.haml
}
} // entity_list
entity_map=entity_map{
Default.haml
} // entity_map
partials=partials{
dependencies.haml
form.haml
table.haml
tabs.haml
footers=footers{
bsc.haml
cnio.haml
ntnu.haml
}
table=table{
column.haml
filters.haml
files.haml
page.haml
}
} // partials
entity_partials=entity_partials{
action_card.haml
action_controller.haml
entity_card.haml
entity_list.haml
entity_list_card.haml
entity_map_card.haml
list_container.haml
} // entity_partials
knowledge_base_partials=knowledge_base_partials{
association.haml
matches.haml
subset.haml
association=association{
info.haml
value.haml
}
} // entity_partials
layout=layout{
doctype.haml
header.haml
coda.haml
footer.haml
top_menu.haml
top_menu=top_menu{
favourites.haml
finder.haml
user.haml
}
} // layout
job_result=job_result{
annotations.haml
array.haml
binary.haml
boolea.haml
boolean.haml
integer.haml
job_control.haml
string.haml
text.haml
tsv.haml
yaml.haml
} // job_result
help=help{
UI.haml
entity.haml
workflow.haml
} // help
monitor=monitor{
jobs.haml
locks.haml
}
association=association{
Default.haml
}
tools=tools{
Rpng.haml
Rggplot.haml
nvd3.haml
nvd3=nvd3{
chart.haml
histogram.haml
multibar.haml
pie.haml
scatter.haml
}
}
}
}
}