Lines Matching +defs:match +defs:end

479 RegExp.prototype.match = RegExp.prototype.test;  method in RegExp
542 return function(match) { return template.evaluate(match) }; argument
573 return this.gsub(pattern, function(match) { argument
659 return this.replace(/-+(.)?/g, function(match, chr) { argument
792 return this.template.gsub(this.pattern, function(match) { argument
1389 function $R(start, end, exclusive) { argument
1394 function initialize(start, end, exclusive) { argument
2186 match: function(element, selector) { method
3932 function match() { function in Prototype.Selector
4326 ID: function(match, context, isXML){ argument
4332 NAME: function(match, context, isXML){ argument
4345 TAG: function(match, context){ argument
4350 CLASS: function(match, curLoop, inplace, result, not, isXML){ argument
4370 ID: function(match){ argument
4373 TAG: function(match, curLoop){ argument
4377 CHILD: function(match){ argument
4391 ATTR: function(match, curLoop, inplace, result, not, isXML){ argument
4404 PSEUDO: function(match, curLoop, inplace, result, not){ argument
4421 POS: function(match){ argument
4446 has: function(elem, i, match){ argument
4487 last: function(elem, i, match, array){ argument
4496 lt: function(elem, i, match){ argument
4499 gt: function(elem, i, match){ argument
4502 nth: function(elem, i, match){ argument
4505 eq: function(elem, i, match){ argument
4510 PSEUDO: function(elem, match, i, array){ argument
4529 CHILD: function(elem, match){ argument
4572 ID: function(elem, match){ argument
4575 TAG: function(elem, match){ argument
4578 CLASS: function(elem, match){ argument
4582 ATTR: function(elem, match){ argument
4613 POS: function(elem, match, i, array){ argument
4626 Expr.match[ type ] = new RegExp( Expr.match[ type ].source + /(?![^\[]*\])(?![^\(]*\))/.source ); variable
4729 Expr.find.ID = function(match, context, isXML){ argument
4736 Expr.filter.ID = function(elem, match){ argument
4752 Expr.find.TAG = function(match, context){ argument
4822 Expr.find.CLASS = function(match, context, isXML) { argument
4951 function match(element, selector) { function
6039 match: function(element) { method