mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 16:45:35 +08:00
69 lines
2.9 KiB
JavaScript
Executable File
69 lines
2.9 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_framework_1_1_cron.html",
|
|
"class_z_m_1_1_config_1_1_z_m_config.html#a1a945689f9a90f9029d671ec32262d37",
|
|
"class_z_m_1_1_plugin_1_1_command_manual_1_1_command_manual_plugin.html#a14bfdb3f06ee4c27dd3507af6e702380",
|
|
"class_z_m_1_1_store_1_1_database_1_1_d_b_wrapper.html#ac241c1cbe8334ffa1c853d8f1b1510c2",
|
|
"functions_s.html"
|
|
];
|
|
|
|
var SYNCONMSG = '点击 关闭 面板同步';
|
|
var SYNCOFFMSG = '点击 开启 面板同步'; |