| /yui3/src/recordset/js/ |
| H A D | recordset-filter.js | 2 * Plugin that provides the ability to filter through a recordset. 3 * Uses the filter methods available on Y.Array (see arrayextras submodule) to filter the recordset. 5 * @submodule recordset-filter 14 * Plugin that provides the ability to filter through a recordset. 15 * Uses the filter methods available on Y.Array (see arrayextras submodule) to filter the recordset. 23 NS: "filter", 37 Filter through the recordset with a custom filter function, or a key-value 40 @method filter [all...] |
| /yui3/build/recordset-filter/ |
| H A D | recordset-filter-debug.js | 1 YUI.add('recordset-filter', function(Y) { 4 * Plugin that provides the ability to filter through a recordset. 5 * Uses the filter methods available on Y.Array (see arrayextras submodule) to filter the recordset. 7 * @submodule recordset-filter 16 * Plugin that provides the ability to filter through a recordset. 17 * Uses the filter methods available on Y.Array (see arrayextras submodule) to filter the recordset. 25 NS: "filter", 39 Filter through the recordset with a custom filter functio [all...] |
| /yui3/src/uploader/tests/manual/ |
| H A D | simpleuploader.js | 3 filter: "raw",
|
| /yui3/src/event/js/ |
| H A D | hover.js | 26 // Y.delegate('hover', over, out, '#container', '.filter') 27 // comes in as ['hover', over, out, '#container', '.filter'], but 28 // node.delegate('hover', over, out, '.filter') 29 // comes in as ['hover', over, containerEl, out, '.filter'] 35 on: function (node, sub, notifier, filter) { 40 sub._detach = node[(filter) ? "delegate" : "on"]({ 54 }, filter);
|
| H A D | synthetic.js | 21 * <code>delegate(node, sub, notifier, filter)</code> methods.</p> 69 delegate = sub.filter, 260 method = (sub.filter) ? 'detachDelegate' : 'detach'; 265 synth[method](sub.node, sub, this.notifier, sub.filter); 310 * <pre><code>[type, callback, target, filter, context, argN...]</code></pre> 379 * <code>node.delegate(type, fn, filter)</code> or 380 * <code>Y.delegate(type, fn, container, filter)</code>. Like with 385 * <p>This function receives a fourth argument, which is the filter 387 * The filter will be either a boolean function that accepts a target 389 * string. To translate selector strings into filter function [all...] |
| H A D | delegate.js | 32 * object set to the Node matched by the filter (unless a specific context was 43 * @param filter {string|Function} a selector that must match the target of the 52 function delegate(type, fn, el, filter) { 57 // Support Y.delegate({ click: fnA, key: fnB }, el, filter, ...); 58 // and Y.delegate(['click', 'key'], fn, el, filter, ...); 68 // Y.delegate({'click', fn}, el, filter) => 69 // Y.delegate('click', fn, el, filter) 98 if (!type || !fn || !el || !filter) { 99 Y.log("delegate requires type, callback, parent, & filter", "warn"); 112 args.splice(2, 2, container); // remove the filter [all...] |
| H A D | mouseentermouseleave.js | 64 delegate: function (node, sub, notifier, filter) { 75 sub.handle.sub.filter = filter; 86 var currentTarget = Y.delegate._applyFilter(this.filter, args, ce),
|
| H A D | focusblur.js | 117 if (notifiers[i].handle.sub.filter) { 142 if (sub.filter) { 143 match = sub.filter.apply(target, 176 if (sub.filter.apply(target, 204 delegate: function (node, sub, notifier, filter) { 205 if (isString(filter)) { 206 sub.filter = function (target) { 207 return Y.Selector.test(target._node, filter,
|
| /yui3/build/event-hover/ |
| H A D | event-hover-debug.js | 28 // Y.delegate('hover', over, out, '#container', '.filter') 29 // comes in as ['hover', over, out, '#container', '.filter'], but 30 // node.delegate('hover', over, out, '.filter') 31 // comes in as ['hover', over, containerEl, out, '.filter'] 37 on: function (node, sub, notifier, filter) { 42 sub._detach = node[(filter) ? "delegate" : "on"]({ 56 }, filter);
|
| /yui3/build/arraylist-filter/ |
| H A D | arraylist-filter-debug.js | 1 YUI.add('arraylist-filter', function(Y) { 6 * @submodule arraylist-filter 11 * Adds filter method to ArrayList prototype 22 * @method filter 28 filter: function(validator) {
|
| /yui3/src/collection/js/ |
| H A D | arraylist-filter.js | 4 * @submodule arraylist-filter 9 * Adds filter method to ArrayList prototype 20 * @method filter 26 filter: function(validator) {
|
| /yui3/build/autocomplete-filters-accentfold/ |
| H A D | autocomplete-filters-accentfold-debug.js | 30 @param {Array} results Results to filter 39 return YArray.filter(results, function (result) { 53 @param {Array} results Results to filter 62 return YArray.filter(results, function (result) { 72 @param {Array} results Results to filter 81 return YArray.filter(results, function (result) { 91 @param {Array} results Results to filter 100 return YArray.filter(results, function (result) { 114 @param {Array} results Results to filter 123 return YArray.filter(result [all...] |
| /yui3/src/autocomplete/js/ |
| H A D | autocomplete-filters-accentfold.js | 28 @param {Array} results Results to filter 37 return YArray.filter(results, function (result) { 51 @param {Array} results Results to filter 60 return YArray.filter(results, function (result) { 70 @param {Array} results Results to filter 79 return YArray.filter(results, function (result) { 89 @param {Array} results Results to filter 98 return YArray.filter(results, function (result) { 112 @param {Array} results Results to filter 121 return YArray.filter(result [all...] |
| H A D | autocomplete-filters.js | 23 @param {Array} results Results to filter 36 return YArray.filter(results, function (result) { 54 @param {Array} results Results to filter 68 @param {Array} results Results to filter 82 return YArray.filter(results, function (result) { 92 @param {Array} results Results to filter 106 @param {Array} results Results to filter 120 return YArray.filter(results, function (result) { 130 @param {Array} results Results to filter 154 @param {Array} results Results to filter [all...] |
| /yui3/src/yui/tests/ |
| H A D | core-tests.js | 5 'http://localhost/build/yui/yui.js': { path: 'http://localhost/build/', filter: undefined }, 6 'http://localhost/build/yui/yui-debug.js': { path: 'http://localhost/build/', filter: 'debug' }, 7 'http://localhost/build/yui-base/yui-base.js': { path: 'http://localhost/build/', filter: undefined }, 8 'http://localhost/build/yui-base/yui-base-debug.js': { path: 'http://localhost/build/', filter: 'debug' }, 9 'http://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base.js': { path: 'http://combohost.com/combo?/build/', filter: undefined }, 10 'http://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base-debug.js': { path: 'http://combohost.com/combo?/build/', filter: 'debug' }, 11 'http://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base.js&build/loader/loader.js': { path: 'http://combohost.com/combo?/build/', filter: undefined }, 12 'http://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base-debug.js&buid/loader/loader.js': { path: 'http://combohost.com/combo?/build/', filter: 'debug' }, 13 'https://localhost/build/yui/yui.js': { path: 'https://localhost/build/', filter: undefined }, 14 'https://localhost/build/yui/yui-debug.js': { path: 'https://localhost/build/', filter [all...] |
| H A D | config-test.js | 7 Y.Assert.areEqual(YUI_config.gfilter, Y.config.filter); 12 Y.Assert.isUndefined(Y2.config.filter);
|
| /yui3/build/text-accentfold/ |
| H A D | text-accentfold-debug.js | 120 * @method filter 121 * @param {Array} haystack Array of strings to filter. 128 filter: function (haystack, func) { 129 return YArray.filter(haystack, function (item) {
|
| /yui3/src/text/js/ |
| H A D | text-accentfold.js | 118 * @method filter 119 * @param {Array} haystack Array of strings to filter. 126 filter: function (haystack, func) { 127 return YArray.filter(haystack, function (item) {
|
| /yui3/build/event-synthetic/ |
| H A D | event-synthetic-debug.js | 23 * <code>delegate(node, sub, notifier, filter)</code> methods.</p> 71 delegate = sub.filter, 262 method = (sub.filter) ? 'detachDelegate' : 'detach'; 267 synth[method](sub.node, sub, this.notifier, sub.filter); 312 * <pre><code>[type, callback, target, filter, context, argN...]</code></pre> 381 * <code>node.delegate(type, fn, filter)</code> or 382 * <code>Y.delegate(type, fn, container, filter)</code>. Like with 387 * <p>This function receives a fourth argument, which is the filter 389 * The filter will be either a boolean function that accepts a target 391 * string. To translate selector strings into filter function [all...] |
| /yui3/build/event-delegate/ |
| H A D | event-delegate-debug.js | 34 * object set to the Node matched by the filter (unless a specific context was 45 * @param filter {string|Function} a selector that must match the target of the 54 function delegate(type, fn, el, filter) { 59 // Support Y.delegate({ click: fnA, key: fnB }, el, filter, ...); 60 // and Y.delegate(['click', 'key'], fn, el, filter, ...); 70 // Y.delegate({'click', fn}, el, filter) => 71 // Y.delegate('click', fn, el, filter) 100 if (!type || !fn || !el || !filter) { 101 Y.log("delegate requires type, callback, parent, & filter", "warn"); 114 args.splice(2, 2, container); // remove the filter [all...] |
| /yui3/build/autocomplete-filters/ |
| H A D | autocomplete-filters-debug.js | 25 @param {Array} results Results to filter 38 return YArray.filter(results, function (result) { 56 @param {Array} results Results to filter 70 @param {Array} results Results to filter 84 return YArray.filter(results, function (result) { 94 @param {Array} results Results to filter 108 @param {Array} results Results to filter 122 return YArray.filter(results, function (result) { 132 @param {Array} results Results to filter 156 @param {Array} results Results to filter [all...] |
| /yui3/build/event-focus/ |
| H A D | event-focus-debug.js | 119 if (notifiers[i].handle.sub.filter) { 144 if (sub.filter) { 145 match = sub.filter.apply(target, 178 if (sub.filter.apply(target, 206 delegate: function (node, sub, notifier, filter) { 207 if (isString(filter)) { 208 sub.filter = function (target) { 209 return Y.Selector.test(target._node, filter,
|
| /yui3/build/event-outside/ |
| H A D | event-outside-debug.js | 75 delegate: function (node, sub, notifier, filter) { 80 }, filter, this);
|
| /yui3/src/simpleyui/scripts/ |
| H A D | concat.js | 18 filter: 'debug',
|
| /yui3/build/event-mouseenter/ |
| H A D | event-mouseenter-debug.js | 66 delegate: function (node, sub, notifier, filter) { 77 sub.handle.sub.filter = filter; 88 var currentTarget = Y.delegate._applyFilter(this.filter, args, ce),
|