Home
last modified time | relevance | path

Searched refs:themelist (Results 26 – 36 of 36) sorted by relevance

12

/dports/www/e107/e107/
H A Dinstall.php2008 $themelist = array();
2015 $themelist[] = $file;
2020 return $themelist;
/dports/textproc/bib2html/bib2ml/man/
H A Dbib2html_fr.pod145 =item B<--themelist>
H A Dbib2sql_en.pod154 =item B<--themelist>
H A Dbib2xml_en.pod154 =item B<--themelist>
H A Dbib2xml_fr.pod150 =item B<--themelist>
H A Dbib2sql_fr.pod150 =item B<--themelist>
/dports/games/openlierox/OpenLieroX/src/common/
H A DCMap.cpp314 typedef std::vector<std::string> themelist; typedef
316 themelist* themes;
317 ThemesCounter(themelist* t) : themes(t) {} in ThemesCounter()
331 themelist themes; in findRandomTheme()
/dports/www/moodle310/moodle/lib/
H A Dmoodlelib.php7530 if (!empty($CFG->themelist)) { // Use admin's list of themes.
7531 $themelist = explode(',', $CFG->themelist);
7533 $themelist = array_keys(core_component::get_plugin_list("theme"));
7536 foreach ($themelist as $key => $themename) {
/dports/www/moodle311/moodle/lib/
H A Dmoodlelib.php7369 if (!empty($CFG->themelist)) { // Use admin's list of themes.
7370 $themelist = explode(',', $CFG->themelist);
7372 $themelist = array_keys(core_component::get_plugin_list("theme"));
7375 foreach ($themelist as $key => $themename) {
/dports/www/moodle39/moodle/lib/
H A Dmoodlelib.php7487 if (!empty($CFG->themelist)) { // Use admin's list of themes.
7488 $themelist = explode(',', $CFG->themelist);
7490 $themelist = array_keys(core_component::get_plugin_list("theme"));
7493 foreach ($themelist as $key => $themename) {
/dports/devel/codequery/codequery-0.24.0/test/
H A Dtags2046 themelist gui/themes_gen.cpp /^static const char* themelist[] = {$/;" v file:

12