Home
last modified time | relevance | path

Searched refs:bW (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/dports/games/xonotic/Xonotic/source/qcsrc/lib/
H A Ddraw.qh61 vector bW, bH;
68 bW = eX * (0.25 * theSize.x / (theBorderSize.x * 2));
73 …drawsubpic(theOrigin, width * 0.5 + height * 0.5, pic, '0 0 0', bW + bH,…
74 …drawsubpic(theOrigin + width * 0.5, width * 0.5 + height * 0.5, pic, eX - bW, bW + bH,…
75 …drawsubpic(theOrigin + height * 0.5, width * 0.5 + height * 0.5, pic, eY - bH, bW + bH,…
76 …drawsubpic(theOrigin + theSize * 0.5, width * 0.5 + height * 0.5, pic, eX + eY - bW - bH, bW + bH,…
81 … width * 0.5 + dY, pic, '0 0 0', '0 0.25 0' + bW, theColor, theAlpha,…
82 … width * 0.5 + dY, pic, '0 0 0' + eX - bW, '0 0.25 0' + bW, theColor, …
83 …dY, width * 0.5 + height - 2 * dY, pic, '0 0.25 0', '0 0.5 0' + bW, theColor, theAlpha,…
84 … + dY, width * 0.5 + height - 2 * dY, pic, '0 0.25 0' + eX - bW, '0 0.5 0' + bW, theColor, …
[all …]
/dports/games/xonotic/Xonotic/source/qcsrc/menu/
H A Ddraw.qc101 vector bW;
113 bW = eX * (0.25 * theSize.x / (theSize.y * 2));
115 drawsubpic(theOrigin + square, square + height, pic, eX - bW, eY + bW, theColor, theAlpha, 0);
173 vector bW, bH;
208 bW = eX * (0.25 * theSize.x / (theBorderSize.x * 2));
212 … width * 0.5 + height, pic, '0 0.25 0' + eX - bW, '0 0.5 0' + bW, theColor, …
219 …drawsubpic(theOrigin + width * 0.5, width * 0.5 + height * 0.5, pic, eX - bW, bW + bH,…
221 …drawsubpic(theOrigin + theSize * 0.5, width * 0.5 + height * 0.5, pic, eX + eY - bW - bH, bW + bH,…
227 … width * 0.5 + dY, pic, '0 0 0' + eX - bW, '0 0.25 0' + bW, theColor, …
229 … + dY, width * 0.5 + height - 2 * dY, pic, '0 0.25 0' + eX - bW, '0 0.5 0' + bW, theColor, …
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/libcsg/
H A Dnematicorder.cc31 bool bU, bV, bW; in Process() local
32 bU = bV = bW = false; in Process()
59 bW = true; in Process()
75 if (bW) { in Process()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/libcsg/
H A Dnematicorder.cc31 bool bU, bV, bW; in Process() local
32 bU = bV = bW = false; in Process()
59 bW = true; in Process()
75 if (bW) { in Process()
/dports/editors/neovim/neovim-0.6.1/runtime/ftplugin/
H A Dmf.vim43 nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) <…
44 vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) <…
47 nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) <…
48 vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) <…
51 nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) <…
52 vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) <…
H A Dmp.vim52 nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) <…
53 vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) <…
56 nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) <…
57 vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) <…
60 nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) <…
61 vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) <…
H A Dcontext.vim62 …nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) …
63 …vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) …
66 …nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) …
67 …vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) …
70 …nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) …
71 …vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) …
H A Dvim.vim76 nnoremap <silent><buffer> [[ m':call search('^\s*\(fu\%[nction]\\|def\)\>', "bW")<CR>
77 …lent><buffer> [[ m':<C-U>exe "normal! gv"<Bar>call search('^\s*\(fu\%[nction]\\|def\)\>', "bW")<CR>
80 nnoremap <silent><buffer> [] m':call search('^\s*end\(f\%[unction]\\|def\)\>', "bW")<CR>
81 …t><buffer> [] m':<C-U>exe "normal! gv"<Bar>call search('^\s*end\(f\%[unction]\\|def\)\>', "bW")<CR>
88 nnoremap <silent><buffer> [" :call search('\%(^\s*".*\n\)\%(^\s*"\)\@!', "bW")<CR>
89 …<silent><buffer> [" :<C-U>exe "normal! gv"<Bar>call search('\%(^\s*".*\n\)\%(^\s*"\)\@!', "bW")<CR>
/dports/editors/vim/vim-8.2.3745/runtime/ftplugin/
H A Dmf.vim43 nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) <…
44 vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) <…
47 nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) <…
48 vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) <…
51 nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) <…
52 vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) <…
H A Dmp.vim52 nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) <…
53 vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) <…
56 nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) <…
57 vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) <…
60 nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) <…
61 vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) <…
H A Dvim.vim72 nnoremap <silent><buffer> [[ m':call search('^\s*\(fu\%[nction]\\|def\)\>', "bW")<CR>
73 …lent><buffer> [[ m':<C-U>exe "normal! gv"<Bar>call search('^\s*\(fu\%[nction]\\|def\)\>', "bW")<CR>
76 nnoremap <silent><buffer> [] m':call search('^\s*end\(f\%[unction]\\|def\)\>', "bW")<CR>
77 …t><buffer> [] m':<C-U>exe "normal! gv"<Bar>call search('^\s*end\(f\%[unction]\\|def\)\>', "bW")<CR>
84 nnoremap <silent><buffer> [" :call search('\%(^\s*".*\n\)\%(^\s*"\)\@!', "bW")<CR>
85 …<silent><buffer> [" :<C-U>exe "normal! gv"<Bar>call search('\%(^\s*".*\n\)\%(^\s*"\)\@!', "bW")<CR>
H A Dcontext.vim62 …nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) …
63 …vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) …
66 …nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) …
67 …vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) …
70 …nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) …
71 …vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) …
/dports/editors/neovim/neovim-0.6.1/runtime/indent/
H A Dsml.vim61 let llet = search(a:pat, 'bW')
69 let llet = search(a:pat, 'bW')
76 call search(a:pend, 'bW')
78 …let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "na…
87 call search(a:pend, 'bW')
89 …let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "na…
100 " call search(a:pend, 'bW')
166 let lastSwitch = search('\<\(case\|handle\|fun\|datatype\)\>','bW')
191 call search('\<case\>',"bW")
196 call search('\<case\>',"bW")
H A Djavascript.vim135 while s:SearchLoop(pat,'bW','s:SkipFunc()')
138 if s:GetPair('{','}','bW','s:SkipFunc()')
149 elseif !s:GetPair(['\[','(','{'][idx],'])}'[idx],'bW','s:SkipFunc()')
173 if eval(s:in_comm) && !s:SearchLoop('\S\ze\_s*\/[/*]','bW',s:in_comm)
207 while s:SearchLoop('[{}?:]','bW',s:skip_expr)
223 elseif !s:GetPair('{','}','bW',s:skip_expr)
263 if s:LookingAt() == ')' && s:GetPair('(', ')', 'bW', s:skip_expr)
273 return s:GetPair('(', ')', 'bW', s:skip_expr)
281 while s:SearchLoop('\C[{}]\|\<\%(do\|while\)\>','bW',s:skip_expr)
289 elseif s:LookingAt() != '}' || !s:GetPair('{','}','bW',s:skip_expr)
[all …]
H A Docaml.vim66 let llet = search(a:pat, 'bW')
74 let llet = search(a:pat, 'bW')
81 call search(a:pend, 'bW')
87 call search(a:pend, 'bW')
145 call search('|', 'bW')
190 return indent(search('^\s*\(\(exception\|external\|include\|open\|type\)\>\|val\>.*:\)', 'bW'))
196 …rch('^\s*\(\(exception\|include\|initializer\|method\|open\|type\|val\)\>\|external\>.*:\)', 'bW'))
203 return indent(search('\<\(object\|object\s*(.*)\)\s*$', 'bW')) + shiftwidth()
238 call search('\*)', 'bW')
/dports/editors/vim/vim-8.2.3745/runtime/indent/
H A Dsml.vim61 let llet = search(a:pat, 'bW')
69 let llet = search(a:pat, 'bW')
76 call search(a:pend, 'bW')
78 …let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "na…
87 call search(a:pend, 'bW')
89 …let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "na…
100 " call search(a:pend, 'bW')
166 let lastSwitch = search('\<\(case\|handle\|fun\|datatype\)\>','bW')
191 call search('\<case\>',"bW")
196 call search('\<case\>',"bW")
H A Djavascript.vim135 while s:SearchLoop(pat,'bW','s:SkipFunc()')
138 if s:GetPair('{','}','bW','s:SkipFunc()')
149 elseif !s:GetPair(['\[','(','{'][idx],'])}'[idx],'bW','s:SkipFunc()')
173 if eval(s:in_comm) && !s:SearchLoop('\S\ze\_s*\/[/*]','bW',s:in_comm)
207 while s:SearchLoop('[{}?:]','bW',s:skip_expr)
223 elseif !s:GetPair('{','}','bW',s:skip_expr)
263 if s:LookingAt() == ')' && s:GetPair('(', ')', 'bW', s:skip_expr)
273 return s:GetPair('(', ')', 'bW', s:skip_expr)
281 while s:SearchLoop('\C[{}]\|\<\%(do\|while\)\>','bW',s:skip_expr)
289 elseif s:LookingAt() != '}' || !s:GetPair('{','}','bW',s:skip_expr)
[all …]
H A Docaml.vim66 let llet = search(a:pat, 'bW')
74 let llet = search(a:pat, 'bW')
81 call search(a:pend, 'bW')
87 call search(a:pend, 'bW')
145 call search('|', 'bW')
190 return indent(search('^\s*\(\(exception\|external\|include\|open\|type\)\>\|val\>.*:\)', 'bW'))
196 …rch('^\s*\(\(exception\|include\|initializer\|method\|open\|type\|val\)\>\|external\>.*:\)', 'bW'))
203 return indent(search('\<\(object\|object\s*(.*)\)\s*$', 'bW')) + shiftwidth()
238 call search('\*)', 'bW')
/dports/graphics/jogamp-jogl/gluegen/src/junit/com/jogamp/common/util/
H A DTestBitstream00.java238 final int bW = bbWrite.get(i); in test10ReadWrite1_31Impl() local
240 … i, Bitstream.toHexBinString(true, bR, 8), Bitstream.toHexBinString(true, bW, 8), bR==bW); in test10ReadWrite1_31Impl()
241 ok = ok && bR==bW; in test10ReadWrite1_31Impl()
255 final int bW = bbWrite.get(i); in test10ReadWrite1_31Impl() local
257 … i, Bitstream.toHexBinString(true, bR, 8), Bitstream.toHexBinString(true, bW, 8), bR==bW); in test10ReadWrite1_31Impl()
258 ok = ok && bR==bW; in test10ReadWrite1_31Impl()
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A DBuoyMath.h140 float bW = b.w, bX = b.x, bY = b.y, bZ = b.z; variable
142 result.x = aW*bX + bW*aX + aY*bZ - aZ*bY;
143 result.y = aW*bY + bW*aY + aZ*bX - aX*bZ;
144 result.z = aW*bZ + bW*aZ + aX*bY - aY*bX;
145 result.w = aW*bW - (aX*bX + aY*bY + aZ*bZ);
/dports/databases/sqlrelay/sqlrelay-1.7.0/doc/api/c++/html/
H A Djquery.js16bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][…
23bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1]);if(bS[2]){bR=bS[3];break}… variable
/dports/databases/sqlrelay/sqlrelay-1.7.0/doc/api/nodejs/html/
H A Djquery.js16bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][…
23bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1]);if(bS[2]){bR=bS[3];break}… argument
/dports/databases/sqlrelay/sqlrelay-1.7.0/doc/api/ado.net/html/
H A Djquery.js16bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][…
23bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1]);if(bS[2]){bR=bS[3];break}… argument
/dports/databases/sqlrelay/sqlrelay-1.7.0/doc/api/c/html/
H A Djquery.js16bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][…
23bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1]);if(bS[2]){bR=bS[3];break}… argument
/dports/databases/sqlrelay/sqlrelay-1.7.0/doc/api/cs/html/
H A Djquery.js16bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][…
23bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1]);if(bS[2]){bR=bS[3];break}… argument

12345678910>>...25