translation

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chinese

type Chinese struct{}

func (*Chinese) LangTag

func (*Chinese) LangTag() string

func (*Chinese) Name

func (*Chinese) Name() string

func (*Chinese) Text_Analyzing

func (*Chinese) Text_Analyzing() string

func (*Chinese) Text_AnalyzingRefresh

func (*Chinese) Text_AnalyzingRefresh(currentPageURL string) string

func (*Chinese) Text_Analyzing_CollectDeclarations

func (*Chinese) Text_Analyzing_CollectDeclarations(d time.Duration) string

func (*Chinese) Text_Analyzing_CollectPackages

func (*Chinese) Text_Analyzing_CollectPackages(numPkgs int, d time.Duration) string

func (*Chinese) Text_Analyzing_CollectRuntimeFunctionPositions

func (*Chinese) Text_Analyzing_CollectRuntimeFunctionPositions(d time.Duration) string

func (*Chinese) Text_Analyzing_CollectSelectors

func (*Chinese) Text_Analyzing_CollectSelectors(d time.Duration) string

func (*Chinese) Text_Analyzing_CollectSourceFiles

func (*Chinese) Text_Analyzing_CollectSourceFiles(d time.Duration) string

func (*Chinese) Text_Analyzing_Done

func (*Chinese) Text_Analyzing_Done(d time.Duration, memoryUse string) string

func (*Chinese) Text_Analyzing_FindImplementations

func (*Chinese) Text_Analyzing_FindImplementations(d time.Duration) string

func (*Chinese) Text_Analyzing_FindTypeSources

func (*Chinese) Text_Analyzing_FindTypeSources(d time.Duration) string

func (*Chinese) Text_Analyzing_MakeStatistics

func (*Chinese) Text_Analyzing_MakeStatistics(d time.Duration) string

func (*Chinese) Text_Analyzing_NFilesParsed

func (*Chinese) Text_Analyzing_NFilesParsed(numFiles int, d time.Duration) string

func (*Chinese) Text_Analyzing_ParsePackagesDone

func (*Chinese) Text_Analyzing_ParsePackagesDone(numFiles int, d time.Duration) string

func (*Chinese) Text_Analyzing_PreparationDone

func (*Chinese) Text_Analyzing_PreparationDone(d time.Duration) string

func (*Chinese) Text_Analyzing_RegisterInterfaceMethodsForTypes

func (*Chinese) Text_Analyzing_RegisterInterfaceMethodsForTypes(d time.Duration) string

func (*Chinese) Text_Analyzing_SortPackagesByDependencies

func (*Chinese) Text_Analyzing_SortPackagesByDependencies(d time.Duration) string

func (*Chinese) Text_Analyzing_Start

func (*Chinese) Text_Analyzing_Start() string

func (*Chinese) Text_AsInputsOf

func (*Chinese) Text_AsInputsOf(num int) string

func (*Chinese) Text_AsOutputsOf

func (*Chinese) Text_AsOutputsOf(num int) string

func (*Chinese) Text_AsTypesOf

func (*Chinese) Text_AsTypesOf(num int) string

func (*Chinese) Text_BelongingModule

func (*Chinese) Text_BelongingModule() string

func (*Chinese) Text_BelongingPackage

func (*Chinese) Text_BelongingPackage() string

func (*Chinese) Text_ChartTitle added in v0.0.3

func (*Chinese) Text_ChartTitle(chartName string) string

func (*Chinese) Text_DependencyRelations

func (*Chinese) Text_DependencyRelations(pkgPath string) string

func (*Chinese) Text_ExportedTypeNames

func (*Chinese) Text_ExportedTypeNames(num int) string

func (*Chinese) Text_ExportedValues

func (*Chinese) Text_ExportedValues(num int) string

func (*Chinese) Text_Fields

func (*Chinese) Text_Fields(num int) string

func (*Chinese) Text_GeneratedFrom

func (*Chinese) Text_GeneratedFrom() string

func (*Chinese) Text_GeneratedPageFooter added in v0.0.3

func (*Chinese) Text_GeneratedPageFooter(goldVersion string) string

func (*Chinese) Text_ImplementedBy

func (*Chinese) Text_ImplementedBy(num int) string

func (*Chinese) Text_Implements

func (*Chinese) Text_Implements(num int) string

func (*Chinese) Text_ImportPath

func (*Chinese) Text_ImportPath() string

func (*Chinese) Text_ImportStat

func (*Chinese) Text_ImportStat(numImports, numImportedBys int, depPageURL string) string

func (*Chinese) Text_ImportedBy

func (*Chinese) Text_ImportedBy() string

func (*Chinese) Text_Imports

func (*Chinese) Text_Imports() string

func (*Chinese) Text_InvolvedFiles

func (*Chinese) Text_InvolvedFiles(num int) string

func (*Chinese) Text_Methods

func (*Chinese) Text_Methods(num int) string

func (*Chinese) Text_Modules

func (*Chinese) Text_Modules() string

func (*Chinese) Text_Othertatistics added in v0.0.3

func (*Chinese) Text_Othertatistics(values map[string]interface{}) string

func (*Chinese) Text_Overview

func (*Chinese) Text_Overview() string

func (*Chinese) Text_Package

func (*Chinese) Text_Package(pkgPath string) string

func (*Chinese) Text_PackageDocsLinksOnOtherWebsites

func (*Chinese) Text_PackageDocsLinksOnOtherWebsites(pkgPath string, isStdPkg bool) string

func (*Chinese) Text_PackageList

func (*Chinese) Text_PackageList() string

func (*Chinese) Text_PackageStatistics added in v0.0.3

func (*Chinese) Text_PackageStatistics(values map[string]interface{}) string

func (*Chinese) Text_References

func (*Chinese) Text_References(num int) string

func (*Chinese) Text_RequireStat

func (*Chinese) Text_RequireStat(numRequires, numRequiredBys int) string

func (*Chinese) Text_Server_Started

func (*Chinese) Text_Server_Started() string

func (*Chinese) Text_SimpleStats

func (*Chinese) Text_SimpleStats(stats *code.Stats) string

func (*Chinese) Text_SourceCode

func (*Chinese) Text_SourceCode(pkgPath, bareFilename string) string

func (*Chinese) Text_SourceFilePath

func (*Chinese) Text_SourceFilePath() string

func (*Chinese) Text_Statistics

func (*Chinese) Text_Statistics() string
func (*Chinese) Text_StatisticsWithMoreLink(detailedStatsLink string) string

func (*Chinese) Text_TypeStatistics added in v0.0.3

func (*Chinese) Text_TypeStatistics(values map[string]interface{}) string

func (*Chinese) Text_UnexportedTypeNames

func (*Chinese) Text_UnexportedTypeNames(num int) string

func (*Chinese) Text_UpdateTip

func (*Chinese) Text_UpdateTip(tipName string) string

func (*Chinese) Text_ValueStatistics added in v0.0.3

func (*Chinese) Text_ValueStatistics(values map[string]interface{}) string

type English

type English struct{}

func (*English) LangTag

func (*English) LangTag() string

func (*English) Name

func (*English) Name() string

func (*English) Text_Analyzing

func (*English) Text_Analyzing() string

func (*English) Text_AnalyzingRefresh

func (*English) Text_AnalyzingRefresh(currentPageURL string) string

func (*English) Text_Analyzing_CollectDeclarations

func (*English) Text_Analyzing_CollectDeclarations(d time.Duration) string

func (*English) Text_Analyzing_CollectPackages

func (*English) Text_Analyzing_CollectPackages(numPkgs int, d time.Duration) string

func (*English) Text_Analyzing_CollectRuntimeFunctionPositions

func (*English) Text_Analyzing_CollectRuntimeFunctionPositions(d time.Duration) string

func (*English) Text_Analyzing_CollectSelectors

func (*English) Text_Analyzing_CollectSelectors(d time.Duration) string

func (*English) Text_Analyzing_CollectSourceFiles

func (*English) Text_Analyzing_CollectSourceFiles(d time.Duration) string

func (*English) Text_Analyzing_Done

func (*English) Text_Analyzing_Done(d time.Duration, memoryUse string) string

func (*English) Text_Analyzing_FindImplementations

func (*English) Text_Analyzing_FindImplementations(d time.Duration) string

func (*English) Text_Analyzing_FindTypeSources

func (*English) Text_Analyzing_FindTypeSources(d time.Duration) string

func (*English) Text_Analyzing_MakeStatistics

func (*English) Text_Analyzing_MakeStatistics(d time.Duration) string

func (*English) Text_Analyzing_NFilesParsed

func (*English) Text_Analyzing_NFilesParsed(numFiles int, d time.Duration) string

func (*English) Text_Analyzing_ParsePackagesDone

func (*English) Text_Analyzing_ParsePackagesDone(numFiles int, d time.Duration) string

func (*English) Text_Analyzing_PreparationDone

func (*English) Text_Analyzing_PreparationDone(d time.Duration) string

func (*English) Text_Analyzing_RegisterInterfaceMethodsForTypes

func (*English) Text_Analyzing_RegisterInterfaceMethodsForTypes(d time.Duration) string

func (*English) Text_Analyzing_SortPackagesByDependencies

func (*English) Text_Analyzing_SortPackagesByDependencies(d time.Duration) string

func (*English) Text_Analyzing_Start

func (*English) Text_Analyzing_Start() string

func (*English) Text_AsInputsOf

func (*English) Text_AsInputsOf(num int) string

func (*English) Text_AsOutputsOf

func (*English) Text_AsOutputsOf(num int) string

func (*English) Text_AsTypesOf

func (*English) Text_AsTypesOf(num int) string

func (*English) Text_BelongingModule

func (*English) Text_BelongingModule() string

func (*English) Text_BelongingPackage

func (*English) Text_BelongingPackage() string

func (*English) Text_ChartTitle added in v0.0.3

func (*English) Text_ChartTitle(chartName string) string

func (*English) Text_DependencyRelations

func (*English) Text_DependencyRelations(pkgPath string) string

func (*English) Text_ExportedTypeNames

func (*English) Text_ExportedTypeNames(num int) string

func (*English) Text_ExportedValues

func (*English) Text_ExportedValues(num int) string

func (*English) Text_Fields

func (*English) Text_Fields(num int) string

func (*English) Text_GeneratedFrom

func (*English) Text_GeneratedFrom() string

func (*English) Text_GeneratedPageFooter added in v0.0.3

func (*English) Text_GeneratedPageFooter(goldVersion string) string

func (*English) Text_ImplementedBy

func (*English) Text_ImplementedBy(num int) string

func (*English) Text_Implements

func (*English) Text_Implements(num int) string

func (*English) Text_ImportPath

func (*English) Text_ImportPath() string

func (*English) Text_ImportStat

func (*English) Text_ImportStat(numImports, numImportedBys int, depPageURL string) string

func (*English) Text_ImportedBy

func (*English) Text_ImportedBy() string

func (*English) Text_Imports

func (*English) Text_Imports() string

func (*English) Text_InvolvedFiles

func (*English) Text_InvolvedFiles(num int) string

func (*English) Text_Methods

func (*English) Text_Methods(num int) string

func (*English) Text_Modules

func (*English) Text_Modules() string

func (*English) Text_Othertatistics added in v0.0.3

func (*English) Text_Othertatistics(values map[string]interface{}) string

func (*English) Text_Overview

func (*English) Text_Overview() string

func (*English) Text_Package

func (*English) Text_Package(pkgPath string) string

func (*English) Text_PackageDocsLinksOnOtherWebsites

func (*English) Text_PackageDocsLinksOnOtherWebsites(pkgPath string, isStdPkg bool) string

func (*English) Text_PackageList

func (*English) Text_PackageList() string

func (*English) Text_PackageStatistics added in v0.0.3

func (*English) Text_PackageStatistics(values map[string]interface{}) string

func (*English) Text_References

func (*English) Text_References(num int) string

func (*English) Text_RequireStat

func (*English) Text_RequireStat(numRequires, numRequiredBys int) string

func (*English) Text_Server_Started

func (*English) Text_Server_Started() string

func (*English) Text_SimpleStats

func (*English) Text_SimpleStats(stats *code.Stats) string

func (*English) Text_SourceCode

func (*English) Text_SourceCode(pkgPath, bareFilename string) string

func (*English) Text_SourceFilePath

func (*English) Text_SourceFilePath() string

func (*English) Text_Statistics

func (*English) Text_Statistics() string
func (*English) Text_StatisticsWithMoreLink(detailedStatsLink string) string

func (*English) Text_TypeStatistics added in v0.0.3

func (*English) Text_TypeStatistics(values map[string]interface{}) string

func (*English) Text_UnexportedTypeNames

func (*English) Text_UnexportedTypeNames(num int) string

func (*English) Text_UpdateTip

func (*English) Text_UpdateTip(tipName string) string

func (*English) Text_ValueStatistics added in v0.0.3

func (*English) Text_ValueStatistics(values map[string]interface{}) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL