diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-02-12 11:57:10 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-02-12 11:59:41 +0100 |
commit | 1e3f74211ed0c9f5e91bcd95f2ac52ee77f7d947 (patch) | |
tree | 1ee75abfbc6e50097b764631720853bf8b48dc3d /docs/jsapi/LuCI.Class.html | |
parent | dc60aaeb77575bc261331ba1ea288d18c330f160 (diff) |
docs: update JS api docs
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'docs/jsapi/LuCI.Class.html')
-rw-r--r-- | docs/jsapi/LuCI.Class.html | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/docs/jsapi/LuCI.Class.html b/docs/jsapi/LuCI.Class.html index 428e53576..e1efc4a9a 100644 --- a/docs/jsapi/LuCI.Class.html +++ b/docs/jsapi/LuCI.Class.html @@ -74,6 +74,8 @@ <li data-name="LuCI#location"><a href="LuCI.html#location">location</a></li> + <li data-name="LuCI#media"><a href="LuCI.html#media">media</a></li> + <li data-name="LuCI#path"><a href="LuCI.html#path">path</a></li> <li data-name="LuCI#poll"><a href="LuCI.html#poll">poll</a></li> @@ -220,12 +222,16 @@ <li data-name="LuCI.fs#exec"><a href="LuCI.fs.html#exec">exec</a></li> + <li data-name="LuCI.fs#exec_direct"><a href="LuCI.fs.html#exec_direct">exec_direct</a></li> + <li data-name="LuCI.fs#lines"><a href="LuCI.fs.html#lines">lines</a></li> <li data-name="LuCI.fs#list"><a href="LuCI.fs.html#list">list</a></li> <li data-name="LuCI.fs#read"><a href="LuCI.fs.html#read">read</a></li> + <li data-name="LuCI.fs#read_direct"><a href="LuCI.fs.html#read_direct">read_direct</a></li> + <li data-name="LuCI.fs#remove"><a href="LuCI.fs.html#remove">remove</a></li> <li data-name="LuCI.fs#stat"><a href="LuCI.fs.html#stat">stat</a></li> @@ -864,6 +870,8 @@ <span class="subtitle">Methods</span> + <li data-name="LuCI.Response#blob"><a href="LuCI.Response.html#blob">blob</a></li> + <li data-name="LuCI.Response#clone"><a href="LuCI.Response.html#clone">clone</a></li> <li data-name="LuCI.Response#json"><a href="LuCI.Response.html#json">json</a></li> @@ -1339,7 +1347,7 @@ class constructor and can be instantiated with <code>new</code>.</td> <div class="tag-source"> - <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line169">line 169</a> + <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line170">line 170</a> </div> </div> @@ -1526,7 +1534,7 @@ enable inheritance.</td> <div class="tag-source"> - <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line195">line 195</a> + <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line196">line 196</a> </div> </div> @@ -1673,7 +1681,7 @@ a subclass of this class'.</td> <div class="tag-source"> - <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line145">line 145</a> + <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line146">line 146</a> </div> </div> @@ -1865,7 +1873,7 @@ enable inheritance.</td> <div class="tag-source"> - <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line267">line 267</a> + <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line268">line 268</a> </div> </div> @@ -2095,7 +2103,7 @@ superclass method returned <code>null</code>.</td> <div class="tag-source"> - <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line225">line 225</a> + <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line226">line 226</a> </div> </div> @@ -2318,7 +2326,7 @@ and the values extracted from the <code>args</code> array beginning with <footer> - Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:05 GMT+0100 (Central European Standard Time) + Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Feb 12 2020 11:56:59 GMT+0100 (Central European Standard Time) </footer> </div> </div> |