Lines Matching full:build
7 /** The lodash build to load. */
8 var build = (build = /build=([^&]+)/.exec(location.search)) && decodeURIComponent(build[1]);
23 search = location.search.replace(/^\?|&?(?:build|other)=[^&]*&?/g, '');
33 'build=' + (buildIndex < 0 ? build : buildList[buildIndex].value) + '&' +
40 '<label for="perf-build">Build: </label>' +
41 '<select id="perf-build">' +
63 switch (build) {
84 // The lodash build file path.
87 switch (build) {
88 case null: build = 'lodash';
90 default: return build;
108 ui.urlParams = { 'build': build, 'other': other }; property