Searched defs:requirejs (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/
H A Dr.js4 * see: http://github.com/jrburke/requirejs for details
25 var requirejs, require, define; variable
114 * see: http://github.com/jrburke/requirejs for details
189 var e = new Error(msg + '\nhttp://requirejs.org/docs/errors.html#' + id);
254 if (typeof requirejs !== "undefined") {
255 if (isFunction(requirejs)) {
256 //Do not overwrite and existing requirejs instance.
259 cfg = requirejs;
260 requirejs = undefined;
1658 req = requirejs
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/requirejs/requirejs/1.0.8/
H A Drequirejs-1.0.8-min.js4 see: http://github.com/jrburke/requirejs for details
6 var requirejs,require,define; variable
7 (function(r){function K(a){return O.call(a)==="[object Function]"}function G(a){return O.call(a)==="[object Array]"}function $(a,c,l){for(var j in c)if(!(j in L)&&(!(j in a)||l))a[j]=c[j];return d}function P(a,c,d){a=Error(c+"\nhttp://requirejs.org/docs/errors.html#"+a);if(d)a.originalError=d;return a}function aa(a,c,d){var j,k,t;for(j=0;t=c[j];j++){t=typeof t==="string"?{name:t}:t;k=t.location;if(d&&(!k||k.indexOf("/")!==0&&k.indexOf(":")===-1))k=d+"/"+(k||t.name);a[t.name]={name:t.name,location:k||
26 ea=typeof opera!=="undefined"&&opera.toString()==="[object Opera]",L={},D={},U=[],C=null,Y=0,Q=!1,ia={require:!0,module:!0,exports:!0},d,u={},J,y,v,E,o,w,F,B,z,W,X;if(typeof define==="undefined"){if(typeof requirejs!=="undefined")if(K(requirejs))return;else u=requirejs,requirejs=r;typeof require!=="undefined"&&!K(require)&&(u=require,require=r);d=requirejs=function(a,c,d){var j="_",k;!G(a)&&typeof a!=="string"&&(k=a,G(c)?(a=c,c=d):a=[]);if(k&&k.context)j=k.context;d=D[j]||(D[j]=ga(j));k&&d.configure(k);

Completed in 34 milliseconds