Home
last modified time | relevance | path

Searched refs:templates (Results 1 – 25 of 174) sorted by relevance

1234567

/template/twigstarter/vendor/twig/twig/src/Loader/
H A DArrayLoader.php31 private $templates = []; variable in Twig\\Loader\\ArrayLoader
34 …* @param array $templates An array of templates (keys are the names, and values are the source cod…
36 public function __construct(array $templates = []) argument
38 $this->templates = $templates;
49 $this->templates[$name] = $template;
55 if (!isset($this->templates[$name])) {
59 return new Source($this->templates[$name], $name);
64 return isset($this->templates[$name]);
69 if (!isset($this->templates[$name])) {
73 return $name.':'.$this->templates[$name];
[all …]
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php80 …public function testIntegration($file, $message, $condition, $templates, $exception, $outputs, $de… argument
82 …$this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecati…
89 …public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $output… argument
91 …$this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecati…
114 $templates = self::parseTemplates($match[4]);
121 $templates = self::parseTemplates($match[4]);
157 $loader = new ArrayLoader($templates);
246 foreach (array_keys($templates) as $name) {
257 $templates = [];
260 $templates[($match[1] ?: 'index.twig')] = $match[2];
[all …]
/template/wikipraktik/
H A DREADME8 Installation and upgrading of templates is automated by using
10 templates automatically.
15 For additional info on how to install templates in DokuWiki please
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG142 * fixed support for macros defined in parent templates
150 * fixed macros "import" when using the same name in the parent and child templates
189 * added the possibility to give a nice name to string templates (template_from_string function)
250 * fixed embedded templates starting with a BOM
255 * fixed float representation in compiled templates
272 * fixed reporting the proper location for errors compiled in templates
292 * fixed a regression in the way the profiler is registered in templates
300 * made variable names deterministic in compiled templates
309 * added circular reference detection when loading templates
/template/strap/
H A DREADME.md51 * [main.php](./main.php): The main page. [Doc](https://www.dokuwiki.org/devel:templates:main.php)
52 …template to show the detail of an image. [Doc](https://www.dokuwiki.org/devel:templates:detail.php)
/template/mnml-blog/blogtng-tpl/
H A DREADME2 <https://www.dokuwiki.org/plugin:blogtng#templates> for details). Have a look at
/template/material/
H A DREADME.md36 Refer to [this guide](https://www.dokuwiki.org/template) on how to install and use templates in Dok…
40 Regularly visit the installed templates via the configuration manager in order to update this templ…
/template/simplewiki/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/docnavwiki/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/kkh/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/r7throot7/
H A Dstyle.ini58 ;------ for keeping old templates and plugins compatible to the old pattern
/template/dokubook/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/gtopia/
H A Dstyle.ini48 ;------ for keeping old templates and plugins compatible to the old pattern
/template/byu_2017_theme/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/flat/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/adoradark/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/darkblue/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/bs4simple/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/zenith/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/r7throot6/
H A Dstyle.ini55 ;------ for keeping old templates and plugins compatible to the old pattern
/template/arctic/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/r7thblog1/
H A Dstyle.ini58 ;------ for keeping old templates and plugins compatible to the old pattern
/template/notes/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/dokuwikibee/dokuwikibee/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/template/dokuwikitplacc/dokuwikiBee/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */

1234567