Home
last modified time | relevance | path

Searched refs:tmp_lng (Results 1 – 3 of 3) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/Mail/classes/
H A Dclass.ilDiskQuotaReminderMail.php22 private $tmp_lng; variable in ilDiskQuotaReminderMail
158 if ($this->tmp_lng == null || $this->tmp_lng->lang_key != $a_lang) {
159 $this->tmp_lng = new ilLanguage($lang);
161 return $this->tmp_lng;
/dports/www/ilias6/ILIAS-6.14/Services/Mail/classes/
H A Dclass.ilDiskQuotaReminderMail.php22 private $tmp_lng; variable in ilDiskQuotaReminderMail
157 if ($this->tmp_lng == null || $this->tmp_lng->lang_key != $a_lang) {
158 $this->tmp_lng = new ilLanguage($lang);
160 return $this->tmp_lng;
/dports/math/oleo/oleo-1.99.16/src/
H A Ddecompile.c87 long tmp_lng; variable
122 tmp_lng = *expr++;
123 f = &usr_funs[byte - USR1][tmp_lng];
529 bcopy ((VOIDSTAR) expr, (VOIDSTAR) & tmp_lng, sizeof (long));
531 new = n_alloc (20, 1000, f->fn_str, tmp_lng);