CoreFormatters |
|
CoreFormatters.ApplyFormatter |
APPLY - This will compile and execute a "partial template", caching it in the
context for possible later use.
|
CoreFormatters.CountFormatter |
COUNT - Returns a count of the number of members in an Array or Object.
|
CoreFormatters.CycleFormatter |
CYCLE - Iterate over an array of arguments
|
CoreFormatters.DateFormatter |
|
CoreFormatters.EncodeSpaceFormatter |
ENCODE_SPACE - Replace each space character with " ".
|
CoreFormatters.EncodeUriComponentFormatter |
ENCODE_URI_COMPONENT - Encode characters equivalent to JavaScript encodeURIComponent() function.
|
CoreFormatters.EncodeUriFormatter |
ENCODE_URI - Encode characters equivalent to JavaScript encodeURI() function.
|
CoreFormatters.FormatFormatter |
FORMAT - Substitutes positional arguments in a format string.
|
CoreFormatters.GetFormatter |
GET - Indirect lookup of properties on objects.
|
CoreFormatters.HtmlAttrFormatter |
HTMLATTR - Same as HTMLTAG.
|
CoreFormatters.HtmlFormatter |
HTML - Escapes HTML characters & < > replacing them with the corresponding entity.
|
CoreFormatters.HtmlTagFormatter |
HTMLTAG - Escapes HTML characters & < > " replacing them with the corresponding entity.
|
CoreFormatters.IterFormatter |
ITER - Outputs the index of the current array being iterated over.
|
CoreFormatters.JsonFormatter |
JSON - Output a text representation of the node.
|
CoreFormatters.JsonPrettyFormatter |
JSON_PRETTY
|
CoreFormatters.KeyByFormatter |
KEY_BY - maps an array of objects by the value for each at the given path
|
CoreFormatters.LookupFormatter |
Lookup - given an object, returns the value for a given key
|
CoreFormatters.ModFormatter |
Mod - compute modulus of a value.
|
CoreFormatters.OutputFormatter |
OUTPUT
|
CoreFormatters.PluralizeFormatter |
PLURALIZE - Emit a string based on the plurality of the node.
|
CoreFormatters.PropFormatter |
PROP - Access properties on an object or array.
|
CoreFormatters.RawFormatter |
RAW
|
CoreFormatters.RoundFormatter |
ROUND
|
CoreFormatters.SafeFormatter |
SAFE
|
CoreFormatters.SlugifyFormatter |
SLUGIFY - Turn headline text into a slug.
|
CoreFormatters.SmartypantsFormatter |
SMARTYPANTS - Converts plain ASCII quote / apostrophe to corresponding Unicode curly characters.
|
CoreFormatters.StrFormatter |
STR - Output a string representation of the node.
|
CoreFormatters.TruncateFormatter |
TRUNCATE - Chop a string to a given length after the nearest space boundary.
|
CoreFormatters.UrlEncodeFormatter |
URL_ENCODE - Encode characters which must be escaped in URLs.
|
CorePredicates |
|
EncodeUtils |
Implements the encodeURI, encodeURIComponent and escape functions.
|
FormatUtils |
|
FormatUtils.FormatArg |
|
PluginDateUtils |
|
PluginUtils |
|