Lines Matching refs:pattern
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 WIP
7313 // Y.log('testing pattern ' + i);
7317 // the pattern against the mod name
7325 // use the metadata supplied for the pattern
7335 // Y.log('executing pattern action: ' + pname);
7338 Y.log('Undefined module: ' + mname + ', matched a pattern: ' +