Lines Matching refs:sections
336 // Traverse up the tree and expand all parent nav-sections
1262 /** Handle resource queries, collections, and grids (sections). Requires
1267 // Need to initialize hero carousel before other sections for dedupe
1373 function drawResourcesStackWidget($widget, opts, resources, sections) {
1389 if (sections) {
1390 for (i = 0; i < sections.length; ++i) {
1391 if (!sections[i].sections || !sections[i].sections.length) {
1396 .attr('href', cleanUrl(sections[i].resource.url))
1397 .decorateResourceCard(sections[i].resource, plusone)[0]
1404 .decorateResourceSection(sections[i], plusone)[0]
1607 return SECTION_BY_ID[opts.section].sections || [];
1705 if (section.sections && section.sections.length) {
1715 if (stack[0].sections) {
1716 stack = stack.concat(stack[0].sections);
1725 var max = section.sections.length > 3 ? 3 : section.sections.length;
1729 var subResource = section.sections[i];
1754 if (max < section.sections.length) {
1825 There is limited functionality for having multiple sections since that request
1868 // Just hide all content sections except first.
1963 // Animate content sections.
4887 return getResourcesByUrlCollection([clause.value].sections);