Home
last modified time | relevance | path

Searched refs:block (Results 76 – 100 of 1312) sorted by relevance

12345678910>>...53

/plugin/mdpage/vendor/cebe/markdown/block/
H A DQuoteTrait.php8 namespace cebe\markdown\block;
44 $block = [
49 return [$block, $i];
56 protected function renderQuote($block) argument
58 return '<blockquote>' . $this->renderAbsy($block['content']) . "</blockquote>\n";
H A DHtmlTrait.php8 namespace cebe\markdown\block;
105 $block = [
109 return [$block, $i];
115 protected function renderHtml($block) argument
117 return $block['content'] . "\n";
137 protected function renderInlineHtml($block) argument
139 return $block[1];
/plugin/commonmark/
H A Dscript.js10 block: "true" property in toolbar
26 block: "false"
35 block: "false"
44 block: "false"
53 block: "false"
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme1/
H A Dblocks.html.twig1 {% block b1 %}block from theme 1{% endblock %}
3 {% block b2 %}block from theme 1{% endblock %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dinheritance.test6 {{ block('container') }}
10 {% block sub_container %}
14 {% block container %}
15 <div class="container">{{ block('sub_container') }}</div>
18 {% block sub_container %}
H A Dinheritance2.test7 {{ block('container') }}
9 {% block sub_container %}
13 {% block container %}
14 <div class="container">{{ block('sub_container') }}</div>
17 {% block sub_container %}
H A Dparent_block3.test6 {% block foo %}
10 {% block bar %}
16 {% block foo %}
20 {% block bar %}
25 {% block foo -%}
28 {% block bar -%}
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DParagraphRenderer.php27 * @param Paragraph $block
32 render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() argument
H A DThematicBreakRenderer.php26 * @param ThematicBreak $block
32 render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) global() argument
H A DTableRenderer.php28 render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() argument
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php98 renderBlock(AbstractBlock $block, bool $inTightList = false) global() argument
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css6 display: block;
27 display: block;
50 display: block;
72 display: block;
81 display: block;
89 display: block;
94 display: block;
102 display: block;
106 display: block;
129 display: block;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dchild_contents_outside_blocks.test6 Content outside a block.
8 {% block sidebar %}
9 Content inside a block.
12 {% block sidebar %}
15 …ontent outside Twig blocks. Did you forget to put the content inside a {% block %} tag in "index.t…
/plugin/commonmark/vendor/league/commonmark/src/Extension/InlinesOnly/
H A DChildRenderer.php26 render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) global() argument
/plugin/edittable/renderer/
H A Dinverse.php39 $this->block();
44 $this->block();
53 $this->block();
58 $this->block();
83 $this->block();
90 $this->block();
103 $this->block();
107 function block() { function in renderer_plugin_edittable_inverse
203 $this->block();
214 $this->block();
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
H A Dbasic.test2 "block" tag
4 {% block title1 %}FOO{% endblock %}
5 {% block title2 foo|lower %}
7 {% block content %}{% endblock %}
H A Dblock_unique_name.test2 "block" tag
4 {% block content %}
5 {% block content %}
11 Twig\Error\SyntaxError: The block 'content' has already been defined line 2 in "index.twig" at line…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst9 .. code-block:: jinja
16 .. code-block:: jinja
24 .. code-block:: jinja
30 Several variables can be assigned in one block:
32 .. code-block:: jinja
43 .. code-block:: jinja
61 .. code-block:: jinja
71 .. code-block:: jinja
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dnested_inheritance.test5 {% block inside %}INSIDE{% endblock inside %}
8 {% block body %}
9 {% block inside '' %}
12 {% block body '' %}
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php118 * @param bool $block
121 public function read(bool $block = true)
125 \stream_set_blocking($this->socket, $block);
128 if ($block) {
129 $block = false;
150 * @param bool $block
153 public function block(bool $block)
155 \stream_set_blocking($this->socket, $block);
120 read(bool $block = true) global() argument
152 block(bool $block) global() argument
/plugin/upload/
H A Dstyle.css4 display: block;
15 display: block;
22 display: block;
34 display: block;
40 display: block;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteContainerRenderer.php30 render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) global() argument
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DUrlLinkTrait.php42 protected function renderAutoUrl($block) argument
44 $href = htmlspecialchars($block[1], ENT_COMPAT | ENT_HTML401, 'UTF-8');
45 $decodedUrl = urldecode($block[1]);
46 $secureUrlText = preg_match('//u', $decodedUrl) ? $decodedUrl : $block[1];
/plugin/tile/
H A Dstyle.css3 display: block;
10 display: inline-block;
25 display: block;
42 display: block;
45 display: inline-block;
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst7 .. code-block:: php
24 .. code-block:: php
67 .. code-block:: php
98 .. code-block:: php
166 .. code-block:: php
180 .. code-block:: php
199 .. code-block:: php
215 .. code-block:: php
231 .. code-block:: php
264 .. code-block:: php
[all …]

12345678910>>...53