api documentation for mustache (v2.3.0)

Logic-less {{mustache}} templates with JavaScript

table of contents

  1. module mustache
    1. function mustache.Context (view, parentContext)
    2. function mustache.Scanner (string)
    3. function mustache.Writer ()
    4. function mustache.clearCache ()
    5. function mustache.escape (string)
    6. function mustache.parse (template, tags)
    7. function mustache.render (template, view, partials)
    8. function mustache.to_html (template, view, partials, send)
    9. object mustache.Context.prototype
    10. object mustache.Scanner.prototype
    11. object mustache.Writer.prototype
    12. object mustache.tags
    13. string mustache.name
    14. string mustache.version
  2. module mustache.Context
    1. function mustache.Context (view, parentContext)
  3. module mustache.Context.prototype
    1. function mustache.Context.prototype.lookup (name)
    2. function mustache.Context.prototype.push (view)
  4. module mustache.Scanner
    1. function mustache.Scanner (string)
  5. module mustache.Scanner.prototype
    1. function mustache.Scanner.prototype.eos ()
    2. function mustache.Scanner.prototype.scan (re)
    3. function mustache.Scanner.prototype.scanUntil (re)
  6. module mustache.Writer
    1. function mustache.Writer ()
  7. module mustache.Writer.prototype
    1. function mustache.Writer.prototype.clearCache ()
    2. function mustache.Writer.prototype.escapedValue (token, context)
    3. function mustache.Writer.prototype.parse (template, tags)
    4. function mustache.Writer.prototype.rawValue (token)
    5. function mustache.Writer.prototype.render (template, view, partials)
    6. function mustache.Writer.prototype.renderInverted (token, context, partials, originalTemplate)
    7. function mustache.Writer.prototype.renderPartial (token, context, partials)
    8. function mustache.Writer.prototype.renderSection (token, context, partials, originalTemplate)
    9. function mustache.Writer.prototype.renderTokens (tokens, context, partials, originalTemplate)
    10. function mustache.Writer.prototype.unescapedValue (token, context)

module mustache

function mustache.Context (view, parentContext)

function mustache.Scanner (string)

function mustache.Writer ()

function mustache.clearCache ()

function mustache.escape (string)

function mustache.parse (template, tags)

function mustache.render (template, view, partials)

function mustache.to_html (template, view, partials, send)

module mustache.Context

function mustache.Context (view, parentContext)

module mustache.Context.prototype

function mustache.Context.prototype.lookup (name)

function mustache.Context.prototype.push (view)

module mustache.Scanner

function mustache.Scanner (string)

module mustache.Scanner.prototype

function mustache.Scanner.prototype.eos ()

function mustache.Scanner.prototype.scan (re)

function mustache.Scanner.prototype.scanUntil (re)

module mustache.Writer

function mustache.Writer ()

module mustache.Writer.prototype

function mustache.Writer.prototype.clearCache ()

function mustache.Writer.prototype.escapedValue (token, context)

function mustache.Writer.prototype.parse (template, tags)

function mustache.Writer.prototype.rawValue (token)

function mustache.Writer.prototype.render (template, view, partials)

function mustache.Writer.prototype.renderInverted (token, context, partials, originalTemplate)

function mustache.Writer.prototype.renderPartial (token, context, partials)

function mustache.Writer.prototype.renderSection (token, context, partials, originalTemplate)

function mustache.Writer.prototype.renderTokens (tokens, context, partials, originalTemplate)

function mustache.Writer.prototype.unescapedValue (token, context)

[ this document was created with utility2 ]