| /plugin/jplayer/vendor/mustache/mustache/ |
| D | README.md | 4 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.
|
| D | CONTRIBUTING.md | 6 1. [Fork the repo on GitHub](https://github.com/bobthecow/mustache.php).
|
| /plugin/jplayer/vendor/mustache/mustache/src/Mustache/ |
| D | LambdaHelper.php | 21 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);
|
| D | Template.php | 22 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/ |
| D | visitor.js | 119 function visitSubExpression(mustache) { argument 120 this.acceptRequired(mustache, 'path'); 121 this.acceptArray(mustache.params); 122 this.acceptKey(mustache, 'hash');
|
| D | printer.js | 49 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) + ' }}');
|
| D | whitespace-control.js | 131 mustache argument 133 return mustache.strip;
|
| D | compiler.js | 208 MustacheStatement: function(mustache) { argument 209 this.SubExpression(mustache); 211 if (mustache.escaped && !this.options.noEscape) {
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | visitor.js | 119 function visitSubExpression(mustache) { argument 120 this.acceptRequired(mustache, 'path'); 121 this.acceptArray(mustache.params); 122 this.acceptKey(mustache, 'hash');
|
| D | printer.js | 59 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) + ' }}');
|
| D | whitespace-control.js | 132 …Control.prototype.Decorator = WhitespaceControl.prototype.MustacheStatement = function (mustache) { argument 133 return mustache.strip;
|
| D | compiler.js | 210 MustacheStatement: function MustacheStatement(mustache) { 211 this.SubExpression(mustache); 213 if (mustache.escaped && !this.options.noEscape) {
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | visitor.js | 121 function visitSubExpression(mustache) { argument 122 this.acceptRequired(mustache, 'path'); 123 this.acceptArray(mustache.params); 124 this.acceptKey(mustache, 'hash');
|
| D | printer.js | 60 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) + ' }}');
|
| D | whitespace-control.js | 134 …Control.prototype.Decorator = WhitespaceControl.prototype.MustacheStatement = function (mustache) { argument 135 return mustache.strip;
|
| D | compiler.js | 215 MustacheStatement: function MustacheStatement(mustache) { 216 this.SubExpression(mustache); 218 if (mustache.escaped && !this.options.noEscape) {
|
| /plugin/jplayer/ |
| D | composer.lock | 209 "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",
|
| D | syntax.php | 168 $mustache = new Mustache_Engine(array( 171 $tpl = $mustache->loadTemplate('jplayer.'.$skin.'.audio.playlist');
|
| /plugin/asciidocjs/node_modules/handlebars/ |
| D | README.markdown | 12 language](https://mustache.github.io/) created by Chris Wanstrath. 28 manpage](https://mustache.github.io/mustache.5.html). 70 …mustache sections but should not be confused with one another. Sections are akin to an implicit `e…
|
| D | release-notes.md | 14 - 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/ |
| D | index.d.ts | 138 MustacheStatement(mustache: hbs.AST.MustacheStatement): void; 161 MustacheStatement(mustache: hbs.AST.MustacheStatement): void;
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | utility.js | 298 var mustache = _.template('Hello {{planet}}!'); 299 assert.equal(mustache({planet: 'World'}), 'Hello World!', 'can mimic mustache.js');
|
| /plugin/codemirror/dist/modes/ |
| D | vue.min.js.map | 1 …(stream) {\n if (stream.match(/^\\{\\{.*?\\}\\}/)) return \"meta mustache\";\n while…
|
| /plugin/combo/ |
| H A D | composer.lock | 370 "mustache",
|
| /plugin/combo/vendor/salesforce/handlebars-php/ |
| H A D | README.md | 203 … the basic unit of a Handlebars template. You can use them alone in a {{mustache}}, pass them to a…
|