FTXUI/search/searchdata.js

55 lines
871 B
JavaScript
Raw Permalink Normal View History

var indexSectionsWithContent =
{
0: "2abcdefghijklmnopqrstuvwxyz~",
1: "abcdefgilmnprstuw",
2: "ef",
3: "abcdefghilmnprstuvw",
4: "abcdefghilmnopqrstuvwxy~",
5: "abcdefghijklmnopqrstuvwxyz",
6: "cdefgrstv",
7: "abcdjmpsw",
8: "abcdefghiklmnoprstuvwyz",
9: "r",
10: "fn",
11: "cdfs",
12: "2abcdefgilmnostuvx",
13: "f"
};
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: "groups",
12: "pages",
13: "modules"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Namespaces",
3: "Files",
4: "Functions",
5: "Variables",
6: "Typedefs",
7: "Enumerations",
8: "Enumerator",
9: "Friends",
10: "Macros",
11: "Modules",
12: "Pages",
13: "Modules"
};