Lines Matching refs:list

510 			// if we have a failure, we need to empty the list -- this prevents the the [TAB] key from selecting the last successful match
629 // push the current match into the set list
719 list;
731 // Browsers except FF do not fire mouseup event on scrollbars, resulting in mouseDownOnSelect remaining true, and results list not always hiding.
738 list = $("<ul/>").appendTo(element).mouseover( function(event) {
740 active = $("li", list).removeClass(CLASSES.ACTIVE).index(target(event));
780 if((offset + activeItem[0].offsetHeight - list.scrollTop()) > list[0].clientHeight) {
781 list.scrollTop(offset + activeItem[0].offsetHeight - list.innerHeight());
782 } else if(offset < list.scrollTop()) {
783 list.scrollTop(offset);
807 list.empty();
815 var li = $("<li/>").html( options.highlight(formatted, term) ).addClass(i%2 == 0 ? "ac_even" : "ac_odd").appendTo(list)[0];
818 listItems = list.find("li");
825 list.bgiframe();
874 list.scrollTop(0);
875 list.css({
886 list.css('height', scrollbarsVisible ? options.scrollHeight : listHeight );
889 listItems.width( list.width() - parseInt(listItems.css("padding-left")) - parseInt(listItems.css("padding-right")) );
900 list && list.empty();
1087 show: function($list) {
1088 var $items = $('li span', $list);
1093 $list
1095 .css('left', $search.offset().left + $search.outerWidth() - $list.outerWidth());
1289 var list = [];
1294 list[0] = lines[j];
1296 hash.push(list.join('-'));
1299 hash.push(list.join('-'));
1300 list = [lines[j]];
1302 list[1] = lines[j];
1303 hash.push(list.join('-'));
1305 list[1] = lines[j];