/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Template.php | 40 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 D | use.rst | 11 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 D | ModuleTest.php | 30 $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 D | Ar.php | 275 $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 D | Tar.php | 242 $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 D | Zip.php | 287 $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 D | GoogleCloudVisionV1p3beta1Page.php | 43 public function setBlocks($blocks) argument 45 $this->blocks = $blocks; 52 return $this->blocks;
|
H A D | Page.php | 43 public function setBlocks($blocks) argument 45 $this->blocks = $blocks; 52 return $this->blocks;
|
H A D | GoogleCloudVisionV1p2beta1Page.php | 43 public function setBlocks($blocks) argument 45 $this->blocks = $blocks; 52 return $this->blocks;
|
H A D | GoogleCloudVisionV1p4beta1Page.php | 43 public function setBlocks($blocks) argument 45 $this->blocks = $blocks; 52 return $this->blocks;
|
H A D | GoogleCloudVisionV1p1beta1Page.php | 43 public function setBlocks($blocks) argument 45 $this->blocks = $blocks; 52 return $this->blocks;
|
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/ |
H A D | EscaperNodeVisitor.php | 34 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 D | Salsa20.php | 331 $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 D | references.md | 1 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 D | defined_for_blocks.test | 2 "defined" support for blocks 16 {% use 'blocks' %} 26 --TEMPLATE(blocks)--
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/ |
H A D | TemplateInterface.php | 40 * @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 D | GoogleCloudDocumentaiV1DocumentPage.php | 59 public function setBlocks($blocks) argument 61 $this->blocks = $blocks; 68 return $this->blocks;
|
H A D | GoogleCloudDocumentaiV1beta1DocumentPage.php | 59 public function setBlocks($blocks) argument 61 $this->blocks = $blocks; 68 return $this->blocks;
|
H A D | GoogleCloudDocumentaiV1beta2DocumentPage.php | 59 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 D | basic.test | 4 {% use "blocks.twig" %} 7 --TEMPLATE(blocks.twig)--
|
H A D | aliases.test | 4 {% use "blocks.twig" with content as foo %} 7 --TEMPLATE(blocks.twig)--
|
H A D | use_with_parent.test | 6 {% use 'blocks.twig' %} 17 --TEMPLATE(blocks.twig)--
|
/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | HtmlRenderer.php |
|
/plugin/condition/ |
H A D | syntax.php | 63 $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 D | Parser.php | 163 $blocks = []; 172 $blocks[] = $block; 179 return $blocks; 198 protected function renderAbsy($blocks) argument 201 foreach ($blocks as $block) {
|