Home
last modified time | relevance | path

Searched refs:blocks (Results 76 – 100 of 183) sorted by last modified time

12345678

/plugin/codemirror/dist/modes/
H A Dcrystal.min.js.map1blocks","indexOf","currentIndent","lastStyle","pop","hasOwnProperty","tokenNest","tokenQuote","sty…
H A Dgfm.min.js.map1 …kens = null;\n\n // Hack to prevent formatting override inside code blocks (block and inline)…
H A Dr.min.js.map1 …words.propertyIsEnumerable(word)) {\n // Block keywords start new blocks, except 'else if',…
H A Dmathematica.min.js.map1 …atica', function(_config, _parserConfig) {\n\n // used pattern building blocks\n var Identifier …
H A Dtiddlywiki.min.js.map1 … // indicates the start of a code block.\n\n // check start of blocks\n if (sol && /[…
/plugin/revealjs/css/theme/template/
H A Dsettings.scss12 // Vertical spacing between blocks of text
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1blocks type 0 and length of 65535\n idat[pi++] = 0x00;\n idat[pi++] = 0xff;\n idat[…
H A Dpdf.worker.js.map1blocks with e.g. zero bytes, skip past\n // those to attempt to find a valid marker (fixes is…
/plugin/codebuttonmod2/
H A DPlugin.txt41 With a left click on the code blocks the code is copied to the clipboard.
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …orm_blocks[sns[i].type];\n\t\t\tif (!block) continue; //ignore incorrect blocks\n\t\t\tsns[i].id =…
/plugin/textinsert/
H A DREADME11 comes when dealing with extended blocks of text and with its ability to include other
/plugin/codeprettify/code-prettify/
H A DCHANGES.md78 * Fixed prettifying of `<code>` blocks with embedded newlines.
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js14537 addLocals: function(blocks) argument
14558 var blocks = [];
14585 fnBlock.push(blocks.join(""));
14691 blocks.push(");");
14744 blocks.push('__link__(');
14752 blocks.push(',');
14760 blocks.push('});');
14827 blocks.push('}]);');
14861 blocks.push(',d'+i);
14862 blocks.push(') {');
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css31 /* Code blocks */
/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 …]
H A Dset.rst4 Inside code blocks you can also assign values to variables. Assignments use
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst138 You can assign values to variables inside code blocks. Assignments use the
252 well as things like blocks. Control structures appear inside ``{% ... %}``
253 blocks.
333 elements of your site and defines **blocks** that child templates can
362 In this example, the :doc:`block<tags/block>` tags define four blocks that
483 otherwise handle as variables or blocks. For example if the default syntax is
H A Dinternals.rst33 * ``\Twig\Token::BLOCK_START_TYPE``, ``\Twig\Token::BLOCK_END_TYPE``: Delimiters for blocks (``{% %…
127 protected function doDisplay(array $context, array $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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dchild_contents_outside_blocks.test2 Exception for child templates defining content outside blocks defined by parent
15 … A template that extends another one cannot include content outside Twig blocks. Did you forget to…
/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)--
H A Ddefined_for_blocks_with_template.test2 "defined" support for blocks with a template argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme2/
H A Dblocks.html.twig1 {% use '@default_theme/blocks.html.twig' %}
/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/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md147 Promises are logical blocks, that represent your fictional methods in prophecy terms

12345678