Home
last modified time | relevance | path

Searched refs:variableGet (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/drupal8/drupal-8.9.20/core/modules/block/src/Plugin/migrate/source/
H A DBlock.php75 $this->defaultTheme = $this->variableGet('theme_default', 'Garland');
76 $this->adminTheme = $this->variableGet('admin_theme', NULL);
150 $settings['book']['block_mode'] = $this->variableGet('book_block_mode', 'all pages');
154 $settings['forum']['block_num'] = $this->variableGet('forum_block_num_' . $delta, 5);
159 $settings['statistics'][$name] = $this->variableGet($name, 0);
167 … $settings['user']['block_whois_new_count'] = $this->variableGet('user_block_whois_new_count', 5);
172 … $settings['user']['block_seconds_online'] = $this->variableGet('user_block_seconds_online', 900);
173 … $settings['user']['max_list_count'] = $this->variableGet('user_block_max_list_count', 10);
/dports/www/drupal9/drupal-9.2.10/core/modules/block/src/Plugin/migrate/source/
H A DBlock.php80 $this->defaultTheme = $this->variableGet('theme_default', 'Garland');
81 $this->adminTheme = $this->variableGet('admin_theme', NULL);
155 $settings['book']['block_mode'] = $this->variableGet('book_block_mode', 'all pages');
159 $settings['forum']['block_num'] = $this->variableGet('forum_block_num_' . $delta, 5);
164 $settings['statistics'][$name] = $this->variableGet($name, 0);
172 … $settings['user']['block_whois_new_count'] = $this->variableGet('user_block_whois_new_count', 5);
177 … $settings['user']['block_seconds_online'] = $this->variableGet('user_block_seconds_online', 900);
178 … $settings['user']['max_list_count'] = $this->variableGet('user_block_max_list_count', 10);
/dports/www/drupal8/drupal-8.9.20/core/modules/node/src/Plugin/migrate/source/d7/
H A DNodeType.php85 $this->teaserLength = $this->variableGet('teaser_length', 600);
86 $this->nodePreview = $this->variableGet('node_preview', 0);
98 $source_options = $this->variableGet('node_options_' . $type, ['promote', 'sticky']);
124 … $row->setSourceProperty('display_submitted', $this->variableGet('node_submitted_' . $type, TRUE));
126 if ($menu_options = $this->variableGet('menu_options_' . $type, NULL)) {
129 if ($parent = $this->variableGet('menu_parent_' . $type, NULL)) {
135 $row->setSourceProperty($field, $this->variableGet($field . '_' . $type, NULL));
/dports/www/drupal9/drupal-9.2.10/core/modules/node/src/Plugin/migrate/source/d7/
H A DNodeType.php90 $this->teaserLength = $this->variableGet('teaser_length', 600);
91 $this->nodePreview = $this->variableGet('node_preview', 0);
103 $source_options = $this->variableGet('node_options_' . $type, ['promote', 'sticky']);
129 … $row->setSourceProperty('display_submitted', $this->variableGet('node_submitted_' . $type, TRUE));
131 if ($menu_options = $this->variableGet('menu_options_' . $type, NULL)) {
134 if ($parent = $this->variableGet('menu_parent_' . $type, NULL)) {
140 $row->setSourceProperty($field, $this->variableGet($field . '_' . $type, NULL));
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/src/Plugin/migrate/source/d7/
H A DCommentType.php60 … $row->setSourceProperty('default_mode', $this->variableGet("comment_default_mode_$node_type", 1));
61 …$row->setSourceProperty('per_page', $this->variableGet("comment_default_per_page_$node_type", 50));
62 $row->setSourceProperty('anonymous', $this->variableGet("comment_anonymous_$node_type", FALSE));
63 …$row->setSourceProperty('form_location', $this->variableGet("comment_form_location_$node_type", Co…
64 $row->setSourceProperty('preview', $this->variableGet("comment_preview_$node_type", TRUE));
65 … $row->setSourceProperty('subject', $this->variableGet("comment_subject_field_$node_type", TRUE));
/dports/www/drupal8/drupal-8.9.20/core/modules/node/src/Plugin/migrate/source/d6/
H A DNodeType.php110 $this->teaserLength = $this->variableGet('teaser_length', 600);
111 $this->nodePreview = $this->variableGet('node_preview', 0);
112 $this->themeSettings = $this->variableGet('theme_settings', []);
124 $source_options = $this->variableGet('node_options_' . $type, ['promote', 'sticky']);
133 if ($default_node_menu = $this->variableGet('menu_default_node_menu', NULL)) {
140 $row->setSourceProperty($field, $this->variableGet($field . '_' . $type, NULL));
/dports/www/drupal9/drupal-9.2.10/core/modules/node/src/Plugin/migrate/source/d6/
H A DNodeType.php115 $this->teaserLength = $this->variableGet('teaser_length', 600);
116 $this->nodePreview = $this->variableGet('node_preview', 0);
117 $this->themeSettings = $this->variableGet('theme_settings', []);
129 $source_options = $this->variableGet('node_options_' . $type, ['promote', 'sticky']);
138 if ($default_node_menu = $this->variableGet('menu_default_node_menu', NULL)) {
145 $row->setSourceProperty($field, $this->variableGet($field . '_' . $type, NULL));
/dports/www/drupal8/drupal-8.9.20/core/modules/filter/src/Plugin/migrate/source/d6/
H A DFilterFormat.php64 if ($setting = $this->variableGet("allowed_html_$format", NULL)) {
67 if ($setting = $this->variableGet("filter_html_help_$format", NULL)) {
70 if ($setting = $this->variableGet("filter_html_nofollow_$format", NULL)) {
74 elseif ($delta == 2 && ($setting = $this->variableGet("filter_url_length_$format", NULL))) {
/dports/www/drupal9/drupal-9.2.10/core/modules/filter/src/Plugin/migrate/source/d6/
H A DFilterFormat.php69 if ($setting = $this->variableGet("allowed_html_$format", NULL)) {
72 if ($setting = $this->variableGet("filter_html_help_$format", NULL)) {
75 if ($setting = $this->variableGet("filter_html_nofollow_$format", NULL)) {
79 elseif ($delta == 2 && ($setting = $this->variableGet("filter_url_length_$format", NULL))) {
/dports/www/drupal8/drupal-8.9.20/core/modules/user/src/Plugin/migrate/source/
H A DUserPictureInstance.php29 'file_directory' => $this->variableGet('user_picture_path', 'pictures'),
30 'max_filesize' => $this->variableGet('user_picture_file_size', '30') . 'KB',
31 'max_resolution' => $this->variableGet('user_picture_dimensions', '85x85'),
/dports/www/drupal9/drupal-9.2.10/core/modules/user/src/Plugin/migrate/source/
H A DUserPictureInstance.php34 'file_directory' => $this->variableGet('user_picture_path', 'pictures'),
35 'max_filesize' => $this->variableGet('user_picture_file_size', '30') . 'KB',
36 'max_resolution' => $this->variableGet('user_picture_dimensions', '85x85'),
/dports/www/drupal8/drupal-8.9.20/core/modules/language/src/Plugin/migrate/source/d7/
H A DLanguageContentSettings.php45 …$row->setSourceProperty('language_content_type', $this->variableGet('language_content_type_' . $ty…
46 $i18n_node_options = $this->variableGet('i18n_node_options_' . $type, NULL);
55 $entity_translation_entity_types = $this->variableGet('entity_translation_entity_types', NULL);
/dports/www/drupal9/drupal-9.2.10/core/modules/language/src/Plugin/migrate/source/d7/
H A DLanguageContentSettings.php50 …$row->setSourceProperty('language_content_type', $this->variableGet('language_content_type_' . $ty…
51 $i18n_node_options = $this->variableGet('i18n_node_options_' . $type, NULL);
60 $entity_translation_entity_types = $this->variableGet('entity_translation_entity_types', NULL);
/dports/www/drupal8/drupal-8.9.20/core/modules/file/src/Plugin/migrate/source/d6/
H A DFile.php58 $this->filePath = $this->variableGet('file_directory_path', $site_path . '/files') . '/';
59 $this->tempFilePath = $this->variableGet('file_directory_temp', '/tmp') . '/';
62 $this->isPublic = $this->variableGet('file_downloads', 1) == 1;
/dports/www/drupal9/drupal-9.2.10/core/modules/file/src/Plugin/migrate/source/d6/
H A DFile.php58 $this->filePath = $this->variableGet('file_directory_path', $site_path . '/files') . '/';
59 $this->tempFilePath = $this->variableGet('file_directory_temp', '/tmp') . '/';
62 $this->isPublic = $this->variableGet('file_downloads', 1) == 1;
/dports/www/drupal8/drupal-8.9.20/core/modules/file/src/Plugin/migrate/source/d7/
H A DFile.php75 $this->publicPath = $this->variableGet('file_public_path', 'sites/default/files');
76 $this->privatePath = $this->variableGet('file_private_path', NULL);
77 $this->temporaryPath = $this->variableGet('file_temporary_path', '/tmp');
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/src/Plugin/migrate/source/d7/
H A DTerm.php67 $default_language = (array) $this->variableGet('language_default', ['language' => 'en']);
73 …$translatable_vocabularies = array_keys(array_filter($this->variableGet('entity_translation_taxono…
106 $forum_container_tids = $this->variableGet('forum_containers', []);
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/src/Plugin/migrate/source/d7/
H A DTerm.php97 $default_language = (array) $this->variableGet('language_default', ['language' => 'en']);
103 …$translatable_vocabularies = array_keys(array_filter($this->variableGet('entity_translation_taxono…
136 $forum_container_tids = $this->variableGet('forum_containers', []);
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/
H A Ddoc.pl335 defined($oManifest->variableGet('project-favicon')) ?
336 … "${strBasePath}/resource/html/" . $oManifest->variableGet('project-favicon') : undef,
337 defined($oManifest->variableGet('project-logo')) ?
338 … "${strBasePath}/resource/" . $oManifest->variableGet('project-logo') : undef,
/dports/www/drupal8/drupal-8.9.20/core/modules/language/src/Plugin/migrate/source/d6/
H A DLanguageContentSettings.php45 …$row->setSourceProperty('language_content_type', $this->variableGet('language_content_type_' . $ty…
46 $row->setSourceProperty('i18n_lock_node', $this->variableGet('i18n_lock_node_' . $type, 0));
/dports/www/drupal9/drupal-9.2.10/core/modules/language/src/Plugin/migrate/source/d6/
H A DLanguageContentSettings.php50 …$row->setSourceProperty('language_content_type', $this->variableGet('language_content_type_' . $ty…
51 $row->setSourceProperty('i18n_lock_node', $this->variableGet('i18n_lock_node_' . $type, 0));
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/lib/pgBackRestDoc/Latex/
H A DDocLatex.pm84 my $strLogo = $self->{oManifest}->variableGet('pdf-resource-logo');
92 my $strLogoPath = defined($self->{oManifest}->variableGet('pdf-resource-path')) ?
93 $self->{oManifest}->variableGet('pdf-resource-path') :
/dports/www/drupal8/drupal-8.9.20/core/modules/user/src/Plugin/migrate/source/d6/
H A DUserPictureFile.php47 $this->filePath = $this->variableGet('file_directory_path', $site_path . '/files') . '/';
48 $this->tempFilePath = $this->variableGet('file_directory_temp', '/tmp') . '/';
/dports/www/drupal9/drupal-9.2.10/core/modules/user/src/Plugin/migrate/source/d6/
H A DUserPictureFile.php56 $this->filePath = $this->variableGet('file_directory_path', $site_path . '/files') . '/';
57 $this->tempFilePath = $this->variableGet('file_directory_temp', '/tmp') . '/';
/dports/www/drupal8/drupal-8.9.20/core/modules/language/src/Plugin/migrate/source/
H A DLanguage.php68 …if ($this->variableGet('language_negotiation', 0) == 3 || $this->variableGet('locale_language_nego…

123