Lines Matching refs:time

164                           'SWF.eventHandler': 1 }, // be done at build time
171 time = new Date().getTime(),
235 VERSION = '3.3.0'; // dev time hack for cdn test
414 Env._yidx + '_' + time).replace(/\./g, '_');
842 * logic is performed at a time.
1249 a global YUI config at the same time. This way they can all call `YUI.applyConfig({})` instead of
1296 // add a window load event at load time so we can capture
2061 * Returns the current time in milliseconds.
2064 * @return {Number} Current time in milliseconds.
2608 // It is safer to look this up every time because yui-base is attached to a
2715 // property existence check on each iteration and save some time.
3807 This object is created and populated the first time the `_getEnv()` method
3819 don't have to look the node up each time we want to insert a request node.
3845 HTML nodes eligible to be purged next time autopurge is triggered.
4550 // test the first time _createNode() runs to determine whether we
5347 * categories are "info", "warn", "error", time".
5413 * categories are "info", "warn", "error", time".
5439 * single time unless periodic is set to true.
5469 // IE 8- may execute a setInterval callback one last time
5548 _supplier_ constructor will not be called immediately. The first time any
8238 * @param {Boolean} noRetry By default we try and set the position a second time if the first fails
9396 * every time this event fires. If 2, the YUI instance and the YUI global
9397 * (if event is enabled on the global) are notified every time this event
9454 * This event should only fire one time if true, and if
10328 * Listen to a custom event hosted by this object one time.
10350 * Listen to a custom event hosted by this object one time.
11063 Listen for an event one time. Equivalent to `on()`, except that
11081 Listen for an event one time. Equivalent to `once()`, except, like `after()`,
13797 * Applies an one-time event listener to each Node bound to the NodeList.
13829 * Applies an one-time event listener to each Node bound to the NodeList
14821 * in the DOM at the time the event is requested after the document
14891 * initial page load it will poll for a fixed time for the element.
15890 * Host objects should invoke this method at the appropriate time in their
18361 _runNative: function(time) {
19403 * categories are "info", "warn", "error", time".
19469 * categories are "info", "warn", "error", time".
19632 _runAttrs: function(time) {
19655 elapsed = (time - delay) / 1000;
19656 t = time;
19673 if (!delay || time >= delay) {