mirror of
https://github.com/sparkle-project/sparkle-project.github.io.git
synced 2025-11-01 15:35:08 +00:00
25 lines
302 B
JavaScript
25 lines
302 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "abcdfhilmnrstuv",
|
|
1: "inst",
|
|
2: "abcdfimnrsuv",
|
|
3: "acdfhlmstu"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "functions",
|
|
3: "properties"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Functions",
|
|
3: "Properties"
|
|
};
|
|
|