Lines Matching refs:i

55             var i;
56 for (i = 0; i < ary.length; i += 1) {
57 if (ary[i] && func(ary[i], i, ary)) {
70 var i;
71 for (i = ary.length - 1; i > -1; i -= 1) {
72 if (ary[i] && func(ary[i], i, ary)) {
226 var i, part;
227 for (i = 0; ary[i]; i += 1) {
228 part = ary[i];
230 ary.splice(i, 1);
231 i -= 1;
233 if (i === 1 && (ary[2] === '..' || ary[0] === '..')) {
241 } else if (i > 0) {
242 ary.splice(i - 1, 2);
243 i -= 2;
260 var pkgName, pkgConfig, mapValue, nameParts, i, j, nameSegment,
307 for (i = nameParts.length; i > 0; i -= 1) {
308 nameSegment = nameParts.slice(0, i).join('/');
323 foundI = i;
339 starI = i;
595 each(mod.depMaps, function (depMap, i) { argument
603 if (dep && !mod.depMatched[i] && !processed[depId]) {
605 mod.defineDep(i, defined[depId]);
770 defineDep: function (i, depExports) { argument
773 if (!this.depMatched[i]) {
774 this.depMatched[i] = true;
776 this.depExports[i] = depExports;
1069 each(this.depMaps, bind(this, function (depMap, i) { argument
1079 this.depMaps[i] = depMap;
1084 this.depExports[i] = handler(this);
1091 this.defineDep(i, depExports);
1544 var paths, pkgs, pkg, pkgPath, syms, i, parentModule, url,
1565 for (i = syms.length; i > 0; i -= 1) {
1566 parentModule = syms.slice(0, i).join('/');
1575 syms.splice(0, i, parentPath);
1585 syms.splice(0, i, pkgPath);
2224 $.each($.jPlayer.prototype.instances, function(i, element) { argument
2419 fs, i, il;
2433 for(i = 0, il = specOrder.length; i < il; i++) {
2434 var n = specOrder[i];
2493 $.each( $.jPlayer.keyIgnoreElementNames.split(/\s+/g), function(i, name) { argument
3163 for(var i=0; i < paramStr.length; i++) {
3164 htmlObj.appendChild(document.createElement(paramStr[i]));
3301 $.each(this.instances, function(i, element) { argument
3305 delete self.instances[i];
3538 $.each($.jPlayer.htmlEvent, function(i, eventType) { argument
4572 for(var i = 0; i < keys.length; i++) {
4573 if(opt[keys[i]] !== undefined) {
4574 opt = opt[keys[i]];
4948 $.each(media.track || [], function(i,v) { argument
5448 $.each( $.jPlayer.emulateMethods.split(/\s+/g), function(i, name) { argument
5458 $.each( $.jPlayer.reservedEvent.split(/\s+/g), function(i, name) { argument
5480 $.each( $.jPlayer.emulateStatus.split(/\s+/g), function(i, name) { argument
5483 $.each( $.jPlayer.emulateOptions.split(/\s+/g), function(i, name) { argument
5495 $.each( emulated.split(/\s+/g), function(i, name) { argument