Lines Matching defs:instance

17 the end user interacts with.  As indicated below, each instance
102 YUI.GlobalConfig, and before the instance level configuration
129 // bind the specified additional modules for this instance
136 // Each instance can accept one or more configuration objects.
240 * Applies a new configuration object to the YUI instance config.
287 * Old way to apply a config to the instance (calls `applyConfig` under the hood)
297 * Initialize this YUI instance
309 * The version number of the YUI instance.
471 * Finishes the instance setup. Attaches whatever modules were defined
500 * Executes a method on a YUI instance with
503 * @param id {String} the YUI instance id.
515 var instance = instances[id], nest, m, i;
516 if (instance) {
518 m = instance;
525 return m && m.apply(instance, args);
541 @param fn {Function} entry point into the module that is used to bind module to the YUI instance.
542 @param {YUI} fn.Y The YUI instance this module is executed in.
556 @return {YUI} the YUI instance.
598 * module, binding the module to the YUI instance.
614 //Check for conditional modules (in a second+ instance) and add their requirements
725 * Attaches one or more modules to the YUI instance. When this
730 * are attached to the instance. If supplied, the use callback
749 * the instance has the required functionality. If included, it
751 * @param callback.Y {YUI} The `YUI` instance created for this sandbox
770 * @return {YUI} the YUI instance.
847 * the instance has the required functionality. If included, it
1079 If called as a method on a YUI <em>instance</em>, it creates the
1080 namespace on the instance.
1094 and not others. For instance, the following will fail in some browsers
1143 * @return {YUI} this YUI instance.
1212 * Destroys the YUI instance
1318 * the `YUI` instance. This object is supplied by the implementer
1319 * when instantiating a `YUI` instance. Some properties have default
1322 * `applyConfig()` to update the config object on a YUI instance that
1391 * The window/frame that this instance should operate in.
1416 * the list of available languages in modules that the YUI instance uses to
1766 * YUI instance context.
1776 * is executed in the YUI instance context. Returning `true` from this
1936 * Determines whether or not the supplied item is a date instance.
2269 @return {YUI} The YUI instance.
2592 Returns the `location` object from the window/frame in which this YUI instance
2604 instance operates.
2609 // YUI instance before a user's config is applied; i.e. `Y.config.win` does
2676 @return {Function|Object|YUI} The receiver, or the YUI instance if the
2797 * Adds utilities to the YUI instance for working with objects.
3040 * @return {YUI} the YUI instance.
3834 containing the actual transaction instance.
4929 * @param {Function} o.test The test function to execute, the only argument to the function is the `Y` instance
5351 * @return {YUI} YUI instance.
5417 * @return {YUI} YUI instance.
5758 * @default {YUI} the YUI instance
6028 * with what has been loaded by any instance on the page
6075 * A list of modules to attach to the YUI instance when complete.
6248 * Apply a new config to the Loader instance
7590 * @param {Object} source The YUI instance the request came from
7779 * Apply filter defined for this instance to a url/path