| /yui3/src/loader/js/ |
| H A D | meta.js | 32 groups: {}, 34 groups = META.groups, 43 groups.yui2.base = base + root; 44 groups.yui2.root = root; 45 groups.yui2.comboBase = combo; 52 groups.gallery.base = base + root; 53 groups.gallery.root = root; 54 groups.gallery.comboBase = combo; 58 groups[VERSIO [all...] |
| H A D | loader.js | 93 * @param {Object} config.groups A list of group definitions. Each group can contain specific definitions for `base`, `comboBase`, `combine`, and accepts a list of `modules`. 361 self.groups = Y.merge(Y.Env.meta.groups); 671 } else if (i == 'groups') { 690 this.groups.gallery.update(val, o); 692 this.groups.yui2.update(o['2in3'], o.yui2, o); 832 self.groups[name] = o; 2192 if (groupName && this.groups[groupName] && this.groups[groupName].filter) { 2193 modFilter = this.groups[groupNam [all...] |
| /yui3/src/dd/js/ |
| H A D | delegate.js | 158 var items, groups, config; 162 groups = this.dd.get('groups'); 165 if (config && 'groups' in config) { 166 groups = config.groups; 170 this.createDrop(i, groups); 179 * @param {Array} groups The default groups to assign this target to. 182 createDrop: function(node, groups) { [all...] |
| H A D | drop.js | 104 * @attribute groups 105 * @description Array of groups to add this drop into. 108 groups: { 247 * @description The groups this target belongs to. 271 * @description Check if this target is in one of the supplied groups. 272 * @param {Array} groups The groups to check against 275 inGroup: function(groups) { 278 Y.each(groups, function(v, k) { 301 this.set('groups', thi [all...] |
| H A D | drag.js | 369 * @attribute groups 370 * @description Array of groups to add this drag into. 373 groups: { 511 config.groups = config.groups || this.get('groups'); 521 * @description Storage Array for the groups this drag belongs to. 993 this.set('groups', this.get('groups'));
|
| /yui3/build/dd-delegate/ |
| H A D | dd-delegate-debug.js | 160 var items, groups, config; 164 groups = this.dd.get('groups'); 167 if (config && 'groups' in config) { 168 groups = config.groups; 172 this.createDrop(i, groups); 181 * @param {Array} groups The default groups to assign this target to. 184 createDrop: function(node, groups) { [all...] |
| /yui3/src/loader/tests/ |
| H A D | loader-tests.js | 99 groups: { 124 groups: { 170 groups: { 236 groups: { 279 groups: { 293 Assert.isTrue(Y.Foo, 'Raw groups module did not load'); 471 groups: { 709 groups: { 748 groups: { 784 groups [all...] |
| /yui3/src/sortable/tests/ |
| H A D | sortable-tests.js | 41 var _1len = sort.delegate.dd.get('groups').length, 42 _2len = sort2.delegate.dd.get('groups').length; 45 var _1len2 = sort.delegate.dd.get('groups').length, 46 _2len2 = sort2.delegate.dd.get('groups').length; 53 var _1len = sort.delegate.dd.get('groups').length, 54 _2len = sort2.delegate.dd.get('groups').length; 57 var _1len2 = sort.delegate.dd.get('groups').length, 58 _2len2 = sort2.delegate.dd.get('groups').length; 65 var _1len = sort.delegate.dd.get('groups').length, 66 _2len = sort2.delegate.dd.get('groups') [all...] |
| /yui3/build/loader/ |
| H A D | loader-debug.js | 34 groups: {}, 36 groups = META.groups, 45 groups.yui2.base = base + root; 46 groups.yui2.root = root; 47 groups.yui2.comboBase = combo; 54 groups.gallery.base = base + root; 55 groups.gallery.root = root; 56 groups.gallery.comboBase = combo; 60 groups[VERSIO [all...] |
| /yui3/build/loader-base/ |
| H A D | loader-base-debug.js | 34 groups: {}, 36 groups = META.groups, 45 groups.yui2.base = base + root; 46 groups.yui2.root = root; 47 groups.yui2.comboBase = combo; 54 groups.gallery.base = base + root; 55 groups.gallery.root = root; 56 groups.gallery.comboBase = combo; 60 groups[VERSIO [all...] |
| /yui3/build/dd-drop/ |
| H A D | dd-drop-debug.js | 106 * @attribute groups 107 * @description Array of groups to add this drop into. 110 groups: { 249 * @description The groups this target belongs to. 273 * @description Check if this target is in one of the supplied groups. 274 * @param {Array} groups The groups to check against 277 inGroup: function(groups) { 280 Y.each(groups, function(v, k) { 303 this.set('groups', thi [all...] |
| /yui3/src/test/js/ |
| H A D | TestRunner.js | 12 * Determines if any of the array of test groups appears
14 * @param {Array} testGroups The array of test groups to
16 * @param {String} filter The TestRunner groups filter.
204 * The list of test groups to run. The list is represented
777 !inGroups(testCase.groups, this._groups) ||
975 * of internally managing test suites. <code>groups</code> is an array
976 * of test groups indicating which tests to run.
995 //determine if there are any groups to filter on
996 runner._groups = (options.groups instanceof Array) ? "," + options.groups [all...] |
| /yui3/build/yui/ |
| H A D | yui-debug.js | 257 groups = config.groups, 268 } else if (groups && name == 'groups') { 269 clobber(groups, attr); 1560 * disable combo handling for YUI and all module groups configured 1631 * metadata fields. Also see groups, which provides a way to 1653 * Aliases are dynamic groups of modules that can be used as 1674 * groups: { 1708 * @property groups [all...] |
| /yui3/build/yui-nodejs/ |
| H A D | yui-nodejs-debug.js | 257 groups = config.groups, 268 } else if (groups && name == 'groups') { 269 clobber(groups, attr); 1560 * disable combo handling for YUI and all module groups configured 1631 * metadata fields. Also see groups, which provides a way to 1653 * Aliases are dynamic groups of modules that can be used as 1674 * groups: { 1708 * @property groups [all...] |
| /yui3/build/sortable/ |
| H A D | sortable-debug.js | 45 groups: [ id ] 64 groups: del.dd.get('groups')
|
| /yui3/src/sortable/js/ |
| H A D | sortable.js | 43 groups: [ id ] 62 groups: del.dd.get('groups')
|
| /yui3/build/dd-drag/ |
| H A D | dd-drag-debug.js | 371 * @attribute groups 372 * @description Array of groups to add this drag into. 375 groups: { 513 config.groups = config.groups || this.get('groups'); 523 * @description Storage Array for the groups this drag belongs to. 995 this.set('groups', this.get('groups'));
|
| /yui3/src/yui/js/ |
| H A D | yui.js | 257 groups = config.groups, 268 } else if (groups && name == 'groups') { 269 clobber(groups, attr); 1560 * disable combo handling for YUI and all module groups configured 1631 * metadata fields. Also see groups, which provides a way to 1653 * Aliases are dynamic groups of modules that can be used as 1674 * groups: { 1708 * @property groups [all...] |
| /yui3/build/yui-core/ |
| H A D | yui-core-debug.js | 257 groups = config.groups, 268 } else if (groups && name == 'groups') { 269 clobber(groups, attr); 1560 * disable combo handling for YUI and all module groups configured 1631 * metadata fields. Also see groups, which provides a way to 1653 * Aliases are dynamic groups of modules that can be used as 1674 * groups: { 1708 * @property groups [all...] |
| /yui3/src/dd/tests/ |
| H A D | dd-tests.js | 162 Y.Assert.areSame(1, dd.get('groups').length, 'DD already in a group'); 164 Y.Assert.areSame(2, dd.get('groups').length, 'Failed to add DD to a group'); 166 Y.Assert.areSame(1, dd.get('groups').length, 'Failed to remove DD from a group'); 169 Y.Assert.areSame(1, dd.target.get('groups').length, 'DD already in a group'); 171 Y.Assert.areSame(2, dd.target.get('groups').length, 'Failed to add DD to a group'); 173 Y.Assert.areSame(1, dd.target.get('groups').length, 'Failed to remove DD from a group'); 222 dd = new Y.DD.Drag({ node: '#drag', groups: ['one', 'two'], target: true }); 223 Y.Assert.areSame(dd.get('groups').length, dd.target.get('groups').length, 'Groups failed to pass from Drag to Drop'); 227 dd = new Y.DD.Drag({ node: '#drag', target: { groups [all...] |
| /yui3/build/yui-base/ |
| H A D | yui-base-debug.js | 257 groups = config.groups, 268 } else if (groups && name == 'groups') { 269 clobber(groups, attr); 1560 * disable combo handling for YUI and all module groups configured 1631 * metadata fields. Also see groups, which provides a way to 1653 * Aliases are dynamic groups of modules that can be used as 1674 * groups: { 1708 * @property groups [all...] |
| /yui3/build/test/ |
| H A D | test-debug.js | 791 * Determines if any of the array of test groups appears 793 * @param {Array} testGroups The array of test groups to 795 * @param {String} filter The TestRunner groups filter. 983 * The list of test groups to run. The list is represented 1556 !inGroups(testCase.groups, this._groups) || 1754 * of internally managing test suites. <code>groups</code> is an array 1755 * of test groups indicating which tests to run. 1774 //determine if there are any groups to filter on 1775 runner._groups = (options.groups instanceof Array) ? "," + options.groups [all...] |
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 257 groups = config.groups, 268 } else if (groups && name == 'groups') { 269 clobber(groups, attr); 1560 * disable combo handling for YUI and all module groups configured 1631 * metadata fields. Also see groups, which provides a way to 1653 * Aliases are dynamic groups of modules that can be used as 1674 * groups: { 1708 * @property groups [all...] |
| /yui3/src/simpleyui/js/ |
| H A D | concat.js | 257 groups = config.groups, 268 } else if (groups && name == 'groups') { 269 clobber(groups, attr); 1560 * disable combo handling for YUI and all module groups configured 1631 * metadata fields. Also see groups, which provides a way to 1653 * Aliases are dynamic groups of modules that can be used as 1674 * groups: { 1708 * @property groups [all...] |