Lines Matching refs:NEW
157 $('.next-class-link').find('.new').empty();
183 var $classDescriptions = new Array($classLinks.length);
511 /* New version of expandable content */
929 var me = new Object();
931 me.node = new Object();
939 me.node.children = new Array();
950 var node = new Object();
1011 /****** NEW version of script to build google and sample navs dynamically ******/
1012 // TODO: update Google reference docs to tolerate this new implementation
1626 // A mapping from category and type values to new values or human presentable strings.
1972 // Store new current section.
2126 '<i class="dac-sprite dac-open-in-new"></i>' +
2148 var published = new Date(post.published);
2182 reader = new BlogReader();
2372 * @returns {HTMLElement} A new Chip element.
2409 var id = (new Date()).getTime();
2542 * Redraw resource view based on new state.
2566 new Filter(el, el.data());
2623 new FloatingLabel(this, options);
2697 new Crumbs(this, options);
2784 el.data('search-input.dac', new SearchInput(el, el.data()));
2824 if (!data) { el.data('dac.carouselQuery', (data = new DacCarouselQuery(el))); }
2981 // Transition in a new frame
2987 // Helper which resolves new styles for an element, so it can start transitioning
2988 // from the new values.
2999 $el.data('dac-carousel', new DacCarousel(this));
3095 return new DacHero(el, resource, isSearch);
3106 var queryRE = new RegExp('(' + query + ')', 'ig');
3201 // New page visits have no hit count.
3252 el.data('dac.recentlyVisited', (data = new HistoryQuery(el)));
3421 var polyglot = window.polyglot = new window.Polyglot({
3451 // NEW
3933 new Modal(this, options);
3939 new ToggleModal(this, options);
4035 new Fullscreen($(this));
4084 new HeaderTabs(this);
4211 new Nav($(this));
4557 new ToggleNav(el, el.data());
4634 new NewsletterForm(this, options);
5013 var queryRegex = new RegExp(exprBoundary + query.toLowerCase(), 'g');
5187 var partPrefixAlnumRE = new RegExp('\\b' + queryAlnum);
5188 var partExactAlnumRE = new RegExp('\\b' + queryAlnum + '\\b');
5326 new ScrollButton(this, options);
5358 // new cse instance:
5870 var search = new Search();
5877 * Creates a new persistent store.
5926 'search-history': new Store('search-history', 3)
6026 new SwapContent(this, options);
6086 new Tabs(el, el.data());
6148 * Initialize a new toast element
6199 new Toast(el, el.data());
6264 // Transition to new state
6290 if (!data) {$this.data('dac.togglesection', (data = new Toggle(this)));}
6407 this.youTubePlayer = new YT.Player('youTubePlayer', {
6488 player = new VideoPlayer();