Home
last modified time | relevance | path

Searched refs:strtimezone (Results 1 – 10 of 10) sorted by relevance

/dports/www/moodle310/moodle/admin/
H A Dtimezone.php17 $strtimezone = get_string("timezone"); variable
22 $PAGE->set_title($strtimezone);
23 $PAGE->set_heading($strtimezone);
24 $PAGE->navbar->add($strtimezone);
/dports/www/moodle311/moodle/admin/
H A Dtimezone.php17 $strtimezone = get_string("timezone"); variable
22 $PAGE->set_title($strtimezone);
23 $PAGE->set_heading($strtimezone);
24 $PAGE->navbar->add($strtimezone);
/dports/www/moodle39/moodle/admin/
H A Dtimezone.php17 $strtimezone = get_string("timezone"); variable
22 $PAGE->set_title($strtimezone);
23 $PAGE->set_heading($strtimezone);
24 $PAGE->navbar->add($strtimezone);
/dports/deskutils/dosage/dosage-2.17/dosagelib/
H A Dutil.py388 strtimezone())
391 def strtimezone(): function
/dports/net-im/centerim/centerim-4.22.10/src/
H A Dicqcontact.h50 string strtimezone() const; in ENUM_PLUSPLUS()
H A Dicqcontact.cc838 string icqcontact::moreinfo::strtimezone() const { in strtimezone() function in icqcontact::moreinfo
H A Dicqface.cc1280 mainw.write(x, sizeWArea.y1+8, conf->getcolor(cp_main_text), mi.strtimezone()); in infohome()
/dports/www/moodle310/moodle/lib/
H A Dmoodlelib.php2481 * @param int|float|string $strtimezone user timezone
2484 function dst_offset_on($time, $strtimezone = null) { argument
2485 $tz = core_date::get_user_timezone($strtimezone);
/dports/www/moodle311/moodle/lib/
H A Dmoodlelib.php2489 * @param int|float|string $strtimezone user timezone
2492 function dst_offset_on($time, $strtimezone = null) { argument
2493 $tz = core_date::get_user_timezone($strtimezone);
/dports/www/moodle39/moodle/lib/
H A Dmoodlelib.php2481 * @param int|float|string $strtimezone user timezone
2484 function dst_offset_on($time, $strtimezone = null) { argument
2485 $tz = core_date::get_user_timezone($strtimezone);