Home
last modified time | relevance | path

Searched refs:ulng (Results 1 – 24 of 24) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/Modules/Wiki/classes/
H A Dclass.ilWikiUtil.php703 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
704 $ulng->loadLanguageModule('wiki');
710 $message .= $ulng->txt('wiki_notification_' . $a_action) . ":\n\n";
711 $message .= $ulng->txt('wiki') . ": " . $wiki->getTitle() . "\n";
712 $message .= $ulng->txt('page') . ": " . $page->getTitle() . "\n";
728 $message .= $ulng->txt('wiki') . ": " . $wiki->getTitle() . "\n";
729 $message .= $ulng->txt('page') . ": " . $page->getTitle() . "\n";
733 $message .= "\n" . $ulng->txt('content') . "\n" .
748 $message .= $ulng->txt('wiki') . ": " . $wiki->getTitle() . "\n";
749 $message .= $ulng->txt('page') . ": " . $page->getTitle() . "\n";
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Wiki/classes/
H A Dclass.ilWikiUtil.php704 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
705 $ulng->loadLanguageModule('wiki');
713 $message .= $ulng->txt('wiki') . ": " . $wiki->getTitle() . "\n";
714 $message .= $ulng->txt('page') . ": " . $page->getTitle() . "\n";
718 $message .= "\n" . $ulng->txt('content') . "\n" .
726 … $message .= "\n" . $ulng->txt('comment') . ":\n\"" . trim($a_comment) . "\"\n";
732 $message .= $ulng->txt('wiki_change_notification_body_' . $a_action) . ":\n\n";
733 $message .= $ulng->txt('wiki') . ": " . $wiki->getTitle() . "\n";
734 $message .= $ulng->txt('page') . ": " . $page->getTitle() . "\n";
738 $message .= $ulng->txt('content') . "\n" .
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/
H A Dclass.ilObjDataCollection.php167 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
168 $ulng->loadLanguageModule('dcl');
170 … $subject = sprintf($ulng->txt('dcl_change_notification_subject'), $obj_dcl->getTitle());
172 … $message = $ulng->txt("dcl_hello") . " " . ilObjUser::_lookupFullname($user_id) . ",\n\n";
173 $message .= $ulng->txt('dcl_change_notification_dcl_' . $a_action) . ":\n\n";
174 $message .= $ulng->txt('obj_dcl') . ": " . $obj_dcl->getTitle() . "\n\n";
175 $message .= $ulng->txt('dcl_table') . ": " . $obj_table->getTitle() . "\n\n";
176 $message .= $ulng->txt('dcl_record') . ":\n";
205 …$message .= $ulng->txt('dcl_changed_by') . ": " . $ilUser->getFullname() . " " . ilUserUtil::getNa…
207 $message .= $ulng->txt('dcl_change_notification_link') . ": " . $link . "\n\n";
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/
H A Dclass.ilObjDataCollection.php167 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
168 $ulng->loadLanguageModule('dcl');
170 … $subject = sprintf($ulng->txt('dcl_change_notification_subject'), $obj_dcl->getTitle());
172 … $message = $ulng->txt("dcl_hello") . " " . ilObjUser::_lookupFullname($user_id) . ",\n\n";
173 $message .= $ulng->txt('dcl_change_notification_dcl_' . $a_action) . ":\n\n";
174 $message .= $ulng->txt('obj_dcl') . ": " . $obj_dcl->getTitle() . "\n\n";
175 $message .= $ulng->txt('dcl_table') . ": " . $obj_table->getTitle() . "\n\n";
176 $message .= $ulng->txt('dcl_record') . ":\n";
205 …$message .= $ulng->txt('dcl_changed_by') . ": " . $ilUser->getFullname() . " " . ilUserUtil::getNa…
207 $message .= $ulng->txt('dcl_change_notification_link') . ": " . $link . "\n\n";
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/
H A Dclass.ilLearningModuleNotification.php135 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
136 $ulng->loadLanguageModule('content');
138 $subject = $this->getMailSubject($ulng);
139 $message = $this->getMailBody($ulng, $user_id);
189 * @param ilLanguage $ulng
192 protected function getMailSubject(ilLanguage $ulng) : string argument
195 …return sprintf($ulng->txt('cont_notification_comment_subject_lm'), $this->learning_module->getTitl…
198 …return sprintf($ulng->txt('cont_change_notification_subject_lm'), $this->learning_module->getTitle…
/dports/games/barony/Barony-3.3.7/src/
H A Dprng.cpp190 unsigned long ulng; in prng_get_ulong() local
193 ulng = prng_get_octet (); in prng_get_ulong()
194 for (bits = 8; bits < CHAR_BIT * sizeof ulng; bits += 8) in prng_get_ulong()
196 ulng = (ulng << 8) | prng_get_octet (); in prng_get_ulong()
198 return ulng; in prng_get_ulong()
/dports/biology/iqtree/IQ-TREE-2.0.6/booster/
H A Dprng.c177 unsigned long ulng; in prng_get_ulong() local
180 ulng = prng_get_octet (); in prng_get_ulong()
181 for (bits = 8; bits < CHAR_BIT * sizeof ulng; bits += 8) in prng_get_ulong()
182 ulng = (ulng << 8) | prng_get_octet (); in prng_get_ulong()
183 return ulng; in prng_get_ulong()
/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/classes/
H A Dclass.ilExAssignmentReminder.php541 $ulng = ilLanguageFactory::_getLanguageOfUser($reminder["member_id"]);
542 $ulng->loadLanguageModule('exc');
552 $subject = sprintf($ulng->txt('exc_reminder_submit_subject'), $ass_title);
553 $message .= $ulng->txt('exc_reminder_submit_body') . ":\n\n";
557 $subject = sprintf($ulng->txt('exc_reminder_grade_subject'), $ass_title);
558 $message .= $ulng->txt('exc_reminder_grade_body') . ":\n\n";
562 $subject = sprintf($ulng->txt('exc_reminder_peer_subject'), $ass_title);
563 $message .= $ulng->txt('exc_reminder_peer_body') . ":\n\n";
567 $message .= $ulng->txt('obj_exc') . ": " . $exc_title . "\n";
568 $message .= $ulng->txt('obj_ass') . ": " . $ass_title . "\n";
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/classes/
H A Dclass.ilExAssignmentReminder.php543 $ulng = ilLanguageFactory::_getLanguageOfUser($reminder["member_id"]);
544 $ulng->loadLanguageModule('exc');
554 $subject = sprintf($ulng->txt('exc_reminder_submit_subject'), $ass_title);
555 $message .= $ulng->txt('exc_reminder_submit_body') . ":\n\n";
559 $subject = sprintf($ulng->txt('exc_reminder_grade_subject'), $ass_title);
560 $message .= $ulng->txt('exc_reminder_grade_body') . ":\n\n";
564 $subject = sprintf($ulng->txt('exc_reminder_peer_subject'), $ass_title);
565 $message .= $ulng->txt('exc_reminder_peer_body') . ":\n\n";
569 $message .= $ulng->txt('obj_exc') . ": " . $exc_title . "\n";
570 $message .= $ulng->txt('obj_ass') . ": " . $ass_title . "\n";
[all …]
/dports/editors/uemacs/uemacs-4.0/src/
H A Daosvs.c737 ac0.ulng = 0L;
738 ac2.ulng = 0L;
739 ac1.ulng = -1L;
856 ac0.ulng = 0L;
857 ac1.ulng = 0L;
858 ac2.ulng = 0L;
1406 ac1.ulng = 0L;
1407 ac2.ulng = 0L;
1428 ac0.ulng = 1L;
1429 ac1.ulng = 0L;
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Notes/classes/
H A Dclass.ilNote.php989 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
990 $ulng->loadLanguageModule('note');
993 …$subject = sprintf($ulng->txt('note_comment_notification_subjectc'), $obj_title . " (" . $ulng->tx…
995 …$subject = sprintf($ulng->txt('note_comment_notification_subject'), $obj_title . " (" . $ulng->txt…
997 …$message = sprintf($ulng->txt('note_comment_notification_salutation'), ilObjUser::_lookupFullname(…
999 …$message .= sprintf($ulng->txt('note_comment_notification_user_has_written'), ilUserUtil::getNameP…
1004 … $message .= $ulng->txt('note_comment_notification_link') . ": " . $link . "\n\n";
1007 $message .= $ulng->txt('note_comment_notification_reason') . "\n\n";
/dports/www/ilias6/ILIAS-6.14/Services/Notes/classes/
H A Dclass.ilNote.php996 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
997 $ulng->loadLanguageModule('note');
1000 …$subject = sprintf($ulng->txt('note_comment_notification_subjectc'), $obj_title . " (" . $ulng->tx…
1002 …$subject = sprintf($ulng->txt('note_comment_notification_subject'), $obj_title . " (" . $ulng->txt…
1004 …$message = sprintf($ulng->txt('note_comment_notification_salutation'), ilObjUser::_lookupFullname(…
1006 …$message .= sprintf($ulng->txt('note_comment_notification_user_has_written'), ilUserUtil::getNameP…
1011 … $message .= $ulng->txt('note_comment_notification_link') . ": " . $link . "\n\n";
1014 $message .= $ulng->txt('note_comment_notification_reason') . "\n\n";
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/classes/
H A Dclass.ilObjSurvey.php5772 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
5773 $ulng->loadLanguageModule('survey');
5778 $message .= $ulng->txt('survey_notification_tutor_body') . ":\n\n";
5779 $message .= $ulng->txt('obj_svy') . ": " . $this->getTitle() . "\n";
5922 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
5923 $ulng->loadLanguageModule('survey');
5928 $message .= $ulng->txt('survey_reminder_body') . ":\n\n";
6179 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
6180 $ulng->loadLanguageModule('survey');
6185 $message .= $ulng->txt('survey_results_tutor_body') . ":\n\n";
[all …]
/dports/japanese/epwutil/epwutil-1.1/
H A Depw.h8 typedef unsigned long ulng; typedef
H A Dbookinfo.c32 ulng val();
350 ulng
355 ulng l;
H A Dsqueeze.c139 ulng val();
332 ulng
337 ulng l;
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilObjSurvey.php5986 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
5987 $ulng->loadLanguageModule('survey');
5992 $message .= $ulng->txt('survey_notification_tutor_body') . ":\n\n";
5993 $message .= $ulng->txt('obj_svy') . ": " . $this->getTitle() . "\n";
5994 $message .= "\n" . $ulng->txt('survey_notification_tutor_link') . ": " . $link;
6142 $ulng = ilLanguageFactory::_getLanguageOfUser($user_id);
6143 $ulng->loadLanguageModule('survey');
6145 $subject = sprintf($ulng->txt('survey_reminder_subject'), $this->getTitle());
6148 $message .= $ulng->txt('survey_reminder_body') . ":\n\n";
6149 $message .= $ulng->txt('obj_svy') . ": " . $this->getTitle() . "\n";
[all …]
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_util.c3094 unsigned long ulng; in test_util_sscanf() local
3348 tt_int_op(1,OP_EQ, tor_sscanf("4294967295", "%lu", &ulng)); in test_util_sscanf()
3349 tt_int_op(4294967295UL,OP_EQ, ulng); in test_util_sscanf()
3352 tt_int_op(0,OP_EQ, tor_sscanf("4294967296", "%lu", &ulng)); in test_util_sscanf()
3355 tt_int_op(429496729UL,OP_EQ, ulng); in test_util_sscanf()
3359 tt_int_op(1,OP_EQ, tor_sscanf("FFFFFFFF", "%lx", &ulng)); in test_util_sscanf()
3360 tt_int_op(0xFFFFFFFFUL,OP_EQ, ulng); in test_util_sscanf()
3363 tt_int_op(0,OP_EQ, tor_sscanf("100000000", "%lx", &ulng)); in test_util_sscanf()
3395 tt_int_op(18446744073709551615UL,OP_EQ, ulng); in test_util_sscanf()
3401 tt_int_op(1844674407370955161UL,OP_EQ, ulng); in test_util_sscanf()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_util.c3094 unsigned long ulng; in test_util_sscanf() local
3348 tt_int_op(1,OP_EQ, tor_sscanf("4294967295", "%lu", &ulng)); in test_util_sscanf()
3349 tt_int_op(4294967295UL,OP_EQ, ulng); in test_util_sscanf()
3352 tt_int_op(0,OP_EQ, tor_sscanf("4294967296", "%lu", &ulng)); in test_util_sscanf()
3355 tt_int_op(429496729UL,OP_EQ, ulng); in test_util_sscanf()
3359 tt_int_op(1,OP_EQ, tor_sscanf("FFFFFFFF", "%lx", &ulng)); in test_util_sscanf()
3360 tt_int_op(0xFFFFFFFFUL,OP_EQ, ulng); in test_util_sscanf()
3363 tt_int_op(0,OP_EQ, tor_sscanf("100000000", "%lx", &ulng)); in test_util_sscanf()
3395 tt_int_op(18446744073709551615UL,OP_EQ, ulng); in test_util_sscanf()
3401 tt_int_op(1844674407370955161UL,OP_EQ, ulng); in test_util_sscanf()
[all …]
/dports/textproc/p5-Text-CSV_XS/Text-CSV_XS-1.47/
H A DCSV_XS.xs164 #define ulng unsigned long macro
208 ulng recno;
/dports/sysutils/linrename/util-linux-2.25.2/
H A DAUTHORS79 Alain Guibert <alguibert+ulng@free.fr>
/dports/astro/cfitsio/cfitsio-3.49/docs/
H A Dcfitsio.tex6783 int fits_write_img_[byt, sht, usht, int, uint, lng, ulng, lnglng, ulnglng, flt, dbl] /
6816 int fits_write_grppar_[byt, sht, usht, int, uint, lng, ulng, lnglng, ulnglng, flt, dbl] /
6827 int fits_write_2d_[byt, sht, usht, int, uint, lng, ulng, lnglng, ulnglng, flt, dbl] /
6832 int fits_write_3d_[byt, sht, usht, int, uint, lng, ulng, lnglng, ulnglng, flt, dbl] /
6843 int fits_write_subset_[byt, sht, usht, int, uint, lng, ulng, lnglng, ulnglng, flt, dbl] /
6859 int fits_read_img_[byt, sht, usht, int, uint, lng, ulng, lnglng, ulnglng, flt, dbl] /
6882 int fits_read_grppar_[byt, sht, usht, int, uint, lng, ulng, lnglng, ulnglng, flt, dbl] /
6896 int fits_read_2d_[byt, sht, usht, int, uint, lng, ulng, lnglng, ulnglng, flt, dbl] /
6901 int fits_read_3d_[byt, sht, usht, int, uint, lng, ulng, lnglng, ulnglng, flt, dbl] /
6914 int fits_read_subset_[byt, sht, usht, int, uint, lng, ulng, lnglng, ulnglng, flt, dbl] /
[all …]
/dports/devel/util-linux/util-linux-2.36/
H A DAUTHORS95 Alain Guibert <alguibert+ulng@free.fr>
/dports/astro/swe/swisseph-2.10.1/
H A Dsweph.c4600 uint32 ulng; in read_const() local
4853 retc = do_fread((void *) &ulng, 4, 1, 4, fp, SEI_CURR_FPOS, freord, in read_const()
4869 if (swi_crc32((unsigned char *) s, (int) fpos) != ulng) { in read_const()