- commentToHTML
string commentToHTML(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- createUnsafeScoped
string createUnsafeScoped(string typeName, string varName, string ctorParams)
Undocumented in source. Be warned that the author may not have intended to support it.
- extToMime
string extToMime(string ext)
Undocumented in source. Be warned that the author may not have intended to support it.
- genSalt
ubyte[8] genSalt()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRequired
string getRequired(FormFields dict, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- hashPass
ubyte[] hashPass(ubyte scheme, ubyte[8] salt, string pass)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertDashes
string insertDashes(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSSLReverseProxy
bool isSSLReverseProxy(HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
- nullableToString
string nullableToString(Nullable!T value, string ifNull)
Undocumented in source. Be warned that the author may not have intended to support it.
- paramAs
Nullable!T paramAs(HTTPServerRequest req, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- stLog
void stLog(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- stLogCritical
void stLogCritical(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- stLogDebug
void stLogDebug(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- stLogDebugV
void stLogDebugV(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- stLogDiagnostic
void stLogDiagnostic(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- stLogError
void stLogError(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- stLogInfo
void stLogInfo(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- stLogTrace
void stLogTrace(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- stLogWarn
void stLogWarn(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- toEmailString
string toEmailString(SysTime st)
Undocumented in source. Be warned that the author may not have intended to support it.
- toEnum
Enum toEnum(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- validatePass
bool validatePass(string pass, ubyte[] saltedHash)
Written in the D programming language.