Searched refs:environment (Results 1 – 7 of 7) sorted by relevance
/webtrees/app/Factories/ |
H A D | MarkdownFactory.php | 89 $environment = new Environment(static::CONFIG_AUTOLINK); 90 $environment->addInlineParser(new NewlineParser()); 91 $environment->addRenderer(Document::class, new DocumentRenderer()); 92 $environment->addRenderer(Paragraph::class, new ParagraphRenderer()); 93 $environment->addRenderer(Text::class, new TextRenderer()); 94 $environment->addRenderer(Link::class, new LinkRenderer()); 95 $environment->addRenderer(Newline::class, new NewlineRenderer()); 96 $environment->addExtension(new AutolinkExtension()); 100 $environment->addExtension(new XrefExtension($tree)); 103 $converter = new MarkDownConverter($environment); [all …]
|
/webtrees/app/CommonMark/ |
H A D | CensusTableExtension.php | 55 * @param EnvironmentBuilderInterface $environment 57 public function register(EnvironmentBuilderInterface $environment): void argument 59 $environment->addBlockStartParser(new CensusTableStartParser());
|
H A D | XrefExtension.php | 42 * @param EnvironmentBuilderInterface $environment 44 public function register(EnvironmentBuilderInterface $environment): void argument 46 $environment
|
/webtrees/ |
H A D | CONTRIBUTING.md | 19 Please read more about [setting up your environment](#how-to-setup-a-development-environment) for d… 31 ## How to setup a development environment
|
H A D | composer.lock | 6103 "sebastian/environment": "^7.2.0", 6436 "sebastian/environment": "^7.2.0", 6875 "name": "sebastian/environment", 6879 "url": "https://github.com/sebastianbergmann/environment.git", 6884 …"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e… 6919 "homepage": "https://github.com/sebastianbergmann/environment", 6922 "environment", 6926 "issues": "https://github.com/sebastianbergmann/environment/issues", 6927 "security": "https://github.com/sebastianbergmann/environment/security/policy", 6928 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | CHANGES.md | 247 …4/issues/2692): Plugins can now expose information about the supported environment by implementing… 1234 …[#13103](https://dev.ckeditor.com/ticket/13103): Upgraded the [testing environment](https://ckedit… 1374 * The CKEditor testing environment is now publicly available. Read more about how to set up the env…
|
H A D | LICENSE.md | 1353 new environment.
|