Home
last modified time | relevance | path

Searched refs:AbstractInline (Results 1 – 25 of 118) sorted by relevance

12345

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/commonmark/src/
H A DElementRendererInterface.php18 use League\CommonMark\Inline\Element\AbstractInline; alias
34 * @param AbstractInline $inline
38 public function renderInline(AbstractInline $inline): string;
41 * @param AbstractInline[] $inlines
H A DHtmlRenderer.php19 use League\CommonMark\Inline\Element\AbstractInline; alias
52 * @param AbstractInline $inline
58 public function renderInline(AbstractInline $inline): string
73 * @param AbstractInline[] $inlines
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/commonmark/src/
H A DElementRendererInterface.php18 use League\CommonMark\Inline\Element\AbstractInline; alias
34 * @param AbstractInline $inline
38 public function renderInline(AbstractInline $inline): string;
41 * @param AbstractInline[] $inlines
H A DHtmlRenderer.php19 use League\CommonMark\Inline\Element\AbstractInline; alias
52 * @param AbstractInline $inline
58 public function renderInline(AbstractInline $inline): string
73 * @param AbstractInline[] $inlines
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/league/commonmark/src/
H A DElementRendererInterface.php18 use League\CommonMark\Inline\Element\AbstractInline; alias
34 * @param AbstractInline $inline
38 public function renderInline(AbstractInline $inline): string;
41 * @param AbstractInline[] $inlines
H A DHtmlRenderer.php19 use League\CommonMark\Inline\Element\AbstractInline; alias
52 * @param AbstractInline $inline
58 public function renderInline(AbstractInline $inline): string
73 * @param AbstractInline[] $inlines
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/commonmark/src/Extension/Mention/Generator/
H A DMentionGeneratorInterface.php15 use League\CommonMark\Inline\Element\AbstractInline; alias
22 * @return AbstractInline|null
24 public function generateMention(Mention $mention): ?AbstractInline;
H A DCallbackGenerator.php15 use League\CommonMark\Inline\Element\AbstractInline; alias
31 public function generateMention(Mention $mention): ?AbstractInline
38 if ($result instanceof AbstractInline && !($result instanceof Mention)) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/commonmark/src/Extension/Mention/Generator/
H A DMentionGeneratorInterface.php15 use League\CommonMark\Inline\Element\AbstractInline; alias
22 * @return AbstractInline|null
24 public function generateMention(Mention $mention): ?AbstractInline;
H A DCallbackGenerator.php15 use League\CommonMark\Inline\Element\AbstractInline; alias
31 public function generateMention(Mention $mention): ?AbstractInline
38 if ($result instanceof AbstractInline && !($result instanceof Mention)) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/league/commonmark/src/Extension/Mention/Generator/
H A DMentionGeneratorInterface.php15 use League\CommonMark\Inline\Element\AbstractInline; alias
22 * @return AbstractInline|null
24 public function generateMention(Mention $mention): ?AbstractInline;
H A DCallbackGenerator.php15 use League\CommonMark\Inline\Element\AbstractInline; alias
31 public function generateMention(Mention $mention): ?AbstractInline
38 if ($result instanceof AbstractInline && !($result instanceof Mention)) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/commonmark/src/Inline/Renderer/
H A DInlineRendererInterface.php19 use League\CommonMark\Inline\Element\AbstractInline; alias
24 * @param AbstractInline $inline
29 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/commonmark/src/Inline/Renderer/
H A DInlineRendererInterface.php19 use League\CommonMark\Inline\Element\AbstractInline; alias
24 * @param AbstractInline $inline
29 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/league/commonmark/src/Inline/Renderer/
H A DInlineRendererInterface.php19 use League\CommonMark\Inline\Element\AbstractInline; alias
24 * @param AbstractInline $inline
29 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/CommonMark/
H A DXrefRenderer.php23 use League\CommonMark\Inline\Element\AbstractInline; alias
34 * @param AbstractInline $inline
39 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer): string
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php19 use League\CommonMark\Inline\Element\AbstractInline; alias
98 * @param AbstractBlock|AbstractInline|array<string, mixed> $attributes1
99 * @param AbstractBlock|AbstractInline|array<string, mixed> $attributes2
107 if ($arg instanceof AbstractBlock || $arg instanceof AbstractInline) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php19 use League\CommonMark\Inline\Element\AbstractInline; alias
98 * @param AbstractBlock|AbstractInline|array<string, mixed> $attributes1
99 * @param AbstractBlock|AbstractInline|array<string, mixed> $attributes2
107 if ($arg instanceof AbstractBlock || $arg instanceof AbstractInline) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php19 use League\CommonMark\Inline\Element\AbstractInline; alias
98 * @param AbstractBlock|AbstractInline|array<string, mixed> $attributes1
99 * @param AbstractBlock|AbstractInline|array<string, mixed> $attributes2
107 if ($arg instanceof AbstractBlock || $arg instanceof AbstractInline) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/commonmark/src/Extension/Strikethrough/
H A DStrikethrough.php14 use League\CommonMark\Inline\Element\AbstractInline; alias
16 final class Strikethrough extends AbstractInline
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethrough.php14 use League\CommonMark\Inline\Element\AbstractInline; alias
16 final class Strikethrough extends AbstractInline
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethrough.php14 use League\CommonMark\Inline\Element\AbstractInline; alias
16 final class Strikethrough extends AbstractInline
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalink.php14 use League\CommonMark\Inline\Element\AbstractInline; alias
19 final class HeadingPermalink extends AbstractInline
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalink.php14 use League\CommonMark\Inline\Element\AbstractInline; alias
19 final class HeadingPermalink extends AbstractInline
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalink.php14 use League\CommonMark\Inline\Element\AbstractInline; alias
19 final class HeadingPermalink extends AbstractInline

12345