Home | History | Annotate | Download | only in js

Lines Matching refs:NEW

337         $('.next-class-link').find('.new').empty();
364 var $classDescriptions = new Array($classLinks.length);
604 youTubePlayer = new YT.Player('youTubePlayer', {
917 new request
947 * and save the new size to a cookie */
1404 /* New version of expandable content */
1742 var gMatches = new Array();
1749 var gGoogleMatches = new Array();
1753 var gDocsMatches = new Array();
2062 gMatches = new Array();
2064 gGoogleMatches = new Array();
2066 gDocsMatches = new Array();
2474 var partPrefixAlnumRE = new RegExp('\\b' + queryAlnum);
2475 var partExactAlnumRE = new RegExp('\\b' + queryAlnum + '\\b');
2526 var queryRE = new RegExp(
2796 searchControl = new dacsearch.CustomSearchEngine();
3013 var node = new Object();
3104 // perform api level toggling because new nodes are new to the DOM
3154 return new Array(i);
3159 return (new Array(i).concat(result));
3175 // perform api level toggling because because the whole tree is new to the DOM
3182 var me = new Object();
3184 me.node = new Object();
3188 me.node.children = new Array();
3223 var me = new Object();
3225 me.node = new Object();
3233 me.node.children = new Array();
3245 var node = new Object();
3315 /****** NEW version of script to build google and sample navs dynamically ******/
3316 // TODO: update Google reference docs to tolerate this new implementation
4475 // Store new current section.
4624 new FloatingLabel(this, options);
4734 if (!data) { el.data('dac.carouselQuery', (data = new DacCarouselQuery(el))); }
4891 // Transition in a new frame
4897 // Helper which resolves new styles for an element, so it can start transitioning
4898 // from the new values.
4909 $el.data('dac-carousel', new DacCarousel(this));
4980 new Modal(this, options);
4986 new ToggleModal(this, options);
5052 new ToggleNav(this, options);
5125 new NewsletterForm(this, options);
5195 new ScrollButton(this, options);
5286 new SwapContent(this, options);
5348 // Transition to new state
5369 if (!data) {$this.data('dac.togglesection', (data = new Toggle(this)));}