Home
last modified time | relevance | path

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

/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dlog.py69 if log.do_low:
229 do_low = property(lambda self: self._level >= self.low) variable in ScreenLog
376 if self.do_low:
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A Dattribute_specifier_seqs.cpp3 a < up_lim() ? do_hi() : do_low; in asd()
H A Dtemplates.cpp38 a < up_lim() ? do_hi() : do_low; in asd()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D30400-attribute_specifier_seqs.cpp3 a < up_lim() ? do_hi() : do_low; in asd()
H A D34533-templates.cpp38 a<up_lim() ? do_hi() : do_low; in asd()
H A D30100-templates.cpp38 a < up_lim() ? do_hi() : do_low; in asd()
H A D30102-templates.cpp38 a<up_lim() ? do_hi() : do_low; in asd()
H A D30101-templates.cpp38 a < up_lim() ? do_hi() : do_low; in asd()
H A D30103-templates.cpp38 a < up_lim() ? do_hi() : do_low; in asd()
H A D34534-templates.cpp38 a<up_lim() ? do_hi() : do_low; in asd()
H A D30023-templates.cpp38 a < up_lim() ? do_hi() : do_low; in asd()
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_basics.pas1029 function IntHex(i : int64; max : byte = 0; do_low : boolean = false ) : shortstring; in IntHex()
1051 if do_low then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_basics.pas1029 function IntHex(i : int64; max : byte = 0; do_low : boolean = false ) : shortstring; in IntHex()
1051 if do_low then
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_basics.pas1029 function IntHex(i : int64; max : byte = 0; do_low : boolean = false ) : shortstring; in IntHex()
1051 if do_low then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_basics.pas1029 function IntHex(i : int64; max : byte = 0; do_low : boolean = false ) : shortstring; in IntHex()
1051 if do_low then
/dports/devel/p5-Gearman-XS/Gearman-XS-0.12/t/
H A D04-live.t92 ($ret, $result) = $client->do_low("reverse", 'do low');
/dports/devel/p5-Gearman-XS/Gearman-XS-0.12/
H A DClient.xs293 do_low(self, function_name, workload, ...)