Home
last modified time | relevance | path

Searched refs:mustache (Results 1 – 25 of 33) sorted by relevance

12

/plugin/jplayer/vendor/mustache/mustache/
DREADME.md4 A [Mustache](http://mustache.github.com/) implementation in PHP.
6 …p://img.shields.io/packagist/v/mustache/mustache.svg?style=flat-square)](https://packagist.org/pac…
7 …p://img.shields.io/travis/bobthecow/mustache.php/dev.svg?style=flat-square)](http://travis-ci.org/…
9 …://img.shields.io/packagist/dm/mustache/mustache.svg?style=flat-square)](https://packagist.org/pac…
65 Read [the Mustache.php documentation](https://github.com/bobthecow/mustache.php/wiki/Home) for more…
71 …* [Readme for the Ruby Mustache implementation](http://github.com/defunkt/mustache/blob/master/REA…
72 * [mustache(5)](http://mustache.github.com/mustache.5.html) man page.
DCONTRIBUTING.md6 1. [Fork the repo on GitHub](https://github.com/bobthecow/mustache.php).
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
DLambdaHelper.php21 private $mustache; variable in Mustache_LambdaHelper
28 * @param Mustache_Engine $mustache Mustache engine instance
32 … public function __construct(Mustache_Engine $mustache, Mustache_Context $context, $delims = null) argument
34 $this->mustache = $mustache;
48 return $this->mustache
74 return new self($this->mustache, $this->context, $delims);
DTemplate.php22 protected $mustache; variable in Mustache_Template
32 * @param Mustache_Engine $mustache
34 public function __construct(Mustache_Engine $mustache) argument
36 $this->mustache = $mustache;
148 $helpers = $this->mustache->getHelpers();
173 return $this->mustache
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dvisitor.js119 function visitSubExpression(mustache) { argument
120 this.acceptRequired(mustache, 'path');
121 this.acceptArray(mustache.params);
122 this.acceptKey(mustache, 'hash');
Dprinter.js49 PrintVisitor.prototype.MustacheStatement = function(mustache) { argument
50 return this.pad('{{ ' + this.SubExpression(mustache) + ' }}');
52 PrintVisitor.prototype.Decorator = function(mustache) { argument
53 return this.pad('{{ DIRECTIVE ' + this.SubExpression(mustache) + ' }}');
Dwhitespace-control.js131 mustache argument
133 return mustache.strip;
Dcompiler.js208 MustacheStatement: function(mustache) { argument
209 this.SubExpression(mustache);
211 if (mustache.escaped && !this.options.noEscape) {
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dvisitor.js119 function visitSubExpression(mustache) { argument
120 this.acceptRequired(mustache, 'path');
121 this.acceptArray(mustache.params);
122 this.acceptKey(mustache, 'hash');
Dprinter.js59 PrintVisitor.prototype.MustacheStatement = function (mustache) { argument
60 return this.pad('{{ ' + this.SubExpression(mustache) + ' }}');
62 PrintVisitor.prototype.Decorator = function (mustache) { argument
63 return this.pad('{{ DIRECTIVE ' + this.SubExpression(mustache) + ' }}');
Dwhitespace-control.js132 …Control.prototype.Decorator = WhitespaceControl.prototype.MustacheStatement = function (mustache) { argument
133 return mustache.strip;
Dcompiler.js210 MustacheStatement: function MustacheStatement(mustache) {
211 this.SubExpression(mustache);
213 if (mustache.escaped && !this.options.noEscape) {
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dvisitor.js121 function visitSubExpression(mustache) { argument
122 this.acceptRequired(mustache, 'path');
123 this.acceptArray(mustache.params);
124 this.acceptKey(mustache, 'hash');
Dprinter.js60 PrintVisitor.prototype.MustacheStatement = function (mustache) { argument
61 return this.pad('{{ ' + this.SubExpression(mustache) + ' }}');
63 PrintVisitor.prototype.Decorator = function (mustache) { argument
64 return this.pad('{{ DIRECTIVE ' + this.SubExpression(mustache) + ' }}');
Dwhitespace-control.js134 …Control.prototype.Decorator = WhitespaceControl.prototype.MustacheStatement = function (mustache) { argument
135 return mustache.strip;
Dcompiler.js215 MustacheStatement: function MustacheStatement(mustache) {
216 this.SubExpression(mustache);
218 if (mustache.escaped && !this.options.noEscape) {
/plugin/jplayer/
Dcomposer.lock209 "name": "mustache/mustache",
213 "url": "https://github.com/bobthecow/mustache.php.git",
218 …"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f…
247 "homepage": "https://github.com/bobthecow/mustache.php",
249 "mustache",
Dsyntax.php168 $mustache = new Mustache_Engine(array(
171 $tpl = $mustache->loadTemplate('jplayer.'.$skin.'.audio.playlist');
/plugin/asciidocjs/node_modules/handlebars/
DREADME.markdown12 language](https://mustache.github.io/) created by Chris Wanstrath.
28 manpage](https://mustache.github.io/mustache.5.html).
70mustache sections but should not be confused with one another. Sections are akin to an implicit `e…
Drelease-notes.md14 - Use https instead of git for mustache submodule - 88ac068
706 …that attributes always be quoted when their values are generated from a mustache to avoid any pote…
747 - [#918](https://github.com/wycats/handlebars.js/pull/918) - Add instructions for 'spec/mustache' t…
/plugin/asciidocjs/node_modules/handlebars/types/
Dindex.d.ts138 MustacheStatement(mustache: hbs.AST.MustacheStatement): void;
161 MustacheStatement(mustache: hbs.AST.MustacheStatement): void;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dutility.js298 var mustache = _.template('Hello {{planet}}!');
299 assert.equal(mustache({planet: 'World'}), 'Hello World!', 'can mimic mustache.js');
/plugin/codemirror/dist/modes/
Dvue.min.js.map1 …(stream) {\n if (stream.match(/^\\{\\{.*?\\}\\}/)) return \"meta mustache\";\n while…
/plugin/combo/
H A Dcomposer.lock370 "mustache",
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md203 … the basic unit of a Handlebars template. You can use them alone in a {{mustache}}, pass them to a…

12