Home
last modified time | relevance | path

Searched refs:stack_config (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/qtile/qtile-0.18.1/test/layouts/
H A Dtest_stack.py67 @stack_config
94 @stack_config
99 @stack_config
119 @stack_config
135 @stack_config
173 @stack_config
182 @stack_config
194 @stack_config
213 @stack_config
227 @stack_config
[all …]
/dports/astro/siril/siril/src/core/
H A Dsiril.h181 typedef struct stack_config stackconf;
473 struct stack_config { struct
/dports/cad/cura/Cura-58bae31/plugins/3MFReader/
H A DThreeMFWorkspaceReader.py172 stack_config = ConfigParser(interpolation = None)
173 stack_config.read_string(serialized)
176 if not stack_config.has_option("metadata", "type"):
180 stack_type = stack_config.get("metadata", "type")
/dports/x11-wm/spectrwm/spectrwm-SPECTRWM_3_4_1/
H A Dspectrwm.c1346 void stack_config(struct binding *, struct swm_region *, union arg *);
5863 stack_config(struct binding *bp, struct swm_region *r, union arg *args) in stack_config() function
8389 { "flip_layout", stack_config, 0, {.id = SWM_ARG_ID_FLIPLAYOUT} },
8404 { "master_shrink", stack_config, 0, {.id = SWM_ARG_ID_MASTERSHRINK} },
8405 { "master_grow", stack_config, 0, {.id = SWM_ARG_ID_MASTERGROW} },
8406 { "master_add", stack_config, 0, {.id = SWM_ARG_ID_MASTERADD} },
8407 { "master_del", stack_config, 0, {.id = SWM_ARG_ID_MASTERDEL} },
8472 { "stack_balance", stack_config, 0, {.id = SWM_ARG_ID_STACKBALANCE} },
8473 { "stack_inc", stack_config, 0, {.id = SWM_ARG_ID_STACKINC} },
8474 { "stack_dec", stack_config, 0, {.id = SWM_ARG_ID_STACKDEC} },
[all …]