Home
last modified time | relevance | path

Searched refs:theme_key (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/drupal7-wysiwyg/wysiwyg/includes/
H A Dstyling.inc16 global $theme_key;
17 return $theme === $theme_key;
38 global $theme_key;
51 if ($cached && !empty($cached->data[$theme_key])) {
52 $css = $cached->data[$theme_key]['files'];
81 global $theme_key;
91 $context = array('theme' => $theme_key);
110 global $theme_key;
134 … $all[$theme_key] = array('files' => $css, 'aggregated' => variable_get('preprocess_css', FALSE));
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/features/boinc_standard/
H A Dboinc_standard.features.fe_block_settings.inc71 foreach ($export as $theme_key => $settings) {
72 if ($theme_key != $theme_default && empty($themes[$theme_key]->status)) {
73 unset($export[$theme_key]);
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/features/mobilemenu/
H A Dmobilemenu.features.fe_block_settings.inc71 foreach ($export as $theme_key => $settings) {
72 if ($theme_key != $theme_default && empty($themes[$theme_key]->status)) {
73 unset($export[$theme_key]);
/dports/www/drupal8/drupal-8.9.20/core/modules/color/src/
H A DColorSystemBrandingBlockAlter.php19 $theme_key = \Drupal::theme()->getActiveTheme()->getName();
20 $config = \Drupal::config('color.theme.' . $theme_key);
27 …if ($logo && $build['content']['site_logo'] && preg_match('!' . $theme_key . '/logo.svg$!', $build…
/dports/www/drupal9/drupal-9.2.10/core/modules/color/src/
H A DColorSystemBrandingBlockAlter.php19 $theme_key = \Drupal::theme()->getActiveTheme()->getName();
20 $config = \Drupal::config('color.theme.' . $theme_key);
27 …if ($logo && $build['content']['site_logo'] && preg_match('!' . $theme_key . '/logo.svg$!', $build…
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/features/news/
H A Dnews.features.fe_block_settings.inc119 foreach ($export as $theme_key => $settings) {
120 if ($theme_key != $theme_default && empty($themes[$theme_key]->status)) {
121 unset($export[$theme_key]);
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dupdate.php637 * @param string $theme_key Theme stylesheet.
641 function wp_theme_update_row( $theme_key, $theme ) { argument
644 if ( ! isset( $current->response[ $theme_key ] ) ) {
648 $response = $current->response[ $theme_key ];
656 $current->response[ $theme_key ]['url']
719 …dmin_url( 'update.php?action=upgrade-theme&theme=' ) . $theme_key, 'upgrade-theme_' . $theme_key ),
804 …do_action( "in_theme_update_message-{$theme_key}", $theme, $response ); // phpcs:ignore WordPress.…
H A Dclass-wp-ms-themes-list-table.php551 $theme_key = urlencode( $stylesheet );
558 'theme' => $theme_key,
584 'theme' => $theme_key,
615 'checked[]' => $theme_key,
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dupdate.php637 * @param string $theme_key Theme stylesheet.
641 function wp_theme_update_row( $theme_key, $theme ) { argument
644 if ( ! isset( $current->response[ $theme_key ] ) ) {
648 $response = $current->response[ $theme_key ];
656 $current->response[ $theme_key ]['url']
719 …dmin_url( 'update.php?action=upgrade-theme&theme=' ) . $theme_key, 'upgrade-theme_' . $theme_key ),
804 …do_action( "in_theme_update_message-{$theme_key}", $theme, $response ); // phpcs:ignore WordPress.…
H A Dclass-wp-ms-themes-list-table.php551 $theme_key = urlencode( $stylesheet );
558 'theme' => $theme_key,
584 'theme' => $theme_key,
615 'checked[]' => $theme_key,
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/features/discussion_forums/
H A Ddiscussion_forums.features.fe_block_settings.inc131 foreach ($export as $theme_key => $settings) {
132 if ($theme_key != $theme_default && empty($themes[$theme_key]->status)) {
133 unset($export[$theme_key]);
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/features/global_search_solr/
H A Dglobal_search_solr.features.fe_block_settings.inc251 foreach ($export as $theme_key => $settings) {
252 if ($theme_key != $theme_default && empty($themes[$theme_key]->status)) {
253 unset($export[$theme_key]);
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/menu_test/src/Controller/
H A DMenuTestController.php103 $theme_key = $this->themeManager->getActiveTheme()->getName();
107 $output = "Active theme: $active_theme. Actual theme: $theme_key.";
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/menu_test/src/Controller/
H A DMenuTestController.php103 $theme_key = $this->themeManager->getActiveTheme()->getName();
107 $output = "Active theme: $active_theme. Actual theme: $theme_key.";
/dports/www/drupal7/drupal-7.82/modules/block/
H A Dblock.api.php334 global $language, $theme_key;
348 …if (!isset($block->theme) || !isset($block->status) || $block->theme != $theme_key || $block->stat…
/dports/www/drupal7/drupal-7.82/modules/dashboard/
H A Ddashboard.module140 global $theme_key;
180 ->condition('theme', $theme_key)
316 global $theme_key;
324 $blocks = block_admin_display_prepare_blocks($theme_key);
393 global $theme_key;
403 if ($region_name != $theme_key && isset($region['#options'])) {
495 global $theme_key;
522 global $theme_key;
526 ":theme" => $theme_key,
545 global $theme_key;
[all …]
H A Ddashboard.install50 global $theme_key;
56 $admin_theme = $theme_key;
/dports/www/drupal9/drupal-9.2.10/core/modules/system/src/Controller/
H A DSystemController.php240 foreach (array_reverse($theme_keys) as $theme_key) {
241 if (isset($themes[$theme_key]) && file_exists($themes[$theme_key]->info['screenshot'])) {
243 'uri' => $themes[$theme_key]->info['screenshot'],
/dports/www/drupal8/drupal-8.9.20/core/modules/system/src/Controller/
H A DSystemController.php232 foreach (array_reverse($theme_keys) as $theme_key) {
233 if (isset($themes[$theme_key]) && file_exists($themes[$theme_key]->info['screenshot'])) {
235 'uri' => $themes[$theme_key]->info['screenshot'],
/dports/x11/kitty/kitty-0.23.1/glfw/
H A Dlinux_desktop_settings.c77 const char *theme_key = "cursor-theme";
78 call_read(session_bus, on_gnome_cursor_theme_read, GNOME_DESKTOP_NAMESPACE, theme_key);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Theme/
H A DThemeManager.php433 foreach ($theme_keys as $theme_key) {
434 $function = $theme_key . '_' . $type . '_alter';
440 $function = $theme_key . '_' . $extra_type . '_alter';
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Theme/
H A DThemeManager.php433 foreach ($theme_keys as $theme_key) {
434 $function = $theme_key . '_' . $type . '_alter';
440 $function = $theme_key . '_' . $extra_type . '_alter';
/dports/databases/galera26/galera-release_26.4.10/tests/test_drupal/
H A Ddrupal5.diff146 - db_query("DELETE FROM {blocks} WHERE theme = '%s'", $theme_key);
149 + db_query("DELETE FROM {blocks} WHERE theme = '%s'", $theme_key);
154 …%d, '%s', %d, '%s', %d, %d, '%s')", $block['module'], $block['delta'], $theme_key, $block['status'…
159 …%d, '%s', %d, '%s', %d, %d, '%s')", $block['module'], $block['delta'], $theme_key, $block['status'…
/dports/databases/galera/galera-release_25.3.35/tests/test_drupal/
H A Ddrupal5.diff146 - db_query("DELETE FROM {blocks} WHERE theme = '%s'", $theme_key);
149 + db_query("DELETE FROM {blocks} WHERE theme = '%s'", $theme_key);
154 …%d, '%s', %d, '%s', %d, %d, '%s')", $block['module'], $block['delta'], $theme_key, $block['status'…
159 …%d, '%s', %d, '%s', %d, %d, '%s')", $block['module'], $block['delta'], $theme_key, $block['status'…
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-edit_css.tpl44 {foreach from=$themes key=theme_key item=theme_name}
45 …<option value="{$theme_key|escape}" {if $theme eq $theme_key}selected="selected"{/if}>{$theme_name…

12