Documentation ¶
Index ¶
- func Any(x any, ps *cutil.PageState) string
- func AnyByType(x any, t *types.Wrapped, ps *cutil.PageState) string
- func Bool(b bool) string
- func BoolIcon(b bool, size int, cls string, ps *cutil.PageState, titles ...string) string
- func CodeLink(path string, title string, ps *cutil.PageState) string
- func Color(clr string, cls string, ps *cutil.PageState) string
- func Default(x any, t string, ps *cutil.PageState) string
- func Diffs(value util.Diffs) string
- func DiffsSet(key string, value util.DiffsSet, ps *cutil.PageState) string
- func DurationSeconds(seconds float64) string
- func Float(f any) string
- func FloatArray(value []any) string
- func Format(v string, ext string) string
- func Int(i any) string
- func IntArray(value []any) string
- func Map(preserveWhitespace bool, m util.ValueMap, ps *cutil.PageState) string
- func MapArray(preserveWhitespace bool, ps *cutil.PageState, maps ...util.ValueMap) string
- func MapKeys(m util.ValueMap) string
- func Option(x any, t *types.Option, ps *cutil.PageState) string
- func Package(v util.Pkg) string
- func StreamAny(qw422016 *qt422016.Writer, x any, ps *cutil.PageState)
- func StreamAnyByType(qw422016 *qt422016.Writer, x any, t *types.Wrapped, ps *cutil.PageState)
- func StreamBool(qw422016 *qt422016.Writer, b bool)
- func StreamBoolIcon(qw422016 *qt422016.Writer, b bool, size int, cls string, ps *cutil.PageState, ...)
- func StreamCodeLink(qw422016 *qt422016.Writer, path string, title string, ps *cutil.PageState)
- func StreamColor(qw422016 *qt422016.Writer, clr string, cls string, ps *cutil.PageState)
- func StreamDefault(qw422016 *qt422016.Writer, x any, t string, ps *cutil.PageState)
- func StreamDiffs(qw422016 *qt422016.Writer, value util.Diffs)
- func StreamDiffsSet(qw422016 *qt422016.Writer, key string, value util.DiffsSet, ...)
- func StreamDurationSeconds(qw422016 *qt422016.Writer, seconds float64)
- func StreamFloat(qw422016 *qt422016.Writer, f any)
- func StreamFloatArray(qw422016 *qt422016.Writer, value []any)
- func StreamFormat(qw422016 *qt422016.Writer, v string, ext string)
- func StreamInt(qw422016 *qt422016.Writer, i any)
- func StreamIntArray(qw422016 *qt422016.Writer, value []any)
- func StreamMap(qw422016 *qt422016.Writer, preserveWhitespace bool, m util.ValueMap, ...)
- func StreamMapArray(qw422016 *qt422016.Writer, preserveWhitespace bool, ps *cutil.PageState, ...)
- func StreamMapKeys(qw422016 *qt422016.Writer, m util.ValueMap)
- func StreamOption(qw422016 *qt422016.Writer, x any, t *types.Option, ps *cutil.PageState)
- func StreamPackage(qw422016 *qt422016.Writer, v util.Pkg)
- func StreamString(qw422016 *qt422016.Writer, value string, classes ...string)
- func StreamStringArray(qw422016 *qt422016.Writer, value []string)
- func StreamStringRich(qw422016 *qt422016.Writer, value string, code bool, maxLength int, ...)
- func StreamTags(qw422016 *qt422016.Writer, values []string)
- func StreamTimestamp(qw422016 *qt422016.Writer, value *time.Time)
- func StreamTimestampDay(qw422016 *qt422016.Writer, value *time.Time)
- func StreamTimestampMillis(qw422016 *qt422016.Writer, value *time.Time)
- func StreamTimestampRelative(qw422016 *qt422016.Writer, value *time.Time, static bool)
- func StreamType(qw422016 *qt422016.Writer, v types.Type)
- func StreamURL(qw422016 *qt422016.Writer, u any, content string, includeExternalIcon bool, ...)
- func StreamUUID(qw422016 *qt422016.Writer, value *uuid.UUID)
- func String(value string, classes ...string) string
- func StringArray(value []string) string
- func StringRich(value string, code bool, maxLength int, classes ...string) string
- func Tags(values []string) string
- func Timestamp(value *time.Time) string
- func TimestampDay(value *time.Time) string
- func TimestampMillis(value *time.Time) string
- func TimestampRelative(value *time.Time, static bool) string
- func Type(v types.Type) string
- func URL(u any, content string, includeExternalIcon bool, ps *cutil.PageState) string
- func UUID(value *uuid.UUID) string
- func WriteAny(qq422016 qtio422016.Writer, x any, ps *cutil.PageState)
- func WriteAnyByType(qq422016 qtio422016.Writer, x any, t *types.Wrapped, ps *cutil.PageState)
- func WriteBool(qq422016 qtio422016.Writer, b bool)
- func WriteBoolIcon(qq422016 qtio422016.Writer, b bool, size int, cls string, ps *cutil.PageState, ...)
- func WriteCodeLink(qq422016 qtio422016.Writer, path string, title string, ps *cutil.PageState)
- func WriteColor(qq422016 qtio422016.Writer, clr string, cls string, ps *cutil.PageState)
- func WriteDefault(qq422016 qtio422016.Writer, x any, t string, ps *cutil.PageState)
- func WriteDiffs(qq422016 qtio422016.Writer, value util.Diffs)
- func WriteDiffsSet(qq422016 qtio422016.Writer, key string, value util.DiffsSet, ...)
- func WriteDurationSeconds(qq422016 qtio422016.Writer, seconds float64)
- func WriteFloat(qq422016 qtio422016.Writer, f any)
- func WriteFloatArray(qq422016 qtio422016.Writer, value []any)
- func WriteFormat(qq422016 qtio422016.Writer, v string, ext string)
- func WriteInt(qq422016 qtio422016.Writer, i any)
- func WriteIntArray(qq422016 qtio422016.Writer, value []any)
- func WriteMap(qq422016 qtio422016.Writer, preserveWhitespace bool, m util.ValueMap, ...)
- func WriteMapArray(qq422016 qtio422016.Writer, preserveWhitespace bool, ps *cutil.PageState, ...)
- func WriteMapKeys(qq422016 qtio422016.Writer, m util.ValueMap)
- func WriteOption(qq422016 qtio422016.Writer, x any, t *types.Option, ps *cutil.PageState)
- func WritePackage(qq422016 qtio422016.Writer, v util.Pkg)
- func WriteString(qq422016 qtio422016.Writer, value string, classes ...string)
- func WriteStringArray(qq422016 qtio422016.Writer, value []string)
- func WriteStringRich(qq422016 qtio422016.Writer, value string, code bool, maxLength int, ...)
- func WriteTags(qq422016 qtio422016.Writer, values []string)
- func WriteTimestamp(qq422016 qtio422016.Writer, value *time.Time)
- func WriteTimestampDay(qq422016 qtio422016.Writer, value *time.Time)
- func WriteTimestampMillis(qq422016 qtio422016.Writer, value *time.Time)
- func WriteTimestampRelative(qq422016 qtio422016.Writer, value *time.Time, static bool)
- func WriteType(qq422016 qtio422016.Writer, v types.Type)
- func WriteURL(qq422016 qtio422016.Writer, u any, content string, includeExternalIcon bool, ...)
- func WriteUUID(qq422016 qtio422016.Writer, value *uuid.UUID)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DurationSeconds ¶ added in v1.2.19
func FloatArray ¶
func StreamAnyByType ¶ added in v1.2.17
func StreamBool ¶
func StreamBoolIcon ¶ added in v1.2.21
func StreamCodeLink ¶ added in v1.5.1
func StreamColor ¶ added in v1.2.18
func StreamDefault ¶
func StreamDiffsSet ¶
func StreamDurationSeconds ¶ added in v1.2.19
func StreamFloat ¶
func StreamFloatArray ¶
func StreamIntArray ¶
func StreamMapArray ¶
func StreamOption ¶
func StreamStringArray ¶
func StreamStringRich ¶
func StreamTags ¶ added in v1.5.4
func StreamTimestampMillis ¶ added in v1.1.1
func StreamTimestampRelative ¶
func StringArray ¶
func TimestampDay ¶
func TimestampMillis ¶ added in v1.1.1
func WriteAnyByType ¶ added in v1.2.17
func WriteBool ¶
func WriteBool(qq422016 qtio422016.Writer, b bool)
func WriteBoolIcon ¶ added in v1.2.21
func WriteCodeLink ¶ added in v1.5.1
func WriteColor ¶ added in v1.2.18
func WriteDefault ¶
func WriteDiffs ¶
func WriteDiffs(qq422016 qtio422016.Writer, value util.Diffs)
func WriteDiffsSet ¶
func WriteDurationSeconds ¶ added in v1.2.19
func WriteDurationSeconds(qq422016 qtio422016.Writer, seconds float64)
func WriteFloat ¶
func WriteFloat(qq422016 qtio422016.Writer, f any)
func WriteFloatArray ¶
func WriteFloatArray(qq422016 qtio422016.Writer, value []any)
func WriteFormat ¶
func WriteFormat(qq422016 qtio422016.Writer, v string, ext string)
func WriteInt ¶
func WriteInt(qq422016 qtio422016.Writer, i any)
func WriteIntArray ¶
func WriteIntArray(qq422016 qtio422016.Writer, value []any)
func WriteMapArray ¶
func WriteMapKeys ¶ added in v1.5.4
func WriteMapKeys(qq422016 qtio422016.Writer, m util.ValueMap)
func WriteOption ¶
func WritePackage ¶
func WritePackage(qq422016 qtio422016.Writer, v util.Pkg)
func WriteString ¶
func WriteString(qq422016 qtio422016.Writer, value string, classes ...string)
func WriteStringArray ¶
func WriteStringArray(qq422016 qtio422016.Writer, value []string)
func WriteStringRich ¶
func WriteTags ¶ added in v1.5.4
func WriteTags(qq422016 qtio422016.Writer, values []string)
func WriteTimestamp ¶
func WriteTimestamp(qq422016 qtio422016.Writer, value *time.Time)
func WriteTimestampDay ¶
func WriteTimestampDay(qq422016 qtio422016.Writer, value *time.Time)
func WriteTimestampMillis ¶ added in v1.1.1
func WriteTimestampMillis(qq422016 qtio422016.Writer, value *time.Time)
func WriteTimestampRelative ¶
func WriteTimestampRelative(qq422016 qtio422016.Writer, value *time.Time, static bool)
Types ¶
This section is empty.
Source Files ¶
- views/components/view/Any.html
- views/components/view/AnyByType.html
- views/components/view/Bool.html
- views/components/view/Color.html
- views/components/view/Diff.html
- views/components/view/Float.html
- views/components/view/Int.html
- views/components/view/Map.html
- views/components/view/Package.html
- views/components/view/String.html
- views/components/view/Tags.html
- views/components/view/Timestamp.html
- views/components/view/URL.html
- views/components/view/UUID.html
Click to show internal directories.
Click to hide internal directories.