mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
40 lines
538 B
JavaScript
40 lines
538 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "abcdfghilmnoprstuw~",
|
|
1: "ilptu",
|
|
2: "i",
|
|
3: "impt",
|
|
4: "acdghilmoprsuw~",
|
|
5: "abcfhiptw",
|
|
6: "it",
|
|
7: "cfglnprs",
|
|
8: "p"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "namespaces",
|
|
3: "files",
|
|
4: "functions",
|
|
5: "variables",
|
|
6: "enums",
|
|
7: "enumvalues",
|
|
8: "defines"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Namespaces",
|
|
3: "Files",
|
|
4: "Functions",
|
|
5: "Variables",
|
|
6: "Enumerations",
|
|
7: "Enumerator",
|
|
8: "Macros"
|
|
};
|
|
|