/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | MarkdownConverter.php | 18 /** @var EnvironmentInterface */ 21 public function __construct(EnvironmentInterface $environment) 28 public function getEnvironment(): EnvironmentInterface
|
H A D | EnvironmentAwareInterface.php | 17 * @param EnvironmentInterface $environment 21 public function setEnvironment(EnvironmentInterface $environment);
|
H A D | GithubFlavoredMarkdownConverter.php | 23 * @param EnvironmentInterface|null $environment 25 public function __construct(array $config = [], EnvironmentInterface $environment = null)
|
H A D | CommonMarkConverter.php | 36 * @param EnvironmentInterface|null $environment 38 public function __construct(array $config = [], EnvironmentInterface $environment = null)
|
H A D | HtmlRenderer.php | 28 * @var EnvironmentInterface 33 * @param EnvironmentInterface $environment 35 public function __construct(EnvironmentInterface $environment)
|
H A D | DocParser.php | 29 * @var EnvironmentInterface 44 * @param EnvironmentInterface $environment 46 public function __construct(EnvironmentInterface $environment)
|
H A D | Context.php | 27 * @var EnvironmentInterface 71 public function __construct(Document $document, EnvironmentInterface $environment)
|
H A D | InlineParserEngine.php | 31 /** @var EnvironmentInterface */ 34 public function __construct(EnvironmentInterface $environment)
|
H A D | EnvironmentInterface.php | 21 interface EnvironmentInterface interface
|
H A D | ConfigurableEnvironmentInterface.php | 24 interface ConfigurableEnvironmentInterface extends EnvironmentInterface
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/ |
H A D | HtmlInlineRenderer.php | 18 use League\CommonMark\EnvironmentInterface; alias 43 if ($this->config->get('html_input') === EnvironmentInterface::HTML_INPUT_STRIP) { 47 if ($this->config->get('html_input') === EnvironmentInterface::HTML_INPUT_ESCAPE) {
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/ |
H A D | DWRenderer.php | 23 use League\CommonMark\EnvironmentInterface; alias 31 * @var EnvironmentInterface 36 * @param EnvironmentInterface $environment 38 public function __construct(EnvironmentInterface $environment)
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/ |
H A D | HtmlBlockRenderer.php | 20 use League\CommonMark\EnvironmentInterface; alias 44 if ($this->config->get('html_input') === EnvironmentInterface::HTML_INPUT_STRIP) { 48 if ($this->config->get('html_input') === EnvironmentInterface::HTML_INPUT_ESCAPE) {
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
H A D | HtmlInlineRenderer.php | 20 use League\CommonMark\EnvironmentInterface; alias 45 if ($this->config->get('html_input') === EnvironmentInterface::HTML_INPUT_STRIP) { 49 if ($this->config->get('html_input') === EnvironmentInterface::HTML_INPUT_ESCAPE) {
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/ |
H A D | ExternalLinkProcessor.php | 14 use League\CommonMark\EnvironmentInterface; alias 25 /** @var EnvironmentInterface */ 28 public function __construct(EnvironmentInterface $environment)
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableParser.php | 25 use League\CommonMark\EnvironmentInterface; alias 30 * @var EnvironmentInterface 264 public function setEnvironment(EnvironmentInterface $environment) 269 private static function isANewBlock(EnvironmentInterface $environment, string $line): bool
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/ |
H A D | CloseBracketParser.php | 20 use League\CommonMark\EnvironmentInterface; alias 36 * @var EnvironmentInterface 109 public function setEnvironment(EnvironmentInterface $environment)
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | .phpstorm.meta.php | 31 …expectedArguments(\League\CommonMark\EnvironmentInterface::getConfig(), 0, argumentsSet('league_co…
|
H A D | CHANGELOG.md | 81 …- Deprecated calling `Configuration::get()` and `EnvironmentInterface::getConfig()` without any pa… 478 - Removed `getInlineProcessors()` from `EnvironmentInterface` and `Environment`
|
H A D | CHANGELOG-0.x.md | 34 - `EnvironmentInterface`
|