Home
last modified time | relevance | path

Searched refs:include (Results 76 – 100 of 1065) sorted by relevance

12345678910>>...43

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dsandbox.test2 "include" tag sandboxed
4 {{ include("foo.twig", sandboxed = true) }}
H A Dmissing_nested.test2 "include" function
11 {{ include("foo.twig") }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_function_with_unknown_argument.test4 {{ include('foo',
9 Twig\Error\SyntaxError: Unknown argument "invalid" for function "include(template, variables, with_…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dmissing_nested.test2 "include" tag
11 {% include "foo.twig" %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/autoescape/
H A Dfilename.legacy.test5 {{ include('index.html.twig') -}}
6 {{ include('index.txt.twig') -}}
/plugin/include/
H A Ddeleted.files5 _test/include.group.php
12 inc/include.php
/plugin/google_adsense2/lang/en/
H A Dintro.txt3 This plugin allows you to include [[wp>Adsense|Google Adsense]] advertisings into your wiki page.
11 This will include 'googleads:ads_tpl_top_linklist' in your site.
23 **Note**: Inserting the code above is optional and only needed if you want to include Google Adsens…
/plugin/color/
H A DREADME.md16 - In the first syntax, the color specification(s) MUST NOT include a slash (`/`).
17 … specification(s) MUST NOT include a colon character (`:`). We do not know any legal CSS color spe…
/plugin/struct/
H A Drequirements.txt3 https://github.com/dokufreaks/plugin-include lib/plugins/include
/plugin/backlinks/
H A Ddeleted.files27 _test/data/meta/include/link.changes
28 _test/data/meta/include/link.indexed
29 _test/data/meta/include/link.meta
43 _test/data/pages/include/link.txt
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/
H A Dblock.test4 {{ include('unrelated.txt.twig') -}}
5 {{ include('template.html.twig') -}}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst7 The ``embed`` tag combines the behaviour of :doc:`include<include>` and
9 It allows you to include another template's contents, just like ``include``
154 The ``embed`` tag takes the exact same arguments as the ``include`` tag:
178 .. seealso:: :doc:`include<../tags/include>`
/plugin/backlinks2/_test/data/pages/
H A Dbacklink_test_pages.txt5 * [[backlinks_include_syntax|Backlinks to what Bob Ross says (including only include namespace)]]
8 * [[include:link|An included link to Bob Ross]]
/plugin/box/
H A Dplugin.info.txt6 …ours title & caption are optional. The title can include some wiki markup, the box contents can in…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta1 …;i:1463393826;s:2:"ip";s:9:"127.0.0.1";s:4:"type";s:1:"e";s:2:"id";s:12:"include:link";s:4:"user";…
3include namespace).";}s:8:"relation";a:2:{s:10:"references";a:1:{s:13:"bob_ross_says";b:1;}s:10:"f…
/plugin/dokubookmark/
H A Dhelper.php124 $include = 'edit';
126 if ($REV) $include = 'editrev';
133 $include = 'read';
156 'intro_locale' => $include);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php337 * Does the file match the given include and exclude expressions?
339 * Exclude rules take precedence over include rules
341 * @param string $include Regular expression of files to include
345 public function matchExpression($include = '', $exclude = '') argument
348 if ($include && !preg_match($include, $this->getPath())) {
H A DArchive.php54 * By default this will extract all files found in the archive. You can restrict the output using the $include
56 * $include is set, only files that match this expression will be extracted. Files that match the $exclude
65 * @param string $include a regular expression of files to include
69 abstract public function extract($outdir, $strip = '', $exclude = '', $include = ''); argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D9.9.js1include:"@comment"},[/\s-+@str*\s*/,{cases:{"@eos":{token:"key.identifier",next:"@popall"},"@defau…
H A D63.63.js.map1include: '@whitespace' },\n { include: '@comment' },\n { include: '@attribut…
H A D12.12.js1 …,"zero?","zipmap"],tokenizer:{root:[{include:"@whitespace"},[/@numbers/,"number"],[/@characters/,"…
H A D0.0.js.map1include these common regular expressions\n symbols: /[=><!~?:&|+\\-*\\/\\^%]+/,\n escapes: /…
/plugin/box2/
H A Dplugin.info.txt8 …ours title & caption are optional. The title can include some wiki markup, the box contents can in…
/plugin/s5reloaded/ui/effects_support/
H A Dscriptaculous.js63 function(include) { Scriptaculous.require(path+include+'.js') }); argument
/plugin/quiz/
H A Dsyntax.php49 list($include, $id, $section) = preg_split('/>|#/u', $match, 3);
50 return array($include, $id, explode('&', $flags));

12345678910>>...43