Home
last modified time | relevance | path

Searched refs:templates (Results 76 – 100 of 233) sorted by relevance

12345678910

/plugin/editsections/
H A Dall.css3 If using other templates, you may want to make your own adjustments.
/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 Dtemplates.rst5 will be most useful as reference to those creating Twig templates.
70 The application passes variables to the templates for manipulation in the
129 The following variables are always available in templates:
213 Using named arguments makes your templates more explicit about the meaning of
306 By default, included templates have access to the same context as the template
320 filename. You can access templates in subdirectories with a slash:
333 elements of your site and defines **blocks** that child templates can
363 child templates can fill in. All the ``block`` tag does is to tell the
417 hardly ever needed in regular templates.
422 When generating HTML from templates, there's always a risk that a variable
[all …]
H A Dcoding_standards.rst4 When writing Twig templates, we recommend you to follow these official coding
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md86 …* `EmberPrecompileFilter`: precompiles Handlebars templates into Javascript for use in the Ember.j…
90 * `HandlebarsFilter`: compiles Handlebars templates into Javascript
325 // enable loading assets from twig templates
328 // loop through all your templates
329 foreach ($templates as $template) {
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt43 * [[doku>wiki:tpl:templates|How to create and use templates]]
/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/google_adsense2/lang/en/
H A Dintro.txt23 …e code above is optional and only needed if you want to include Google Adsense in templates areas..
/plugin/scrapbook/
H A DREADME3 Manage a scrapbook of easy to insert templates
/plugin/tplinc/
H A DREADME3 Provide advanced include mechanisms for templates
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js.map1templates","quick_info_title","start","end","ev","text","substr","quick_info_content","details","q…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dspaceless.rst40 :ref:`dedicated section <templates-whitespace-control>` of the documentation and learn how
H A Dextends.rst36 templates can fill in.
170 The possibility to pass an array of templates has been added in Twig 1.2.
172 You can also provide a list of templates that are checked for existence. The
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php63 $this->templates[$this->currentTemplateId]['resources']['templates']['importedPages'][$tpl] = $tpl;
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php62 $this->templates[$this->currentTemplateId]['resources']['templates']['importedPages'][$tpl] = $tpl;
/plugin/backup/lang/en/
H A Dintro.txt1 … backup your page and meta data, as well as configuration for the wiki, templates, and plugins, as…
/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/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6913 …if (gantt.defined(gantt.templates.xml_date) && gantt.templates.parse_date !== gantt.templates.xml_…
6920 …format = gantt.templates.xml_date !== gantt.templates.parse_date ? gantt.templates.xml_date : gant…
7443 templates: function(){
7526 templates = gantt.templates;
9377 …property = gantt.templates.xml_date !== gantt.templates.parse_date ? gantt.templates.xml_date(prop…
11874 this.templates = {};
11905 return gantt.templates;
12755 var template = gantt.templates.task_end_date || gantt.templates.task_date;
14434 …copy[key] = gantt.templates.xml_format !== gantt.templates.formate_date ? gantt.templates.xml_form…
19287 var templates = this.$gantt.templates;
[all …]
/plugin/html2pdf/snorriheim/
H A Dstyle.ini55 ;------ for keeping old templates and plugins compatible to the old pattern
H A Dstyle.ini.dist55 ;------ for keeping old templates and plugins compatible to the old pattern
/plugin/pagetemplater/
H A DREADME.md4 …e style for them, e.g. using boxes. Using Page Templater you can define templates for the blog nam…
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php102 $templates = $this->getTemplates ();
127 $templates
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst59 :ref:`dedicated section <templates-whitespace-control>` of the documentation and learn how
/plugin/cite/
H A DREADME.md17 **Note:** Some templates may be "citation aware", but otherwise you will need to add code to your t…
/plugin/progrecss/
H A DChangeLog46 * style.css: Using colo macros to better integrate with templates.

12345678910