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|loader)=[^&]*&?/g, '');
33 'build=' + (buildIndex < 0 ? build : buildList[buildIndex].value) + '&' +
47 switch (build) {
74 '<label for="qunit-build">Build: </label>' +
75 '<select id="qunit-build">' +
108 // The lodash build file path.
111 switch (build) {
115 case null: build = 'lodash-dev';
117 default: return build;
135 // Used to indicate testing a core build.
139 ui.isForeign = RegExp('^(\\w+:)?//').test(build);
141 // Used to indicate testing a modularized build.
150 ui.urlParams = { 'build': build, 'loader': loader }; property