zoekt: 422 files / 127705 matches (truncated) / 494.48ms neogrok: 5 files / 500 matches
git.drupalcode.org/project/acquia_cms_site_studioconfig/pack_acquia_cms_core/cohesion_elements.cohesion_component.cpt_utilities_bar_vertical.yml 103 matches | 1.x | YAML | №1
6
- cohesion_elements.cohesion_component.cpt_social_links7 - cohesion_elements.cohesion_component_category.cpt_cat_header_and_footer_compon8 - cohesion_templates.cohesion_menu_templates.menu_tpl_utilities_menu11
- 'file:file:94bd6a8c-018b-4391-903d-022546517992'12 enforced:13 module:14 - acquia_cms_site_studio15 label: 'Utilities bar - vertical'16 id: cpt_utilities_bar_vertical17 json_values: |git.drupalcode.org/project/acquia_cms_site_studioconfig/pack_acquia_cms_core/cohesion_elements.cohesion_component.cpt_utilities_bar_horizontal.yml 109 matches | 1.x | YAML | №2
6
- cohesion_elements.cohesion_component.cpt_social_links7 - cohesion_elements.cohesion_component_category.cpt_cat_header_and_footer_compon8 - cohesion_templates.cohesion_menu_templates.menu_tpl_utilities_menu11
- 'file:file:aa817749-90ba-47ff-99bd-71c8bcfd4a25'12 enforced:13 module:14 - acquia_cms_site_studio15 label: 'Utilities bar - horizontal'16 id: cpt_utilities_bar_horizontal17 json_values: |git.drupalcode.org/project/adaptivethemeat_core/inc/process.inc 48 matches | 7.x-3.x | PHP | №3
4
* @file5 * All Process functions for templates and theme fucntions.6 *7 * If you need to add or modify process functions do it in your sub-theme.8 */10
/**11 * Process variables for html.tpl.php12 */18
// only want this to print once in html.tpl.php, and not in every conditional19 // comment for IE.20 $vars['rdf_namespaces'] = empty($vars['rdf_namespaces_array']) ? '' : drupal_attributes($vars['rdf_namespaces_array']);28
/**29 * Process variables for the html tag30 */31 /* Deprecate due to: https://www.drupal.org/node/2312157, I don't think we really need to do this for html5.32 function adaptivetheme_process_html_tag(&$vars) {git.drupalcode.org/project/a12ssrc/FormHelperTrait.php 21 matches | 1.0.x | PHP | №4
4
5 namespace Drupal\a12s_core;6 7 trait FormHelperTrait {8 12
* Nested input names are based on the hierarchy of the element inside the13 * form. So when we use #states API, we may need to target a specific14 * element with its name.17
* - select18 * - ['foo', 'bar']19 * - 'baz'git.drupalcode.org/project/aisrc/Form/AiSetupForm.php 219 matches | 1.1.x | PHP | №5
4
5 namespace Drupal\ai\Form;6 7 use Drupal\Core\Entity\EntityTypeManagerInterface;8 use Drupal\Core\Extension\ModuleExtensionList;9 use Drupal\Core\Extension\ModuleHandlerInterface;10 use Drupal\Core\Extension\ModuleInstallerInterface;11 use Drupal\Core\File\FileSystem;12 use Drupal\Core\Form\FormBase;13 use Drupal\Core\Form\FormBuilderInterface;