Searched refs:groups (Results 1 - 24 of 24) sorted by relevance

/yui3/src/loader/js/
H A Dmeta.js32 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 Dloader.js93 * @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 Ddelegate.js158 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 Ddrop.js104 * @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 Ddrag.js369 * @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 Ddd-delegate-debug.js160 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 Dloader-tests.js99 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 Dsortable-tests.js41 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 Dloader-debug.js34 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 Dloader-base-debug.js34 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 Ddd-drop-debug.js106 * @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 DTestRunner.js12 * 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 Dyui-debug.js257 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 Dyui-nodejs-debug.js257 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 Dsortable-debug.js45 groups: [ id ]
64 groups: del.dd.get('groups')
/yui3/src/sortable/js/
H A Dsortable.js43 groups: [ id ]
62 groups: del.dd.get('groups')
/yui3/build/dd-drag/
H A Ddd-drag-debug.js371 * @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 Dyui.js257 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 Dyui-core-debug.js257 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 Ddd-tests.js162 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 Dyui-base-debug.js257 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 Dtest-debug.js791 * 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 Dsimpleyui-debug.js257 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 Dconcat.js257 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...]

Completed in 731 milliseconds