Lines Matching refs:groups
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
8747 var groups = selector.split('\uE007'), // split on replaced comma token
8767 for (i = 0, len = groups.length; i < len; ++i) {
8768 selector = prefix + groups[i];
8811 groups,
8825 groups = selector.split(',');
8845 for (i = 0; (group = groups[i++]);) { // TODO: off-dom test