Home
last modified time | relevance | path

Searched defs:handlebars (Results 1 – 7 of 7) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/
H A Dpackage.json10 "handlebars": "*", string
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php28 protected $handlebars; variable in Handlebars\\Template
[all...]
/plugin/syntaxhighlighter3/sxh3/
H A Dnpm-shrinkwrap.json591 "handlebars": { object
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js1 …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 Dpackage-lock.json2865 "handlebars": { object
3278 "handlebars": "^4.0.1", string
/plugin/codemirror/dist/
H A Dscripts.min.js8 …:true,match:/^ {2,}[\-\*]/,style:"def"},{sol:true,match:/^\t{1,}[\-\*]/,style:"def"}],patterns:[{s… function
/plugin/dokuprism/prism/
H A Dprism.js68 !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