Home
last modified time | relevance | path

Searched refs:Handlebars (Results 1 – 25 of 43) sorted by relevance

12

/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php15 Handlebars\Autoloader::register(realpath(__DIR__ . '/../fixture/'));
34 $loader = new \Handlebars\Loader\StringLoader();
35 $engine = new \Handlebars\Handlebars(array('loader' => $loader));
79 $loader = new \Handlebars\Loader\StringLoader();
80 $helpers = new \Handlebars\Helpers();
81 $engine = new \Handlebars\Handlebars(array('loader' => $loader, 'helpers' => $helpers));
226 $loader = new \Handlebars\Loader\StringLoader();
227 $helpers = new \Handlebars\Helpers();
228 $engine = new \Handlebars\Handlebars(array(
245 $engine = new \Handlebars\Handlebars(array(
[all …]
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/
Dno-conflict.js2 export default function(Handlebars) { argument
14 const $Handlebars = globalThis.Handlebars;
17 Handlebars.noConflict = function() {
18 if (globalThis.Handlebars === Handlebars) {
19 globalThis.Handlebars = $Handlebars;
21 return Handlebars;
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/
Dno-conflict.js5 module.exports = function (Handlebars) { argument
17 var $Handlebars = globalThis.Handlebars;
20 Handlebars.noConflict = function () {
21 if (globalThis.Handlebars === Handlebars) {
22 globalThis.Handlebars = $Handlebars;
24 return Handlebars;
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/
Dno-conflict.js6 exports['default'] = function (Handlebars) { argument
18 var $Handlebars = globalThis.Handlebars;
21 Handlebars.noConflict = function () {
22 if (globalThis.Handlebars === Handlebars) {
23 globalThis.Handlebars = $Handlebars;
25 return Handlebars;
/plugin/asciidocjs/node_modules/handlebars/
DREADME.markdown8 Handlebars.js
11 Handlebars.js is an extension to the [Mustache templating
13 Handlebars.js and Mustache are both logicless templating languages that
16 Checkout the official Handlebars docs site at
26 In general, the syntax of Handlebars.js templates is a superset
30 Once you have a template, use the `Handlebars.compile` method to compile
38 var template = Handlebars.compile(source);
57 Handlebars allows templates to be precompiled and included as javascript code rather than the handl…
59 Differences Between Handlebars.js and Mustache
61 Handlebars.js adds a couple of additional features to make writing
[all …]
Druntime.d.ts1 import Handlebars = require('handlebars')
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md22 ## About Handlebars
24 Handlebars provides the power necessary to let you build semantic templates effectively with no fru…
28 Fork of: [Handlebars.php by XaminProject](https://github.com/mardix/Handlebars)
30 Handlebars, is the PHP port of [Handlebars.js](http://handlebarsjs.com/)
34 ## Install Handlebars
37 You can just download Handlebars.php as is, or with Composer.
65 Handlebars templates look like regular HTML, with embedded handlebars expressions.
67 Handlebars HTML-escapes values returned by a {{expression}}.
84 Below we are going to create the Handlebars object, set the partials loader, and put some data in t…
91 # With composer we can autoload the Handlebars package
[all …]
/plugin/combo/ComboStrap/
H A DTemplateEngine.php6 use Handlebars\Context;
7 use Handlebars\Handlebars; alias
8 use Handlebars\Loader\FilesystemLoader;
24 private Handlebars $handleBarsForPage;
37 * @var Handlebars for component
39 private Handlebars $handleBarsForComponents;
127 $handleBarsForPages = new Handlebars([
140 $handleBarsForComponents = new Handlebars([
175 $handleBars = new Handlebars();
187 private static function addHelper(Handlebars $handleBars)
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DStringLoader.php17 namespace Handlebars\Loader;
18 use Handlebars\Loader;
19 use Handlebars\HandlebarsString;
H A DFilesystemLoader.php16 namespace Handlebars\Loader;
17 use Handlebars\Loader;
18 use Handlebars\HandlebarsString;
/plugin/asciidocjs/node_modules/handlebars/lib/
Dprecompiler.js5 import * as Handlebars from './handlebars';
32 new Handlebars.Exception(
87 new Handlebars.Exception(`Unable to open template file "${path}"`)
155 console.log(Handlebars.VERSION);
160 throw new Handlebars.Exception(
166 throw new Handlebars.Exception('Unable to minimize simple output');
171 throw new Handlebars.Exception(
235 let precompiled = Handlebars.precompile(template.source, options);
250 throw new Handlebars.Exception('Name missing for template');
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/
Dprecompiler.js23 var Handlebars = _interopRequireWildcard(_handlebars); variable
51 …return callback(new Handlebars.Exception('Number of names did not match the number of string input…
104 return callback(new Handlebars.Exception('Unable to open template file "' + path + '"'));
166 console.log(Handlebars.VERSION);
171 throw new Handlebars.Exception('Must define at least one template or directory.');
175 throw new Handlebars.Exception('Unable to minimize simple output');
180 throw new Handlebars.Exception('Unable to output multiple templates in simple mode');
233 var precompiled = Handlebars.precompile(template.source, options);
245 throw new Handlebars.Exception('Name missing for template');
/plugin/asciidocjs/node_modules/handlebars/types/
Dindex.d.ts17 declare namespace Handlebars { namespace
80 export function create(): typeof Handlebars;
93 export function noConflict(): typeof Handlebars;
199 type HandlebarsTemplateDelegate<T = any> = Handlebars.TemplateDelegate<T>;
210 type RuntimeOptions = Handlebars.RuntimeOptions;
248 type SafeString = Handlebars.SafeString;
250 type Utils = typeof Handlebars.Utils;
417 export = Handlebars;
421 export = Handlebars;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php18 namespace Handlebars; namespace
70 if (isset($options[Handlebars::OPTION_ENABLE_DATA_VARIABLES])) {
71 if (!is_bool($options[Handlebars::OPTION_ENABLE_DATA_VARIABLES])) {
73 … 'Context Constructor "' . Handlebars::OPTION_ENABLE_DATA_VARIABLES . '" option must be a boolean'
76 $this->enableDataVariables = $options[Handlebars::OPTION_ENABLE_DATA_VARIABLES];
H A DHandlebars.php17 namespace Handlebars; namespace
18 use Handlebars\Loader\StringLoader;
19 use Handlebars\Cache\Dummy;
23 class Handlebars class
35 * @return Handlebars
H A DTemplate.php18 namespace Handlebars; namespace
26 * @var Handlebars
42 * @param Handlebars $engine handlebar engine
46 public function __construct(Handlebars $engine, $tree, $source)
77 * @return Handlebars
H A DLoader.php15 namespace Handlebars; namespace
H A DCache.php16 namespace Handlebars; namespace
H A DHandlebarsString.php17 namespace Handlebars; namespace
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DAPC.php14 namespace Handlebars\Cache;
15 use Handlebars\Cache;
H A DDummy.php15 namespace Handlebars\Cache;
16 use Handlebars\Cache;
H A DDisk.php17 namespace Handlebars\Cache;
18 use Handlebars\Cache;
/plugin/combo/vendor/salesforce/handlebars-php/tests/fixture/Handlebars/
H A DTest.php3 namespace Handlebars; namespace
/plugin/combo/vendor/salesforce/handlebars-php/tests/fixture/Handlebars/Example/
H A DTest.php3 namespace Handlebars\Example;
/plugin/combo/vendor/salesforce/handlebars-php/tests/
H A Dbootstrap.php4 $loader = \Handlebars\Autoloader::register();

12