Welcome to mirror list, hosted at ThFree Co, Russian Federation.

searchdata.js « search - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd3db0339912cb5ce5bfc29b1146c1121d2d67c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
var indexSectionsWithContent =
{
  0: "_abcdefghiklmnopqrstuvwxz~",
  1: "_abcdefhilmnprst",
  2: "kl",
  3: "abcdfhiklmnpstuvx",
  4: "_abcdefghiklmnopqrstuvwz~",
  5: "acdefhilmnprstuvx",
  6: "abcdefhiklmprsuvx",
  7: "bcfklms",
  8: "aefhilnorstuw",
  9: "l",
  10: "c",
  11: "bt"
};

var indexSectionNames =
{
  0: "all",
  1: "classes",
  2: "namespaces",
  3: "files",
  4: "functions",
  5: "variables",
  6: "typedefs",
  7: "enums",
  8: "enumvalues",
  9: "defines",
  10: "groups",
  11: "pages"
};

var indexSectionLabels =
{
  0: "All",
  1: "Classes",
  2: "Namespaces",
  3: "Files",
  4: "Functions",
  5: "Variables",
  6: "Typedefs",
  7: "Enumerations",
  8: "Enumerator",
  9: "Macros",
  10: "Modules",
  11: "Pages"
};