You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

559 lines
16 KiB

3 years ago
let SessionLoad = 1
if &cp | set nocp | endif
let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
let v:this_session=expand("<sfile>:p")
silent only
cd /data/appl/ok/swarmlab-hybrid-agent/src/components
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
let s:wipebuf = bufnr('%')
endif
set shortmess=aoO
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/AdhocView.vue
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src-local/llo/new.js
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/mytable.vue
badd +50 /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/dockerservices.vue
badd +43 /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/availableservices.vue
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork.vue
badd +20 /data/appl/ok/swarmlab-hybrid-agent/src/store/modules/create_pipelineLLO.js
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src/components/myservices.vue
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src/App.vue
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src/components/myconnect-server.vue
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/myconnect-server.vue
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices.vue
3 years ago
badd +449 /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/deploy-bootstrap.vue
3 years ago
badd +30 /data/appl/ok/swarmlab-hybrid-agent/src/components/managedeploy.vue
3 years ago
badd +274 /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/join-service.vue
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/llo-search.vue
badd +1 /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/llo-view.vue
badd +9 /data/appl/ok/swarmlab-hybrid-agent/src/components/asciiplayer.vue
badd +0 /data/appl/ok/swarmlab-hybrid-agent/src/components/managello.vue
3 years ago
argglobal
silent! argdel *
$argadd mynetwork.vue
set stal=2
edit /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/AdhocView.vue
set splitbelow splitright
wincmd _ | wincmd |
vsplit
1wincmd h
wincmd _ | wincmd |
split
1wincmd k
wincmd w
wincmd w
wincmd _ | wincmd |
split
1wincmd k
wincmd w
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
3 years ago
exe '1resize ' . ((&lines * 21 + 23) / 47)
exe 'vert 1resize ' . ((&columns * 100 + 101) / 203)
exe '2resize ' . ((&lines * 22 + 23) / 47)
exe 'vert 2resize ' . ((&columns * 100 + 101) / 203)
exe '3resize ' . ((&lines * 21 + 23) / 47)
exe 'vert 3resize ' . ((&columns * 102 + 101) / 203)
exe '4resize ' . ((&lines * 22 + 23) / 47)
exe 'vert 4resize ' . ((&columns * 102 + 101) / 203)
3 years ago
argglobal
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 393 - ((11 * winheight(0) + 10) / 21)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
393
normal! 010|
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components
wincmd w
argglobal
if bufexists('/data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/mytable.vue') | buffer /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/mytable.vue | else | edit /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/mytable.vue | endif
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 121 - ((0 * winheight(0) + 11) / 22)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
121
normal! 011|
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components
wincmd w
argglobal
if bufexists('/data/appl/ok/swarmlab-hybrid-agent/src/components/myservices.vue') | buffer /data/appl/ok/swarmlab-hybrid-agent/src/components/myservices.vue | else | edit /data/appl/ok/swarmlab-hybrid-agent/src/components/myservices.vue | endif
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 21 - ((0 * winheight(0) + 10) / 21)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
21
normal! 09|
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components
wincmd w
argglobal
if bufexists('/data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork.vue') | buffer /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork.vue | else | edit /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork.vue | endif
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 35 - ((0 * winheight(0) + 11) / 22)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
35
normal! 010|
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components
wincmd w
3 years ago
exe '1resize ' . ((&lines * 21 + 23) / 47)
exe 'vert 1resize ' . ((&columns * 100 + 101) / 203)
exe '2resize ' . ((&lines * 22 + 23) / 47)
exe 'vert 2resize ' . ((&columns * 100 + 101) / 203)
exe '3resize ' . ((&lines * 21 + 23) / 47)
exe 'vert 3resize ' . ((&columns * 102 + 101) / 203)
exe '4resize ' . ((&lines * 22 + 23) / 47)
exe 'vert 4resize ' . ((&columns * 102 + 101) / 203)
3 years ago
tabedit /data/appl/ok/swarmlab-hybrid-agent/src-local/llo/new.js
set splitbelow splitright
wincmd _ | wincmd |
vsplit
1wincmd h
wincmd w
wincmd _ | wincmd |
split
1wincmd k
wincmd w
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
3 years ago
exe 'vert 1resize ' . ((&columns * 100 + 101) / 203)
exe '2resize ' . ((&lines * 21 + 23) / 47)
exe 'vert 2resize ' . ((&columns * 102 + 101) / 203)
exe '3resize ' . ((&lines * 22 + 23) / 47)
exe 'vert 3resize ' . ((&columns * 102 + 101) / 203)
3 years ago
argglobal
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 445 - ((16 * winheight(0) + 22) / 44)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
445
3 years ago
normal! 0
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
argglobal
if bufexists('/data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/dockerservices.vue') | buffer /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/dockerservices.vue | else | edit /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/dockerservices.vue | endif
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 47 - ((20 * winheight(0) + 10) / 21)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
47
normal! 019|
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components
wincmd w
argglobal
if bufexists('/data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/availableservices.vue') | buffer /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/availableservices.vue | else | edit /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/availableservices.vue | endif
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 316 - ((17 * winheight(0) + 11) / 22)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
316
normal! 04|
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components
wincmd w
3 years ago
exe 'vert 1resize ' . ((&columns * 100 + 101) / 203)
exe '2resize ' . ((&lines * 21 + 23) / 47)
exe 'vert 2resize ' . ((&columns * 102 + 101) / 203)
exe '3resize ' . ((&lines * 22 + 23) / 47)
exe 'vert 3resize ' . ((&columns * 102 + 101) / 203)
3 years ago
tabedit /data/appl/ok/swarmlab-hybrid-agent/src/store/modules/create_pipelineLLO.js
set splitbelow splitright
wincmd _ | wincmd |
vsplit
1wincmd h
wincmd w
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
3 years ago
exe 'vert 1resize ' . ((&columns * 100 + 101) / 203)
exe 'vert 2resize ' . ((&columns * 102 + 101) / 203)
3 years ago
argglobal
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 160 - ((29 * winheight(0) + 22) / 44)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
160
normal! 08|
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
argglobal
if bufexists('/data/appl/ok/swarmlab-hybrid-agent/src/App.vue') | buffer /data/appl/ok/swarmlab-hybrid-agent/src/App.vue | else | edit /data/appl/ok/swarmlab-hybrid-agent/src/App.vue | endif
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 453 - ((43 * winheight(0) + 22) / 44)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
453
normal! 048|
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
3 years ago
exe 'vert 1resize ' . ((&columns * 100 + 101) / 203)
exe 'vert 2resize ' . ((&columns * 102 + 101) / 203)
3 years ago
tabedit /data/appl/ok/swarmlab-hybrid-agent/src/components/myconnect-server.vue
set splitbelow splitright
wincmd _ | wincmd |
vsplit
1wincmd h
wincmd w
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
3 years ago
exe 'vert 1resize ' . ((&columns * 100 + 101) / 203)
exe 'vert 2resize ' . ((&columns * 102 + 101) / 203)
3 years ago
argglobal
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 32 - ((29 * winheight(0) + 22) / 44)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
32
normal! 058|
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
argglobal
if bufexists('/data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/myconnect-server.vue') | buffer /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/myconnect-server.vue | else | edit /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork/myconnect-server.vue | endif
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 161 - ((43 * winheight(0) + 22) / 44)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
161
normal! 019|
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
3 years ago
exe 'vert 1resize ' . ((&columns * 100 + 101) / 203)
exe 'vert 2resize ' . ((&columns * 102 + 101) / 203)
3 years ago
tabedit /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices.vue
set splitbelow splitright
wincmd _ | wincmd |
vsplit
1wincmd h
wincmd w
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
3 years ago
exe 'vert 1resize ' . ((&columns * 100 + 101) / 203)
exe 'vert 2resize ' . ((&columns * 102 + 101) / 203)
3 years ago
argglobal
enew
file /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/manage-service.vue
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
argglobal
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 28 - ((26 * winheight(0) + 22) / 44)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
28
normal! 02|
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
3 years ago
exe 'vert 1resize ' . ((&columns * 100 + 101) / 203)
exe 'vert 2resize ' . ((&columns * 102 + 101) / 203)
3 years ago
tabedit /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/deploy-bootstrap.vue
set splitbelow splitright
wincmd _ | wincmd |
vsplit
1wincmd h
wincmd w
wincmd _ | wincmd |
split
1wincmd k
wincmd w
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
3 years ago
exe 'vert 1resize ' . ((&columns * 74 + 101) / 203)
exe '2resize ' . ((&lines * 17 + 23) / 47)
exe 'vert 2resize ' . ((&columns * 128 + 101) / 203)
exe '3resize ' . ((&lines * 26 + 23) / 47)
exe 'vert 3resize ' . ((&columns * 128 + 101) / 203)
3 years ago
argglobal
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 405 - ((28 * winheight(0) + 22) / 44)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
405
normal! 0
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
argglobal
if bufexists('/data/appl/ok/swarmlab-hybrid-agent/src/components/managedeploy.vue') | buffer /data/appl/ok/swarmlab-hybrid-agent/src/components/managedeploy.vue | else | edit /data/appl/ok/swarmlab-hybrid-agent/src/components/managedeploy.vue | endif
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 12 - ((6 * winheight(0) + 8) / 17)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
12
normal! 023|
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
argglobal
3 years ago
enew
file /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/view-service.vue
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
exe 'vert 1resize ' . ((&columns * 74 + 101) / 203)
exe '2resize ' . ((&lines * 17 + 23) / 47)
exe 'vert 2resize ' . ((&columns * 128 + 101) / 203)
exe '3resize ' . ((&lines * 26 + 23) / 47)
exe 'vert 3resize ' . ((&columns * 128 + 101) / 203)
tabedit /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/join-service.vue
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
3 years ago
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 497 - ((22 * winheight(0) + 22) / 45)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
497
normal! 044|
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
3 years ago
tabedit /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/llo-view.vue
3 years ago
set splitbelow splitright
3 years ago
wincmd _ | wincmd |
vsplit
wincmd _ | wincmd |
vsplit
2wincmd h
wincmd w
wincmd w
3 years ago
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
3 years ago
exe 'vert 1resize ' . ((&columns * 67 + 101) / 203)
exe 'vert 2resize ' . ((&columns * 67 + 101) / 203)
exe 'vert 3resize ' . ((&columns * 67 + 101) / 203)
3 years ago
argglobal
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
3 years ago
let s:l = 191 - ((30 * winheight(0) + 22) / 44)
3 years ago
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
3 years ago
191
normal! 013|
3 years ago
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
3 years ago
wincmd w
argglobal
if bufexists('/data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/llo-search.vue') | buffer /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/llo-search.vue | else | edit /data/appl/ok/swarmlab-hybrid-agent/src/components/manageservices/llo-search.vue | endif
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
let s:l = 79 - ((23 * winheight(0) + 22) / 44)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
79
normal! 0
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
argglobal
if bufexists('/data/appl/ok/swarmlab-hybrid-agent/src/components/managello.vue') | buffer /data/appl/ok/swarmlab-hybrid-agent/src/components/managello.vue | else | edit /data/appl/ok/swarmlab-hybrid-agent/src/components/managello.vue | endif
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
let s:l = 28 - ((0 * winheight(0) + 22) / 44)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
28
normal! 052|
lcd /data/appl/ok/swarmlab-hybrid-agent/src/components/mynetwork
wincmd w
2wincmd w
exe 'vert 1resize ' . ((&columns * 67 + 101) / 203)
exe 'vert 2resize ' . ((&columns * 67 + 101) / 203)
exe 'vert 3resize ' . ((&columns * 67 + 101) / 203)
tabnext 8
3 years ago
set stal=1
if exists('s:wipebuf')
silent exe 'bwipe ' . s:wipebuf
endif
unlet! s:wipebuf
set winheight=1 winwidth=20 shortmess=filnxtToOA
set winminheight=1 winminwidth=1
let s:sx = expand("<sfile>:p:r")."x.vim"
if file_readable(s:sx)
exe "source " . fnameescape(s:sx)
endif
let &so = s:so_save | let &siso = s:siso_save
doautoall SessionLoadPost
unlet SessionLoad
" vim: set ft=vim :