Home
last modified time | relevance | path

Searched refs:themelib (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwauxtheme.pas1128 themelib = 'uxtheme.dll';
1372 GetProcedureAddress(_GetThemeBool, themelib, 'GetThemeBool');
1385 GetProcedureAddress(_GetThemeInt, themelib, 'GetThemeInt');
1424 GetProcedureAddress(_GetThemeFont, themelib, 'GetThemeFont');
1437 GetProcedureAddress(_GetThemeRect, themelib, 'GetThemeRect');
1619 GetProcedureAddress(_IsAppThemed, themelib, 'IsAppThemed');
1777 function GetThemeBool; external themelib name 'GetThemeBool'; in GetThemeBool()
1778 function GetThemeInt; external themelib name 'GetThemeInt'; in GetThemeInt()
1781 function GetThemeFont; external themelib name 'GetThemeFont'; in GetThemeFont()
1782 function GetThemeRect; external themelib name 'GetThemeRect'; in GetThemeRect()
[all …]
H A Djwawindllnames.pas113 themelib = 'uxtheme.dll';
/dports/www/tikiwiki/tiki-21.2/admin/
H A Dinclude_look.php14 $themelib = TikiLib::lib('theme'); variable
33 $themes = $themelib->list_themes();
35 $theme_options = $themelib->list_theme_options($a_theme);
42 $thumbfile = $themelib->get_thumbnail_file($prefs['site_theme'], $prefs['site_theme_option']);
44 $thumbfile = $themelib->get_thumbnail_file($prefs['site_theme']);
55 $js .= "\n'$theme':['" . $themelib->get_thumbnail_file($theme, '') . '\',{';
56 $options = $themelib->list_theme_options($theme);
59 $js .= "'$option':'" . $themelib->get_thumbnail_file($theme, $option) . '\',';
74 $options = $themelib->list_theme_options($theme);
/dports/www/tikiwiki/tiki-21.2/lib/setup/
H A Dtheme.php24 …list($group_theme, $group_theme_option) = $themelib->extract_theme_and_option($users_group_groupTh…
43 …list($theme_active, $theme_option_active) = $themelib->extract_theme_and_option($_SESSION['try_the…
77 $themelib = TikiLib::lib('theme'); variable
90 $theme_css = $themelib->get_theme_css($theme_active);
98 $option_css = $themelib->get_theme_css($theme_active, $theme_option_active);
105 $theme_css = $themelib->get_theme_css($theme_active);
116 $main_theme_path = $themelib->get_theme_path($theme_active);
123 $custom_css = $themelib->get_theme_path($theme_active, $theme_option_active, 'custom.css');
125 $custom_css = $themelib->get_theme_path('', '', 'custom.css');
131 …$favicon_path = $themelib->get_theme_path($prefs['theme'], $prefs['theme_option'], 'favicon-16x16.…
H A Djavascript.php115 $themelib = TikiLib::lib('theme'); variable
118 …$custom_js = $themelib->get_theme_path($prefs['theme_admin'], $prefs['theme_option_admin'], 'custo…
120 $custom_js = $themelib->get_theme_path($prefs['theme'], $prefs['theme_option'], 'custom.js');
125 …$custom_js = $themelib->get_theme_path('', '', 'custom.js'); // so use one in the root of /themes…
/dports/www/tikiwiki/tiki-21.2/lib/wizard/pages/
H A Dadmin_look_and_feel.php29 $themelib = TikiLib::lib('theme');
55 $themes = $themelib->list_themes();
57 $theme_options = $themelib->list_theme_options($a_theme);
64 $thumbfile = $themelib->get_thumbnail_file($prefs['site_theme'], $prefs['site_theme_option']);
66 $thumbfile = $themelib->get_thumbnail_file($prefs['site_theme']);
77 $js .= "\n'$theme':['" . $themelib->get_thumbnail_file($theme, '') . '\',{';
78 $options = $themelib->list_theme_options($theme);
81 $js .= "'$option':'" . $themelib->get_thumbnail_file($theme, $option) . '\',';
95 $options = $themelib->list_theme_options($theme);
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-tc.php21 $themelib = TikiLib::lib('theme'); variable
46 $themesetup_path = $themelib->get_theme_path($prefs['theme']);
50 $themesetup_path = $themelib->get_theme_path($prefs['theme'], $prefs['theme_option']);
56 $tc_theme_path = $themelib->get_theme_path($tc_theme);
59 $tc_theme_path = $themelib->get_theme_path($tc_theme, $tc_theme_option);
63 $tc_main_theme_path = $themelib->get_theme_path($tc_theme);
H A Dtiki-edit_css.php19 $themelib = TikiLib::lib('theme'); variable
31 $themeOptionName = $themelib->extract_theme_and_option($theme);
34 $file = $themelib->get_theme_css($theme_name, $theme_option_name);
83 $cssfile = $themelib->get_theme_css($theme_name, $theme_option_name);
102 list($try_theme, $try_theme_option) = $themelib->extract_theme_and_option($_SESSION['try_theme']);
112 $themes = $themelib->list_themes_and_options();
H A Dtiki-theme_control_sections.php14 $themelib = TikiLib::lib('theme'); variable
22 $themes = $themelib->list_themes_and_options();
H A Dtiki-theme_control.php12 $themelib = TikiLib::lib('theme'); variable
37 $themes = $themelib->list_themes_and_options();
H A Dtiki-theme_control_objects.php15 $themelib = TikiLib::lib('theme'); variable
36 $themes = $themelib->list_themes_and_options();
H A Dtiki-send_newsletters.php310 $themelib = TikiLib::lib('theme'); variable
311 $news_cssfile = $themelib->get_theme_path($prefs['theme'], '', 'newsletter.css');
312 …$news_cssfile_option = $themelib->get_theme_path($prefs['theme'], $prefs['theme_option'], 'newslet…
H A Dtiki-user_preferences.php118 $themeandoption = $themelib->extract_theme_and_option($_REQUEST['mytheme']);
478 $themelib = TikiLib::lib('theme'); variable
479 $available_themesandoptions = $themelib->get_available_themesandoptions();
H A Dtiki-admingroups.php423 $themelib = TikiLib::lib('theme'); variable
424 $group_themes = $themelib->list_themes_and_options();
/dports/www/tikiwiki/tiki-21.2/lib/prefs/
H A Dtheme.php11 $themelib = TikiLib::lib('theme');
14 $themes = array_map('ucfirst', $themelib->list_themes());
20 $theme_options = $theme_options + $themelib->get_options();
31 $iconsets = $themelib->list_base_iconsets();
H A Davailable.php11 $themelib = TikiLib::lib('theme');
25 $themes = $themes + $themelib->list_themes_and_options();
/dports/www/tikiwiki/tiki-21.2/modules/
H A Dmod-func-switch_theme.php35 $themelib = TikiLib::lib('theme');
38 $smarty->assign('available_themes', $themelib->get_available_themes());
39 $smarty->assign('available_options', $themelib->get_available_options($prefs['theme']));
43 list($css_theme, $css_theme_option) = $themelib->extract_theme_and_option($_SESSION['try_theme']);
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Command/
H A DThemeRemoveCommand.php56 $themelib = TikiLib::lib('theme');
57 $listThemes = $themelib->get_themes();
64 $fullThemePath = $currentFolder . DIRECTORY_SEPARATOR . $themelib->get_theme_path($themeName);
/dports/www/tikiwiki/tiki-21.2/lib/theme/
H A Diconsetlib.php20 $themelib = TikiLib::lib('theme');
27 $filename = $themelib->get_theme_path($theme, '', str_replace('-', '_', $theme) . '.php');
32 …$filename = $themelib->get_theme_path($theme, $theme_option, str_replace('-', '_', $theme_option) …
45 …$filename = $themelib->get_theme_path($theme, '', str_replace('-', '_', $theme) . '_custom.php', '…
53 …$filename = $themelib->get_theme_path($theme, $theme_option, str_replace('-', '_', $theme_option) …
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Theme/
H A DHandler.php59 $themelib = TikiLib::lib('theme');
60 $listThemes = $themelib->get_themes();
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dcsslib.php29 $themelib = TikiLib::lib('theme');
47 …$main_theme_path = $themelib->get_theme_path($theme, '', '', 'templates'); // path to the main sit…
58 …$theme_path = $themelib->get_theme_path($theme, $theme_option, '', 'templates'); // path to the si…
/dports/www/tikiwiki/tiki-21.2/lib/smarty_tiki/
H A Dfunction.icon.php199 $themelib = TikiLib::lib('theme');
200 $v2 = $themelib->get_theme_path($current_theme, $current_theme_option, $img_file, 'icons/');
/dports/www/tikiwiki/tiki-21.2/lib/init/
H A Dsmarty.php648 $themelib = TikiLib::lib('theme');
650 …$theme_path = $themelib->get_theme_path($prefs['theme'], $prefs['theme_option'], '', 'templates');…
668 …$main_theme_path = $themelib->get_theme_path($prefs['theme'], '', '', 'templates'); // path to the…
/dports/www/tikiwiki/tiki-21.2/lib/newsletters/
H A Dnllib.php1441 $themelib = TikiLib::lib('theme');
1442 $news_cssfile = $themelib->get_theme_path($prefs['theme'], '', 'newsletter.css');
1443 …$news_cssfile_option = $themelib->get_theme_path($prefs['theme'], $prefs['theme_option'], 'newslet…
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Duxtheme.pp1747 themelib = 'uxtheme.dll';
1863 ThemeLibrary := LoadLibrary(themelib);

12