Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.html.template
- Platforms: .NET, .NET Standard 2.0, Island
ErrAmbigContext
const ErrAmbigContext: ErrorCode = 1;
const ErrorCode ErrAmbigContext = 1
static let ErrAmbigContext: ErrorCode = 1
const ErrAmbigContext ErrorCode = 1
Dim ErrAmbigContext As ErrorCode = 1
ErrBadHTML
const ErrBadHTML: ErrorCode = 2;
const ErrorCode ErrBadHTML = 2
static let ErrBadHTML: ErrorCode = 2
const ErrBadHTML ErrorCode = 2
Dim ErrBadHTML As ErrorCode = 2
ErrBranchEnd
const ErrBranchEnd: ErrorCode = 3;
const ErrorCode ErrBranchEnd = 3
static let ErrBranchEnd: ErrorCode = 3
const ErrBranchEnd ErrorCode = 3
Dim ErrBranchEnd As ErrorCode = 3
ErrEndContext
const ErrEndContext: ErrorCode = 4;
const ErrorCode ErrEndContext = 4
static let ErrEndContext: ErrorCode = 4
const ErrEndContext ErrorCode = 4
Dim ErrEndContext As ErrorCode = 4
ErrNoSuchTemplate
const ErrNoSuchTemplate: ErrorCode = 5;
const ErrorCode ErrNoSuchTemplate = 5
static let ErrNoSuchTemplate: ErrorCode = 5
const ErrNoSuchTemplate ErrorCode = 5
Dim ErrNoSuchTemplate As ErrorCode = 5
ErrOutputContext
const ErrOutputContext: ErrorCode = 6;
const ErrorCode ErrOutputContext = 6
static let ErrOutputContext: ErrorCode = 6
const ErrOutputContext ErrorCode = 6
Dim ErrOutputContext As ErrorCode = 6
ErrPartialCharset
const ErrPartialCharset: ErrorCode = 7;
const ErrorCode ErrPartialCharset = 7
static let ErrPartialCharset: ErrorCode = 7
const ErrPartialCharset ErrorCode = 7
Dim ErrPartialCharset As ErrorCode = 7
ErrPartialEscape
const ErrPartialEscape: ErrorCode = 8;
const ErrorCode ErrPartialEscape = 8
static let ErrPartialEscape: ErrorCode = 8
const ErrPartialEscape ErrorCode = 8
Dim ErrPartialEscape As ErrorCode = 8
ErrPredefinedEscaper
const ErrPredefinedEscaper: ErrorCode = 11;
const ErrorCode ErrPredefinedEscaper = 11
static let ErrPredefinedEscaper: ErrorCode = 11
const ErrPredefinedEscaper ErrorCode = 11
Dim ErrPredefinedEscaper As ErrorCode = 11
ErrRangeLoopReentry
const ErrRangeLoopReentry: ErrorCode = 9;
const ErrorCode ErrRangeLoopReentry = 9
static let ErrRangeLoopReentry: ErrorCode = 9
const ErrRangeLoopReentry ErrorCode = 9
Dim ErrRangeLoopReentry As ErrorCode = 9
ErrSlashAmbig
const ErrSlashAmbig: ErrorCode = 10;
const ErrorCode ErrSlashAmbig = 10
static let ErrSlashAmbig: ErrorCode = 10
const ErrSlashAmbig ErrorCode = 10
Dim ErrSlashAmbig As ErrorCode = 10
HTMLEscape
Parameters:
- w:
- b:
HTMLEscaper
func HTMLEscaper(args []interface{}) string
Parameters:
- args:
HTMLEscapeString
Parameters:
- s:
IsTrue
static func IsTrue(_ val: Object) -> (Boolean, Boolean)
func IsTrue(val interface{}) tuple of (|name=truth| Boolean, |name=ok| Boolean)
Shared Function IsTrue(val As Object) As Tuple (Of Boolean, Boolean)
Parameters:
- val:
JSEscape
Parameters:
- w:
- b:
JSEscaper
func JSEscaper(args []interface{}) string
Parameters:
- args:
JSEscapeString
Parameters:
- s:
Must
// .NET, .NET Standard 2.0
class method Must(t: Memory<Template>; err: error): Memory<Template>
// Island
class method Must(t: Memory<Template>; err: error): Memory<Template>
// .NET, .NET Standard 2.0
static Memory<Template> Must(Memory<Template> t, error err)
// Island
static Memory<Template> Must(Memory<Template> t, error err)
// .NET, .NET Standard 2.0
static func Must(_ t: Memory<Template>, _ err: error) -> Memory<Template>
// Island
static func Must(_ t: Memory<Template>, _ err: error) -> Memory<Template>
Parameters:
- t:
- err:
New
// .NET, .NET Standard 2.0
class method New(name: string): Memory<Template>
// Island
class method New(name: string): Memory<Template>
// .NET, .NET Standard 2.0
static Memory<Template> New(string name)
// Island
static Memory<Template> New(string name)
// .NET, .NET Standard 2.0
static func New(_ name: string) -> Memory<Template>
// Island
static func New(_ name: string) -> Memory<Template>
Parameters:
- name:
OK
const OK: ErrorCode = 0;
const ErrorCode OK = 0
static let OK: ErrorCode = 0
const OK ErrorCode = 0
Dim OK As ErrorCode = 0
ParseFiles
// .NET, .NET Standard 2.0
class method ParseFiles(params filenames: array of string): tuple of (Memory<Template>, error)
// Island
class method ParseFiles(params filenames: array of string): tuple of (Memory<Template>, error)
// .NET, .NET Standard 2.0
static (Memory<Template>, error) ParseFiles(params string[] filenames)
// Island
static (Memory<Template>, error) ParseFiles(params string[] filenames)
// .NET, .NET Standard 2.0
static func ParseFiles(_ filenames: string...) -> (Memory<Template>, error)
// Island
static func ParseFiles(_ filenames: string...) -> (Memory<Template>, error)
Parameters:
- filenames:
ParseGlob
// .NET, .NET Standard 2.0
class method ParseGlob(pattern: string): tuple of (Memory<Template>, error)
// Island
class method ParseGlob(pattern: string): tuple of (Memory<Template>, error)
// .NET, .NET Standard 2.0
static (Memory<Template>, error) ParseGlob(string pattern)
// Island
static (Memory<Template>, error) ParseGlob(string pattern)
// .NET, .NET Standard 2.0
static func ParseGlob(_ pattern: string) -> (Memory<Template>, error)
// Island
static func ParseGlob(_ pattern: string) -> (Memory<Template>, error)
Parameters:
- pattern:
URLQueryEscaper
func URLQueryEscaper(args []interface{}) string
Parameters:
- args:
ErrAmbigContext
const ErrAmbigContext: ErrorCode = 1;
const ErrorCode ErrAmbigContext = 1
static let ErrAmbigContext: ErrorCode = 1
const ErrAmbigContext ErrorCode = 1
Dim ErrAmbigContext As ErrorCode = 1
ErrBadHTML
const ErrBadHTML: ErrorCode = 2;
const ErrorCode ErrBadHTML = 2
static let ErrBadHTML: ErrorCode = 2
const ErrBadHTML ErrorCode = 2
Dim ErrBadHTML As ErrorCode = 2
ErrBranchEnd
const ErrBranchEnd: ErrorCode = 3;
const ErrorCode ErrBranchEnd = 3
static let ErrBranchEnd: ErrorCode = 3
const ErrBranchEnd ErrorCode = 3
Dim ErrBranchEnd As ErrorCode = 3
ErrEndContext
const ErrEndContext: ErrorCode = 4;
const ErrorCode ErrEndContext = 4
static let ErrEndContext: ErrorCode = 4
const ErrEndContext ErrorCode = 4
Dim ErrEndContext As ErrorCode = 4
ErrNoSuchTemplate
const ErrNoSuchTemplate: ErrorCode = 5;
const ErrorCode ErrNoSuchTemplate = 5
static let ErrNoSuchTemplate: ErrorCode = 5
const ErrNoSuchTemplate ErrorCode = 5
Dim ErrNoSuchTemplate As ErrorCode = 5
ErrOutputContext
const ErrOutputContext: ErrorCode = 6;
const ErrorCode ErrOutputContext = 6
static let ErrOutputContext: ErrorCode = 6
const ErrOutputContext ErrorCode = 6
Dim ErrOutputContext As ErrorCode = 6
ErrPartialCharset
const ErrPartialCharset: ErrorCode = 7;
const ErrorCode ErrPartialCharset = 7
static let ErrPartialCharset: ErrorCode = 7
const ErrPartialCharset ErrorCode = 7
Dim ErrPartialCharset As ErrorCode = 7
ErrPartialEscape
const ErrPartialEscape: ErrorCode = 8;
const ErrorCode ErrPartialEscape = 8
static let ErrPartialEscape: ErrorCode = 8
const ErrPartialEscape ErrorCode = 8
Dim ErrPartialEscape As ErrorCode = 8
ErrPredefinedEscaper
const ErrPredefinedEscaper: ErrorCode = 11;
const ErrorCode ErrPredefinedEscaper = 11
static let ErrPredefinedEscaper: ErrorCode = 11
const ErrPredefinedEscaper ErrorCode = 11
Dim ErrPredefinedEscaper As ErrorCode = 11
ErrRangeLoopReentry
const ErrRangeLoopReentry: ErrorCode = 9;
const ErrorCode ErrRangeLoopReentry = 9
static let ErrRangeLoopReentry: ErrorCode = 9
const ErrRangeLoopReentry ErrorCode = 9
Dim ErrRangeLoopReentry As ErrorCode = 9
ErrSlashAmbig
const ErrSlashAmbig: ErrorCode = 10;
const ErrorCode ErrSlashAmbig = 10
static let ErrSlashAmbig: ErrorCode = 10
const ErrSlashAmbig ErrorCode = 10
Dim ErrSlashAmbig As ErrorCode = 10
OK
HTMLEscape
Parameters:
- w:
- b:
HTMLEscaper
func HTMLEscaper(args []interface{}) string
Parameters:
- args:
HTMLEscapeString
Parameters:
- s:
IsTrue
static func IsTrue(_ val: Object) -> (Boolean, Boolean)
func IsTrue(val interface{}) tuple of (|name=truth| Boolean, |name=ok| Boolean)
Shared Function IsTrue(val As Object) As Tuple (Of Boolean, Boolean)
Parameters:
- val:
JSEscape
Parameters:
- w:
- b:
JSEscaper
func JSEscaper(args []interface{}) string
Parameters:
- args:
JSEscapeString
Parameters:
- s:
Must
// .NET, .NET Standard 2.0
class method Must(t: Memory<Template>; err: error): Memory<Template>
// Island
class method Must(t: Memory<Template>; err: error): Memory<Template>
// .NET, .NET Standard 2.0
static Memory<Template> Must(Memory<Template> t, error err)
// Island
static Memory<Template> Must(Memory<Template> t, error err)
// .NET, .NET Standard 2.0
static func Must(_ t: Memory<Template>, _ err: error) -> Memory<Template>
// Island
static func Must(_ t: Memory<Template>, _ err: error) -> Memory<Template>
Parameters:
- t:
- err:
New
// .NET, .NET Standard 2.0
class method New(name: string): Memory<Template>
// Island
class method New(name: string): Memory<Template>
// .NET, .NET Standard 2.0
static Memory<Template> New(string name)
// Island
static Memory<Template> New(string name)
// .NET, .NET Standard 2.0
static func New(_ name: string) -> Memory<Template>
// Island
static func New(_ name: string) -> Memory<Template>
Parameters:
- name:
ParseFiles
// .NET, .NET Standard 2.0
class method ParseFiles(params filenames: array of string): tuple of (Memory<Template>, error)
// Island
class method ParseFiles(params filenames: array of string): tuple of (Memory<Template>, error)
// .NET, .NET Standard 2.0
static (Memory<Template>, error) ParseFiles(params string[] filenames)
// Island
static (Memory<Template>, error) ParseFiles(params string[] filenames)
// .NET, .NET Standard 2.0
static func ParseFiles(_ filenames: string...) -> (Memory<Template>, error)
// Island
static func ParseFiles(_ filenames: string...) -> (Memory<Template>, error)
Parameters:
- filenames:
ParseGlob
// .NET, .NET Standard 2.0
class method ParseGlob(pattern: string): tuple of (Memory<Template>, error)
// Island
class method ParseGlob(pattern: string): tuple of (Memory<Template>, error)
// .NET, .NET Standard 2.0
static (Memory<Template>, error) ParseGlob(string pattern)
// Island
static (Memory<Template>, error) ParseGlob(string pattern)
// .NET, .NET Standard 2.0
static func ParseGlob(_ pattern: string) -> (Memory<Template>, error)
// Island
static func ParseGlob(_ pattern: string) -> (Memory<Template>, error)
Parameters:
- pattern:
URLQueryEscaper
func URLQueryEscaper(args []interface{}) string
Parameters:
- args: