Searched defs:handlebars (Results 1 – 7 of 7) sorted by relevance
/plugin/jplayer/vendor/kriswallsmith/assetic/ |
H A D | package.json | 10 "handlebars": "*", string
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Template.php | 28 protected $handlebars; variable in Handlebars\\Template [all...] |
/plugin/syntaxhighlighter3/sxh3/ |
H A D | npm-shrinkwrap.json | 591 "handlebars": { object
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 5.5.js | 1 …r,a,o,s,l,c,h,d,u,p,m,f,g,b,_,w,v,y,T,k,S=n(199),x=function(){function e(e){var t=this;this._defau… function
|
/plugin/sequencediagram/bower_components/lodash/ |
H A D | package-lock.json | 2865 "handlebars": { object 3278 "handlebars": "^4.0.1", string
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js | 8 …:true,match:/^ {2,}[\-\*]/,style:"def"},{sol:true,match:/^\t{1,}[\-\*]/,style:"def"}],patterns:[{s… function
|
/plugin/dokuprism/prism/ |
H A D | prism.js | 68 !function(a){a.languages.handlebars={comment:/\{\{![\s\S]*?\}\}/,delimiter:{pattern:/^\{\{\{?|\}\}\}?$/,alias:"punctuation"},string:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][+-]?\d+)?/,boolean:/\b(?:false|true)\b/,block:{pattern:/^(\s*(?:~\s*)?)[#\/]\S+?(?=\s*(?:~\s*)?$|\s)/,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\s\S]+/}},punctuation:/[!"#%&':()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,\/;<=>@\[\\\]^`{|}~\s]+/},a.hooks.add("before-tokenize",(function(e){a.languages["markup-templating"].buildPlaceholders(e,"handlebars",/\{\{\{[\s\S]+?\}\}\}|\{\{[\s\S]+?\}\}/g)})),a.hooks.add("after-tokenize",(function(e){a.languages["markup-templating"].tokenizePlaceholders(e,"handlebars")})),a.languages.hbs=a.languages.handlebars,a.languages.mustache=a.languages.handlebars}(Prism); class in a.languages
|