Home
last modified time | relevance | path

Searched refs:block (Results 101 – 125 of 1312) sorted by relevance

12345678910>>...53

/plugin/imagecarousel/vendor/slick/
H A Dslick.less5 display: block;
21 display: block;
47 display: block;
71 display: block;
84 display: block;
92 display: block;
H A Dslick.css6 display: block;
27 display: block;
59 display: block;
91 display: block;
103 display: block;
111 display: block;
/plugin/webcomponent/_test/data/pages/
H A Dunit.txt5 …omponent|component]] to indicate a unit of sequence of [[doku>wiki:syntax#code_blocks|code block]].
14 * The unit node may got the ''display="none"'' property to not display the whole block
20 %%A block code%%
38 %%A code block may also come here but as we can't nest node in dokuwiki we can put it in a renderin…
50 The unit node may got the ''display="none"'' property to not display the whole block
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
H A Dnested.test5 {% block c1 %}
8 {% block c1 %}
18 {% block c1 %}
22 {% block c2 %}
H A Dmultiple.test6 {% block c1 %}
13 {% block c1 %}
22 {% block c1 %}
26 {% block c2 %}
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableRowRenderer.php28 render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() argument
H A DFootnoteRenderer.php39 render(AbstractBlock $block, ElementRendererInterface $DWRenderer, bool $inTightList = false) global() argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_blocks_with_template.test4 {{ block('foo', 'included.twig') is defined ? 'ok' : 'ko' }}
5 {{ block('foo', included_loaded) is defined ? 'ok' : 'ko' }}
6 {{ block('foo', included_loaded_internal) is defined ? 'ok' : 'ko' }}
8 {% block foo %}FOO{% endblock %}
/plugin/commonmark/vendor/league/commonmark/src/
H A DContextInterface.php
/plugin/farmsync/
H A Dstyle.less8 display: block;
43 display: block;
51 display: inline-block;
68 display: inline-block;
83 display: inline-block;
155 display: block;
179 display: block;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst79 .. code-block:: jinja
88 .. code-block:: jinja
141 .. code-block:: jinja
158 .. code-block:: jinja
165 .. code-block:: jinja
172 .. code-block:: jinja
190 .. code-block:: jinja
207 .. code-block:: jinja
216 .. code-block:: jinja
374 {% block head %}
[all …]
/plugin/revealjs/
H A Dexample_presentation.dokuwiki158 <fragment-block 2>
159 <nowiki><fragment-block 2></nowiki>\\
162 </fragment-block>
164 <fragment-block 1>
165 <nowiki><fragment-block 1></nowiki>
169 </fragment-block>
201 <fragment-block grow>grow</fragment-block>
203 <fragment-block shrink>shrink</fragment-block>
207 <fragment-block fade-up>fade-up (also down, left and right!)</fragment-block>
353 small block small block small block
[all …]
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DEmphStrongTrait.php75 protected function renderStrong($block) argument
77 return '<strong>' . $this->renderAbsy($block[1]) . '</strong>';
80 protected function renderEmph($block) argument
82 return '<em>' . $this->renderAbsy($block[1]) . '</em>';
/plugin/mdpage/vendor/cebe/markdown/block/
H A DFencedCodeTrait.php8 namespace cebe\markdown\block;
49 $block = [
54 $block['language'] = $language;
56 return [$block, $i];
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst7 .. code-block:: jinja
24 .. code-block:: jinja
34 .. code-block:: jinja
42 .. code-block:: jinja
71 .. code-block:: jinja
94 .. code-block:: jinja
118 replacement block by using ``else``:
120 .. code-block:: jinja
136 .. code-block:: jinja
150 .. code-block:: jinja
[all …]
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_style.css47 display: inline-block;
94 display: block;
112 display: block;
136 display: inline-block;
140 display: inline-block;
149 display: inline-block;
154 display: block;
214 display: block;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dnested_blocks_parent_only.test2 "block" tag
4 {% block content %}
6 {%- block subcontent -%}
H A Dparent_nested.test6 {% block content %}
7 {% block inside %}
16 {% block content %}
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.block.absolute.php17 $block = $tree->get_element_by_id('block');
20 $this->assertEqual($block->get_top_margin(), $body->get_top() - mm2pt(20));
21 $this->assertEqual($block->get_left_margin(), mm2pt(10));
H A Dtest.containing.block.absolute.php29 $block =& $tree->get_element_by_id('block');
32 $this->assertEqual($block->get_top_margin(), $container->get_top_padding() - mm2pt(3));
33 $this->assertEqual($block->get_left_margin(), $container->get_left_padding() + mm2pt(2));
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dusage.rst9 .. configuration-block ::
11 .. code-block :: php
19 .. code-block :: jinja
30 .. code-block :: php
/plugin/likeit/
H A Dstyle.css9 display:inline-block;
32 display:inline-block;
37 display:inline-block;
50 display:inline-block;
74 display: block;
/plugin/mdpage/vendor/cebe/markdown/
H A DGithubMarkdown.php18 use block\TableTrait;
19 use block\FencedCodeTrait;
93 $block = [
97 return [$block, --$i];
/plugin/judge/
H A Dstyle.css51 [dir=rtl] .judge form label.block, [dir=rtl] .judge div label.block, [dir=rtl] form.admin-form labe…
55 .judge form label.block, .judge div label.block, form.admin-form label.block {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcssparse.css15 display:block;
40 display:block;
48 label.block {
49 display:block;
85 display:block;

12345678910>>...53