mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
deploy: 5cfed50702
This commit is contained in:
48
search/searchdata.js
Normal file
48
search/searchdata.js
Normal file
@@ -0,0 +1,48 @@
|
||||
var indexSectionsWithContent =
|
||||
{
|
||||
0: "abcdefghijklmnopqrstuvwxyz~",
|
||||
1: "abcdefgilmnoprstuw",
|
||||
2: "f",
|
||||
3: "abcdefghilmnprstuvw",
|
||||
4: "abcdefghilmnoprstuvwxy~",
|
||||
5: "abcdefghijklmnopqrstuvwxyz",
|
||||
6: "cdegrstv",
|
||||
7: "abcdjmpsw",
|
||||
8: "abcdefghiklmnoprstuvwyz",
|
||||
9: "r",
|
||||
10: "fn",
|
||||
11: "ef"
|
||||
};
|
||||
|
||||
var indexSectionNames =
|
||||
{
|
||||
0: "all",
|
||||
1: "classes",
|
||||
2: "namespaces",
|
||||
3: "files",
|
||||
4: "functions",
|
||||
5: "variables",
|
||||
6: "typedefs",
|
||||
7: "enums",
|
||||
8: "enumvalues",
|
||||
9: "related",
|
||||
10: "defines",
|
||||
11: "pages"
|
||||
};
|
||||
|
||||
var indexSectionLabels =
|
||||
{
|
||||
0: "All",
|
||||
1: "Data Structures",
|
||||
2: "Namespaces",
|
||||
3: "Files",
|
||||
4: "Functions",
|
||||
5: "Variables",
|
||||
6: "Typedefs",
|
||||
7: "Enumerations",
|
||||
8: "Enumerator",
|
||||
9: "Friends",
|
||||
10: "Macros",
|
||||
11: "Pages"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user