From 37dd4d9e2c2720e37e90b0553e728ae0880a0bec Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 18 Jul 2013 20:17:58 +0700 Subject: [PATCH] minors --- luaejdb/doc/index.html | 4 ++-- luaejdb/ejdb.luadoc | 4 ++-- nejdb/Ejdb.DB/EJDB.cs | 4 ++-- node/ejdb.js | 4 ++-- pyejdb/pyejdb/__init__.py | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/luaejdb/doc/index.html b/luaejdb/doc/index.html index 4cc4551..f13f855 100644 --- a/luaejdb/doc/index.html +++ b/luaejdb/doc/index.html @@ -890,7 +890,7 @@ "export" : { "path" : string, //Exports database collections data "cnames" : [string array]|null, //List of collection names to export - "mode" : int|null //Values: null|`JBJSONEXPORT` See ejdbexport() method + "mode" : int|null //Values: null|`JBJSONEXPORT` See ejdb.h#ejdbexport() method } Command response: @@ -905,7 +905,7 @@ "import" : { "path" : string //The directory path in which data resides "cnames" : [string array]|null, //List of collection names to import - "mode" : int|null //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdbimport() method + "mode" : int|null //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdb.h#ejdbimport() method } Command response: diff --git a/luaejdb/ejdb.luadoc b/luaejdb/ejdb.luadoc index e0067a8..a5ba65b 100644 --- a/luaejdb/ejdb.luadoc +++ b/luaejdb/ejdb.luadoc @@ -263,7 +263,7 @@ function DB:load(cname, oid) end -- "export" : { -- "path" : string, //Exports database collections data -- "cnames" : [string array]|null, //List of collection names to export --- "mode" : int|null //Values: null|`JBJSONEXPORT` See ejdbexport() method +-- "mode" : int|null //Values: null|`JBJSONEXPORT` See ejdb.h#ejdbexport() method -- } -- -- Command response: @@ -278,7 +278,7 @@ function DB:load(cname, oid) end -- "import" : { -- "path" : string //The directory path in which data resides -- "cnames" : [string array]|null, //List of collection names to import --- "mode" : int|null //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdbimport() method +-- "mode" : int|null //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdb.h#ejdbimport() method -- } -- -- Command response: diff --git a/nejdb/Ejdb.DB/EJDB.cs b/nejdb/Ejdb.DB/EJDB.cs index 659a511..01b1253 100644 --- a/nejdb/Ejdb.DB/EJDB.cs +++ b/nejdb/Ejdb.DB/EJDB.cs @@ -812,7 +812,7 @@ namespace Ejdb.DB { /// "export" : { /// "path" : string, //Exports database collections data /// "cnames" : [string array]|null, //List of collection names to export - /// "mode" : int|null //Values: null|`JBJSONEXPORT` See ejdbexport() method + /// "mode" : int|null //Values: null|`JBJSONEXPORT` See ejdb.h#ejdbexport() method /// } /// /// Command response: @@ -827,7 +827,7 @@ namespace Ejdb.DB { /// "import" : { /// "path" : string //The directory path in which data resides /// "cnames" : [string array]|null, //List of collection names to import - /// "mode" : int|null //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdbimport() method + /// "mode" : int|null //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdb.h#ejdbimport() method /// } /// /// Command response: diff --git a/node/ejdb.js b/node/ejdb.js index c5495f5..fe5a764 100644 --- a/node/ejdb.js +++ b/node/ejdb.js @@ -481,7 +481,7 @@ EJDB.prototype.findOne = function() { * "export" : { * "path" : string, //Exports database collections data * "cnames" : [string array]|null, //List of collection names to export - * "mode" : int|null //Values: null|`JBJSONEXPORT` See ejdbexport() method + * "mode" : int|null //Values: null|`JBJSONEXPORT` See ejdb.h#ejdbexport() method * } * * Command response: @@ -496,7 +496,7 @@ EJDB.prototype.findOne = function() { * "import" : { * "path" : string //The directory path in which data resides * "cnames" : [string array]|null, //List of collection names to import - * "mode" : int|null //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdbimport() method + * "mode" : int|null //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdb.h#ejdbimport() method * } * * Command response: diff --git a/pyejdb/pyejdb/__init__.py b/pyejdb/pyejdb/__init__.py index de7f9a5..a5adeda 100644 --- a/pyejdb/pyejdb/__init__.py +++ b/pyejdb/pyejdb/__init__.py @@ -195,7 +195,7 @@ class EJDB(object): "export" : { "path" : string, //Exports database collections data "cnames" : [string array]|null, //List of collection names to export - "mode" : int|null //Values: null|`JBJSONEXPORT` See ejdbexport() method + "mode" : int|null //Values: null|`JBJSONEXPORT` See ejdb.h#ejdbexport() method } Command response: @@ -210,7 +210,7 @@ class EJDB(object): "import" : { "path" : string //The directory path in which data resides "cnames" : [string array]|null, //List of collection names to import - "mode" : int|null //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdbimport() method + "mode" : int|null //Values: null| JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdb.h#ejdbimport() method } Command response: -- 2.7.4