hunt.framework.view.algo.Functions

Undocumented in source.

Members

Functions

Int
int Int(UniNode value)
Undocumented in source. Be warned that the author may not have intended to support it.
String
string String(UniNode value)
Undocumented in source. Be warned that the author may not have intended to support it.
date
string date(string format, long timestamp)

dummy

doFormat
UniNode doFormat(UniNode args)
Undocumented in source. Be warned that the author may not have intended to support it.
globalFunctions
Function[string] globalFunctions()
Undocumented in source. Be warned that the author may not have intended to support it.
length
long length(UniNode value)
Undocumented in source. Be warned that the author may not have intended to support it.
namespace
UniNode namespace(UniNode kwargs)
Undocumented in source. Be warned that the author may not have intended to support it.
range
UniNode range(UniNode params)
Undocumented in source. Be warned that the author may not have intended to support it.
split
UniNode split(UniNode str, UniNode seperator)

"a, b, c" => ["a", "b", "c"]

trans
UniNode trans(UniNode node)

dummy

url
string url(string format, string d)

dummy

Meta