Home
last modified time | relevance | path

Searched refs:DEFAULT_STYLE_ID (Results 1 – 10 of 10) sorted by relevance

/dports/www/moodle310/moodle/lib/spout/src/Spout/Reader/XLSX/Manager/
H A DStyleManager.php25 const DEFAULT_STYLE_ID = 0; define in Box\\Spout\\Reader\\XLSX\\Manager\\StyleManager
96 if ($styleId === self::DEFAULT_STYLE_ID || !isset($stylesAttributes[$styleId])) {
/dports/www/moodle39/moodle/lib/spout/src/Spout/Reader/XLSX/Manager/
H A DStyleManager.php25 const DEFAULT_STYLE_ID = 0; define in Box\\Spout\\Reader\\XLSX\\Manager\\StyleManager
96 if ($styleId === self::DEFAULT_STYLE_ID || !isset($stylesAttributes[$styleId])) {
/dports/www/moodle311/moodle/lib/spout/src/Spout/Reader/XLSX/Manager/
H A DStyleManager.php25 const DEFAULT_STYLE_ID = 0; define in Box\\Spout\\Reader\\XLSX\\Manager\\StyleManager
106 if ($styleId === self::DEFAULT_STYLE_ID || !isset($stylesAttributes[$styleId])) {
/dports/sysutils/gkrelltop/gkrelltop-2.2.13.orig/
H A Dsupport.h8 # define DEFAULT_STYLE DEFAULT_STYLE_ID
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dmem.c419 gkrellm_draw_chart_text(mc->chart, DEFAULT_STYLE_ID, buf); /* XXX */ in draw_extra()
887 panel_style = gkrellm_copy_style(gkrellm_panel_style(DEFAULT_STYLE_ID)); in create_swap_panel()
891 gkrellm_krell_panel_piximage(DEFAULT_STYLE_ID), panel_style); in create_swap_panel()
H A Dgkrellm.h930 #define DEFAULT_STYLE_ID 0 macro
H A Dchart.c1575 im = gkrellm_bg_panel_piximage(DEFAULT_STYLE_ID);
1830 style_id = DEFAULT_STYLE_ID;
H A Dconfig.c675 if (index == DEFAULT_STYLE_ID)
/dports/misc/gkrellm-xkb/gkrellm-xkb-1.05/
H A Dmain.c413 if ((bg = gkrellm_bg_meter_piximage(DEFAULT_STYLE_ID))) { in draw_flag()
/dports/sysutils/gkrellm-trayicons/gkrellm-trayicons-1.03/
H A Dtrayicons.c512 trayicons_style = gkrellm_meter_style(DEFAULT_STYLE_ID); in setup_trayicons()
536 if ((bg = gkrellm_bg_meter_piximage(DEFAULT_STYLE_ID))) { in setup_trayicons()