1 |
605fed4f
|
Pultak
|
/*
|
2 |
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
3 |
|
|
|
4 |
|
|
The MIT License (MIT)
|
5 |
|
|
|
6 |
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
7 |
|
|
|
8 |
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
9 |
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
10 |
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
11 |
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
12 |
|
|
furnished to do so, subject to the following conditions:
|
13 |
|
|
|
14 |
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
15 |
|
|
substantial portions of the Software.
|
16 |
|
|
|
17 |
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
18 |
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19 |
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
20 |
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21 |
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
22 |
|
|
|
23 |
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
24 |
|
|
*/
|
25 |
|
|
var NAVTREE =
|
26 |
|
|
[
|
27 |
|
|
[ "LDClient", "index.html", [
|
28 |
|
|
[ "Packages", "namespaces.html", [
|
29 |
|
|
[ "Package List", "namespaces.html", "namespaces_dup" ],
|
30 |
|
|
[ "Package Members", "namespacemembers.html", [
|
31 |
|
|
[ "All", "namespacemembers.html", null ],
|
32 |
|
|
[ "Enumerations", "namespacemembers_enum.html", null ]
|
33 |
|
|
] ]
|
34 |
|
|
] ],
|
35 |
|
|
[ "Classes", "annotated.html", [
|
36 |
|
|
[ "Class List", "annotated.html", "annotated_dup" ],
|
37 |
|
|
[ "Class Index", "classes.html", null ],
|
38 |
|
|
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
|
39 |
|
|
[ "Class Members", "functions.html", [
|
40 |
|
|
[ "All", "functions.html", null ],
|
41 |
|
|
[ "Functions", "functions_func.html", null ],
|
42 |
|
|
[ "Variables", "functions_vars.html", null ],
|
43 |
|
|
[ "Properties", "functions_prop.html", null ]
|
44 |
|
|
] ]
|
45 |
|
|
] ]
|
46 |
|
|
] ]
|
47 |
|
|
];
|
48 |
|
|
|
49 |
|
|
var NAVTREEINDEX =
|
50 |
|
|
[
|
51 |
|
|
"annotated.html"
|
52 |
|
|
];
|
53 |
|
|
|
54 |
|
|
var SYNCONMSG = 'click to disable panel synchronisation';
|
55 |
|
|
var SYNCOFFMSG = 'click to enable panel synchronisation';
|