This commit is contained in:
rmontanana
2025-06-22 11:25:27 +00:00
commit a1bf986365
173 changed files with 13677 additions and 0 deletions

27
search/searchdata.js Normal file
View File

@@ -0,0 +1,27 @@
var indexSectionsWithContent =
{
0: "acdefghilmoprstv~",
1: "demopst",
2: "cdefgiloprstv~",
3: "acdfhioprst",
4: "cs"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "functions",
3: "variables",
4: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Functions",
3: "Variables",
4: "Pages"
};