mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
70 lines
3.0 KiB
JavaScript
Executable File
70 lines
3.0 KiB
JavaScript
Executable File
/*
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
|
substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
|
*/
|
|
var NAVTREE =
|
|
[
|
|
[ "Zhamao Framework", "index.html", [
|
|
[ "弃用列表", "deprecated.html", null ],
|
|
[ "命名空间", "namespaces.html", [
|
|
[ "命名空间列表", "namespaces.html", "namespaces_dup" ],
|
|
[ "命名空间成员", "namespacemembers.html", [
|
|
[ "全部", "namespacemembers.html", null ],
|
|
[ "函数", "namespacemembers_func.html", null ],
|
|
[ "变量", "namespacemembers_vars.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "结构体", "annotated.html", [
|
|
[ "结构体", "annotated.html", "annotated_dup" ],
|
|
[ "结构体索引", "classes.html", null ],
|
|
[ "类继承关系", "hierarchy.html", "hierarchy" ],
|
|
[ "成员变量", "functions.html", [
|
|
[ "全部", "functions.html", "functions_dup" ],
|
|
[ "函数", "functions_func.html", "functions_func" ],
|
|
[ "变量", "functions_vars.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "文件", "files.html", [
|
|
[ "文件列表", "files.html", "files_dup" ],
|
|
[ "全局定义", "globals.html", [
|
|
[ "全部", "globals.html", null ],
|
|
[ "函数", "globals_func.html", null ],
|
|
[ "变量", "globals_vars.html", null ]
|
|
] ]
|
|
] ]
|
|
] ]
|
|
];
|
|
|
|
var NAVTREEINDEX =
|
|
[
|
|
"_alias_definition_source_8php.html",
|
|
"class_z_m_1_1_annotation_1_1_annotation_parser.html#a1e643eeb0fd28944d155a033cc1fdd3e",
|
|
"class_z_m_1_1_command_1_1_server_1_1_server_status_command.html",
|
|
"class_z_m_1_1_framework.html#a095c5d389db211932136b53f25f39685",
|
|
"class_z_m_1_1_store_1_1_database_1_1_d_b_statement.html#aa1c41e248f108c99b31b33728d97009b",
|
|
"class_z_m_1_1_utils_1_1_one_bot12_file_uploader.html",
|
|
"namespace_z_m_1_1_event.html"
|
|
];
|
|
|
|
var SYNCONMSG = '点击 关闭 面板同步';
|
|
var SYNCOFFMSG = '点击 开启 面板同步'; |