Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 25 of 183) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php40 protected $blocks = []; variable in Twig\\Template
199 $template = $blocks[$name][0];
200 $block = $blocks[$name][1];
203 $block = $this->blocks[$name][1];
233 $parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false);
300 if (isset($blocks[$name])) {
304 if (isset($this->blocks[$name])) {
331 return array_keys($this->blocks);
334 $names = array_merge(array_keys($blocks), array_keys($this->blocks));
393 return $this->blocks;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst11 template blocks reusable without using inheritance.
32 {% use "blocks.html" %}
37 The ``use`` statement tells Twig to import the blocks defined in
38 ``blocks.html`` into the current template (it's like macros, but for blocks):
42 {# blocks.html #}
48 imported blocks are not outputted automatically):
71 is ignored. To avoid name conflicts, you can rename imported blocks:
77 {% use "blocks.html" with sidebar as base_sidebar, title as base_title %}
94 {% use "blocks.html" %}
104 the ``blocks.html`` template.
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DModuleTest.php30 $blocks = new Node();
34 $node = new ModuleNode($body, $parent, $blocks, $macros, $traits, new Node([]), $source);
37 $this->assertEquals($blocks, $node->getNode('blocks'));
51 $blocks = new Node();
56 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
121 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
203 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php275 $blocks = array();
280 $blocks[] = $seek; //Remove this file
288 $blocks[] = $size;
290 $blocks[] = $gap; //Don't remove the files between the gap
291 $blocks[] = $size;
294 $blocks[count($blocks)-1] += $size; //Also remove this file
309 array_pop($blocks);
311 $blocks[] = $gap;
316 $this->source->makeWriterRemoveBlocks($blocks, -$seek)
325 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
[all …]
H A DTar.php242 $blocks = array();
247 $blocks[] = $seek; //Remove this file
255 $blocks[] = $size;
257 $blocks[] = $gap; //Don't remove the files between the gap
258 $blocks[] = $size;
261 $blocks[count($blocks)-1] += $size; //Also remove this file
277 array_pop($blocks);
279 $blocks[] = $gap;
284 $this->source->makeWriterRemoveBlocks($blocks, -$seek)
293 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
[all …]
H A DZip.php287 $blocks = array();
292 $blocks[] = $seek; //Remove this file
302 $blocks[] = $size;
304 $blocks[] = $gap; //Don't remove the files between the gap
305 $blocks[] = $size;
308 $blocks[count($blocks)-1] += $size; //Also remove this file
328 array_pop($blocks);
330 $blocks[] = $gap;
335 $this->source->makeWriterRemoveBlocks($blocks, -$seek)
352 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p3beta1Page.php43 public function setBlocks($blocks) argument
45 $this->blocks = $blocks;
52 return $this->blocks;
H A DPage.php43 public function setBlocks($blocks) argument
45 $this->blocks = $blocks;
52 return $this->blocks;
H A DGoogleCloudVisionV1p2beta1Page.php43 public function setBlocks($blocks) argument
45 $this->blocks = $blocks;
52 return $this->blocks;
H A DGoogleCloudVisionV1p4beta1Page.php43 public function setBlocks($blocks) argument
45 $this->blocks = $blocks;
52 return $this->blocks;
H A DGoogleCloudVisionV1p1beta1Page.php43 public function setBlocks($blocks) argument
45 $this->blocks = $blocks;
52 return $this->blocks;
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php34 protected $blocks = []; variable in Twig\\NodeVisitor\\EscaperNodeVisitor
52 $this->blocks = [];
56 …$this->statusStack[] = isset($this->blocks[$node->getAttribute('name')]) ? $this->blocks[$node->ge…
69 $this->blocks = [];
79 $this->blocks[$node->getAttribute('name')] = $this->needEscaping($env);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php331 $blocks = str_split($text, 64);
332 foreach ($blocks as &$block) {
336 return implode('', $blocks);
370 $blocks = str_split($text, 64);
372 foreach ($blocks as &$block) {
376 $encrypted = implode('', $blocks);
393 $blocks = str_split($text, 64);
394 foreach ($blocks as &$block) {
397 $ciphertext .= implode('', $blocks);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dreferences.md1 In the following example we will im[ple]ment support for [fenced code blocks][] which are part
4 [fenced code blocks]: https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_blocks.test2 "defined" support for blocks
16 {% use 'blocks' %}
26 --TEMPLATE(blocks)--
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTemplateInterface.php40 * @param array $blocks An array of blocks to pass to the template
42 public function display(array $context, array $blocks = []); argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentPage.php59 public function setBlocks($blocks) argument
61 $this->blocks = $blocks;
68 return $this->blocks;
H A DGoogleCloudDocumentaiV1beta1DocumentPage.php59 public function setBlocks($blocks) argument
61 $this->blocks = $blocks;
68 return $this->blocks;
H A DGoogleCloudDocumentaiV1beta2DocumentPage.php59 public function setBlocks($blocks) argument
61 $this->blocks = $blocks;
68 return $this->blocks;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dbasic.test4 {% use "blocks.twig" %}
7 --TEMPLATE(blocks.twig)--
H A Daliases.test4 {% use "blocks.twig" with content as foo %}
7 --TEMPLATE(blocks.twig)--
H A Duse_with_parent.test6 {% use 'blocks.twig' %}
17 --TEMPLATE(blocks.twig)--
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlRenderer.php
/plugin/condition/
H A Dsyntax.php63 $blocks = array();
65 $this->_parse($match, $blocks, $content);
67 return array($blocks, $content);
201 $blocks = $data[0];
215 $ok = $this->_processblocks($blocks, $bug);
235 $blocks = $data[0];
249 $ok = $this->_processblocks($blocks, $bug);
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php163 $blocks = [];
172 $blocks[] = $block;
179 return $blocks;
198 protected function renderAbsy($blocks) argument
201 foreach ($blocks as $block) {

12345678