Home
last modified time | relevance | path

Searched defs:element (Results 1 – 25 of 73) sorted by relevance

123

/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php54 public function click(WebDriverElement $element = null)
70 public function clickAndHold(WebDriverElement $element = null)
86 public function contextClick(WebDriverElement $element = null)
102 public function doubleClick(WebDriverElement $element = null)
182 public function moveToElement(WebDriverElement $element, $x_offset = null, $y_offset = null)
201 public function release(WebDriverElement $element = null)
219 public function keyDown(WebDriverElement $element = null, $key = null)
237 public function keyUp(WebDriverElement $element = null, $key = null)
255 public function sendKeys(WebDriverElement $element = null, $keys = null)
H A DWebDriverTouchActions.php39 public function tap(WebDriverElement $element)
110 public function scrollFromElement(WebDriverElement $element, $x, $y)
123 public function doubleTap(WebDriverElement $element)
136 public function longPress(WebDriverElement $element)
166 public function flickFromElement(WebDriverElement $element, $x, $y, $speed)
/template/battlehorse/js/
Ddragdrop.js15 remove: function(element) { argument
19 add: function(element) { argument
57 isContained: function(element, drop) { argument
67 isAffected: function(point, element, drop) { argument
90 show: function(point, element) { argument
110 fire: function(event, element) { argument
200 removeObserver: function(element) { // element instead of observer fixes mem leaks argument
228 initialize: function(element) { argument
231 reverteffect: function(element, top_offset, left_offset) { argument
237 endeffect: function(element) { argument
[all …]
Deffects.js30 Element.collectTextNodes = function(element) { argument
37 Element.collectTextNodesIgnoreClass = function(element, className) { argument
45 Element.setContentZoom = function(element, percent) { argument
52 Element.getOpacity = function(element){ argument
56 Element.setOpacity = function(element, value){ argument
60 Element.getInlineOpacity = function(element){ argument
64 Element.forceRerendering = function(element) { argument
87 tagifyText: function(element) { argument
107 multiple: function(element, effect) { argument
122 $A(elements).each( function(element, index) { argument
[all …]
Dcontrols.js45 baseInitialize: function(element, update, options) { argument
294 addObservers: function(element) { argument
334 initialize: function(element, update, url, options) { argument
398 initialize: function(element, update, array, options) { argument
473 initialize: function(element, url, options) { argument
487 onComplete: function(transport, element) { argument
817 initialize: function(element, delay, callback) { argument
/template/a_new_day/js/
Ddragdrop.js15 remove: function(element) { argument
19 add: function(element) { argument
57 isContained: function(element, drop) { argument
67 isAffected: function(point, element, drop) { argument
90 show: function(point, element) { argument
110 fire: function(event, element) { argument
200 removeObserver: function(element) { // element instead of observer fixes mem leaks argument
228 initialize: function(element) { argument
231 reverteffect: function(element, top_offset, left_offset) { argument
237 endeffect: function(element) { argument
[all …]
Deffects.js30 Element.collectTextNodes = function(element) { argument
37 Element.collectTextNodesIgnoreClass = function(element, className) { argument
45 Element.setContentZoom = function(element, percent) { argument
52 Element.getOpacity = function(element){ argument
56 Element.setOpacity = function(element, value){ argument
60 Element.getInlineOpacity = function(element){ argument
64 Element.forceRerendering = function(element) { argument
87 tagifyText: function(element) { argument
107 multiple: function(element, effect) { argument
122 $A(elements).each( function(element, index) { argument
[all …]
Dcontrols.js45 baseInitialize: function(element, update, options) { argument
294 addObservers: function(element) { argument
334 initialize: function(element, update, url, options) { argument
398 initialize: function(element, update, array, options) { argument
473 initialize: function(element, url, options) { argument
487 onComplete: function(transport, element) { argument
817 initialize: function(element, delay, callback) { argument
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverEventListener.php48 public function beforeFindBy(WebDriverBy $by, $element, EventFiringWebDriver $driver);
55 public function afterFindBy(WebDriverBy $by, $element, EventFiringWebDriver $driver);
72 public function beforeClickOn(EventFiringWebElement $element);
77 public function afterClickOn(EventFiringWebElement $element);
82 public function beforeChangeValueOf(EventFiringWebElement $element);
87 public function afterChangeValueOf(EventFiringWebElement $element);
H A DAbstractWebDriverCheckboxOrRadio.php16 protected $element; variable in Facebook\\WebDriver\\AbstractWebDriverCheckboxOrRadio
24 public function __construct(WebDriverElement $element)
224 protected function selectOption(WebDriverElement $element)
234 protected function deselectOption(WebDriverElement $element)
H A DWebDriverSelect.php16 private $element; variable in Facebook\\WebDriver\\WebDriverSelect
20 public function __construct(WebDriverElement $element)
/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverTouchScreen.php18 public function tap(WebDriverElement $element);
26 public function doubleTap(WebDriverElement $element);
58 WebDriverElement $element,
70 public function longPress(WebDriverElement $element);
101 WebDriverElement $element,
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTouchScreen.php31 public function tap(WebDriverElement $element)
46 public function doubleTap(WebDriverElement $element)
96 public function flickFromElement(WebDriverElement $element, $xoffset, $yoffset, $speed)
113 public function longPress(WebDriverElement $element)
162 public function scrollFromElement(WebDriverElement $element, $xoffset, $yoffset)
/template/strap/resources/snippet/js/
H A Dcombo-html.js6 let cloneScriptElement = function (element) { argument
20 executionsError.push({"error": e, "element": scriptElement}); property
/template/starterbootstrap/js/
Dbootstrap.js188 var Button = function (element, options) { argument
305 var Carousel = function (element, options) { argument
545 var Collapse = function (element, options) { argument
670 .each($.proxy(function (i, element) { argument
677 Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) {
759 var Dropdown = function (element) { argument
919 var Modal = function (element, options) { argument
1202 var Tooltip = function (element, options) { argument
1233 Tooltip.prototype.init = function (type, element, options) { argument
1515 Tooltip.prototype.getPosition = function ($element) {
[all …]
/template/strap/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php19 protected $element; variable in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
29 public function __construct(WebDriverElement $element, WebDriverDispatcher $dispatcher)
400 protected function newElement(WebDriverElement $element)
/template/strap/ComboStrap/Xml/
H A DXmlDocument.php323 public function toXhtml(DOMElement $element = null): string
328 public function toXml(DOMElement $element = null): string
603 public function toXmlFormatted(DOMElement $element = null): string
619 public function toXmlNormalized(DOMElement $element = null): string
/template/flat/assets/js/
Dflat.js169 var Button = function (element, options) { argument
285 var Carousel = function (element, options) { argument
522 var Collapse = function (element, options) { argument
647 .each($.proxy(function (i, element) { argument
654 Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) {
735 var Dropdown = function (element) { argument
894 var Modal = function (element, options) { argument
1219 var Tooltip = function (element, options) { argument
1250 Tooltip.prototype.init = function (type, element, options) { argument
1532 Tooltip.prototype.getPosition = function ($element) {
[all …]
/template/kajukkk/bs/
Dbootstrap.js132 var Button = function (element, options) { argument
258 var Carousel = function (element, options) { argument
498 var Dropdown = function (element) { argument
662 var Modal = function (element, options) { argument
1003 var Tooltip = function (element, options) { argument
1035 Tooltip.prototype.init = function (type, element, options) { argument
1342 Tooltip.prototype.getPosition = function ($element) {
1523 var Popover = function (element, options) { argument
1632 var Tab = function (element) { argument
1682 Tab.prototype.activate = function (element, container, callback) { argument
[all …]
/template/klean/bootstrap/js/
Dbootstrap.js189 var Button = function (element, options) { argument
315 var Carousel = function (element, options) { argument
554 var Collapse = function (element, options) { argument
679 .each($.proxy(function (i, element) { argument
686 Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) {
768 var Dropdown = function (element) { argument
932 var Modal = function (element, options) { argument
1273 var Tooltip = function (element, options) { argument
1305 Tooltip.prototype.init = function (type, element, options) { argument
1612 Tooltip.prototype.getPosition = function ($element) {
[all …]
/template/mywiki/
Dbootstrap.js189 var Button = function (element, options) { argument
315 var Carousel = function (element, options) { argument
554 var Collapse = function (element, options) { argument
679 .each($.proxy(function (i, element) { argument
686 Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) {
768 var Dropdown = function (element) { argument
932 var Modal = function (element, options) { argument
1273 var Tooltip = function (element, options) { argument
1305 Tooltip.prototype.init = function (type, element, options) { argument
1612 Tooltip.prototype.getPosition = function ($element) {
[all …]
/template/dokubootstrapsimplified/
Dtpl_functions.php145 function _tpl_output_page_tools($showTools = true, $element = 'li'){
201 function _tpl_userinfo($element='li') {
/template/templar/js/
Dbootstrap-tab.js29 var Tab = function (element) { argument
73 , activate: function ( element, container, callback) { argument
/template/parallax/lib/bootstrap/js/
Dbootstrap.js185 var Button = function (element, options) { argument
290 var Carousel = function (element, options) { argument
482 var Collapse = function (element, options) { argument
638 , Dropdown = function (element) { argument
798 var Modal = function (element, options) { argument
1026 var Tooltip = function (element, options) { argument
1032 constructor: Tooltip, init: function (type, element, options) { argument
1267 var Popover = function (element, options) { argument
1368 function ScrollSpy(element, options) { argument
1528 var Tab = function (element) { argument
[all …]
/template/dokutwitterbootstrap/
Dtpl_functions.php304 function _tpl_output_tools_twitter_bootstrap($showTools = true, $element = 'li')
323 function _tpl_output_page_tools($showTools = true, $element = 'li'){

123