Home
last modified time | relevance | path

Searched refs:get_modifier (Results 1 – 25 of 96) sorted by relevance

1234

/dports/science/gramps/gramps-5.1.4/gramps/gen/lib/
H A Ddate.py88 if self.date1.get_modifier() == Date.MOD_NONE:
89 if self.date2.get_modifier() == Date.MOD_NONE:
113 elif self.date1.get_modifier() == Date.MOD_BEFORE:
134 elif self.date1.get_modifier() == Date.MOD_AFTER:
135 if self.date2.get_modifier() == Date.MOD_NONE:
155 elif self.date1.get_modifier() == Date.MOD_ABOUT:
156 if self.date2.get_modifier() == Date.MOD_NONE:
177 if self.date2.get_modifier() == Date.MOD_NONE:
282 elif self.date1.get_modifier() == Date.MOD_NONE:
312 elif self.date1.get_modifier() == Date.MOD_AFTER:
[all …]
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Deol.ll162 proc get_modifier(event)
192 call get_modifier(birth(person))
201 call get_modifier(baptism(person))
208 call get_modifier(birth(sibl))
218 call get_modifier(birth(sibl))
228 call get_modifier(baptism(sibl))
236 call get_modifier(birth(sp))
241 call get_modifier(death(sp))
250 call get_modifier(birth(sp))
255 call get_modifier(death(sp))
[all …]
H A Dtinytafel1.ll208 proc get_modifier(event)
238 call get_modifier(birth(person))
247 call get_modifier(baptism(person))
254 call get_modifier(birth(sibl))
264 call get_modifier(birth(sibl))
274 call get_modifier(baptism(sibl))
282 call get_modifier(birth(sp))
287 call get_modifier(death(sp))
296 call get_modifier(birth(sp))
301 call get_modifier(death(sp))
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/tinygettext/
H A Dlanguage.cpp497 if (lhs.get_modifier() == rhs.get_modifier()) in match()
499 else if (lhs.get_modifier().empty() || rhs.get_modifier().empty()) in match()
527 Language::get_modifier() const in get_modifier() function in tinygettext::Language
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/tinygettext/src/
H A Dlanguage.cpp492 if (lhs.get_modifier() == rhs.get_modifier()) in match()
494 else if (lhs.get_modifier().empty() || rhs.get_modifier().empty()) in match()
522 Language::get_modifier() const in get_modifier() function in tinygettext::Language
/dports/games/0ad/0ad-0.0.23b-alpha/source/third_party/tinygettext/src/
H A Dlanguage.cpp489 if (lhs.get_modifier() == rhs.get_modifier()) in match()
491 else if (lhs.get_modifier().empty() || rhs.get_modifier().empty()) in match()
519 Language::get_modifier() const in get_modifier() function in tinygettext::Language
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/libs/tinygettext/
H A Dlanguage.cpp494 if (lhs.get_modifier() == rhs.get_modifier()) in match()
496 else if (lhs.get_modifier().empty() || rhs.get_modifier().empty()) in match()
524 Language::get_modifier() const in get_modifier() function in tinygettext::Language
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/linux/x11/util/
H A Dmodifiers.rs46 pub fn get_modifier(&self, keycode: ffi::KeyCode) -> Option<Modifier> { in get_modifier() method
100 if let Some(m) = mods.get_modifier(*k) { in update_keymap()
129 self.keys.retain(|_k, v| get_modifier(&new_state, *v)); in update_state()
171 fn get_modifier(state: &ModifiersState, modifier: Modifier) -> bool { in get_modifier() function
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/x11/util/
H A Dmodifiers.rs46 pub fn get_modifier(&self, keycode: ffi::KeyCode) -> Option<Modifier> { in get_modifier() method
100 if let Some(m) = mods.get_modifier(*k) { in update_keymap()
129 self.keys.retain(|_k, v| get_modifier(&new_state, *v)); in update_state()
171 fn get_modifier(state: &ModifiersState, modifier: Modifier) -> bool { in get_modifier() function
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/evt/
H A Dmodifier.c119 static getdecl get_modifier[] = variable
138 var_modifier, send_modifier, get_modifier, rc_modifier,
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/tinygettext/test/
H A Dtinygettext_test.cpp93 << "Modifier: " << language.get_modifier() << std::endl in main()
107 << "Modifier: " << language.get_modifier() << std::endl; in main()
182 << manager.get_language().get_modifier() << "')" in main()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/tool/
H A Ddateparserdisplaytest.py231 if dateval.get_modifier() != Date.MOD_TEXTONLY \
232 and ndate.get_modifier() == Date.MOD_TEXTONLY:
236 if dateval.get_modifier() == Date.MOD_TEXTONLY \
/dports/games/julius/julius-1.7.0/src/platform/
H A Dkeyboard_input.c210 static key_modifier_type get_modifier(int mod) in get_modifier() function
287 key_modifier_type mod = get_modifier(event->keysym.mod); in platform_handle_key_down()
316 key_modifier_type mod = get_modifier(event->keysym.mod); in platform_handle_key_up()
/dports/games/augustus/augustus-3.1.0/src/platform/
H A Dkeyboard_input.c210 static key_modifier_type get_modifier(int mod) in get_modifier() function
287 key_modifier_type mod = get_modifier(event->keysym.mod); in platform_handle_key_down()
321 key_modifier_type mod = get_modifier(event->keysym.mod); in platform_handle_key_up()
/dports/games/tycho/species/
H A Dinst_gen_markov.hpp64 void set_opcode(OPCODE op) { set_high(_OP(op,get_modifier())); } in set_opcode()
65 MODIFIER get_modifier() const { return (MODIFIER)(get_high() & moBITS); } in get_modifier() function in COpcodeModifier
/dports/games/species/species/
H A Dinst_gen_markov.hpp64 void set_opcode(OPCODE op) { set_high(_OP(op,get_modifier())); } in set_opcode()
65 MODIFIER get_modifier() const { return (MODIFIER)(get_high() & moBITS); } in get_modifier() function in COpcodeModifier
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dedit.c203 static bool get_modifier(char *str, char *num, int num_len, char *mod, int mod_len) in get_modifier() function
283 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
362 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dedit.c203 static bool get_modifier(char *str, char *num, int num_len, char *mod, int mod_len) in get_modifier() function
281 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
356 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dedit.c203 static bool get_modifier(char *str, char *num, int num_len, char *mod, int mod_len) in get_modifier() function
283 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
362 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dedit.c203 static bool get_modifier(char *str, char *num, int num_len, char *mod, int mod_len) in get_modifier() function
283 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
362 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/lib/
H A Dedit.c203 static bool get_modifier(char *str, char *num, int num_len, char *mod, int mod_len) in get_modifier() function
281 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
356 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dedit.c203 static bool get_modifier(char *str, char *num, int num_len, char *mod, int mod_len) in get_modifier() function
283 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
362 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dedit.c203 static bool get_modifier(char *str, char *num, int num_len, char *mod, int mod_len) in get_modifier() function
281 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
356 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/lib/
H A Dedit.c203 static bool get_modifier(char *str, char *num, int num_len, char *mod, int mod_len) in get_modifier() function
281 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
356 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/importer/test/
H A Dimportgeneweb_test.py42 self.assertEqual(d.get_modifier(), Date.MOD_TEXTONLY)

1234