Browse Source

docs: various updates

 - jsapi: include source links
 - README.md: link to github pages
 - docs/README.md: add stub index page

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich 4 years ago
parent
commit
489fc4b263

+ 2 - 2
README.md

@@ -23,8 +23,8 @@ To install all its package definitions, run:
 
 You can browse the generated API documentation directly on Github.
 
- - [Server side Lua APIs](http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/docs/api/index.html)
- - [Client side JavaScript APIs](http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/docs/jsapi/index.html)
+ - [Server side Lua APIs](http://openwrt.github.io/luci/api/index.html)
+ - [Client side JavaScript APIs](http://openwrt.github.io/luci/jsapi/index.html)
 
 ## Development
 

+ 6 - 0
docs/README.md

@@ -0,0 +1,6 @@
+# LuCI Documentation
+
+## API Reference
+
+ - [Client side JavaScript APIs](jsapi/index.html)
+ - [Server side Lua APIs](api/index.html)

+ 9 - 9
docs/jsapi/LuCI.Class.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1104,7 +1104,7 @@ implements prototypal inheritance.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 59
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line59">line 59</a>
         </div>
         
     </div>
@@ -1189,7 +1189,7 @@ implements prototypal inheritance.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 87
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line87">line 87</a>
         </div>
         
     </div>
@@ -1339,7 +1339,7 @@ class constructor and can be instantiated with <code>new</code>.</td>
     
         
         <div class="tag-source">
-            luci.js, line 169
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line169">line 169</a>
         </div>
         
     </div>
@@ -1526,7 +1526,7 @@ enable inheritance.</td>
     
         
         <div class="tag-source">
-            luci.js, line 195
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line195">line 195</a>
         </div>
         
     </div>
@@ -1673,7 +1673,7 @@ a subclass of this class'.</td>
     
         
         <div class="tag-source">
-            luci.js, line 145
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line145">line 145</a>
         </div>
         
     </div>
@@ -1865,7 +1865,7 @@ enable inheritance.</td>
     
         
         <div class="tag-source">
-            luci.js, line 267
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line267">line 267</a>
         </div>
         
     </div>
@@ -2095,7 +2095,7 @@ superclass method returned <code>null</code>.</td>
     
         
         <div class="tag-source">
-            luci.js, line 225
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line225">line 225</a>
         </div>
         
     </div>
@@ -2318,7 +2318,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:20:51 GMT+0100 (Central European Standard Time)
+            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)
         </footer>
     </div>
 </div>

+ 5 - 5
docs/jsapi/LuCI.Headers.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1103,7 +1103,7 @@ response objects using the <code>response.headers</code> property.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 324
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line324">line 324</a>
         </div>
         
     </div>
@@ -1188,7 +1188,7 @@ response objects using the <code>response.headers</code> property.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 363
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line363">line 363</a>
         </div>
         
     </div>
@@ -1337,7 +1337,7 @@ Note: Header-Names are case-insensitive.</p>
     
         
         <div class="tag-source">
-            luci.js, line 347
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line347">line 347</a>
         </div>
         
     </div>
@@ -1491,7 +1491,7 @@ Note: Header-Names are case-insensitive.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 25 - 25
docs/jsapi/LuCI.Network.Device.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1103,7 +1103,7 @@ device and allows querying device details such as packet statistics or MTU.</p><
     
         
         <div class="tag-source">
-            network.js, line 2649
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2649">line 2649</a>
         </div>
         
     </div>
@@ -1188,7 +1188,7 @@ device and allows querying device details such as packet statistics or MTU.</p><
     
         
         <div class="tag-source">
-            network.js, line 2856
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2856">line 2856</a>
         </div>
         
     </div>
@@ -1292,7 +1292,7 @@ device is not a Linux bridge.</td>
     
         
         <div class="tag-source">
-            network.js, line 2868
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2868">line 2868</a>
         </div>
         
     </div>
@@ -1393,7 +1393,7 @@ enabled, else <code>false</code>.</td>
     
         
         <div class="tag-source">
-            network.js, line 2783
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2783">line 2783</a>
         </div>
         
     </div>
@@ -1494,7 +1494,7 @@ for non-wifi devices or operation mode and ssid for wifi ones.</td>
     
         
         <div class="tag-source">
-            network.js, line 2727
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2727">line 2727</a>
         </div>
         
     </div>
@@ -1594,7 +1594,7 @@ for non-wifi devices or operation mode and ssid for wifi ones.</td>
     
         
         <div class="tag-source">
-            network.js, line 2716
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2716">line 2716</a>
         </div>
         
     </div>
@@ -1694,7 +1694,7 @@ for non-wifi devices or operation mode and ssid for wifi ones.</td>
     
         
         <div class="tag-source">
-            network.js, line 2695
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2695">line 2695</a>
         </div>
         
     </div>
@@ -1798,7 +1798,7 @@ e.g. for non-ethernet tunnel devices.</td>
     
         
         <div class="tag-source">
-            network.js, line 2706
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2706">line 2706</a>
         </div>
         
     </div>
@@ -1898,7 +1898,7 @@ e.g. for non-ethernet tunnel devices.</td>
     
         
         <div class="tag-source">
-            network.js, line 2684
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2684">line 2684</a>
         </div>
         
     </div>
@@ -1998,7 +1998,7 @@ e.g. for non-ethernet tunnel devices.</td>
     
         
         <div class="tag-source">
-            network.js, line 2963
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2963">line 2963</a>
         </div>
         
     </div>
@@ -2103,7 +2103,7 @@ assigned to any logical interface.</td>
     
         
         <div class="tag-source">
-            network.js, line 2974
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2974">line 2974</a>
         </div>
         
     </div>
@@ -2204,7 +2204,7 @@ logical interfaces this device is assigned to.</td>
     
         
         <div class="tag-source">
-            network.js, line 2834
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2834">line 2834</a>
         </div>
         
     </div>
@@ -2309,7 +2309,7 @@ a Linux bridge.</td>
     
         
         <div class="tag-source">
-            network.js, line 2928
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2928">line 2928</a>
         </div>
         
     </div>
@@ -2409,7 +2409,7 @@ a Linux bridge.</td>
     
         
         <div class="tag-source">
-            network.js, line 2950
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2950">line 2950</a>
         </div>
         
     </div>
@@ -2509,7 +2509,7 @@ a Linux bridge.</td>
     
         
         <div class="tag-source">
-            network.js, line 2769
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2769">line 2769</a>
         </div>
         
     </div>
@@ -2610,7 +2610,7 @@ the operation mode and SSID for wifi devices.</td>
     
         
         <div class="tag-source">
-            network.js, line 2917
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2917">line 2917</a>
         </div>
         
     </div>
@@ -2710,7 +2710,7 @@ the operation mode and SSID for wifi devices.</td>
     
         
         <div class="tag-source">
-            network.js, line 2939
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2939">line 2939</a>
         </div>
         
     </div>
@@ -2810,7 +2810,7 @@ the operation mode and SSID for wifi devices.</td>
     
         
         <div class="tag-source">
-            network.js, line 2745
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2745">line 2745</a>
         </div>
         
     </div>
@@ -2919,7 +2919,7 @@ the operation mode and SSID for wifi devices.</td>
     
         
         <div class="tag-source">
-            network.js, line 2801
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2801">line 2801</a>
         </div>
         
     </div>
@@ -3020,7 +3020,7 @@ the operation mode and SSID for wifi devices.</td>
     
         
         <div class="tag-source">
-            network.js, line 2998
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2998">line 2998</a>
         </div>
         
     </div>
@@ -3125,7 +3125,7 @@ is not a wireless device.</td>
     
         
         <div class="tag-source">
-            network.js, line 2896
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2896">line 2896</a>
         </div>
         
     </div>
@@ -3226,7 +3226,7 @@ else <code>false</code>.</td>
     
         
         <div class="tag-source">
-            network.js, line 2907
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2907">line 2907</a>
         </div>
         
     </div>
@@ -3327,7 +3327,7 @@ else <code>false</code>.</td>
     
         
         <div class="tag-source">
-            network.js, line 2880
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2880">line 2880</a>
         </div>
         
     </div>
@@ -3436,7 +3436,7 @@ when it is down or absent.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 11 - 11
docs/jsapi/LuCI.Network.Hosts.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1104,7 +1104,7 @@ host information by different criteria.</p></div>
     
         
         <div class="tag-source">
-            network.js, line 1684
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1684">line 1684</a>
         </div>
         
     </div>
@@ -1189,7 +1189,7 @@ host information by different criteria.</p></div>
     
         
         <div class="tag-source">
-            network.js, line 1781
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1781">line 1781</a>
         </div>
         
     </div>
@@ -1339,7 +1339,7 @@ the corresponding host.</td>
     
         
         <div class="tag-source">
-            network.js, line 1745
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1745">line 1745</a>
         </div>
         
     </div>
@@ -1489,7 +1489,7 @@ the corresponding host.</td>
     
         
         <div class="tag-source">
-            network.js, line 1700
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1700">line 1700</a>
         </div>
         
     </div>
@@ -1639,7 +1639,7 @@ the corresponding host.</td>
     
         
         <div class="tag-source">
-            network.js, line 1730
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1730">line 1730</a>
         </div>
         
     </div>
@@ -1789,7 +1789,7 @@ the corresponding host.</td>
     
         
         <div class="tag-source">
-            network.js, line 1715
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1715">line 1715</a>
         </div>
         
     </div>
@@ -1939,7 +1939,7 @@ the corresponding host.</td>
     
         
         <div class="tag-source">
-            network.js, line 1799
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1799">line 1799</a>
         </div>
         
     </div>
@@ -2089,7 +2089,7 @@ the corresponding host.</td>
     
         
         <div class="tag-source">
-            network.js, line 1763
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1763">line 1763</a>
         </div>
         
     </div>
@@ -2239,7 +2239,7 @@ the corresponding host.</td>
     
         
         <div class="tag-source">
-            network.js, line 1827
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1827">line 1827</a>
         </div>
         
     </div>
@@ -2417,7 +2417,7 @@ is used as hint.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 41 - 41
docs/jsapi/LuCI.Network.Protocol.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1103,7 +1103,7 @@ subclasses which describe logical UCI networks defined by <code>config interface
     
         
         <div class="tag-source">
-            network.js, line 1850
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1850">line 1850</a>
         </div>
         
     </div>
@@ -1188,7 +1188,7 @@ subclasses which describe logical UCI networks defined by <code>config interface
     
         
         <div class="tag-source">
-            network.js, line 2439
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2439">line 2439</a>
         </div>
         
     </div>
@@ -1349,7 +1349,7 @@ interface or if the logical interface is virtual.</td>
     
         
         <div class="tag-source">
-            network.js, line 2608
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2608">line 2608</a>
         </div>
         
     </div>
@@ -1510,7 +1510,7 @@ device or <code>false</code> if not.</td>
     
         
         <div class="tag-source">
-            network.js, line 2466
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2466">line 2466</a>
         </div>
         
     </div>
@@ -1671,7 +1671,7 @@ interface or if the logical interface is virtual.</td>
     
         
         <div class="tag-source">
-            network.js, line 1883
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1883">line 1883</a>
         </div>
         
     </div>
@@ -1823,7 +1823,7 @@ not found.</td>
     
         
         <div class="tag-source">
-            network.js, line 2493
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2493">line 2493</a>
         </div>
         
     </div>
@@ -1925,7 +1925,7 @@ expected Linux network device according to the configuration.</td>
     
         
         <div class="tag-source">
-            network.js, line 2554
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2554">line 2554</a>
         </div>
         
     </div>
@@ -2032,7 +2032,7 @@ virtual and not a bridge.</td>
     
         
         <div class="tag-source">
-            network.js, line 2208
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2208">line 2208</a>
         </div>
         
     </div>
@@ -2133,7 +2133,7 @@ protocol backend.</td>
     
         
         <div class="tag-source">
-            network.js, line 2120
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2120">line 2120</a>
         </div>
         
     </div>
@@ -2234,7 +2234,7 @@ protocol backend.</td>
     
         
         <div class="tag-source">
-            network.js, line 2252
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2252">line 2252</a>
         </div>
         
     </div>
@@ -2342,7 +2342,7 @@ error code in case no translation can be found.</p>
     
         
         <div class="tag-source">
-            network.js, line 2003
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2003">line 2003</a>
         </div>
         
     </div>
@@ -2446,7 +2446,7 @@ if it isn't applicable to the associated protocol.</td>
     
         
         <div class="tag-source">
-            network.js, line 2188
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2188">line 2188</a>
         </div>
         
     </div>
@@ -2548,7 +2548,7 @@ default route or <code>null</code> if no default route was found.</td>
     
         
         <div class="tag-source">
-            network.js, line 2100
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2100">line 2100</a>
         </div>
         
     </div>
@@ -2650,7 +2650,7 @@ default route or <code>null</code> if no default route was found.</td>
     
         
         <div class="tag-source">
-            network.js, line 1948
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1948">line 1948</a>
         </div>
         
     </div>
@@ -2752,7 +2752,7 @@ default route or <code>null</code> if no default route was found.</td>
     
         
         <div class="tag-source">
-            network.js, line 1908
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1908">line 1908</a>
         </div>
         
     </div>
@@ -2856,7 +2856,7 @@ it could not be determined.</td>
     
         
         <div class="tag-source">
-            network.js, line 2139
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2139">line 2139</a>
         </div>
         
     </div>
@@ -2960,7 +2960,7 @@ in CIDR notation or <code>null</code> if no IPv6 addresses were set.</td>
     
         
         <div class="tag-source">
-            network.js, line 2161
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2161">line 2161</a>
         </div>
         
     </div>
@@ -3062,7 +3062,7 @@ follows the order of the addresses in <code>ubus</code> runtime information.</td
     
         
         <div class="tag-source">
-            network.js, line 2227
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2227">line 2227</a>
         </div>
         
     </div>
@@ -3166,7 +3166,7 @@ handler or <code>null</code> if no prefix is present.</td>
     
         
         <div class="tag-source">
-            network.js, line 2055
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2055">line 2055</a>
         </div>
         
     </div>
@@ -3270,7 +3270,7 @@ or <code>null</code> if no IPv4 addresses were set.</td>
     
         
         <div class="tag-source">
-            network.js, line 2068
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2068">line 2068</a>
         </div>
         
     </div>
@@ -3372,7 +3372,7 @@ follows the order of the addresses in <code>ubus</code> runtime information.</td
     
         
         <div class="tag-source">
-            network.js, line 2526
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2526">line 2526</a>
         </div>
         
     </div>
@@ -3474,7 +3474,7 @@ network device currently associated with the logical interface.</td>
     
         
         <div class="tag-source">
-            network.js, line 2539
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2539">line 2539</a>
         </div>
         
     </div>
@@ -3576,7 +3576,7 @@ network device currently associated with the logical interface.</td>
     
         
         <div class="tag-source">
-            network.js, line 2023
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2023">line 2023</a>
         </div>
         
     </div>
@@ -3677,7 +3677,7 @@ routes spawned by the associated logical interface.</td>
     
         
         <div class="tag-source">
-            network.js, line 1978
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1978">line 1978</a>
         </div>
         
     </div>
@@ -3777,7 +3777,7 @@ routes spawned by the associated logical interface.</td>
     
         
         <div class="tag-source">
-            network.js, line 2086
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2086">line 2086</a>
         </div>
         
     </div>
@@ -3881,7 +3881,7 @@ protocol handler or <code>null</code> if no IPv4 addresses were set.</td>
     
         
         <div class="tag-source">
-            network.js, line 2292
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2292">line 2292</a>
         </div>
         
     </div>
@@ -3983,7 +3983,7 @@ function, e.g. <code>odhcp6c</code> for the <code>dhcpv6</code> prototocol.</td>
     
         
         <div class="tag-source">
-            network.js, line 1934
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1934">line 1934</a>
         </div>
         
     </div>
@@ -4086,7 +4086,7 @@ function, e.g. <code>odhcp6c</code> for the <code>dhcpv6</code> prototocol.</td>
     
         
         <div class="tag-source">
-            network.js, line 1968
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1968">line 1968</a>
         </div>
         
     </div>
@@ -4193,7 +4193,7 @@ interface or <code>null</code> if no <code>type</code> option is set.</td>
     
         
         <div class="tag-source">
-            network.js, line 1988
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1988">line 1988</a>
         </div>
         
     </div>
@@ -4293,7 +4293,7 @@ interface or <code>null</code> if no <code>type</code> option is set.</td>
     
         
         <div class="tag-source">
-            network.js, line 2039
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2039">line 2039</a>
         </div>
         
     </div>
@@ -4401,7 +4401,7 @@ handler didn't request a zone.</td>
     
         
         <div class="tag-source">
-            network.js, line 2380
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2380">line 2380</a>
         </div>
         
     </div>
@@ -4508,7 +4508,7 @@ is an alias or <code>null</code> if it is not an alias interface.</td>
     
         
         <div class="tag-source">
-            network.js, line 2277
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2277">line 2277</a>
         </div>
         
     </div>
@@ -4610,7 +4610,7 @@ or <code>false</code> when the logical interface is no bridge.</td>
     
         
         <div class="tag-source">
-            network.js, line 2365
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2365">line 2365</a>
         </div>
         
     </div>
@@ -4715,7 +4715,7 @@ or not (<code>false</code>).</td>
     
         
         <div class="tag-source">
-            network.js, line 2400
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2400">line 2400</a>
         </div>
         
     </div>
@@ -4816,7 +4816,7 @@ has no network devices attached.</p>
     
         
         <div class="tag-source">
-            network.js, line 2349
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2349">line 2349</a>
         </div>
         
     </div>
@@ -4925,7 +4925,7 @@ or not (<code>false</code>).</td>
     
         
         <div class="tag-source">
-            network.js, line 2308
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2308">line 2308</a>
         </div>
         
     </div>
@@ -5029,7 +5029,7 @@ returns <code>true</code>.</p>
     
         
         <div class="tag-source">
-            network.js, line 2422
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2422">line 2422</a>
         </div>
         
     </div>
@@ -5129,7 +5129,7 @@ returns <code>true</code>.</p>
     
         
         <div class="tag-source">
-            network.js, line 2328
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line2328">line 2328</a>
         </div>
         
     </div>
@@ -5236,7 +5236,7 @@ dynamic interfaces (<code>true</code>) or not (<code>false</code>).</td>
     
         
         <div class="tag-source">
-            network.js, line 1897
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1897">line 1897</a>
         </div>
         
     </div>
@@ -5390,7 +5390,7 @@ configuration.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 16 - 16
docs/jsapi/LuCI.Network.WifiDevice.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1104,7 +1104,7 @@ well as methods for enumerating related wireless networks.</p></div>
     
         
         <div class="tag-source">
-            network.js, line 3013
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3013">line 3013</a>
         </div>
         
     </div>
@@ -1189,7 +1189,7 @@ well as methods for enumerating related wireless networks.</p></div>
     
         
         <div class="tag-source">
-            network.js, line 3279
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3279">line 3279</a>
         </div>
         
     </div>
@@ -1344,7 +1344,7 @@ were invalid.</td>
     
         
         <div class="tag-source">
-            network.js, line 3304
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3304">line 3304</a>
         </div>
         
     </div>
@@ -1496,7 +1496,7 @@ with this wireless radio device.</td>
     
         
         <div class="tag-source">
-            network.js, line 3053
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3053">line 3053</a>
         </div>
         
     </div>
@@ -1648,7 +1648,7 @@ not found.</td>
     
         
         <div class="tag-source">
-            network.js, line 3131
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3131">line 3131</a>
         </div>
         
     </div>
@@ -1759,7 +1759,7 @@ known mode values are:
     
         
         <div class="tag-source">
-            network.js, line 3110
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3110">line 3110</a>
         </div>
         
     </div>
@@ -1869,7 +1869,7 @@ known mode values are:
     
         
         <div class="tag-source">
-            network.js, line 3142
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3142">line 3142</a>
         </div>
         
     </div>
@@ -1969,7 +1969,7 @@ known mode values are:
     
         
         <div class="tag-source">
-            network.js, line 3091
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3091">line 3091</a>
         </div>
         
     </div>
@@ -2071,7 +2071,7 @@ for the wireless phy.</td>
     
         
         <div class="tag-source">
-            network.js, line 3203
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3203">line 3203</a>
         </div>
         
     </div>
@@ -2173,7 +2173,7 @@ describing the networks found in the vincinity.</td>
     
         
         <div class="tag-source">
-            network.js, line 3236
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3236">line 3236</a>
         </div>
         
     </div>
@@ -2324,7 +2324,7 @@ this radio device.</td>
     
         
         <div class="tag-source">
-            network.js, line 3255
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3255">line 3255</a>
         </div>
         
     </div>
@@ -2426,7 +2426,7 @@ radio device.</td>
     
         
         <div class="tag-source">
-            network.js, line 3079
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3079">line 3079</a>
         </div>
         
     </div>
@@ -2528,7 +2528,7 @@ UCI configuration.</td>
     
         
         <div class="tag-source">
-            network.js, line 3214
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3214">line 3214</a>
         </div>
         
     </div>
@@ -2629,7 +2629,7 @@ runtime state.</p>
     
         
         <div class="tag-source">
-            network.js, line 3067
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3067">line 3067</a>
         </div>
         
     </div>
@@ -2783,7 +2783,7 @@ configuration.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 40 - 40
docs/jsapi/LuCI.Network.WifiNetwork.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1105,7 +1105,7 @@ such networks in parallel.</p></div>
     
         
         <div class="tag-source">
-            network.js, line 3337
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3337">line 3337</a>
         </div>
         
     </div>
@@ -1190,7 +1190,7 @@ such networks in parallel.</p></div>
     
         
         <div class="tag-source">
-            network.js, line 4080
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line4080">line 4080</a>
         </div>
         
     </div>
@@ -1461,7 +1461,7 @@ are passed.</td>
     
         
         <div class="tag-source">
-            network.js, line 3371
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3371">line 3371</a>
         </div>
         
     </div>
@@ -1613,7 +1613,7 @@ not found.</td>
     
         
         <div class="tag-source">
-            network.js, line 3624
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3624">line 3624</a>
         </div>
         
     </div>
@@ -1714,7 +1714,7 @@ information.</td>
     
         
         <div class="tag-source">
-            network.js, line 3635
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3635">line 3635</a>
         </div>
         
     </div>
@@ -1815,7 +1815,7 @@ encryption state could not be found in <code>ubus</code> runtime information.</t
     
         
         <div class="tag-source">
-            network.js, line 3572
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3572">line 3572</a>
         </div>
         
     </div>
@@ -1928,7 +1928,7 @@ state. Possible returned values are:
     
         
         <div class="tag-source">
-            network.js, line 3593
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3593">line 3593</a>
         </div>
         
     </div>
@@ -2030,7 +2030,7 @@ translated string.</p>
     
         
         <div class="tag-source">
-            network.js, line 3613
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3613">line 3613</a>
         </div>
         
     </div>
@@ -2131,7 +2131,7 @@ information.</td>
     
         
         <div class="tag-source">
-            network.js, line 3815
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3815">line 3815</a>
         </div>
         
     </div>
@@ -2232,7 +2232,7 @@ with this network.</td>
     
         
         <div class="tag-source">
-            network.js, line 3845
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3845">line 3845</a>
         </div>
         
     </div>
@@ -2338,7 +2338,7 @@ is not available.</td>
     
         
         <div class="tag-source">
-            network.js, line 3450
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3450">line 3450</a>
         </div>
         
     </div>
@@ -2441,7 +2441,7 @@ is not available.</td>
     
         
         <div class="tag-source">
-            network.js, line 3861
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3861">line 3861</a>
         </div>
         
     </div>
@@ -2545,7 +2545,7 @@ or <code>null</code> if it cannot be determined.</td>
     
         
         <div class="tag-source">
-            network.js, line 3894
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3894">line 3894</a>
         </div>
         
     </div>
@@ -2646,7 +2646,7 @@ information or <code>00</code> if it cannot be determined.</td>
     
         
         <div class="tag-source">
-            network.js, line 4040
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line4040">line 4040</a>
         </div>
         
     </div>
@@ -2747,7 +2747,7 @@ device associted with this wireless network.</td>
     
         
         <div class="tag-source">
-            network.js, line 3827
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3827">line 3827</a>
         </div>
         
     </div>
@@ -2852,7 +2852,7 @@ available.</td>
     
         
         <div class="tag-source">
-            network.js, line 3988
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3988">line 3988</a>
         </div>
         
     </div>
@@ -2955,7 +2955,7 @@ name, depending on which information is available.</td>
     
         
         <div class="tag-source">
-            network.js, line 3475
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3475">line 3475</a>
         </div>
         
     </div>
@@ -3058,7 +3058,7 @@ radio and network index numbers.</p>
     
         
         <div class="tag-source">
-            network.js, line 3497
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3497">line 3497</a>
         </div>
         
     </div>
@@ -3163,7 +3163,7 @@ associated network device, e.g. when not configured or up.</td>
     
         
         <div class="tag-source">
-            network.js, line 3437
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3437">line 3437</a>
         </div>
         
     </div>
@@ -3267,7 +3267,7 @@ is not in mesh mode.</td>
     
         
         <div class="tag-source">
-            network.js, line 3412
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3412">line 3412</a>
         </div>
         
     </div>
@@ -3374,7 +3374,7 @@ is not in mesh mode.</td>
     
         
         <div class="tag-source">
-            network.js, line 3485
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3485">line 3485</a>
         </div>
         
     </div>
@@ -3474,7 +3474,7 @@ is not in mesh mode.</td>
     
         
         <div class="tag-source">
-            network.js, line 4004
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line4004">line 4004</a>
         </div>
         
     </div>
@@ -3579,7 +3579,7 @@ interface.</td>
     
         
         <div class="tag-source">
-            network.js, line 3461
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3461">line 3461</a>
         </div>
         
     </div>
@@ -3680,7 +3680,7 @@ attached to.</p>
     
         
         <div class="tag-source">
-            network.js, line 4015
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line4015">line 4015</a>
         </div>
         
     </div>
@@ -3781,7 +3781,7 @@ logical interfaces this wireless network is attached to.</td>
     
         
         <div class="tag-source">
-            network.js, line 3883
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3883">line 3883</a>
         </div>
         
     </div>
@@ -3882,7 +3882,7 @@ information or <code>0</code> if it cannot be determined.</td>
     
         
         <div class="tag-source">
-            network.js, line 3973
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3973">line 3973</a>
         </div>
         
     </div>
@@ -3984,7 +3984,7 @@ internal network ID, depending on which information is available.</td>
     
         
         <div class="tag-source">
-            network.js, line 3872
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3872">line 3872</a>
         </div>
         
     </div>
@@ -4088,7 +4088,7 @@ information or <code>null</code> if it cannot be determined.</td>
     
         
         <div class="tag-source">
-            network.js, line 3932
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3932">line 3932</a>
         </div>
         
     </div>
@@ -4191,7 +4191,7 @@ noise and signal (SNR), divided by 5.</td>
     
         
         <div class="tag-source">
-            network.js, line 3955
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3955">line 3955</a>
         </div>
         
     </div>
@@ -4293,7 +4293,7 @@ by <code>ubus</code> runtime state.</td>
     
         
         <div class="tag-source">
-            network.js, line 3423
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3423">line 3423</a>
         </div>
         
     </div>
@@ -4397,7 +4397,7 @@ in mesh mode.</td>
     
         
         <div class="tag-source">
-            network.js, line 3905
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3905">line 3905</a>
         </div>
         
     </div>
@@ -4501,7 +4501,7 @@ in mesh mode.</td>
     
         
         <div class="tag-source">
-            network.js, line 3920
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3920">line 3920</a>
         </div>
         
     </div>
@@ -4605,7 +4605,7 @@ cannot be determined.</td>
     
         
         <div class="tag-source">
-            network.js, line 3525
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3525">line 3525</a>
         </div>
         
     </div>
@@ -4710,7 +4710,7 @@ found.</td>
     
         
         <div class="tag-source">
-            network.js, line 3513
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3513">line 3513</a>
         </div>
         
     </div>
@@ -4814,7 +4814,7 @@ or <code>null</code> if it cannot be determined.</td>
     
         
         <div class="tag-source">
-            network.js, line 4051
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line4051">line 4051</a>
         </div>
         
     </div>
@@ -4915,7 +4915,7 @@ deauthenticating clients, otherwise <code>false</code>.</td>
     
         
         <div class="tag-source">
-            network.js, line 3397
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3397">line 3397</a>
         </div>
         
     </div>
@@ -5017,7 +5017,7 @@ UCI configuration.</td>
     
         
         <div class="tag-source">
-            network.js, line 3546
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3546">line 3546</a>
         </div>
         
     </div>
@@ -5122,7 +5122,7 @@ instance.</p>
     
         
         <div class="tag-source">
-            network.js, line 3385
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line3385">line 3385</a>
         </div>
         
     </div>
@@ -5276,7 +5276,7 @@ configuration.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 32 - 32
docs/jsapi/LuCI.Network.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1105,7 +1105,7 @@ current configuration details and to manipulate settings.</p></div>
     
         
         <div class="tag-source">
-            network.js, line 645
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line645">line 645</a>
         </div>
         
     </div>
@@ -1209,7 +1209,7 @@ current configuration details and to manipulate settings.</p></div>
     
         
         <div class="tag-source">
-            network.js, line 901
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line901">line 901</a>
         </div>
         
     </div>
@@ -1396,7 +1396,7 @@ existed.</td>
     
         
         <div class="tag-source">
-            network.js, line 1350
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1350">line 1350</a>
         </div>
         
     </div>
@@ -1546,7 +1546,7 @@ were invalid or if the associated radio device could not be found.</td>
     
         
         <div class="tag-source">
-            network.js, line 979
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line979">line 979</a>
         </div>
         
     </div>
@@ -1694,7 +1694,7 @@ references to it were successfully deleted from the configuration or
     
         
         <div class="tag-source">
-            network.js, line 1388
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1388">line 1388</a>
         </div>
         
     </div>
@@ -1844,7 +1844,7 @@ be found.</td>
     
         
         <div class="tag-source">
-            network.js, line 745
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line745">line 745</a>
         </div>
         
     </div>
@@ -1945,7 +1945,7 @@ from the remote <code>ubus</code> apis.</p>
     
         
         <div class="tag-source">
-            network.js, line 736
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line736">line 736</a>
         </div>
         
     </div>
@@ -2096,7 +2096,7 @@ or <code>WPA3 SAE (CCMP)</code>.</p>
     
         
         <div class="tag-source">
-            network.js, line 1104
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1104">line 1104</a>
         </div>
         
     </div>
@@ -2244,7 +2244,7 @@ be found.</td>
     
         
         <div class="tag-source">
-            network.js, line 1127
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1127">line 1127</a>
         </div>
         
     </div>
@@ -2345,7 +2345,7 @@ instances describing the network devices found on the system.</td>
     
         
         <div class="tag-source">
-            network.js, line 1650
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1650">line 1650</a>
         </div>
         
     </div>
@@ -2446,7 +2446,7 @@ instances describing the network devices found on the system.</td>
     
         
         <div class="tag-source">
-            network.js, line 1667
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1667">line 1667</a>
         </div>
         
     </div>
@@ -2550,7 +2550,7 @@ class instance describing the found hosts.</p>
     
         
         <div class="tag-source">
-            network.js, line 1639
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1639">line 1639</a>
         </div>
         
     </div>
@@ -2711,7 +2711,7 @@ object could not be converted to a name.</td>
     
         
         <div class="tag-source">
-            network.js, line 938
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line938">line 938</a>
         </div>
         
     </div>
@@ -2859,7 +2859,7 @@ the network or <code>null</code> if the network did not exist.</td>
     
         
         <div class="tag-source">
-            network.js, line 963
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line963">line 963</a>
         </div>
         
     </div>
@@ -2961,7 +2961,7 @@ describing all known networks.</td>
     
         
         <div class="tag-source">
-            network.js, line 767
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line767">line 767</a>
         </div>
         
     </div>
@@ -3161,7 +3161,7 @@ protocol isn't known.</td>
     
         
         <div class="tag-source">
-            network.js, line 782
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line782">line 782</a>
         </div>
         
     </div>
@@ -3262,7 +3262,7 @@ backend classes.</p>
     
         
         <div class="tag-source">
-            network.js, line 1544
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1544">line 1544</a>
         </div>
         
     </div>
@@ -3366,7 +3366,7 @@ the layout.</td>
     
         
         <div class="tag-source">
-            network.js, line 1495
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1495">line 1495</a>
         </div>
         
     </div>
@@ -3469,7 +3469,7 @@ instances describing the found IPv6 default route interfaces.</td>
     
         
         <div class="tag-source">
-            network.js, line 1470
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1470">line 1470</a>
         </div>
         
     </div>
@@ -3572,7 +3572,7 @@ instances describing the found default route interfaces.</td>
     
         
         <div class="tag-source">
-            network.js, line 1257
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1257">line 1257</a>
         </div>
         
     </div>
@@ -3721,7 +3721,7 @@ be found.</td>
     
         
         <div class="tag-source">
-            network.js, line 1277
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1277">line 1277</a>
         </div>
         
     </div>
@@ -3824,7 +3824,7 @@ the configuration.</td>
     
         
         <div class="tag-source">
-            network.js, line 1306
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1306">line 1306</a>
         </div>
         
     </div>
@@ -3975,7 +3975,7 @@ be found.</td>
     
         
         <div class="tag-source">
-            network.js, line 1320
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1320">line 1320</a>
         </div>
         
     </div>
@@ -4078,7 +4078,7 @@ are found.</td>
     
         
         <div class="tag-source">
-            network.js, line 1240
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1240">line 1240</a>
         </div>
         
     </div>
@@ -4228,7 +4228,7 @@ else returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            network.js, line 681
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line681">line 681</a>
         </div>
         
     </div>
@@ -4425,7 +4425,7 @@ if the given netmask value was invalid.</td>
     
         
         <div class="tag-source">
-            network.js, line 663
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line663">line 663</a>
         </div>
         
     </div>
@@ -4623,7 +4623,7 @@ value of <code>32</code> for IPv4 or <code>128</code> for IPv6.</td>
     
         
         <div class="tag-source">
-            network.js, line 870
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line870">line 870</a>
         </div>
         
     </div>
@@ -4795,7 +4795,7 @@ description for the given code.</td>
     
         
         <div class="tag-source">
-            network.js, line 850
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line850">line 850</a>
         </div>
         
     </div>
@@ -4913,7 +4913,7 @@ such as <code>6in4-wan</code> or <code>tun0</code>.</p></td>
     
         
         <div class="tag-source">
-            network.js, line 809
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line809">line 809</a>
         </div>
         
     </div>
@@ -5086,7 +5086,7 @@ be passed to <a href="LuCI.Class.html#.extend"><code>Class.extend()</code></a>.<
     
         
         <div class="tag-source">
-            network.js, line 1043
+            <a href="network.js.html">network.js</a>, <a href="network.js.html#line1043">line 1043</a>
         </div>
         
     </div>
@@ -7131,7 +7131,7 @@ conjunction with <code>quality</code> to calculate a quality percentage.</p></td
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 8 - 8
docs/jsapi/LuCI.Poll.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1104,7 +1104,7 @@ loop.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 999
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line999">line 999</a>
         </div>
         
     </div>
@@ -1189,7 +1189,7 @@ loop.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 1150
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1150">line 1150</a>
         </div>
         
     </div>
@@ -1291,7 +1291,7 @@ loop.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 1023
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1023">line 1023</a>
         </div>
         
     </div>
@@ -1488,7 +1488,7 @@ already is registered.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1064
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1064">line 1064</a>
         </div>
         
     </div>
@@ -1662,7 +1662,7 @@ wasn't found.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1090
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1090">line 1090</a>
         </div>
         
     </div>
@@ -1764,7 +1764,7 @@ where registered) or <code>false</code> when the polling loop already runs.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1115
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1115">line 1115</a>
         </div>
         
     </div>
@@ -1874,7 +1874,7 @@ run to begin with.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 10 - 10
docs/jsapi/LuCI.Request.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1103,7 +1103,7 @@ for dealing with responses.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 569
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line569">line 569</a>
         </div>
         
     </div>
@@ -1195,7 +1195,7 @@ for dealing with responses.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 844
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line844">line 844</a>
         </div>
         
     </div>
@@ -1343,7 +1343,7 @@ implementing request retries before returning a failure.</p>
     
         
         <div class="tag-source">
-            luci.js, line 586
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line586">line 586</a>
         </div>
         
     </div>
@@ -1489,7 +1489,7 @@ if it already was absolute.</td>
     
         
         <div class="tag-source">
-            luci.js, line 797
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line797">line 797</a>
         </div>
         
     </div>
@@ -1669,7 +1669,7 @@ if it already was absolute.</td>
     
         
         <div class="tag-source">
-            luci.js, line 818
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line818">line 818</a>
         </div>
         
     </div>
@@ -1879,7 +1879,7 @@ if it already was absolute.</td>
     
         
         <div class="tag-source">
-            luci.js, line 863
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line863">line 863</a>
         </div>
         
     </div>
@@ -2026,7 +2026,7 @@ function.</p>
     
         
         <div class="tag-source">
-            luci.js, line 648
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line648">line 648</a>
         </div>
         
     </div>
@@ -2212,7 +2212,7 @@ function.</p>
     
         
         <div class="tag-source">
-            luci.js, line 822
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line822">line 822</a>
         </div>
         
     </div>
@@ -2770,7 +2770,7 @@ instances as sole argument during the HTTP request transfer.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 9 - 9
docs/jsapi/LuCI.Request.poll.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1104,7 +1104,7 @@ request calls as polling functions.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 881
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line881">line 881</a>
         </div>
         
     </div>
@@ -1189,7 +1189,7 @@ request calls as polling functions.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 985
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line985">line 985</a>
         </div>
         
     </div>
@@ -1260,7 +1260,7 @@ request calls as polling functions.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 924
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line924">line 924</a>
         </div>
         
     </div>
@@ -1527,7 +1527,7 @@ invoke for each HTTP reply.</p></td>
     
         
         <div class="tag-source">
-            luci.js, line 961
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line961">line 961</a>
         </div>
         
     </div>
@@ -1674,7 +1674,7 @@ This function is essentially a wrapper around
     
         
         <div class="tag-source">
-            luci.js, line 969
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line969">line 969</a>
         </div>
         
     </div>
@@ -1745,7 +1745,7 @@ This function is essentially a wrapper around
     
         
         <div class="tag-source">
-            luci.js, line 977
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line977">line 977</a>
         </div>
         
     </div>
@@ -1822,7 +1822,7 @@ This function is essentially a wrapper around
     
         
         <div class="tag-source">
-            luci.js, line 882
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line882">line 882</a>
         </div>
         
     </div>
@@ -1993,7 +1993,7 @@ else <code>null</code>.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 6 - 6
docs/jsapi/LuCI.Response.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1102,7 +1102,7 @@
     
         
         <div class="tag-source">
-            luci.js, line 377
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line377">line 377</a>
         </div>
         
     </div>
@@ -1461,7 +1461,7 @@
     
         
         <div class="tag-source">
-            luci.js, line 465
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line465">line 465</a>
         </div>
         
     </div>
@@ -1616,7 +1616,7 @@ using <code>String()</code> and treated as response text.</p></td>
     
         
         <div class="tag-source">
-            luci.js, line 486
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line486">line 486</a>
         </div>
         
     </div>
@@ -1743,7 +1743,7 @@ using <code>String()</code> and treated as response text.</p></td>
     
         
         <div class="tag-source">
-            luci.js, line 501
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line501">line 501</a>
         </div>
         
     </div>
@@ -1851,7 +1851,7 @@ using <code>String()</code> and treated as response text.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 9 - 9
docs/jsapi/LuCI.XHR.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1106,7 +1106,7 @@ request handling.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 2943
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2943">line 2943</a>
         </div>
         
     </div>
@@ -1193,7 +1193,7 @@ request handling.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 3046
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line3046">line 3046</a>
         </div>
         
     </div>
@@ -1267,7 +1267,7 @@ request handling.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 3035
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line3035">line 3035</a>
         </div>
         
     </div>
@@ -1370,7 +1370,7 @@ already completed.</td>
     
         
         <div class="tag-source">
-            luci.js, line 3022
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line3022">line 3022</a>
         </div>
         
     </div>
@@ -1447,7 +1447,7 @@ finishes or timed out.</p>
     
         
         <div class="tag-source">
-            luci.js, line 2978
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2978">line 2978</a>
         </div>
         
     </div>
@@ -1690,7 +1690,7 @@ finishes or timed out.</p>
     
         
         <div class="tag-source">
-            luci.js, line 3005
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line3005">line 3005</a>
         </div>
         
     </div>
@@ -1933,7 +1933,7 @@ finishes or timed out.</p>
     
         
         <div class="tag-source">
-            luci.js, line 3061
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line3061">line 3061</a>
         </div>
         
     </div>
@@ -2043,7 +2043,7 @@ when invoked.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:52 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 17 - 17
docs/jsapi/LuCI.dom.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1103,7 +1103,7 @@ manipulating DOM elements.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 2065
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2065">line 2065</a>
         </div>
         
     </div>
@@ -1188,7 +1188,7 @@ manipulating DOM elements.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 2216
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2216">line 2216</a>
         </div>
         
     </div>
@@ -1389,7 +1389,7 @@ if either the <code>node</code> argument was no valid DOM <code>node</code> or i
     
         
         <div class="tag-source">
-            luci.js, line 2331
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2331">line 2331</a>
         </div>
         
     </div>
@@ -1587,7 +1587,7 @@ call implicitely turning it into a string.</p></td>
     
         
         <div class="tag-source">
-            luci.js, line 2565
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2565">line 2565</a>
         </div>
         
     </div>
@@ -1788,7 +1788,7 @@ a valid Class instance.</p>
     
         
         <div class="tag-source">
-            luci.js, line 2619
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2619">line 2619</a>
         </div>
         
     </div>
@@ -2004,7 +2004,7 @@ instance didn't have the requested <code>method</code>.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2283
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2283">line 2283</a>
         </div>
         
     </div>
@@ -2208,7 +2208,7 @@ if either the <code>node</code> argument was no valid DOM <code>node</code> or i
     
         
         <div class="tag-source">
-            luci.js, line 2409
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2409">line 2409</a>
         </div>
         
     </div>
@@ -2468,7 +2468,7 @@ element names, such as spaces.</p>
     
         
         <div class="tag-source">
-            luci.js, line 2485
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2485">line 2485</a>
         </div>
         
     </div>
@@ -2707,7 +2707,7 @@ be found.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2079
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2079">line 2079</a>
         </div>
         
     </div>
@@ -2852,7 +2852,7 @@ be found.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2585
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2585">line 2585</a>
         </div>
         
     </div>
@@ -3002,7 +3002,7 @@ class could be found on the node itself or any of its parents.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2665
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2665">line 2665</a>
         </div>
         
     </div>
@@ -3189,7 +3189,7 @@ result when testing it using the given <code>ignoreFn</code>.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2140
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2140">line 2140</a>
         </div>
         
     </div>
@@ -3375,7 +3375,7 @@ selector didn't match.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2167
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2167">line 2167</a>
         </div>
         
     </div>
@@ -3565,7 +3565,7 @@ selector didn't match any parent.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2098
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2098">line 2098</a>
         </div>
         
     </div>
@@ -3720,7 +3720,7 @@ the first <code>div</code> element node.</p></td>
     
         
         <div class="tag-source">
-            luci.js, line 2628
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2628">line 2628</a>
         </div>
         
     </div>
@@ -3874,7 +3874,7 @@ ignored, else not.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            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)
         </footer>
     </div>
 </div>

+ 11 - 11
docs/jsapi/LuCI.fs.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1104,7 +1104,7 @@ external JavaScript, use <code>L.require(&quot;fs&quot;).then(...)</code>.</p></
     
         
         <div class="tag-source">
-            fs.js, line 111
+            <a href="fs.js.html">fs.js</a>, <a href="fs.js.html#line111">line 111</a>
         </div>
         
     </div>
@@ -1189,7 +1189,7 @@ external JavaScript, use <code>L.require(&quot;fs&quot;).then(...)</code>.</p></
     
         
         <div class="tag-source">
-            fs.js, line 232
+            <a href="fs.js.html">fs.js</a>, <a href="fs.js.html#line232">line 232</a>
         </div>
         
     </div>
@@ -1407,7 +1407,7 @@ results or rejecting with an error stating the failure reason.</td>
     
         
         <div class="tag-source">
-            fs.js, line 281
+            <a href="fs.js.html">fs.js</a>, <a href="fs.js.html#line281">line 281</a>
         </div>
         
     </div>
@@ -1557,7 +1557,7 @@ of the given file or <code>[]</code> on failure.</td>
     
         
         <div class="tag-source">
-            fs.js, line 132
+            <a href="fs.js.html">fs.js</a>, <a href="fs.js.html#line132">line 132</a>
         </div>
         
     </div>
@@ -1703,7 +1703,7 @@ rejecting with an error stating the failure reason.</td>
     
         
         <div class="tag-source">
-            fs.js, line 161
+            <a href="fs.js.html">fs.js</a>, <a href="fs.js.html#line161">line 161</a>
         </div>
         
     </div>
@@ -1850,7 +1850,7 @@ rejecting with an error stating the failure reason.</td>
     
         
         <div class="tag-source">
-            fs.js, line 203
+            <a href="fs.js.html">fs.js</a>, <a href="fs.js.html#line203">line 203</a>
         </div>
         
     </div>
@@ -1996,7 +1996,7 @@ the failure reason.</td>
     
         
         <div class="tag-source">
-            fs.js, line 146
+            <a href="fs.js.html">fs.js</a>, <a href="fs.js.html#line146">line 146</a>
         </div>
         
     </div>
@@ -2142,7 +2142,7 @@ rejecting with an error stating the failure reason.</td>
     
         
         <div class="tag-source">
-            fs.js, line 260
+            <a href="fs.js.html">fs.js</a>, <a href="fs.js.html#line260">line 260</a>
         </div>
         
     </div>
@@ -2294,7 +2294,7 @@ on failure.</td>
     
         
         <div class="tag-source">
-            fs.js, line 187
+            <a href="fs.js.html">fs.js</a>, <a href="fs.js.html#line187">line 187</a>
         </div>
         
     </div>
@@ -2983,7 +2983,7 @@ the failure reason.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 23 - 23
docs/jsapi/LuCI.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1101,7 +1101,7 @@ accessible using the global <code>L</code> variable.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 1
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1">line 1</a>
         </div>
         
     </div>
@@ -1321,7 +1321,7 @@ as request timeouts, base URLs etc.</p>
     
         
         <div class="tag-source">
-            luci.js, line 1340
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1340">line 1340</a>
         </div>
         
     </div>
@@ -1533,7 +1533,7 @@ as parameters.</p></td>
     
         
         <div class="tag-source">
-            luci.js, line 1300
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1300">line 1300</a>
         </div>
         
     </div>
@@ -1772,7 +1772,7 @@ argument or copied from the given error instance.</p>
     
         
         <div class="tag-source">
-            luci.js, line 1918
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1918">line 1918</a>
         </div>
         
     </div>
@@ -1984,7 +1984,7 @@ callback function. The function is a wrapper around
     
         
         <div class="tag-source">
-            luci.js, line 2040
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2040">line 2040</a>
         </div>
         
     </div>
@@ -2087,7 +2087,7 @@ when it didn't run to begin with.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1574
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1574">line 1574</a>
         </div>
         
     </div>
@@ -2280,7 +2280,7 @@ has no sub-features.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1765
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1765">line 1765</a>
         </div>
         
     </div>
@@ -2435,7 +2435,7 @@ not <code>null</code>, else returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1745
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1745">line 1745</a>
         </div>
         
     </div>
@@ -2535,7 +2535,7 @@ not <code>null</code>, else returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1679
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1679">line 1679</a>
         </div>
         
     </div>
@@ -2722,7 +2722,7 @@ slashes and any of the other characters mentioned above.</p></td>
     
         
         <div class="tag-source">
-            luci.js, line 1988
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1988">line 1988</a>
         </div>
         
     </div>
@@ -3027,7 +3027,7 @@ polling request.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1946
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1946">line 1946</a>
         </div>
         
     </div>
@@ -3242,7 +3242,7 @@ by default.</p>
     
         
         <div class="tag-source">
-            luci.js, line 1234
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1234">line 1234</a>
         </div>
         
     </div>
@@ -3481,7 +3481,7 @@ argument or copied from the given error instance.</p>
     
         
         <div class="tag-source">
-            luci.js, line 1379
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1379">line 1379</a>
         </div>
         
     </div>
@@ -3739,7 +3739,7 @@ class instance.</p>
     
         
         <div class="tag-source">
-            luci.js, line 1873
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1873">line 1873</a>
         </div>
         
     </div>
@@ -3910,7 +3910,7 @@ to the given default value on error.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1732
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1732">line 1732</a>
         </div>
         
     </div>
@@ -4067,7 +4067,7 @@ slashes and any of the other characters mentioned above.</p></td>
     
         
         <div class="tag-source">
-            luci.js, line 2053
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2053">line 2053</a>
         </div>
         
     </div>
@@ -4170,7 +4170,7 @@ when it was already running.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1794
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1794">line 1794</a>
         </div>
         
     </div>
@@ -4387,7 +4387,7 @@ addresses or numeric values respectively.</p></td>
     
         
         <div class="tag-source">
-            luci.js, line 2027
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2027">line 2027</a>
         </div>
         
     </div>
@@ -4535,7 +4535,7 @@ it could not be found.</td>
     
         
         <div class="tag-source">
-            luci.js, line 1839
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1839">line 1839</a>
         </div>
         
     </div>
@@ -4685,7 +4685,7 @@ space and returned as array.</p>
     
         
         <div class="tag-source">
-            luci.js, line 1710
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1710">line 1710</a>
         </div>
         
     </div>
@@ -4848,7 +4848,7 @@ slashes and any of the other characters mentioned above.</p></td>
     
         
         <div class="tag-source">
-            luci.js, line 1877
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line1877">line 1877</a>
         </div>
         
     </div>
@@ -5019,7 +5019,7 @@ else <code>null</code>.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            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)
         </footer>
     </div>
 </div>

+ 15 - 15
docs/jsapi/LuCI.rpc.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1103,7 +1103,7 @@ and means for listing and invoking remove RPC methods.</p></div>
     
         
         <div class="tag-source">
-            rpc.js, line 8
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line8">line 8</a>
         </div>
         
     </div>
@@ -1188,7 +1188,7 @@ and means for listing and invoking remove RPC methods.</p></div>
     
         
         <div class="tag-source">
-            rpc.js, line 454
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line454">line 454</a>
         </div>
         
     </div>
@@ -1333,7 +1333,7 @@ and means for listing and invoking remove RPC methods.</p></div>
     
         
         <div class="tag-source">
-            rpc.js, line 292
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line292">line 292</a>
         </div>
         
     </div>
@@ -1481,7 +1481,7 @@ signatures of each given object.</p></td>
     
         
         <div class="tag-source">
-            rpc.js, line 367
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line367">line 367</a>
         </div>
         
     </div>
@@ -1581,7 +1581,7 @@ signatures of each given object.</p></td>
     
         
         <div class="tag-source">
-            rpc.js, line 346
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line346">line 346</a>
         </div>
         
     </div>
@@ -1682,7 +1682,7 @@ requests.</td>
     
         
         <div class="tag-source">
-            rpc.js, line 391
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line391">line 391</a>
         </div>
         
     </div>
@@ -1828,7 +1828,7 @@ description.</p>
     
         
         <div class="tag-source">
-            rpc.js, line 140
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line140">line 140</a>
         </div>
         
     </div>
@@ -1995,7 +1995,7 @@ signatures of each requested <code>ubus</code> object name will be returned.</td
     
         
         <div class="tag-source">
-            rpc.js, line 470
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line470">line 470</a>
         </div>
         
     </div>
@@ -2141,7 +2141,7 @@ if it has not been found.</td>
     
         
         <div class="tag-source">
-            rpc.js, line 377
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line377">line 377</a>
         </div>
         
     </div>
@@ -2257,7 +2257,7 @@ if it has not been found.</td>
     
         
         <div class="tag-source">
-            rpc.js, line 357
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line357">line 357</a>
         </div>
         
     </div>
@@ -2650,7 +2650,7 @@ received reply data before it is returned to the caller.</p></td>
     
         
         <div class="tag-source">
-            rpc.js, line 231
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line231">line 231</a>
         </div>
         
     </div>
@@ -2863,7 +2863,7 @@ of the RPC method as-is.</td>
     
         
         <div class="tag-source">
-            rpc.js, line 408
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line408">line 408</a>
         </div>
         
     </div>
@@ -3051,7 +3051,7 @@ function will fail too, forwarding the error to the caller.</td>
     
         
         <div class="tag-source">
-            rpc.js, line 254
+            <a href="rpc.js.html">rpc.js</a>, <a href="rpc.js.html#line254">line 254</a>
         </div>
         
     </div>
@@ -3221,7 +3221,7 @@ to the <code>expect</code> and <code>filter</code> declarations.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 21 - 21
docs/jsapi/LuCI.uci.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1105,7 +1105,7 @@ UCI configuration data.</p></div>
     
         
         <div class="tag-source">
-            uci.js, line 4
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line4">line 4</a>
         </div>
         
     </div>
@@ -1190,7 +1190,7 @@ UCI configuration data.</p></div>
     
         
         <div class="tag-source">
-            uci.js, line 269
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line269">line 269</a>
         </div>
         
     </div>
@@ -1401,7 +1401,7 @@ to the given name for non-anonymous sections.</td>
     
         
         <div class="tag-source">
-            uci.js, line 858
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line858">line 858</a>
         </div>
         
     </div>
@@ -1563,7 +1563,7 @@ operation to cancel the rollback timer.</p>
     
         
         <div class="tag-source">
-            uci.js, line 938
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line938">line 938</a>
         </div>
         
     </div>
@@ -1664,7 +1664,7 @@ names as keys and arrays of related change records as values.</td>
     
         
         <div class="tag-source">
-            uci.js, line 88
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line88">line 88</a>
         </div>
         
     </div>
@@ -1813,7 +1813,7 @@ where <code>X</code> denotes a hexadecimal digit.</td>
     
         
         <div class="tag-source">
-            uci.js, line 443
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line443">line 443</a>
         </div>
         
     </div>
@@ -2042,7 +2042,7 @@ found or if the corresponding configuration is not loaded.</li>
     
         
         <div class="tag-source">
-            uci.js, line 618
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line618">line 618</a>
         </div>
         
     </div>
@@ -2275,7 +2275,7 @@ found or if the corresponding configuration is not loaded.</li>
     
         
         <div class="tag-source">
-            uci.js, line 205
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line205">line 205</a>
         </div>
         
     </div>
@@ -2430,7 +2430,7 @@ that have been successfully loaded.</td>
     
         
         <div class="tag-source">
-            uci.js, line 718
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line718">line 718</a>
         </div>
         
     </div>
@@ -2699,7 +2699,7 @@ when either the section specified by <code>sid1</code> or by <code>sid2</code> i
     
         
         <div class="tag-source">
-            uci.js, line 296
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line296">line 296</a>
         </div>
         
     </div>
@@ -2838,7 +2838,7 @@ when either the section specified by <code>sid1</code> or by <code>sid2</code> i
     
         
         <div class="tag-source">
-            uci.js, line 119
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line119">line 119</a>
         </div>
         
     </div>
@@ -3016,7 +3016,7 @@ not be resolved to existing section ID.</td>
     
         
         <div class="tag-source">
-            uci.js, line 772
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line772">line 772</a>
         </div>
         
     </div>
@@ -3120,7 +3120,7 @@ have been reloaded by the save operation.</td>
     
         
         <div class="tag-source">
-            uci.js, line 384
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line384">line 384</a>
         </div>
         
     </div>
@@ -3333,7 +3333,7 @@ configuration, filtered by type of a type has been specified.</td>
     
         
         <div class="tag-source">
-            uci.js, line 516
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line516">line 516</a>
         </div>
         
     </div>
@@ -3529,7 +3529,7 @@ with the given value.</p></td>
     
         
         <div class="tag-source">
-            uci.js, line 653
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line653">line 653</a>
         </div>
         
     </div>
@@ -3750,7 +3750,7 @@ with the given value.</p></td>
     
         
         <div class="tag-source">
-            uci.js, line 237
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line237">line 237</a>
         </div>
         
     </div>
@@ -3870,7 +3870,7 @@ names to unload.</p></td>
     
         
         <div class="tag-source">
-            uci.js, line 587
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line587">line 587</a>
         </div>
         
     </div>
@@ -4035,7 +4035,7 @@ configuration.</p>
     
         
         <div class="tag-source">
-            uci.js, line 683
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line683">line 683</a>
         </div>
         
     </div>
@@ -4622,7 +4622,7 @@ underlying option is an UCI list.</p></td>
     
         
         <div class="tag-source">
-            uci.js, line 352
+            <a href="uci.js.html">uci.js</a>, <a href="uci.js.html#line352">line 352</a>
         </div>
         
     </div>
@@ -4769,7 +4769,7 @@ associated name as arguments.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:52 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

+ 9 - 9
docs/jsapi/LuCI.view.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1103,7 +1103,7 @@ set of methods to inherit from.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 2687
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2687">line 2687</a>
         </div>
         
     </div>
@@ -1188,7 +1188,7 @@ set of methods to inherit from.</p></div>
     
         
         <div class="tag-source">
-            luci.js, line 2905
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2905">line 2905</a>
         </div>
         
     </div>
@@ -1301,7 +1301,7 @@ methods are overwritten with <code>null</code>.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2871
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2871">line 2871</a>
         </div>
         
     </div>
@@ -1465,7 +1465,7 @@ is reenabled.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2790
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2790">line 2790</a>
         </div>
         
     </div>
@@ -1629,7 +1629,7 @@ is reenabled.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2834
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2834">line 2834</a>
         </div>
         
     </div>
@@ -1795,7 +1795,7 @@ is reenabled.</td>
     
         
         <div class="tag-source">
-            luci.js, line 2725
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2725">line 2725</a>
         </div>
         
     </div>
@@ -1905,7 +1905,7 @@ the default implementation does nothing.</p>
     
         
         <div class="tag-source">
-            luci.js, line 2757
+            <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line2757">line 2757</a>
         </div>
         
     </div>
@@ -2079,7 +2079,7 @@ to a <code>Node</code> value.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:52 GMT+0100 (Central European Standard Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time)
         </footer>
     </div>
 </div>

File diff suppressed because it is too large
+ 1063 - 13
docs/jsapi/fs.js.html


+ 2 - 2
docs/jsapi/index.html

@@ -17,7 +17,7 @@
     
     
     <script>
-    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{}};
+    var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
     </script>
     
 
@@ -1104,7 +1104,7 @@
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:20:51 GMT+0100 (Central European Standard Time)
+            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)
         </footer>
     </div>
 </div>

File diff suppressed because it is too large
+ 1063 - 13
docs/jsapi/luci.js.html


File diff suppressed because it is too large
+ 1063 - 13
docs/jsapi/network.js.html


File diff suppressed because it is too large
+ 1063 - 13
docs/jsapi/rpc.js.html


File diff suppressed because it is too large
+ 1063 - 13
docs/jsapi/uci.js.html


+ 4 - 1
jsdoc.conf.json

@@ -12,7 +12,10 @@
     ],
     "templates": {
         "cleverLinks": true,
-        "monospaceLinks": true
+        "monospaceLinks": true,
+        "default": {
+                "outputSourceFiles": true
+        }
     },
     "opts": {
         "destination": "docs/jsapi",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"scripts": {
-		"doc": "jsdoc -c jsdoc.conf.json -t node_modules/jaguarjs-jsdoc"
+		"doc": "LC_ALL=C jsdoc -c jsdoc.conf.json -t node_modules/jaguarjs-jsdoc"
 	},
 	"devDependencies": {
 		"jsdoc": "^3.6.3",

Some files were not shown because too many files changed in this diff