Home
last modified time | relevance | path

Searched refs:templates (Results 26 – 50 of 233) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst30 which are filled with life by child templates, the ``embed`` tag allows you to
89 Without the ``embed`` tag, you have two ways to design your templates:
91 * Create two "intermediate" base templates that extend the master layout
103 of content. Now we would need to create intermediate base templates for
114 let's call them "micro layouts" go into separate templates which are embedded
172 As embedded templates do not have "names", auto-escaping strategies based
H A Dimport.rst5 macros can go into different templates and get imported from there.
7 There are two ways to import templates. You can import the complete template
H A Duse.rst10 regular templates. It is mainly used by projects that need to make
62 can *use* other templates.
124 If two imported templates define the same block, the latest one wins.
/plugin/templateconfhelper/
H A DREADME31 a nginx rewrite rule to fix path used in templates
42 For the main.php the default is hardcoded in dokuwiki.php. So for templates to overwrite the main.p…
44 …alues in dokuwiki init. It can be set in preload.php and allows to read templates from pathes outs…
75 …ConfigPath to include file from cascade_config['template_path'], checks templates $t, default_tpl …
76 * ... some undocumented and likely to change functions for use in templates
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst14 * *Fast*: Twig compiles templates down to plain optimized PHP code. The
65 Twig uses a loader (``\Twig\Loader\ArrayLoader``) to locate templates, and an
71 As templates are generally stored on the filesystem, Twig also comes with a
74 $loader = new \Twig\Loader\FilesystemLoader('/path/to/templates');
H A Dindex.rst9 templates
/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/ckgdoku/ckeditor/skins/moono/
H A Dskin.js124 templates = { class in CKEDITOR.skin.chameleon
266 return templates[ part ]
/plugin/ckgedit/ckeditor/skins/moono/
H A Dskin.js124 templates = { class in CKEDITOR.skin.chameleon
266 return templates[ part ]
/plugin/calendoku/
H A Daction.php48 $templates = preg_split('/\s/', $this->getConf('icaltemplates'));
49 foreach ($templates as $template)
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
6 ''Ini file'' and ''Templates'' are drop-down menus. The initialization files must be in the root ''newpagetemplate'' plugin directory and have the ''.ini'' extension. The templates must be in the directory specified by the ''default_tplns'' configuration option.
/plugin/ckgedit/
H A Dadmin.php74 echo $this->templates( $alt_val );
105 function templates($selected="") { function in admin_plugin_ckgedit
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D46658f00edc4865dfe472a392374cd0f.asciidoc1 // indices/templates.asciidoc:241
H A D9166cf38427d5cde5d2ec12a2012b669.asciidoc1 // indices/templates.asciidoc:223
H A D1b8caf0a6741126c6d0ad83b56fce290.asciidoc1 // indices/templates.asciidoc:138
/plugin/advanced/lang/en/config/
H A Duserscript.txt5 …ow JavaScript is loaded from DokuWiki core, [[doku>plugins]] and [[doku>templates]]. It also gives…
20 As you can see you can provide JavaScript with your [[doku>templates]] and [[doku>plugins]] (throug…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataflow.php986 'templates',
990 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates',
1005 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates:get',
1028 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates:launch',
1112 'templates',
1116 'path' => 'v1b3/projects/{projectId}/templates',
1126 'path' => 'v1b3/projects/{projectId}/templates:get',
1148 'path' => 'v1b3/projects/{projectId}/templates:launch',
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php111 $templates = $this->getTemplates ();
133 $templates
/plugin/tplinc/
H A Dplugin.info.txt6 desc Provide advanced include mechanisms for templates
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php41 private $templates = array(); variable in Mustache_Engine
731 if (!isset($this->templates[$className])) {
749 $this->templates[$className] = new $className($this);
752 return $this->templates[$className];
/plugin/scrapbook/
H A Dplugin.info.txt6 desc Manage a scrapbook of easy to insert templates
/plugin/datatemplate/
H A Dplugin.info.txt5 desc Extension to the data plugin allowing for the use of templates.
/plugin/openas/
H A Dplugin.info.txt6 desc File utility for renaming and saving-as, and creating new pages from templates
/plugin/newpagetemplate/
H A Dadmin.php110 $tpls = $this->templates();
149 function templates() { function in admin_plugin_newpagetemplate
/plugin/langdelete/
H A Dadmin.php379 $templates = $list_templates();
383 "templates" => array_combine ($templates,
385 array_prefix ($templates, DOKU_INC."lib/tpl/"))),

12345678910