Home
last modified time | relevance | path

Searched +defs:node +defs:x (Results 1 – 6 of 6) sorted by relevance

/template/a_new_day/js/
Deffects.js31 return $A($(element).childNodes).collect( function(node) { argument
38 return $A($(element).childNodes).collect( function(node) { argument
380 x: 0, property
411 Object.extend({ x: toLeft, y: toTop }, arguments[3] || {})); property
665 [ new Effect.Move(element, {x: 0, y: 100, sync: true }), property
684 { x: 20, y: 0, duration: 0.05, afterFinishInternal: function(effect) { property
686 { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
688 { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
690 { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
692 { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
[all …]
Ddragdrop.js233 new Effect.Move(element, { x: -left_offset, y: -top_offset, duration: dur, property
861 _constructIndex: function(node) { argument
/template/battlehorse/js/
Deffects.js31 return $A($(element).childNodes).collect( function(node) { argument
38 return $A($(element).childNodes).collect( function(node) { argument
380 x: 0, property
411 Object.extend({ x: toLeft, y: toTop }, arguments[3] || {})); property
665 [ new Effect.Move(element, {x: 0, y: 100, sync: true }), property
684 { x: 20, y: 0, duration: 0.05, afterFinishInternal: function(effect) { property
686 { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
688 { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
690 { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
692 { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
[all …]
Ddragdrop.js233 new Effect.Move(element, { x: -left_offset, y: -top_offset, duration: dur, property
861 _constructIndex: function(node) { argument
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js453 this.clearNode=function(node){var nodeName=" "+node.nodeName.toLowerCase()+" "; argument
458 this.eraseNode=function(node){while(node.lastChild){node.removeChild(node.lastChild) argument
482 var coords={x:0,y:0}; property
515 }}}var coords={x:0,y:0}; property
564 this.move=function(element,x,y){element.style.left=x+"px"; argument
759 this.hasClass=function(node,name){if(arguments.length==2){return(" "+node.className+" ").indexOf(" … argument
768 this.old_hasClass=function(node,name){if(!node||node.nodeType!=1){return false argument
776 this.setClass=function(node,name){if(node&&(" "+node.className+" ").indexOf(" "+name+" ")==-1){node… argument
778 this.getClassValue=function(node,name){var re=new RegExp(name+"-([^ ]+)"); argument
782 this.removeClass=function(node,name){if(node&&node.className){var index=node.className.indexOf(name… argument
[all …]
/template/dokui/js/
Dhighlight.js1xtSibling){if(o.nodeName=="CODE"){return o}if(!(o.nodeType==3&&o.nodeValue.match(/\s+/))){break}}}… property