Lines Matching full:cards
3538 /* ################### RESOURCE CARDS ##################### */
3655 var plusone = true; //by default show plusone on section cards
3656 var cards = $widget.find('.resource-card').detach().toArray();
3668 // Extract any subsections that are actually resource cards
3681 cards.push(
3690 cards = cards.concat(sectionResources);
3699 cards.push($card[0]);
3703 for (var i = 0; i < cards.length; ++i) {
3717 $stacks[minIndex].append($(cards[i]));
3730 // The difference here is that generic cards are not entirely clickable
3756 var plusone = true; // by default show plusone on resource cards
3762 // or for cards commonly embedded in docs (to improve overall page speed).
4129 /* Render other types of resource styles that are not cards. */