1*7485b225SElliott Hughesvar indexSectionsWithContent = 2*7485b225SElliott Hughes{ 3*7485b225SElliott Hughes 0: "2abcdefghilnopqrstuvx", 4*7485b225SElliott Hughes 1: "x", 5*7485b225SElliott Hughes 2: "abcdefghilnopqrstuvx", 6*7485b225SElliott Hughes 3: "2abcfgiloprtx" 7*7485b225SElliott Hughes}; 8*7485b225SElliott Hughes 9*7485b225SElliott Hughesvar indexSectionNames = 10*7485b225SElliott Hughes{ 11*7485b225SElliott Hughes 0: "all", 12*7485b225SElliott Hughes 1: "classes", 13*7485b225SElliott Hughes 2: "functions", 14*7485b225SElliott Hughes 3: "pages" 15*7485b225SElliott Hughes}; 16*7485b225SElliott Hughes 17*7485b225SElliott Hughesvar indexSectionLabels = 18*7485b225SElliott Hughes{ 19*7485b225SElliott Hughes 0: "All", 20*7485b225SElliott Hughes 1: "Classes", 21*7485b225SElliott Hughes 2: "Functions", 22*7485b225SElliott Hughes 3: "Pages" 23*7485b225SElliott Hughes}; 24*7485b225SElliott Hughes 25