Home
last modified time | relevance | path

Searched refs:templates (Results 126 – 150 of 233) sorted by path

12345678910

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc346 $params['name'] = (list) The comma separated names of the index templates
518 $params['name'] = (list) The comma separated names of the index templates
575 $params['name'] = (list) The comma separated names of the index templates
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1b8caf0a6741126c6d0ad83b56fce290.asciidoc1 // indices/templates.asciidoc:138
H A D46658f00edc4865dfe472a392374cd0f.asciidoc1 // indices/templates.asciidoc:241
H A D9166cf38427d5cde5d2ec12a2012b669.asciidoc1 // indices/templates.asciidoc:223
H A Db5f95bc097a201b29c7200fc8d3d31c1.asciidoc1 // indices/templates.asciidoc:172
H A De5f50b31f165462d883ecbff45f74985.asciidoc1 // indices/templates.asciidoc:10
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc252 manage your {es} indices (add/remove templates, flush segments, close indices,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCatNamespace.php617 * Returns information about existing templates.
630 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-templates.html
632 public function templates(array $params = []) function in Elasticsearch\\Namespaces\\CatNamespace
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md420 * Index templates use index_patterns instead of [template](https://www.elastic.co/guide/en/elasticsearch/reference/6.5/breaking-changes-6.0.html#_index_templates_use_literal_index_patterns_literal_instead_of_literal_template_literal)
/plugin/elwikiupgrade/lang/en/
H A Dstep0.txt5 This plugin will not elwikiupgrade any installed plugins or templates.
/plugin/elwikiupgrade/lang/nl/
H A Dstep0.txt5 De plugin vernieuwt geen geïnstalleerde plugins of templates
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt43 * [[doku>wiki:tpl:templates|How to create and use templates]]
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt43 * [[doku>Template|How to create and use templates]]
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt4 other wikis (The "Animals"). You install plugins and templates in the Farmer only and then make them available
/plugin/farmsync/meta/
H A DTemplateUpdates.php39 $templates = array();
41 $templates = array_merge($templates, $this->getDocumentsFromLine($this->source, $line));
43 array_unique($templates);
44 return $templates;
/plugin/fckg/
H A DChanges36 where templates force Standards Mode will have to manually switch to compatibilty mode.
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml36 …- "/path/to/nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro" # REQUIRED: Change "left" path. Se…
43 …ocker-gen -notify-sighup nginx-proxy -watch -wait 2s:5s /etc/docker-gen/templates/nginx.tmpl /etc/…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php30 private static $templates = []; variable in PHPUnit_Framework_MockObject_Generator
1318 if (!isset(self::$templates[$filename])) {
1319 self::$templates[$filename] = new Text_Template($filename);
1322 return self::$templates[$filename];
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst102 You can use ``notes`` with or without ``plural``. Once you get your templates compiled you should
149 Unfortunately, the ``xgettext`` utility does not understand Twig templates
151 But there is a simple workaround: as Twig converts templates to
155 templates. Here is a simple example to get you started::
157 $tplDir = dirname(__FILE__).'/templates';
169 // iterate over all your templates
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG46 * fixed embedded templates starting with a BOM
50 * fixed float representation in compiled templates
83 * made variable names deterministic in compiled templates
92 * added circular reference detection when loading templates
150 * fixed offline cache warm-ups for embedded templates
276 * fixed warnings when loaded templates do not exist
362 * fixed regression for dynamic parent templates
392 * fixed recursively calling blocks in templates with inheritance
528 * added namespaced templates support in Twig_Loader_Filesystem
661 * added a dump function to help debugging templates
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst24 recompile your templates when the PHP code is updated. To see your changes
115 available in all templates and macros::
149 of the filter you will use in templates and the second one is the PHP callable
582 recompile your templates whenever you make a change to it (when
681 extensions must be registered explicitly to be available in your templates.
H A Dadvanced_legacy.rst24 Twig won't be able to recompile your templates when the PHP code is
116 available in all templates and macros::
298 templates.
319 You can also expose extension methods as functions in your templates::
526 recompile your templates whenever you make a change to it (when the
626 extensions must be registered explicitly to be available in your templates.
H A Dapi.rst6 the application and not those who are creating Twig templates.
33 that looks up the templates in the ``/path/to/templates/`` folder. Different
35 templates from a database or other resources.
93 When set to ``true``, the generated templates have a
99 The charset used by the templates.
104 templates.
108 An absolute path where to store the compiled templates, or
128 default for all templates (default to ``true``).
184 It can also look for templates in an array of directories::
188 With such a configuration, Twig will first look for templates in
[all …]
H A Dcoding_standards.rst4 When writing Twig templates, we recommend you to follow these official coding
H A Ddeprecated.rst17 As of Twig 2.0, macros imported in a file are not available in child templates

12345678910