Lines Matching refs:expression

22 …se{var expression=jQuery.extend({owner:expr.owner},rule);matches.push(new Syntax.Match(RegExp.inde…
26 …nction(offset,length,expression,value){this.offset=offset;this.endOffset=offset+length;this.length… argument
28 …an');append=append||Syntax.Match.defaultReduceCallback;if(this.expression&&this.expression.klass){…
29 container.className+=' ';container.className+=this.expression.klass;}
34 return container;};Syntax.Match.prototype.canContain=function(match){if(match.expression.force){ret…
36 if(match.expression.only){return true;}
37 if(typeof(this.expression.allow)==='undefined'){return false;}
38 if(jQuery.isArray(this.expression.disallow)&&jQuery.inArray(match.expression.klass,this.expression.…
39 if(this.expression.allow==='*'){return true;}
40 if(jQuery.isArray(this.expression.allow)&&jQuery.inArray(match.expression.klass,this.expression.all…
41 …=function(match){var only=match.expression.only;if(only){var cur=this;while(cur!==null){if(jQuery.…
44 …n.splice(i,0,match);match.parent=this;if(!match.expression.owner){match.expression.owner=this.expr…
50 …[];if(this.expression&&this.expression.owner){match.expression=this.expression.owner.getRuleForKla…
69 start=this.offset;var match=new Syntax.Match(start,offset-start,this.expression);match.value=this.v…
97 …le.brush].buildTree(text,offset,additionalMatches);jQuery.extend(match.expression,rule);return mat…
101 …ce(null,function(container,match){if(match.expression){if(match.expression.process){container=matc…
102 if(match.expression.owner){var process=match.expression.owner.processes[match.expression.klass];if(…