Lines Matching +full:- +full:- +full:strip +full:- +full:components
2 * @license RequireJS 2.1.5 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
71 for (i = ary.length - 1; i > -1; i -= 1) {
231 i -= 1;
234 //End of the line. Keep at least one non-dot
242 ary.splice(i - 1, 2);
243 i -= 2;
270 //otherwise, assume it is a top-level require that will
283 normalizedBaseParts = baseParts.slice(0, baseParts.length - 1);
307 for (i = nameParts.length; i > 0; i -= 1) {
313 for (j = baseParts.length; j > 0; j -= 1) {
360 if (scriptNode.getAttribute('data-requiremodule') === name &&
361 … scriptNode.getAttribute('data-requirecontext') === context.contextName) {
387 index = name ? name.indexOf('!') : -1;
388 if (index > -1) {
543 [defQueue.length - 1, 0].concat(globalDefQueue));
665 //is waiting on a non-plugin cycle.
775 this.depCount -= 1;
857 //favor a non-undefined return value over exports use.
1186 id: node && node.getAttribute('data-requiremodule')
1200 …n onError(makeError('mismatch', 'Mismatched anonymous define() module: ' + args[args.length - 1]));
1228 if (cfg.baseUrl.charAt(cfg.baseUrl.length - 1) !== '/') {
1418 if (index !== -1 && (!isRelative || index > 1)) {
1550 //The slash is important for protocol-less URLs as well as full paths.
1553 //Add extension if it is included. This is a bit wonky, only non-.js things pass
1565 for (i = syms.length; i > 0; i -= 1) {
1593 … url = (url.charAt(0) === '/' || url.match(/^[\w\+\.\-]+:/) ? '' : config.baseUrl) + url;
1597 ((url.indexOf('?') === -1 ? '?' : '&') +
1743 //Exports some context-sensitive methods on global require.
1797 node.charset = 'utf-8';
1800 node.setAttribute('data-requirecontext', context.contextName);
1801 node.setAttribute('data-requiremodule', moduleName);
1808 …ct.microsoft.com/IE/feedback/details/648057/script-onload-event-is-not-fired-immediately-after-scr…
1821 //Probably IE. IE (at least 6-8) do not fire
1838 //and then destroys all installs of IE 6-9.
1846 //For some cache cases in IE 6-8, the script executes before the end
1894 //Look for a data-main script attribute, which could also adjust the baseUrl.
1904 //Look for a data-main attribute to set main script for the page
1907 dataMain = script.getAttribute('data-main');
1911 //Pull off the directory of data-main for use as the
1921 //Strip off any trailing .js since dataMain is now
1925 //Put the data-main script in the files to load.
1980 //If in IE 6-8 and hit an anonymous define() call, do the interactive
1986 name = node.getAttribute('data-requiremodule');
1988 context = contexts[node.getAttribute('data-requirecontext')];
2008 * to use a better, environment-specific call. Only used for transpiling
2021 var components = { variable
2025 "main": "jplayer-built.js"
2035 "baseUrl": "components"
2038 require.config(components);
2040 var require = components;
2043 module.exports = components;