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);
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 WIP
6329 // Y.log('testing pattern ' + i);
6333 // the pattern against the mod name
6341 // use the metadata supplied for the pattern
6351 // Y.log('executing pattern action: ' + pname);
6354 Y.log('Undefined module: ' + mname + ', matched a pattern: ' +