Searched refs:pattern (Results 1 - 11 of 11) sorted by relevance

/yui3/src/recordset/js/
H A Drecordset-filter.js86 @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 Drecordset-filter-debug.js88 @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 Darray-extras-debug.js297 @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 Darray-extras.js295 @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 Dyui.js360 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 Dyui-core-debug.js360 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 Dyui-base-debug.js360 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 Dyui-debug.js360 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 Dyui-nodejs-debug.js360 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 Dsimpleyui-debug.js360 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 Dconcat.js360 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 170 milliseconds