Lines Matching defs:root

5  * COPYING  file in the root directory of this source tree.
890 this.getNextByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL.hasClass(node,state)
892 return this.findNext(root,iter)
894 this.getPreviousByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL.hasClass(node,state)
896 return this.findPrevious(root,iter)
3399 var root=document.documentElement;
3400 root.insertBefore(form,root.firstChild);
3407 }root.removeChild(form);
3408 root=form=null
3484 var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[context]:context;
3488 for(var i=0,l=root.length;
3490 i++){Sizzle(selector,root[i],tmpSet)
3870 var fnBlock=["r=(function (root, context, o"];
3907 }function __path__(parent,offset){var root=parent;
3930 },generateNodePath:function(path,blocks){blocks.push("var node = __path__(root, o");
4135 var root=womb.firstChild;
4139 }}var domArgs=[root,this.tag.context,0];
4143 return root
4147 var root;
4149 root=parent.firstChild
4153 root=womb.firstChild
4154 }var domArgs=[root,this.tag.context,0];
4158 return root
4164 var root=womb.firstChild;
4167 var domArgs=[root,this.tag.context,0];
4171 return root
5578 var root=div.getElementsByTagName("*")[0];
5581 Firebug.Reps.appendNode(root,html);
6768 }return{read:function(text,startLine){var rule_start=[],rule_body_start=[],rules=[],in_comment=0,root=rule(),cur_parent=root,last_rule=null,stack=[],ch,ch2;
6794 cur_parent=last_rule.parent||root
6796 }}return saveLineNumbers(text,root,null,startLine)