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
5428 * 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>.
5468 wrapper = function() {
5481 id = (periodic) ? setInterval(wrapper, when) : setTimeout(wrapper, when);