Home
last modified time | relevance | path

Searched refs:m_conf (Results 1 – 25 of 139) sorted by relevance

123456

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcWorld.cc87 delete m_conf; m_conf = NULL; in ~cWorld()
102 m_rng.ResetSeed(m_conf->RANDOM_SEED.Get()); in setup()
103 m_srng.ResetSeed(m_conf->RANDOM_SEED.Get()); in setup()
121 if(m_conf->DEMES_MIGRATION_METHOD.Get() == 4){ in setup()
125 if(m_conf->DEMES_PARASITE_MIGRATION_RATE.Get() > 0.0) in setup()
127 if(m_conf->DEMES_MIGRATION_RATE.Get() > 0.0) in setup()
130 …if(!m_mig_mat->Load(m_conf->NUM_DEMES.AsString().AsInt(), m_conf->MIGRATION_FILE.Get(), m_working_… in setup()
142 if (m_conf->INST_SET_LOAD_LEGACY.Get()) { in setup()
143 …if (!m_hw_mgr->ConvertLegacyInstSetFile(m_conf->INST_SET.Get(), m_conf->INSTSETS.Get(), feedback))… in setup()
149 …if (!m_conf->INST_SET_LOAD_LEGACY.Get() && m_conf->INST_SET.Get() != "" && m_conf->INST_SET.Get() … in setup()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/include/kernel/signaldata/
H A DCreateTrig.hpp310 CreateTrigConf m_conf; member in CreateTrigRef
326 return &m_conf; in getConf()
329 return &m_conf; in getConf()
332 return m_conf.getUserRef(); in getUserRef()
335 m_conf.setUserRef(val); in setUserRef()
347 m_conf.setRequestType(val); in setRequestType()
350 return m_conf.getTableId(); in getTableId()
353 m_conf.setTableId(val); in setTableId()
356 return m_conf.getIndexId(); in getIndexId()
359 m_conf.setIndexId(val); in setIndexId()
[all …]
H A DCreateIndx.hpp218 CreateIndxConf m_conf; member
234 return &m_conf; in getConf()
237 return &m_conf; in getConf()
240 return m_conf.getUserRef(); in getUserRef()
243 m_conf.setUserRef(val); in setUserRef()
255 m_conf.setRequestType(val); in setRequestType()
258 return m_conf.getTableId(); in getTableId()
261 m_conf.setTableId(val); in setTableId()
267 m_conf.setIndexType(val); in setIndexType()
270 return m_conf.getIndexId(); in getIndexId()
[all …]
H A DDropIndx.hpp181 DropIndxConf m_conf; member
196 return &m_conf; in getConf()
199 return &m_conf; in getConf()
208 return m_conf.getUserRef(); in getUserRef()
211 m_conf.setUserRef(val); in setUserRef()
217 m_conf.setRequestType(val); in setRequestType()
220 return m_conf.getTableId(); in getTableId()
223 m_conf.setTableId(val); in setTableId()
226 return m_conf.getIndexId(); in getIndexId()
229 m_conf.setIndexId(val); in setIndexId()
[all …]
H A DAlterIndx.hpp195 AlterIndxConf m_conf; member in AlterIndxRef
210 return &m_conf; in getConf()
213 return &m_conf; in getConf()
216 return m_conf.getUserRef(); in getUserRef()
219 m_conf.setUserRef(val); in setUserRef()
231 m_conf.setRequestType(val); in setRequestType()
234 return m_conf.getTableId(); in getTableId()
237 m_conf.setTableId(val); in setTableId()
240 return m_conf.getIndexId(); in getIndexId()
243 m_conf.setIndexId(val); in setIndexId()
[all …]
H A DDropTrig.hpp226 DropTrigConf m_conf; member in DropTrigRef
239 return &m_conf; in getConf()
242 return &m_conf; in getConf()
245 return m_conf.getUserRef(); in getUserRef()
248 m_conf.setUserRef(val); in setUserRef()
260 m_conf.setRequestType(val); in setRequestType()
263 return m_conf.getTableId(); in getTableId()
266 m_conf.setTableId(val); in setTableId()
269 return m_conf.getIndexId(); in getIndexId()
272 m_conf.setIndexId(val); in setIndexId()
[all …]
H A DBuildIndx.hpp253 BuildIndxConf m_conf; member in BuildIndxRef
259 return &m_conf; in getConf()
262 return &m_conf; in getConf()
265 return m_conf.getUserRef(); in getUserRef()
268 m_conf.setUserRef(val); in setUserRef()
280 m_conf.setRequestType(val); in setRequestType()
283 return m_conf.getTableId(); in getTableId()
286 m_conf.setTableId(val); in setTableId()
292 m_conf.setIndexType(val); in setIndexType()
295 return m_conf.getIndexId(); in getIndexId()
[all …]
H A DAlterTrig.hpp221 AlterTrigConf m_conf; member in AlterTrigRef
233 return &m_conf; in getConf()
236 return &m_conf; in getConf()
239 return m_conf.getUserRef(); in getUserRef()
242 m_conf.setUserRef(val); in setUserRef()
248 m_conf.setConnectionPtr(val); in setConnectionPtr()
254 m_conf.setRequestType(val); in setRequestType()
257 return m_conf.getTableId(); in getTableId()
260 m_conf.setTableId(val); in setTableId()
263 return m_conf.getTriggerId(); in getTriggerId()
[all …]
/dports/x11/polybar/polybar-3.5.7/src/modules/
H A Dmpd.cpp17 m_host = m_conf.get(name(), "host", m_host); in mpd_module()
18 m_port = m_conf.get(name(), "port", m_port); in mpd_module()
19 m_pass = m_conf.get(name(), "password", m_pass); in mpd_module()
20 m_synctime = m_conf.get(name(), "interval", m_synctime); in mpd_module()
62 m_icons->add("play", load_label(m_conf, name(), TAG_ICON_PLAY)); in mpd_module()
65 m_icons->add("pause", load_label(m_conf, name(), TAG_ICON_PAUSE)); in mpd_module()
68 m_icons->add("stop", load_label(m_conf, name(), TAG_ICON_STOP)); in mpd_module()
71 m_icons->add("prev", load_label(m_conf, name(), TAG_ICON_PREV)); in mpd_module()
74 m_icons->add("next", load_label(m_conf, name(), TAG_ICON_NEXT)); in mpd_module()
92 m_conf.warn_deprecated(name(), "icon-repeatone", "icon-single"); in mpd_module()
[all …]
H A Dbspwm.cpp54 m_pinworkspaces = m_conf.get(name(), "pin-workspaces", m_pinworkspaces); in bspwm_module()
55 m_click = m_conf.get(name(), "enable-click", m_click); in bspwm_module()
56 m_scroll = m_conf.get(name(), "enable-scroll", m_scroll); in bspwm_module()
57 m_revscroll = m_conf.get(name(), "reverse-scroll", m_revscroll); in bspwm_module()
58 m_inlinemode = m_conf.get(name(), "inline-mode", m_inlinemode); in bspwm_module()
59 m_fuzzy_match = m_conf.get(name(), "fuzzy-match", m_fuzzy_match); in bspwm_module()
81 load_optional_label(m_conf, name(), "label-occupied", DEFAULT_LABEL)); in bspwm_module()
83 load_optional_label(m_conf, name(), "label-urgent", DEFAULT_LABEL)); in bspwm_module()
85 load_optional_label(m_conf, name(), "label-empty", DEFAULT_LABEL)); in bspwm_module()
87 load_optional_label(m_conf, name(), "label-dimmed")); in bspwm_module()
[all …]
H A Di3.cpp26 m_click = m_conf.get(name(), "enable-click", m_click); in i3_module()
27 m_scroll = m_conf.get(name(), "enable-scroll", m_scroll); in i3_module()
28 m_revscroll = m_conf.get(name(), "reverse-scroll", m_revscroll); in i3_module()
29 m_wrap = m_conf.get(name(), "wrapping-scroll", m_wrap); in i3_module()
30 m_indexsort = m_conf.get(name(), "index-sort", m_indexsort); in i3_module()
31 m_pinworkspaces = m_conf.get(name(), "pin-workspaces", m_pinworkspaces); in i3_module()
32 m_strip_wsnumbers = m_conf.get(name(), "strip-wsnumbers", m_strip_wsnumbers); in i3_module()
33 m_fuzzy_match = m_conf.get(name(), "fuzzy-match", m_fuzzy_match); in i3_module()
35 m_conf.warn_deprecated(name(), "wsname-maxlen", "%name:min:max%"); in i3_module()
52 m_modelabel = load_optional_label(m_conf, name(), "label-mode", "%mode%"); in i3_module()
[all …]
H A Dscript.cpp17 m_tail = m_conf.get(name(), "tail", false); in script_module()
85 m_exec = m_conf.get(name(), "exec", m_exec);
86 m_exec_if = m_conf.get(name(), "exec-if", m_exec_if);
87 m_interval = m_conf.get<decltype(m_interval)>(name(), "interval", 5s);
90 m_actions[mousebtn::LEFT] = m_conf.get(name(), "click-left", ""s);
91 m_actions[mousebtn::MIDDLE] = m_conf.get(name(), "click-middle", ""s);
92 m_actions[mousebtn::RIGHT] = m_conf.get(name(), "click-right", ""s);
93 m_actions[mousebtn::DOUBLE_LEFT] = m_conf.get(name(), "double-click-left", ""s);
96 m_actions[mousebtn::SCROLL_UP] = m_conf.get(name(), "scroll-up", ""s);
97 m_actions[mousebtn::SCROLL_DOWN] = m_conf.get(name(), "scroll-down", ""s);
[all …]
H A Dnetwork.cpp18 m_interface = m_conf.get(name(), "interface", m_interface); in network_module()
19 m_ping_nth_update = m_conf.get(name(), "ping-interval", m_ping_nth_update); in network_module()
20 m_udspeed_minwidth = m_conf.get(name(), "udspeed-minwidth", m_udspeed_minwidth); in network_module()
21 m_accumulate = m_conf.get(name(), "accumulate-stats", m_accumulate); in network_module()
23 m_unknown_up = m_conf.get<bool>(name(), "unknown-as-up", false); in network_module()
25 m_conf.warn_deprecated(name(), "udspeed-minwidth", "%downspeed:min:max% and %upspeed:min:max%"); in network_module()
33 m_ramp_signal = load_ramp(m_conf, name(), TAG_RAMP_SIGNAL); in network_module()
36 m_ramp_quality = load_ramp(m_conf, name(), TAG_RAMP_QUALITY); in network_module()
40 load_optional_label(m_conf, name(), TAG_LABEL_CONNECTED, "%ifname% %local_ip%"); in network_module()
56 …m_label[connection_state::PACKETLOSS] = load_optional_label(m_conf, name(), TAG_LABEL_PACKETLOSS, … in network_module()
[all …]
H A Dipc.cpp18 for (auto&& command : m_conf.get_list<string>(name(), "hook")) { in ipc_module()
26 if ((m_initial = m_conf.get(name(), "initial", 0_z)) && m_initial > m_hooks.size()) { in ipc_module()
31 …m_actions.emplace(make_pair<mousebtn, string>(mousebtn::LEFT, m_conf.get(name(), "click-left", ""s… in ipc_module()
32 …m_actions.emplace(make_pair<mousebtn, string>(mousebtn::MIDDLE, m_conf.get(name(), "click-middle",… in ipc_module()
33 …m_actions.emplace(make_pair<mousebtn, string>(mousebtn::RIGHT, m_conf.get(name(), "click-right", "… in ipc_module()
34 …m_actions.emplace(make_pair<mousebtn, string>(mousebtn::SCROLL_UP, m_conf.get(name(), "scroll-up",… in ipc_module()
35 …m_actions.emplace(make_pair<mousebtn, string>(mousebtn::SCROLL_DOWN, m_conf.get(name(), "scroll-do… in ipc_module()
36 …m_actions.emplace(make_pair<mousebtn, string>(mousebtn::DOUBLE_LEFT, m_conf.get(name(), "double-cl… in ipc_module()
37 …m_actions.emplace(make_pair<mousebtn, string>(mousebtn::DOUBLE_MIDDLE, m_conf.get(name(), "double-… in ipc_module()
38 …m_actions.emplace(make_pair<mousebtn, string>(mousebtn::DOUBLE_RIGHT, m_conf.get(name(), "double-c… in ipc_module()
H A Dxkeyboard.cpp45 m_blacklist = m_conf.get_list(name(), "blacklist", {}); in xkeyboard_module()
51 for (const auto& it : m_conf.get_list<string>(name(), "layout-icon", {})) { in xkeyboard_module()
62 m_layout = load_optional_label(m_conf, name(), TAG_LABEL_LAYOUT, "%layout%"); in xkeyboard_module()
66 m_conf.warn_deprecated(name(), "label-indicator", "label-indicator-on"); in xkeyboard_module()
69 m_indicator_state_off = load_optional_label(m_conf, name(), "label-indicator-off"s, ""s); in xkeyboard_module()
71 if (m_conf.has(name(), "label-indicator-on"s)) { in xkeyboard_module()
92 for (const auto& it : m_conf.get_list<string>(name(), "indicator-icon", {})) { in xkeyboard_module()
107 if (m_conf.has(name(), indicator_key_on)) { in xkeyboard_module()
108 m_indicator_on_labels.emplace(it, load_label(m_conf, name(), indicator_key_on)); in xkeyboard_module()
110 if (m_conf.has(name(), indicator_key_off)) { in xkeyboard_module()
[all …]
H A Dtemperature.cpp18 m_zone = m_conf.get(name(), "thermal-zone", 0); in temperature_module()
19 m_path = m_conf.get(name(), "hwmon-path", ""s); in temperature_module()
20 m_tempbase = m_conf.get(name(), "base-temperature", 0); in temperature_module()
21 m_tempwarn = m_conf.get(name(), "warn-temperature", 80); in temperature_module()
23 m_units = m_conf.get(name(), "units", m_units); in temperature_module()
37 … m_label[temp_state::NORMAL] = load_optional_label(m_conf, name(), TAG_LABEL, "%temperature-c%"); in temperature_module()
40 …m_label[temp_state::WARN] = load_optional_label(m_conf, name(), TAG_LABEL_WARN, "%temperature-c%"); in temperature_module()
43 m_ramp = load_ramp(m_conf, name(), TAG_RAMP); in temperature_module()
H A Dalsa.cpp23 m_mapped = m_conf.get(name(), "mapped", m_mapped); in alsa_module()
24 m_interval = m_conf.get(name(), "interval", m_interval); in alsa_module()
26 auto master_mixer_name = m_conf.get(name(), "master-mixer", "Master"s); in alsa_module()
27 auto speaker_mixer_name = m_conf.get(name(), "speaker-mixer", ""s); in alsa_module()
28 auto headphone_mixer_name = m_conf.get(name(), "headphone-mixer", ""s); in alsa_module()
33 auto m_soundcard_name = m_conf.get(name(), "master-soundcard", "default"s); in alsa_module()
34 auto s_soundcard_name = m_conf.get(name(), "speaker-soundcard", "default"s); in alsa_module()
35 auto h_soundcard_name = m_conf.get(name(), "headphone-soundcard", "default"s); in alsa_module()
38 m_headphoneid = m_conf.get<decltype(m_headphoneid)>(name(), "headphone-id"); in alsa_module()
76 m_bar_volume = load_progressbar(m_bar, m_conf, name(), TAG_BAR_VOLUME); in alsa_module()
[all …]
H A Dpulseaudio.cpp19 m_interval = m_conf.get(name(), "interval", m_interval); in pulseaudio_module()
21 auto sink_name = m_conf.get(name(), "sink", ""s); in pulseaudio_module()
22 bool m_max_volume = m_conf.get(name(), "use-ui-max", true); in pulseaudio_module()
35 m_bar_volume = load_progressbar(m_bar, m_conf, name(), TAG_BAR_VOLUME); in pulseaudio_module()
38 m_label_volume = load_optional_label(m_conf, name(), TAG_LABEL_VOLUME, "%percentage%%"); in pulseaudio_module()
41 m_label_muted = load_optional_label(m_conf, name(), TAG_LABEL_MUTED, "%percentage%%"); in pulseaudio_module()
44 m_ramp_volume = load_ramp(m_conf, name(), TAG_RAMP_VOLUME); in pulseaudio_module()
109 auto click_middle = m_conf.get(name(), "click-middle", ""s); in get_output()
110 auto click_right = m_conf.get(name(), "click-right", ""s); in get_output()
H A Dmemory.cpp25 m_bar_memused = load_progressbar(m_bar, m_conf, name(), TAG_BAR_USED); in memory_module()
28 m_bar_memfree = load_progressbar(m_bar, m_conf, name(), TAG_BAR_FREE); in memory_module()
31 m_ramp_memused = load_ramp(m_conf, name(), TAG_RAMP_USED); in memory_module()
34 m_ramp_memfree = load_ramp(m_conf, name(), TAG_RAMP_FREE); in memory_module()
37 m_bar_swapused = load_progressbar(m_bar, m_conf, name(), TAG_BAR_SWAP_USED); in memory_module()
40 m_bar_swapfree = load_progressbar(m_bar, m_conf, name(), TAG_BAR_SWAP_FREE); in memory_module()
43 m_ramp_swapused = load_ramp(m_conf, name(), TAG_RAMP_SWAP_USED); in memory_module()
46 m_ramp_swapfree = load_ramp(m_conf, name(), TAG_RAMP_SWAP_FREE); in memory_module()
50 m_label = load_optional_label(m_conf, name(), TAG_LABEL, "%percentage_used%%"); in memory_module()
/dports/astro/stellarium/stellarium-0.21.3/plugins/MeteorShowers/src/
H A DMeteorShowersMgr.cpp44 , m_conf(StelApp::getInstance().getSettings()) in MeteorShowersMgr()
233 m_conf->beginGroup(MS_CONFIG_PREFIX); in restoreDefaultSettings()
234 m_conf->remove(""); in restoreDefaultSettings()
235 m_conf->endGroup(); in restoreDefaultSettings()
535 m_conf->setValue(MS_CONFIG_PREFIX + "/colorARG", rgb.toStr()); in setColorARG()
541 m_conf->setValue(MS_CONFIG_PREFIX + "/colorARC", rgb.toStr()); in setColorARC()
547 m_conf->setValue(MS_CONFIG_PREFIX + "/colorIR", rgb.toStr()); in setColorIR()
553 m_conf->setValue(MS_CONFIG_PREFIX + "/enable_at_startup", b); in setEnableAtStartup()
560 m_conf->setValue(MS_CONFIG_PREFIX + "/font_size", pixelSize); in setFontSize()
576 m_conf->setValue(MS_CONFIG_PREFIX + "/flag_radiant_marker", b); in setEnableMarker()
[all …]
/dports/x11/fbdesk/fbdesk-1.4.1/src/
H A DIcon.cc79 m_conf(IconConfig::instance() ) { in Icon()
84 m_icon_window.setAlpha(m_conf.iconAlpha()); in Icon()
85 m_label_window.setAlpha(m_conf.textAlpha()); in Icon()
146 m_icon_window.setAlpha(m_conf.iconAlpha()); in update()
147 m_label_window.setAlpha(m_conf.textAlpha()); in update()
170 int y_start = m_conf.font().ascent(); in redrawLabel()
179 m_conf.gc(), in redrawLabel()
186 if (m_conf.textPlacement() == TEXTPLACE_LEFT || in updateLabel()
187 m_conf.textPlacement() == TEXTPLACE_RIGHT) { in updateLabel()
189 m_label_window.resize(m_conf.font().height(), in updateLabel()
[all …]
/dports/x11/polybar/polybar-3.5.7/src/components/
H A Dbar.cpp66 , m_conf(config) in bar()
72 string bs{m_conf.section()}; in bar()
75 auto monitor_name = m_conf.get(bs, "monitor", ""s); in bar()
161 m_opts.locale = m_conf.get(bs, "locale", ""s); in bar()
202 rgba color = m_conf.get(bs, key, def); in bar()
222 if (m_conf.has(bs, "background")) { in bar()
263 auto w = m_conf.get(m_conf.section(), "width", "100%"s); in bar()
264 auto h = m_conf.get(m_conf.section(), "height", "24"s); in bar()
265 auto offsetx = m_conf.get(m_conf.section(), "offset-x", ""s); in bar()
266 auto offsety = m_conf.get(m_conf.section(), "offset-y", ""s); in bar()
[all …]
/dports/x11/polybar/polybar-3.5.7/src/modules/meta/
H A Dbase.cpp91 return m_conf.get("settings", "format-" + param, fallback); in add()
95 format->value = m_conf.get(m_modname, name, move(fallback)); in add()
96 format->fg = m_conf.get(m_modname, name + "-foreground", formatdef("foreground", format->fg)); in add()
97 format->bg = m_conf.get(m_modname, name + "-background", formatdef("background", format->bg)); in add()
98 format->ul = m_conf.get(m_modname, name + "-underline", formatdef("underline", format->ul)); in add()
99 format->ol = m_conf.get(m_modname, name + "-overline", formatdef("overline", format->ol)); in add()
104 format->margin = m_conf.get(m_modname, name + "-margin", formatdef("margin", format->margin)); in add()
105 format->offset = m_conf.get(m_modname, name + "-offset", formatdef("offset", format->offset)); in add()
106 format->font = m_conf.get(m_modname, name + "-font", formatdef("font", format->font)); in add()
110 format->prefix = load_label(m_conf, m_modname, name + "-prefix"); in add()
[all …]
/dports/deskutils/recoll/recoll-1.31.2/qtgui/confgui/
H A Dconfguiindex.cpp65 if (!m_conf || !*m_conf) in set()
75 if (!m_conf || !*m_conf) in get()
86 ConfNull **m_conf; member in ConfLinkRclRep
107 if (!m_conf || !*m_conf || !m_rclconf) in set()
129 if (!m_conf || !*m_conf || !m_rclconf) in get()
145 ConfNull **m_conf; member in ConfLinkPlusMinus
171 delete m_conf; in showPrefs()
175 m_conf->holdWrites(true); in showPrefs()
202 if (!m_conf) { in acceptChanges()
211 delete m_conf; in acceptChanges()
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/welcome/
H A DWelcomeViewStep.cpp25 , m_conf( new Config( this ) )
26 , m_widget( new WelcomePage( m_conf ) )
32 …connect( m_conf, &Config::localeIndexChanged, m_widget, &WelcomePage::externallySelectedLanguage );
95 m_conf->setConfigurationMap( configurationMap ); in setConfigurationMap()
104 return m_conf->checkRequirements(); in checkRequirements()

123456