From 296c0f50d1cb7efcdd514cb46b8d9e88983dc722 Mon Sep 17 00:00:00 2001 From: Freddie Date: Sat, 30 May 2020 02:39:33 +0100 Subject: [PATCH] 1.15 doc --- typedoc/classes/kdatareader.html | 26 +++++++++--------- typedoc/globals.html | 16 +++++------ typedoc/interfaces/configoption.html | 16 +++++------ typedoc/interfaces/eamuseinfo.html | 6 ++--- typedoc/interfaces/eamusesend.html | 16 +++++------ typedoc/interfaces/eamusesendoption.html | 12 ++++----- typedoc/modules/_.html | 24 ++++++++--------- typedoc/modules/db.html | 34 ++++++++++++------------ typedoc/modules/io.html | 16 +++++------ typedoc/modules/k.html | 24 ++++++++--------- typedoc/modules/r.html | 12 ++++----- typedoc/modules/u.html | 6 ++--- 12 files changed, 104 insertions(+), 104 deletions(-) diff --git a/typedoc/classes/kdatareader.html b/typedoc/classes/kdatareader.html index fe4b7fb..8b9b34b 100644 --- a/typedoc/classes/kdatareader.html +++ b/typedoc/classes/kdatareader.html @@ -126,7 +126,7 @@
  • Parameters

    @@ -148,7 +148,7 @@
    obj: any
    @@ -170,7 +170,7 @@
  • @@ -217,7 +217,7 @@ $(data).attr("tag.inner.0").__type
    @@ -269,7 +269,7 @@ $(data).bigint("invalid",
    @@ -313,7 +313,7 @@ $(data).bigints("invalid")
    @@ -356,7 +356,7 @@ $(data).bool("invalid")
    @@ -400,7 +400,7 @@ $(data).buffer("invalid")
    @@ -446,7 +446,7 @@ $(data).content("string")
    @@ -493,7 +493,7 @@ $(data).element("inner").number(
    @@ -539,7 +539,7 @@ $(data).elements("inner")[
    @@ -591,7 +591,7 @@ $(data).number("invalid",
    @@ -635,7 +635,7 @@ $(data).bigints("inner")
    diff --git a/typedoc/globals.html b/typedoc/globals.html index b274ed3..de71c0e 100644 --- a/typedoc/globals.html +++ b/typedoc/globals.html @@ -115,7 +115,7 @@
    @@ -131,7 +131,7 @@
    EamusePluginRoute: (req: EamuseInfo, data: any, send: EamuseSend) => Promise<any>
    @@ -173,7 +173,7 @@
    KAttrMap: {}
    @@ -196,7 +196,7 @@
    KBigIntGroupType: "2s64" | "2u64" | "3s64" | "3u64" | "4s64" | "4u64" | "vs8" | "vu8" | "vs16" | "vu16"
    @@ -206,7 +206,7 @@
    KBigIntType: "s64" | "u64"
    @@ -216,7 +216,7 @@
    KEncoding: "shift_jis" | "utf8" | "euc-jp" | "ascii" | "iso-8859-1"
    @@ -231,7 +231,7 @@
    KNumberGroupType: "2s8" | "2u8" | "2s16" | "2u16" | "2s32" | "2u32" | "2f" | "2d" | "3s8" | "3u8" | "3s16" | "3u16" | "3s32" | "3u32" | "3f" | "3d" | "4s8" | "4u8" | "4s16" | "4u16" | "4s32" | "4u32" | "4f" | "4d" | "2b" | "3b" | "4b" | "vb"
    @@ -241,7 +241,7 @@
    KNumberType: "s8" | "u8" | "s16" | "u16" | "s32" | "u32" | "time" | "ip4" | "float" | "double" | "bool"
    diff --git a/typedoc/interfaces/configoption.html b/typedoc/interfaces/configoption.html index b4a6882..fa353a3 100644 --- a/typedoc/interfaces/configoption.html +++ b/typedoc/interfaces/configoption.html @@ -107,7 +107,7 @@
    default: any
    @@ -122,7 +122,7 @@
    desc: string
    @@ -137,7 +137,7 @@
    name: string
    @@ -152,7 +152,7 @@
    needRestart: boolean
    @@ -167,7 +167,7 @@
    options: string[]
    @@ -182,7 +182,7 @@
    range: [number, number]
    @@ -197,7 +197,7 @@
    type: "string" | "integer" | "float" | "boolean"
    @@ -212,7 +212,7 @@
    validator: (data: string) => true | string
    diff --git a/typedoc/interfaces/eamuseinfo.html b/typedoc/interfaces/eamuseinfo.html index 14d4af4..a3c69cb 100644 --- a/typedoc/interfaces/eamuseinfo.html +++ b/typedoc/interfaces/eamuseinfo.html @@ -102,7 +102,7 @@
    method: string
    @@ -112,7 +112,7 @@
    model: string
    @@ -122,7 +122,7 @@
    module: string
    diff --git a/typedoc/interfaces/eamusesend.html b/typedoc/interfaces/eamusesend.html index 08b6aff..aa2ccb5 100644 --- a/typedoc/interfaces/eamusesend.html +++ b/typedoc/interfaces/eamusesend.html @@ -100,7 +100,7 @@
    deny: (options?: EamuseSendOption) => Promise<void>
    @@ -136,7 +136,7 @@
    object: (res: any, options?: EamuseSendOption) => Promise<void>
    @@ -199,7 +199,7 @@
    pug: (res: string, data?: any, options?: EamuseSendOption) => Promise<void>
    @@ -253,7 +253,7 @@
    pugFile: (file: string, data?: any, options?: EamuseSendOption) => Promise<void>
    @@ -307,7 +307,7 @@
    status: (code: number, options?: EamuseSendOption) => Promise<void>
    @@ -346,7 +346,7 @@
    success: (options?: EamuseSendOption) => Promise<void>
    @@ -382,7 +382,7 @@
    xml: (res: string, data?: any, options?: EamuseSendOption) => Promise<void>
    @@ -436,7 +436,7 @@
    xmlFile: (file: string, data?: any, options?: EamuseSendOption) => Promise<void>
    diff --git a/typedoc/interfaces/eamusesendoption.html b/typedoc/interfaces/eamusesendoption.html index d57fd07..cb978be 100644 --- a/typedoc/interfaces/eamusesendoption.html +++ b/typedoc/interfaces/eamusesendoption.html @@ -105,7 +105,7 @@
    compress: boolean
    @@ -115,7 +115,7 @@
    encoding: KEncoding
    @@ -131,7 +131,7 @@
    encrypt: boolean
    @@ -141,7 +141,7 @@
    kencode: boolean
    @@ -151,7 +151,7 @@
    rootName: string
    @@ -168,7 +168,7 @@
    status: number
    diff --git a/typedoc/modules/_.html b/typedoc/modules/_.html index 6459e0c..f172f17 100644 --- a/typedoc/modules/_.html +++ b/typedoc/modules/_.html @@ -73,7 +73,7 @@
  • @@ -126,7 +126,7 @@
  • Parameters

    @@ -152,7 +152,7 @@
  • Parameters

    @@ -181,7 +181,7 @@
  • Parameters

    @@ -210,7 +210,7 @@
  • Parameters

    @@ -236,7 +236,7 @@
  • Parameters

    @@ -265,7 +265,7 @@
  • Parameters

    @@ -294,7 +294,7 @@
  • Parameters

    @@ -323,7 +323,7 @@
  • Parameters

    @@ -352,7 +352,7 @@
  • Parameters

    @@ -381,7 +381,7 @@
  • Parameters

    @@ -410,7 +410,7 @@
  • Parameters

    diff --git a/typedoc/modules/db.html b/typedoc/modules/db.html index f8ecd55..492d784 100644 --- a/typedoc/modules/db.html +++ b/typedoc/modules/db.html @@ -72,7 +72,7 @@

    There are two pools of data for each plugin: PluginSpace and ProfileSpace

    If refid is a string, query will match a specific profile data in ProfileSpace.

    If refid is null, query will match all profile data in ProfileSpace. - (doesn't apply to DB.FindOne and DB.Insert)

    + (doesn't apply to DB.Insert)

    If refid is not provided, query will match data in PluginSpace.


    NOTE: since WebUI can delete data in ProfileSpace, @@ -113,7 +113,7 @@

  • Type parameters

    @@ -136,7 +136,7 @@
  • Type parameters

    @@ -166,7 +166,7 @@
  • Type parameters

    @@ -189,7 +189,7 @@
  • Type parameters

    @@ -212,14 +212,14 @@

    FindOne