Home
last modified time | relevance | path

Searched refs:Simulated (Results 1 – 3 of 3) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2858 Element.Methods.Simulated = { class in Element.Methods
2917 extendElementWith(element, Element.Methods.Simulated);
2947 Object.extend(Methods, Element.Methods.Simulated);
2958 return Element.Methods.Simulated.hasAttribute(element, attribute);
3034 copy(Element.Methods.Simulated, elementPrototype, true);
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2520 Element.Methods.Simulated = { class in Element.Methods
2569 Object.extend(Methods, Element.Methods.Simulated);
2580 return Element.Methods.Simulated.hasAttribute(element, attribute);
2652 copy(Element.Methods.Simulated, HTMLElement.prototype, true);
/plugin/issuetracker/
H A Dprototype.js2860 Element.Methods.Simulated = { class in Element.Methods
2919 extendElementWith(element, Element.Methods.Simulated);
2949 Object.extend(Methods, Element.Methods.Simulated);
2964 Element.hasAttribute = Element.Methods.Simulated.hasAttribute;
3042 copy(Element.Methods.Simulated, elementPrototype, true);