Home
last modified time | relevance | path

Searched refs:handlebars (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php28 protected $handlebars; variable in Handlebars\\Template
48 $this->handlebars = $engine;
81 return $this->handlebars;
120 'enableDataVariables' => $this->handlebars->isDataVariablesEnabled(),
228 $helpers = $this->handlebars->getHelpers();
249 return $this->handlebars->loadString($return)->render($context);
319 $partial = $this->handlebars->loadPartial($current[Tokenizer::NAME]);
344 if ($this->handlebars->isDataVariablesEnabled()) {
363 $args = $this->handlebars->getEscapeArgs();
366 $this->handlebars->getEscape(),
/template/strap/vendor/salesforce/handlebars-php/
H A DREADME.md1 …https://github.com/salesforce/handlebars-php/actions/workflows/ci.yml/badge.svg)](https://github.c…
5 #handlebars-php
13 Name: **handlebars-php**
41 `"salesforce/handlebars-php": "1.*"`
50 "salesforce/handlebars-php": "1.*"
59 …del and a template string. Alternatively we can have a file containing handlebars (or html, text, …
65 Handlebars templates look like regular HTML, with embedded handlebars expressions.
109 # We'll use $handlebars throughout this the examples, assuming the will be all set this way
110 $handlebars = new Handlebars([
117 echo $handlebars->render("main", $model);
[all …]
/template/strap/
H A Dcomposer.lock323 "name": "salesforce/handlebars-php",
327 "url": "https://github.com/salesforce/handlebars-php.git",
332 …"url": "https://api.github.com/repos/salesforce/handlebars-php/zipball/d3a0552d85472249617ef6b5619…
367 "homepage": "http://www.github.com/salesforce/handlebars-php",
369 "handlebars",
374 "issues": "https://github.com/salesforce/handlebars-php/issues",
375 "source": "https://github.com/salesforce/handlebars-php/tree/3.0.1"