Home
last modified time | relevance | path

Searched refs:createTemplate (Results 1 – 13 of 13) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
DStringLoaderExtension.php51 return $env->createTemplate((string) $template);
/plugin/asciidocjs/node_modules/nunjucks/src/
Denvironment.js232 var createTemplate = function createTemplate(err, info) { function
278 }, createTemplate);
/plugin/combo/ComboStrap/
H A DTemplateEngine.php305 …public function createTemplate(string $templateName, string $templateContent = null): TemplateEngi… function in ComboStrap\\TemplateEngine
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Drecipes.rst523 ``\Twig\Environment::createTemplate()`` (available as of Twig 1.18)::
525 $template = $twig->createTemplate('hello {{ name }}');
Ddeprecated.rst167 2.0. You can render a string via ``\Twig\Environment::createTemplate()``.
/plugin/findologicxmlexport/vendor/twig/twig/src/
DEnvironment.php540 public function createTemplate($template) function in Twig\\Environment
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks-slim.js1247 var createTemplate = function createTemplate(err, info) {
1293 }, createTemplate);
Dnunjucks.js2511 var createTemplate = function createTemplate(err, info) {
2557 }, createTemplate);
Dnunjucks-slim.js.map1createTemplate","info","newTmpl","handle","app","tasks","callback","forceAsync","Context","_Obj","…
Dnunjucks-slim.min.js.map1createTemplate = (err, info) => {\n if (!info && !err && !ignoreMissing) {\n err = new…
Dnunjucks.js.map1createTemplate","info","newTmpl","noCache","handle","getSource","express","app","render","ctx","re…
Dnunjucks.min.js.map1createTemplate = (err, info) => {\n if (!info && !err && !ignoreMissing) {\n err = new…
/plugin/findologicxmlexport/vendor/twig/twig/
DCHANGELOG115 * fixed template name generation in Twig_Environment::createTemplate()
351 * added Twig_Environment::createTemplate() to create a template from a string