Lines Matching refs:index
185 $classLinks.each(function(index) { argument
189 $classDescriptions[index] = langDescr;
192 $classDescriptions[index] = $(this).attr("description");
202 $classLinks.each(function(index) { argument
205 $pSummary = $('<p class="description">' + $classDescriptions[index] + '</p>');
212 $lessons.each(function(index) { argument
388 var index = document.cookie.indexOf(myCookie);
389 if (index != -1) {
390 var valStart = index + myCookie.length;
420 $('.section-card-menu').each(function(index, el) { argument
789 go($(nav_li).index($(this)));
1854 var index = ($content.index($curSection) + 1);
1856 $curSection = $($content[index >= $content.length ? 0 : index]);
1861 var index = ($content.index($curSection) - 1);
1863 $curSection = $($content[index < 0 ? $content.length - 1 : 0]);
1869 $content.each(function(index) { argument
1871 $(this).css({position: 'absolute', display: index > 0 ? 'none' : ''});
1953 $tabs.each(function(index) { argument
1954 $(this).css({position: 'absolute', left: index > 0 ? width + 'px' : '0'});
1959 var curIndex = $tabs.index($curTab[0]);
1960 var toIndex = $tabs.index($toTab[0]);
4672 dictForKey[srcArr[i].index] = true;
4705 res.index = i;
4820 for (var index = 0; index < results.length; ++index) {
4821 pageMap[results[index].index] = 1;
4842 resourceIsAllowed = !map[resource.index];
4852 map[resource.index] = 1;
4900 return resource && !pageMap[resource.index];
4915 if (!map || (!!clauses[i].negative ? map[resource.index] : !map[resource.index])) {
5381 $(referenceResults.android).each(function(index, result) { argument
6005 this.containers.each(function(index, container) { argument
6070 var index = current.index();
6073 current.add(this.tabViewEl_.eq(index)).removeClass(this.options.activeClass);
6076 current.add(this.tabViewEl_.eq(index)).addClass(this.options.activeClass);
6184 var duration = this.el.index() === 0 ? this.options.closeDuration : 0;