Home
last modified time | relevance | path

Searched refs:theme_data (Results 1 – 25 of 56) sorted by relevance

123

/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/thinice/src/
H A Dthinice_rc_style.c246 theme_data->scrollbar_type = DEFAULT_SCROLLSHAPE; in thinice_rc_style_parse()
250 theme_data->mark_type1 = DEFAULT_MARKTYPE1; in thinice_rc_style_parse()
251 theme_data->mark_type2 = DEFAULT_MARKTYPE2; in thinice_rc_style_parse()
274 theme_data->mark_type2 = MARKS_SLASH; in thinice_rc_style_parse()
276 theme_data->mark_type2 = MARKS_NOTHING; in thinice_rc_style_parse()
291 theme_data->mark_type1 = MARKS_SLASH; in thinice_rc_style_parse()
293 theme_data->mark_type1 = MARKS_NOTHING; in thinice_rc_style_parse()
308 theme_data->handlebox_marks = MARKS_ON; in thinice_rc_style_parse()
318 theme_data->mark_type1 = i; in thinice_rc_style_parse()
326 theme_data->mark_type2 = i; in thinice_rc_style_parse()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/EventSubscriber/
H A DConfigImportSubscriber.php171 $theme_data = $this->getThemeData();
174 if (!isset($theme_data[$theme])) {
184 foreach (array_keys($theme_data[$theme]->requires) as $required_theme) {
186 $theme_name = $theme_data[$theme]->info['name'];
187 $required_theme_name = $theme_data[$required_theme]->info['name'];
197 foreach (array_keys($theme_data[$theme]->required_by) as $dependent_theme) {
199 $theme_name = $theme_data[$theme]->info['name'];
200 $dependent_theme_name = $theme_data[$dependent_theme]->info['name'];
221 $theme_data = $this->getThemeData();
239 elseif (!isset($core_extension['theme'][$owner]) && isset($theme_data[$owner])) {
[all …]
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/EventSubscriber/
H A DConfigImportSubscriber.php171 $theme_data = $this->getThemeData();
174 if (!isset($theme_data[$theme])) {
184 foreach (array_keys($theme_data[$theme]->requires) as $required_theme) {
186 $theme_name = $theme_data[$theme]->info['name'];
187 $required_theme_name = $theme_data[$required_theme]->info['name'];
197 foreach (array_keys($theme_data[$theme]->required_by) as $dependent_theme) {
199 $theme_name = $theme_data[$theme]->info['name'];
200 $dependent_theme_name = $theme_data[$dependent_theme]->info['name'];
221 $theme_data = $this->getThemeData();
239 elseif (!isset($core_extension['theme'][$owner]) && isset($theme_data[$owner])) {
[all …]
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/mapgen/
H A Dthemes.c44 const struct theme_info theme_data[] = { variable
93 obs_type = theme_data[theme].wall_n; in set_generic_wall()
95 obs_type = theme_data[theme].window_wall_h; in set_generic_wall()
98 obs_type = theme_data[theme].wall_n; in set_generic_wall()
100 obs_type = theme_data[theme].window_wall_h; in set_generic_wall()
103 obs_type = theme_data[theme].wall_w; in set_generic_wall()
105 obs_type = theme_data[theme].window_wall_v; in set_generic_wall()
108 obs_type = theme_data[theme].wall_w; in set_generic_wall()
110 obs_type = theme_data[theme].window_wall_v; in set_generic_wall()
144 mapgen_add_obstacle(x + 0.5, y, theme_data[theme].wall_n); in set_simple_wall()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Extension/
H A DThemeInstaller.php128 $theme_data = $this->themeHandler->rebuildThemeData();
135 if ($missing = array_diff_key($theme_list, $theme_data)) {
148 $module_dependencies = $theme_data[$theme]->module_dependencies;
155 $theme_dependencies = array_diff_key($theme_data[$theme]->requires, $module_dependencies);
176 if (!isset($theme_data[$dependency])) {
189 $theme_list = array_map(function ($theme) use ($theme_data) {
190 return $theme_data[$theme]->sort;
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Extension/
H A DThemeInstaller.php127 $theme_data = $this->themeHandler->rebuildThemeData();
134 if ($missing = array_diff_key($theme_list, $theme_data)) {
147 $module_dependencies = $theme_data[$theme]->module_dependencies;
154 $theme_dependencies = array_diff_key($theme_data[$theme]->requires, $module_dependencies);
175 if (!isset($theme_data[$dependency])) {
188 $theme_list = array_map(function ($theme) use ($theme_data) {
189 return $theme_data[$theme]->sort;
/dports/www/piwigo/piwigo/admin/include/
H A Dthemes.class.php364 $theme_data = implode('', file($path.'/themeconf.inc.php'));
366 if (preg_match("|Theme Name:\\s*(.+)|", $theme_data, $val))
370 if (preg_match("|Version:\\s*([\\w.-]+)|", $theme_data, $val))
374 if (preg_match("|Theme URI:\\s*(https?:\\/\\/.+)|", $theme_data, $val))
382 elseif (preg_match("|Description:\\s*(.+)|", $theme_data, $val))
386 if (preg_match("|Author:\\s*(.+)|", $theme_data, $val))
390 if (preg_match("|Author URI:\\s*(https?:\\/\\/.+)|", $theme_data, $val))
399 if (preg_match('/["\']parent["\'][^"\']+["\']([^"\']+)["\']/', $theme_data, $val))
403 if (preg_match('/["\']activable["\'].*?(true|false)/i', $theme_data, $val))
407 if (preg_match('/["\']mobile["\'].*?(true|false)/i', $theme_data, $val))
/dports/x11-themes/gtk-xfce-engine/gtk-xfce-engine-3.2.0/gtk-2.0/
H A Dxfce_rc_style.c401 XfceRcStyle *theme_data = XFCE_RC_STYLE(rc_style); in xfce_rc_style_parse() local
432 theme_data->smooth_edge = b; in xfce_rc_style_parse()
435 token = theme_parse_grip_style(scanner, TOKEN_GRIP_STYLE, theme_data); in xfce_rc_style_parse()
442 token = theme_parse_boxfill(scanner, TOKEN_BOXFILL, theme_data); in xfce_rc_style_parse()
454 theme_data->flat_border = b; in xfce_rc_style_parse()
462 theme_data->focus_color = c; in xfce_rc_style_parse()
463 theme_data->flags |= XFCE_RC_FOCUS_COLOR; in xfce_rc_style_parse()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Extension/
H A DThemeHandlerTest.php86 $theme_data = $this->themeHandler->rebuildThemeData();
87 $this->assertCount(1, $theme_data);
88 $info = $theme_data['seven'];
H A DThemeExtensionListTest.php87 $theme_data = $theme_list->reset()->getList();
88 $this->assertCount(2, $theme_data);
90 $info_basetheme = $theme_data['test_basetheme'];
91 $info_subtheme = $theme_data['test_subtheme'];
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Extension/
H A DThemeHandlerTest.php86 $theme_data = $this->themeHandler->rebuildThemeData();
87 $this->assertCount(1, $theme_data);
88 $info = $theme_data['seven'];
H A DThemeExtensionListTest.php87 $theme_data = $theme_list->reset()->getList();
88 $this->assertCount(2, $theme_data);
90 $info_basetheme = $theme_data['test_basetheme'];
91 $info_subtheme = $theme_data['test_subtheme'];
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-wp-ms-themes-list-table.php154 $theme_data = array(
160 $theme_data = array_merge( (array) $current->response[ $key ], $theme_data );
162 $theme_data = array_merge( (array) $current->no_update[ $key ], $theme_data );
164 $theme_data['update_supported'] = false;
167 $theme->update_supported = $theme_data['update_supported'];
182 …$filter_payload = (object) array_merge( $filter_payload, array_intersect_key( $theme_data, $filter…
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-wp-ms-themes-list-table.php154 $theme_data = array(
160 $theme_data = array_merge( (array) $current->response[ $key ], $theme_data );
162 $theme_data = array_merge( (array) $current->no_update[ $key ], $theme_data );
164 $theme_data['update_supported'] = false;
167 $theme->update_supported = $theme_data['update_supported'];
182 …$filter_payload = (object) array_merge( $filter_payload, array_intersect_key( $theme_data, $filter…
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/
H A Dchoose_theme.rpy34 names = list(theme_data.THEME.keys())
45 names = list(theme_data.THEME[theme].keys())
75 if theme not in theme_data.THEME:
76 theme = random.choice(list(theme_data.THEME))
78 schemes = theme_data.THEME[theme]
101 future.utils.exec_(theme_data.THEME[theme][scheme], globals(), globals())
276 theme_code = theme_data.THEME[current_theme][current_scheme]
288 if (not changed) and m and (m.group(1) in theme_data.THEME_FUNCTIONS):
316 lines = theme_data.THEME_SCREEN_OPERATIONS[current_theme](lines)
/dports/www/drupal9/drupal-9.2.10/core/modules/update/src/
H A DUpdateManager.php144 $theme_data = $this->themeHandler->rebuildThemeData();
147 $project_info->processInfoList($this->projects, $theme_data, 'theme', TRUE);
150 $project_info->processInfoList($this->projects, $theme_data, 'theme', FALSE);
/dports/chinese/phpbb-tw/phpBB2/admin/
H A Dadmin_styles.php724 $theme_data = '<?php'."\n\n"; variable
725 …$theme_data .= "//\n// phpBB 2.x auto-generated theme config file for $template_name\n// Do not ch…
733 $theme_data .= '$' . $template_name . "[$i]['$key'] = \"" . addslashes($val) . "\";\n";
736 $theme_data .= "\n";
739 $theme_data .= '?' . '>'; // Done this to prevent highlighting editors getting confused!
751 …fields = '<input type="hidden" name="theme_info" value="' . htmlspecialchars($theme_data) . '" />';
769 $result = @fputs($fp, $theme_data, strlen($theme_data));
/dports/www/phpbb/phpBB2/admin/
H A Dadmin_styles.php724 $theme_data = '<?php'."\n\n"; variable
725 …$theme_data .= "//\n// phpBB 2.x auto-generated theme config file for $template_name\n// Do not ch…
733 $theme_data .= '$' . $template_name . "[$i]['$key'] = \"" . addslashes($val) . "\";\n";
736 $theme_data .= "\n";
739 $theme_data .= '?' . '>'; // Done this to prevent highlighting editors getting confused!
751 …fields = '<input type="hidden" name="theme_info" value="' . htmlspecialchars($theme_data) . '" />';
769 $result = @fputs($fp, $theme_data, strlen($theme_data));
/dports/www/drupal8/drupal-8.9.20/core/modules/update/src/
H A DUpdateManager.php149 $theme_data = $this->themeHandler->rebuildThemeData();
152 $project_info->processInfoList($this->projects, $theme_data, 'theme', TRUE);
155 $project_info->processInfoList($this->projects, $theme_data, 'theme', FALSE);
/dports/finance/prestashop/prestashop/src/Core/Addon/Theme/
H A DThemeManager.php433 $theme_data = (new Parser())->parse(file_get_contents($themeConfigurationFile));
435 $theme_data['directory'] = $sandboxPath;
438 $theme = new Theme($theme_data);
440 …eConstraintException(sprintf('Theme data %s is not valid', var_export($theme_data, true)), ThemeCo…
/dports/x11/swaysettings/SwaySettings-709b482/src/Pages/Themes/
H A DThemes_Page.vala76 string theme_data = "";
100 theme_data += @"$(read_line)\n";
105 file.replace_contents (theme_data.data,
/dports/x11/gnome-shell-extensions/gnome-shell-extensions-41.0/data/
H A Dmeson.build69 theme_data = [ variable
94 install_data(theme_data, install_dir: themedir)
/dports/graphics/blender/blender-2.91.0/source/tools/utils/
H A Dblender_theme_as_c.py259 def theme_data(userpref_filename): function
398 blend, theme = theme_data(sys.argv[-1])
/dports/chinese/phpbb3-tw/phpBB3/includes/acp/
H A Dacp_styles.php1141 $theme_data = utf8_normalize_nfc(request_var('template_data', '', true));
1142 $theme_data = htmlspecialchars_decode($theme_data);
1177 fwrite($fp, $theme_data);
1186 'theme_data' => $this->db_theme_data($theme_info, $theme_data),
1217 …if (!file_exists($theme_path . "/$theme_file") || !($theme_data = file_get_contents($theme_path . …
1225 $theme_data = &$theme_info['theme_data'];
1306 'TEMPLATE_DATA' => utf8_htmlspecialchars($theme_data),
2518 $theme_data = '';
2522 $theme_data = $this->db_theme_data($style_row);
2527 $theme_data = $style_row['theme_data'];
[all …]
/dports/x11/rofi/rofi-1.6.1/source/
H A Drofi.c1005 GBytes *theme_data = g_resource_lookup_data ( in main() local
1010 if ( theme_data ) { in main()
1011 const char *theme = g_bytes_get_data ( theme_data, NULL ); in main()
1025 g_bytes_unref ( theme_data ); in main()

123