Searched refs:pattern (Results 1 - 11 of 11) sorted by relevance
| /yui3/src/recordset/js/ |
| H A D | recordset-filter.js | 86 @param {RegExp} pattern The regular expression to test against each record. 91 grep: function (pattern) { 93 records: YArray.grep(this.get('host').get('records'), pattern)
|
| /yui3/build/recordset-filter/ |
| H A D | recordset-filter-debug.js | 88 @param {RegExp} pattern The regular expression to test against each record. 93 grep: function (pattern) { 95 records: YArray.grep(this.get('host').get('records'), pattern)
|
| /yui3/build/array-extras/ |
| H A D | array-extras-debug.js | 297 @param {RegExp} pattern Regular expression to test against each item. 302 A.grep = function(a, pattern) { 304 return pattern.test(item);
|
| /yui3/src/collection/js/ |
| H A D | array-extras.js | 295 @param {RegExp} pattern Regular expression to test against each item. 300 A.grep = function(a, pattern) { 302 return pattern.test(item);
|
| /yui3/src/yui/js/ |
| H A D | yui.js | 360 parseBasePath: function(src, pattern) { 361 var match = src.match(pattern), 384 function(pattern) { 392 parsed = Y.Env.parseBasePath(src, pattern);
|
| /yui3/build/yui-core/ |
| H A D | yui-core-debug.js | 360 parseBasePath: function(src, pattern) { 361 var match = src.match(pattern), 384 function(pattern) { 392 parsed = Y.Env.parseBasePath(src, pattern);
|
| /yui3/build/yui-base/ |
| H A D | yui-base-debug.js | 360 parseBasePath: function(src, pattern) { 361 var match = src.match(pattern), 384 function(pattern) { 392 parsed = Y.Env.parseBasePath(src, pattern);
|
| /yui3/build/yui/ |
| H A D | yui-debug.js | 360 parseBasePath: function(src, pattern) { 361 var match = src.match(pattern), 384 function(pattern) { 392 parsed = Y.Env.parseBasePath(src, pattern); 6491 //from an earlier pass from a pattern or else 6495 //This catches temp modules loaded via a pattern 6496 // The module will be added twice, once from the pattern and 6510 //Always assume it's javascript unless the CSS pattern is matched. 6850 // pattern match leaves module stub that needs to be filled out 7298 //TODO: Remove name check - it's a quick hack to fix pattern WI [all...] |
| /yui3/build/yui-nodejs/ |
| H A D | yui-nodejs-debug.js | 360 parseBasePath: function(src, pattern) { 361 var match = src.match(pattern), 384 function(pattern) { 392 parsed = Y.Env.parseBasePath(src, pattern); 5507 //from an earlier pass from a pattern or else 5511 //This catches temp modules loaded via a pattern 5512 // The module will be added twice, once from the pattern and 5526 //Always assume it's javascript unless the CSS pattern is matched. 5866 // pattern match leaves module stub that needs to be filled out 6314 //TODO: Remove name check - it's a quick hack to fix pattern WI [all...] |
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 360 parseBasePath: function(src, pattern) { 361 var match = src.match(pattern), 384 function(pattern) { 392 parsed = Y.Env.parseBasePath(src, pattern); 11747 * The pattern used to identify ARIA attributes
|
| /yui3/src/simpleyui/js/ |
| H A D | concat.js | 360 parseBasePath: function(src, pattern) { 361 var match = src.match(pattern), 384 function(pattern) { 392 parsed = Y.Env.parseBasePath(src, pattern); 11747 * The pattern used to identify ARIA attributes
|
Completed in 108 milliseconds