Home
last modified time | relevance | path

Searched refs:include (Results 26 – 50 of 1065) sorted by relevance

12345678910>>...43

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D0.0.js1include",next:"@include"}],[/^\s*#\s*\w+/,"keyword"],[/[{}()\[\]]/,"@brackets"],[/[<>](?!@symbols)… property in AnonymousFunction3c616b5b0100.r.tokenizer
H A D49.49.js1 …umns:[],tokenizer:{root:[{include:"@whitespace"},{include:"@pseudoColumns"},{include:"@numbers"},{
H A D58.58.js1include:"@whitespace"},[/[a-zA-Z]\w*/,{cases:{"@keywords":"keyword","@builtins":"type.identifier",…
H A D16.16.js.map1include: '@selector' }],\n selector: [\n { include: '@comments' },\n …
H A D36.36.js1 …decimal:/0|@decpart/,tokenizer:{root:[{include:"@comments"},{include:"@whitespace"},{include:"@num…
H A D32.32.js1include:"@linecontent"}],table_header:[{include:"@table_common"},[/[^\|]+/,"keyword.table.header"]…
H A D29.29.js.map1include: '@nestedJSBegin' },\n ['[ \\\\t\\\\r\\\\n]+', ''],\n { include: '@c…
H A D18.18.js1include:"@whitespace"},{include:"@comment"},[/(ONBUILD)(\s+)/,["keyword",""]],[/(ENV)(\s+)([\w]+)/…
/plugin/include/
H A Dplugin.info.txt1 base include
5 name include plugin
6 desc Functions to include another page in a wiki page
7 url http://dokuwiki.org/plugin:include
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dwith_variables.test2 "include" tag accept variables
4 {% include "foo.twig" with {'foo': 'bar'} %}
5 {% include "foo.twig" with vars1 %}
6 {% include "foo.twig" with vars2 %}
H A Dtemplates_as_array.test2 "include" tag
4 {% include ["foo.twig", "bar.twig"] %}
5 {% include ["bar.twig", "foo.twig"] %}
H A Dexpression.test2 "include" tag allows expressions for the template to include
5 {% include foo %}
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.changes1 1463393463 127.0.0.1 C include:link mprins aangemaakt
2 1463393637 127.0.0.1 E include:link Externe bewerking
3 1463393826 127.0.0.1 e include:link mprins
/plugin/templateconfhelper/exe/
H A Dcss.php209 if( !$t || !$include = getConfigPath( 'template_dir', $t.'/'.$file )) {
212 $include = getConfigPath( 'template_dir', $conf['template'].'/'.$file );
214 $include = getConfigPath( 'template_dir', $conf['default_tpl'].'/'.$file );
216 if( !$include ) {
217 $include = getConfigPath( 'template_dir', $conf['base_tpl'].'/'.$file );
219 echo "/* _css_getpath: include($file): $include */\n";
221 return $include;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dtemplates_as_array.test2 "include" function
4 {{ include(["foo.twig", "bar.twig"]) }}
5 {{- include(["bar.twig", "foo.twig"]) }}
H A Dwith_variables.test2 "include" function accept variables
4 {{ include("foo.twig", {'foo': 'bar'}) }}
5 {{- include("foo.twig", vars) }}
H A Dexpression.test2 "include" function allows expressions for the template to include
5 {{ include(foo) }}
H A Dsandbox_disabling_ignore_missing.test2 "include" tag sandboxed
4 {{ include("unknown.twig", sandboxed = true, ignore_missing = true) }}
5 {{ include("bar.twig") }}
H A Dsandbox_disabling.test2 "include" tag sandboxed
4 {{ include("foo.twig", sandboxed = true) }}
5 {{ include("bar.twig") }}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doperations.asciidoc14 include::index-operations.asciidoc[]
16 include::search-operations.asciidoc[]
18 include::crud.asciidoc[
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Dnot_valid2.test5 {%- include "foo.twig" %}
8 {%- include "foo.twig" %}
14 Twig\Error\SyntaxError: Only "include" tags are allowed within a "sandbox" section in "index.twig" …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dtemplate_from_string.test4 {% include template_from_string(template) %}
6 {% include template_from_string("Hello {{ name }}") %}
7 {% include template_from_string('{% extends "parent.twig" %}{% block content %}Hello {{ name }}{% e…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dundefined_template_in_child_template.test7 {{ include('include.twig') }}
15 Twig\Error\LoaderError: Template "include.twig" is not defined in "index.twig" at line 5.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dmultiple_dynamic.test5 {{ include('parent.twig') }}
6 {{ include('parent.twig') }}
8 {{ include('parent.twig') }}
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconnector.asp28 <!--#include file="config.asp"-->
29 <!--#include file="util.asp"-->
30 <!--#include file="io.asp"-->
31 <!--#include file="basexml.asp"-->
32 <!--#include file="commands.asp"-->
33 <!--#include file="class_upload.asp"-->

12345678910>>...43