Lines Matching refs:NEW
167 $('.next-class-link').find('.new').empty();
196 var $classDescriptions = new Array($classLinks.length);
540 /* New version of expandable content */
940 var me = new Object();
942 me.node = new Object();
950 me.node.children = new Array();
961 var node = new Object();
1022 /****** NEW version of script to build google and sample navs dynamically ******/
1023 // TODO: update Google reference docs to tolerate this new implementation
1641 // A mapping from category and type values to new values or human presentable strings.
1987 // Store new current section.
2141 '<i class="dac-sprite dac-open-in-new"></i>' +
2163 var published = new Date(post.published);
2197 reader = new BlogReader();
2388 * @returns {HTMLElement} A new Chip element.
2425 var id = (new Date()).getTime();
2558 * Redraw resource view based on new state.
2584 new Filter(el, el.data());
2641 new FloatingLabel(this, options);
2715 new Crumbs(this, options);
2802 el.data('search-input.dac', new SearchInput(el, el.data()));
2842 if (!data) { el.data('dac.carouselQuery', (data = new DacCarouselQuery(el))); }
2999 // Transition in a new frame
3005 // Helper which resolves new styles for an element, so it can start transitioning
3006 // from the new values.
3017 $el.data('dac-carousel', new DacCarousel(this));
3113 return new DacHero(el, resource, isSearch);
3124 var queryRE = new RegExp('(' + query + ')', 'ig');
3219 // New page visits have no hit count.
3270 el.data('dac.recentlyVisited', (data = new HistoryQuery(el)));
3415 var polyglot = window.polyglot = new window.Polyglot({
3445 // NEW
3927 new Modal(this, options);
3933 new ToggleModal(this, options);
4045 new Fullscreen($(this));
4094 new HeaderTabs(this);
4233 new Nav($(this));
4641 new ToggleNav(el, el.data());
4718 new NewsletterForm(this, options);
5136 var queryRegex = new RegExp(exprBoundary + query.toLowerCase(), 'g');
5310 var partPrefixAlnumRE = new RegExp('\\b' + queryAlnum);
5311 var partExactAlnumRE = new RegExp('\\b' + queryAlnum + '\\b');
5449 new ScrollButton(this, options);
5481 // new cse instance:
5993 var search = new Search();
6000 * Creates a new persistent store.
6049 'search-history': new Store('search-history', 3)
6154 new SwapContent(this, options);
6214 new Tabs(el, el.data());
6276 * Initialize a new toast element
6327 new Toast(el, el.data());
6392 // Transition to new state
6418 if (!data) {$this.data('dac.togglesection', (data = new Toggle(this)));}
6535 this.youTubePlayer = new YT.Player('youTubePlayer', {
6620 player = new VideoPlayer();