mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
70 lines
3.1 KiB
JavaScript
Executable File
70 lines
3.1 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#a775eafdccac18876952bca9ab91bcf96",
|
|
"class_z_m_1_1_command_1_1_server_1_1_server_stop_command.html#a9be5e0bdb5720efed6ddb6426c5c16ee",
|
|
"class_z_m_1_1_middleware_1_1_middleware_handler.html#a5029dd0b7610bb08acec6c52de77c150",
|
|
"class_z_m_1_1_store_1_1_database_1_1_d_b_wrapper.html#a1dfc36757aac676bbda4a34b04d99f06",
|
|
"dir_a23ca7575a4952cc17dcec7f0b297bc5.html",
|
|
"script__setup__loader_8php.html#ab863fb8fbaad79c3b0c52990707a94bb"
|
|
];
|
|
|
|
var SYNCONMSG = '点击 关闭 面板同步';
|
|
var SYNCOFFMSG = '点击 开启 面板同步'; |