zoekt: 3624 files / 7418 matches / 68.34ms neogrok: 20 files / 43 matches

git.drupalcode.org/project/advanced_country_fieldREADME.md 3 matches | main | Markdown | №1

664 │ │ └── Functional/ # Functional tests665 │ └── README.md # Test documentation666 └── advanced_country_field.module # Hook implementations
751 752 The module includes a comprehensive test suite with Unit, Kernel, and Functional tests. See `tests/README.md` for detailed testing documentation.753
787 **Execution Time:** ~25ms (fast) ⚡ 788 **See:** `tests/README.md` for detailed testing documentation789

git.drupalcode.org/project/accessibility_widgetREADME.md 1 match | main, 1.0.x | Markdown | №2

51 ├── LICENSE.txt52 ├── README.md53 └── composer.json

git.drupalcode.org/project/ai_utilitiesphpcs.xml 1 match | 1.x | XML | №3

10 <exclude-pattern>*/js/*</exclude-pattern>11 <exclude-pattern>README.md</exclude-pattern>12

git.drupalcode.org/project/ach_attach_jsREADME.txt 1 match | 8.x-1.x | Text | №4

1 README.txt2 ==========

git.drupalcode.org/project/apsisoneREADME.md 1 match | 1.0.x | Markdown | №5

124 phpunit.xml.dist125 README.md126

git.drupalcode.org/project/accessibility_toolREADME.md 1 match | 8.x-1.x | Markdown | №6

1 2 README - Accessibility tool module3 **********************************

git.drupalcode.org/project/action_linkREADME.md 1 match | 1.0.x | Markdown | №7

88 89 See the README files of those submodules for more details.90

git.drupalcode.org/project/acquia_cms_headlessREADME.md 1 match | 1.x | Markdown | №8

10 11 1. Install the Acquia CMS project first, see installation instructions in the Acquia CMS Tour module README.12

git.drupalcode.org/project/advanced_helpREADME.md 2 matches | 8.x-1.x | Markdown | №9

47 least one other module that makes use of the Advanced Help framework48 or comes with a file named README.md or README.txt.

git.drupalcode.org/project/advanced_pwaREADME.md 1 match | 8.x-1.x | Markdown | №10

36 [Markdown filter](https://www.drupal.org/project/markdown): When enabled,37 display of the project's README.md help will be rendered with markdown.38 Alternatively, see the [Advanced PWA project page on drupalcode.org](https://git.drupalcode.org/project/advanced_pwa)

git.drupalcode.org/project/alt_loginREADME.txt 2 matches | 2.0.x | Text | №11

1 $Id: README.txt2
4 5 Alternate login module -- README6

git.drupalcode.org/project/adaptive_imagesREADME.md 1 match | 1.0.x | Markdown | №12

49 ### Adaptive Image component50 See the README in the `adaptive-image` component for usage and additional information. I recommend using this component in your theme or doing something similar where your images are using the object-fit property.

git.drupalcode.org/project/asymmetric_menu_treesREADME.md 1 match | 2.x | Markdown | №13

161 Note that this file is not under VCS control. Refer to the original162 documentation: [Changing the Drupal core version](https://github.com/ddev/ddev-drupal-contrib/blob/main/README.md#changing-the-drupal-core-version)163

git.drupalcode.org/project/aidevREADME.md 2 matches | 1.0.x | Markdown | №14

39 40 // completely exclude README.md file41 ["status" => 1, "action" => "exclude", "paths" => ["README.md"]],42

git.drupalcode.org/project/advanced_help_hintREADME.md 9 matches | 7.x-1.x | Markdown | №15

16 When this module is enabled, help files created with its framework17 will become available, or `README.md` or `README.txt` will be18 available in the sites's adminsitrative UI.
20 The markdown filter will be used when rendering files named21 README.md.22
48 The function `advanced_help_hint_docs` generates a hint string that49 may point to online documentation, the project's `README.md` or50 `README.txt`, or help texts provided by **Advanced help**51

git.drupalcode.org/project/ajaxinREADME.md 1 match | 2.0.x | Markdown | №16

11 Read more at:12 * [Github](https://git.drupalcode.org/project/blazy/-/blob/3.0.x/docs/README.md#first-things-first)13 * [Blazy UI](/admin/help/blazy_ui#first)

git.drupalcode.org/project/animate_cssREADME.md 1 match | master, 2.1.x | Markdown | №17

25 3. In your js file you can write the code.26 Library usage : https://github.com/animate-css/animate.css/blob/main/README.md27

git.drupalcode.org/project/ai_readme_generatorREADME.md 4 matches | 1.0.x | Markdown | №18

13 14 The AI Readme Generator is a Drupal module that uses Artificial Intelligence to generate README.md files for Drupal modules. With an ability to recognize code structure, it simplifies the often time-consuming task of documentation by auto-generating readable, comprehensive README.md15
33 - In the AI Configuration Form, choose AI provider, fill API Key and select module34 - In the Generate Readme Form, specify the modules for which README.md files are to be generated.35 - You can also generate README.md by using drush command: "drush readme-generate module_machine_name". 36

git.drupalcode.org/project/anonymous_publishingREADME.md 3 matches | 7.x-1.x | Markdown | №19

37 * [Advanced Help][4]: 38 When this module is enabled, display of the project's `README.md`39 will be rendered when you visit40 `help/anonymous_publishing/README.md`.41 * [Markdown][6]: 42 When this module is enabled, display of the project's `README.md`43 will be rendered with the markdown filter.

git.drupalcode.org/project/aguiREADME.md 6 matches | 1.0.x | Markdown | №20

280 281 See the [examples README](examples/README.md) for detailed usage patterns and state management examples.282
303 304 The module provides a token controller to issue short-lived JWTs for client-side use (for example when the chat frontend needs to call a remote endpoint directly). By default the token endpoint is `/agui/api/token` and it accepts authenticated requests from Drupal users to mint scoped tokens. Check the module's routing and permission definitions and the examples README for usage patterns and configuration.305
313 314 This README intentionally keeps tooling notes light — for examples of tool integrations (tools, tool selectors, or plugin usage) see the module examples README at `modules/custom/agui/examples/README.md`.315