Lines Matching refs:wrapper
537 The build system will produce the `YUI.add` wrapper for you module, along
1753 * deployed as first-class YUI 3 modules. Eventually, the wrapper
1756 * the wrapper modules via this config.
2552 Returns a wrapper for a function which caches the return value of that function,
2554 when the wrapper is called.
2560 passed to the wrapper function, arguments that aren't strings and don't provide
4444 * Provides a setTimeout/setInterval wrapper. This module is a `core` YUI module, <a href="../classes/YUI.html#method_later">it's documentation is located under the YUI class</a>.
4484 wrapper = function() {
4497 id = (periodic) ? setInterval(wrapper, when) : setTimeout(wrapper, when);
4711 * @param {String} config.2in3 The version of the YUI 2 in 3 wrapper to use. The intrinsic support for YUI 2 modules in YUI 3 relies on versions of the YUI 2 components inside YUI 3 module wrappers. These wrappers change over time to accomodate the issues that arise from running YUI 2 in a YUI 3 sandbox.