Documentation ¶
Index ¶
Constants ¶
View Source
const ( DoubleQS = wv.BackSlash + wv.DoubleQ DoubleQSP = DoubleQS + wv.CAMA NonEscapeN = "\\n" NonEscapeNV = NonEscapeN + wv.CAMA HttpRm = "af.httprm" E4Value = "\"e\"" + wv.CAMA + "4" + wv.CAMA NullCValue = wv.NullStr + wv.CAMA GenericStr = wv.CAMA + "\"generic\"" NullCValueR = wv.CAMA + wv.NullStr NeQ = "\\n\"" NullN = "\n\"" + wv.CAMA + "null" DiValue = "\"di\"" AkCloseQ = "}'" WrbFr = "\"wrb.fr\",\"MkEWBc\"" BoldOpen = "\\u003cb\\u003e" BoldClose = "\\u003c/b\\u003e" MiddleWave = DoubleQSP + DoubleQS WrongNessOpen = "\\u003cb\\\\u003e\\\\u003ci\\\\u003e" WrongNessClose = "\\\\u003c/i\\\\u003e\\\\u003c/b\\\\u003e" ThreeE = wv.DoubleBackSlash + "u003e" CeeE = wv.DoubleBackSlash + "u003c" QuetUnicode = "u0026#39;" )
View Source
const ( BIN_FLAG = "bin" BINARY_FLAG = "binary" PV_FLAG = "pv" PRIVATE_FLAG = "private" )
the flags for the wotoTranslate plugin. please notice that all flags should begin with prefex --, but in the pTools, this prefex will be removed.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LangData ¶
type LangData struct {
Detections []LangDetect `json:"detections"`
}
type LangDetect ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.