Home
last modified time | relevance | path

Searched refs:ws_index (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/aloadimage/arcan-0.6.1/data/appl/console/
H A Dconsole.lua2 local ws_index = 1 -- active workspace
43 switch_workspace(ws_index)
375 if ws_index ~= index then
376 last_index = ws_index
377 ws_index = index
398 return ws_index
428 if workspaces[ws_index] and workspaces[ws_index].vid then
435 if workspaces[ws_index] and workspaces[ws_index].aid then
514 for i=ws_index+1,1,-1 do
537 for i=1,ws_index do
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/data/appl/console/
H A Dconsole.lua2 local ws_index = 1 -- active workspace
43 switch_workspace(ws_index)
375 if ws_index ~= index then
376 last_index = ws_index
377 ws_index = index
398 return ws_index
428 if workspaces[ws_index] and workspaces[ws_index].vid then
435 if workspaces[ws_index] and workspaces[ws_index].aid then
514 for i=ws_index+1,1,-1 do
537 for i=1,ws_index do
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/data/appl/console/
H A Dconsole.lua2 local ws_index = 1 -- active workspace
43 switch_workspace(ws_index)
375 if ws_index ~= index then
376 last_index = ws_index
377 ws_index = index
398 return ws_index
428 if workspaces[ws_index] and workspaces[ws_index].vid then
435 if workspaces[ws_index] and workspaces[ws_index].aid then
514 for i=ws_index+1,1,-1 do
537 for i=1,ws_index do
[all …]
/dports/x11/aclip/arcan-0.6.1/data/appl/console/
H A Dconsole.lua2 local ws_index = 1 -- active workspace
43 switch_workspace(ws_index)
375 if ws_index ~= index then
376 last_index = ws_index
377 ws_index = index
398 return ws_index
428 if workspaces[ws_index] and workspaces[ws_index].vid then
435 if workspaces[ws_index] and workspaces[ws_index].aid then
514 for i=ws_index+1,1,-1 do
537 for i=1,ws_index do
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dreadline_highlighters.cc375 size_t ws_index; in readline_command_highlighter() local
378 ws_index = line.find(' '); in readline_command_highlighter()
379 string command = line.substr(0, ws_index); in readline_command_highlighter()
380 if (ws_index != string::npos) { in readline_command_highlighter()
382 line_range(1, ws_index), in readline_command_highlighter()
413 if (IDENT_PREFIXES.match(pc, pi) && ws_index != string::npos) { in readline_command_highlighter()
414 size_t start = ws_index, last; in readline_command_highlighter()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/dsp/engine/
H A Dwaveshaping_engine.cc111 float ws_index = 127.0f * out[i] + 128.0f; in Render() local
112 MAKE_INTEGRAL_FRACTIONAL(ws_index) in Render()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/dsp/engine/
H A Dwaveshaping_engine.cc111 float ws_index = 127.0f * out[i] + 128.0f; in Render() local
112 MAKE_INTEGRAL_FRACTIONAL(ws_index) in Render()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/models/
H A Ddto.rs81 ws_index: usize, in viewport_into_display_workspace()
102 index: ws_index, in viewport_into_display_workspace()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/tides2/
H A Dramp_shaper.h210 float ws_index = 1024.0f * input; in Shape() local
211 MAKE_INTEGRAL_FRACTIONAL(ws_index) in Shape()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/shell/
H A Dprompt.hpp1121 size_t ws_index = _line.buf.rfind(' ', _line.cur_pos) + 1; in _autocomplete_folder() local
1124 _line.buf[ws_index] != '~' ? in _autocomplete_folder()
1125 _line.buf.substr(ws_index, _line.cur_pos - ws_index) : in _autocomplete_folder()
1126 _user_home().native() + _line.buf.substr(ws_index+1, _line.cur_pos-ws_index-1) in _autocomplete_folder()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/utils/
H A Dcommand_pipe.rs132 let ws_index: usize = parts in build_send_workspace_to_tag() localVariable
137 Ok(Command::SendWorkspaceToTag(ws_index, tag_index)) in build_send_workspace_to_tag()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/handlers/
H A Dcommand_handler.rs102 Command::SendWorkspaceToTag(ws_index, tag_index) => { in process_internal()
103 Some(send_workspace_to_tag(state, *ws_index, *tag_index)) in process_internal()
633 fn send_workspace_to_tag(state: &mut State, ws_index: usize, tag_index: usize) -> bool { in send_workspace_to_tag()
635 if ws_index < state.workspaces.len() && tag_index < state.tags.len_normal() { in send_workspace_to_tag()
636 let workspace = &state.workspaces[ws_index].clone(); in send_workspace_to_tag()
/dports/net-mgmt/p5-Net-IP-XS/Net-IP-XS-0.21/
H A Dfunctions.c2612 int ws_index = -1; in NI_ip_compress_address() local
2641 ws_start[++ws_index] = i; in NI_ip_compress_address()
2643 ws_count[ws_index] += 1; in NI_ip_compress_address()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/ClearSilver/
H A Dcsparse.c283 int ws_index = 2+parse->taglen; in find_open_delim() local
290 (p[ws_index] == ' ' || p[ws_index] == '\n' || p[ws_index] == '\t' || p[ws_index] == '\r')) in find_open_delim()
/dports/www/p5-ClearSilver/clearsilver-0.10.5/cs/
H A Dcsparse.c348 int ws_index = 2+parse->taglen; in find_open_delim() local
355 (p[ws_index] == ' ' || p[ws_index] == '\n' || p[ws_index] == '\t' || p[ws_index] == '\r')) in find_open_delim()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/cs/
H A Dcsparse.c348 int ws_index = 2+parse->taglen; in find_open_delim() local
355 (p[ws_index] == ' ' || p[ws_index] == '\n' || p[ws_index] == '\t' || p[ws_index] == '\r')) in find_open_delim()
/dports/www/clearsilver/clearsilver-0.10.5/cs/
H A Dcsparse.c348 int ws_index = 2+parse->taglen; in find_open_delim() local
355 (p[ws_index] == ' ' || p[ws_index] == '\n' || p[ws_index] == '\t' || p[ws_index] == '\r')) in find_open_delim()