Home
last modified time | relevance | path

Searched refs:block (Results 51 – 75 of 1312) sorted by relevance

12345678910>>...53

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DHeadingRenderer.php27 * @param Heading $block
32 render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() argument
H A DBlockQuoteRenderer.php28 * @param BlockQuote $block
32 render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() argument
H A DTableCellRenderer.php32 # block type indicator on DW
28 render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() argument
H A DTableSectionRenderer.php28 render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() argument
H A DDocumentRenderer.php26 * @param Document $block
32 render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() argument
H A DIndentedCodeRenderer.php28 * @param IndentedCode $block
38 # As in FencedCodeRenderer.php, do not escape code block
34 render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DBlockQuoteRenderer.php
H A DHtmlBlockRenderer.php
H A DDocumentRenderer.php
H A DThematicBreakRenderer.php
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst7 .. code-block:: jinja
10 Everything will be automatically escaped in this block
15 Everything will be automatically escaped in this block
20 Everything will be automatically escaped in this block
25 Everything will be outputted as is in this block
32 .. code-block:: jinja
35 Everything will be automatically escaped in this block
40 Everything will be outputted as is in this block
44 Everything will be automatically escaped in this block
52 .. code-block:: jinja
[all …]
H A Ddeprecated.rst10 .. code-block:: jinja
16 Also you can deprecate a block in the following way:
18 .. code-block:: jinja
20 {% block hey %}
21 {% deprecated 'The "hey" block is deprecated, use "greet" instead.' %}
22 {{ block('greet') }}
25 {% block greet %}
/plugin/webcode/_test/data/pages/
H A Ddisplay.txt1 ====== Webcode - Not displaying code block ======
4 This is possible to cache code block with this syntax:
20 console.log("A log from the cached block");
29 * We should not see the cached code block (Only the bullet point of the list)
32 console.log("A log from the cached block.");
34 * We should see the code block below
36 console.log("A log from the visible block");
38 …* In the result, we should see two log line (one from the cached block and one from the visible on…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dblock.test2 "block" function
5 {% block bar %}BAR{% endblock %}
7 {% block foo %}{{ block('bar') }}{% endblock %}
8 {% block bar %}BAR_BASE{% endblock %}
/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
H A DHtmlRenderer.php
/plugin/progrecss/
H A Dstyle.css24 display: inline-block;
30 display: block;
39 display: block;
68 display: inline-block;
94 display: block;
104 display: inline-block;
112 display: block;
128 display: block;
160 display: inline-block;
188 display: block;
[all …]
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php170 list($block, $i) = $this->parseBlock($lines, $i);
171 if ($block !== false) {
172 $blocks[] = $block;
201 foreach ($blocks as $block) {
202 array_unshift($this->context, $block[0]);
203 $output .= $this->{'render' . $block[0]}($block);
227 $block = [
231 return [$block, --$i];
240 protected function renderParagraph($block) argument
385 protected function renderText($block) argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Duse_with_parent.test2 "use" tag with a parent block
8 {% block body %}
11 {{ block('content') }}
14 {% block body %}
18 {% block content 'BLOCK' %}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DDeviceIpBlock.php27 public $block; variable in Google\\Service\\Testing\\DeviceIpBlock
50 public function setBlock($block) argument
52 $this->block = $block;
59 return $this->block;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js107 var block ;
108 while ( ( block = iterator.GetNextParagraph() ) )
110 block.removeAttribute( 'align' ) ;
115 var className = block.className.replace( FCKJustifyCommand._GetClassNameRegex(), '' ) ;
122 block.className = className + cssClassName ;
125 FCKDomTools.RemoveAttribute( block, 'class' ) ;
129 var style = block.style ;
136 block.removeAttribute( 'style' ) ;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dparent_isolation.test5 {% block content %}{% include "included.twig" %}{% endblock %}
7 {% block footer %}Footer{% endblock %}
10 {% block content %}Included Content{% endblock %}
12 {% block content %}Default Content{% endblock %}
14 {% block footer %}Default Footer{% endblock %}
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableRowRenderer.php25 render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) global() argument
H A DTableRenderer.php25 render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) global() argument
/plugin/indexmenu2/cms/templates/TabControl/
H A Dlayout.css6 display: block;
14 display: block;
20 ul.CmsListMenuTabControl {display: inline-block;}
24 ul.CmsListMenuTabControl {display: block;}
29 display: block;
41 display: block;
62 display: block;

12345678910>>...53