| /template/strap/vendor/php-webdriver/webdriver/lib/Interactions/ |
| H A D | WebDriverActions.php | 54 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 D | WebDriverTouchActions.php | 39 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/ |
| D | dragdrop.js | 15 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 …]
|
| D | effects.js | 30 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 …]
|
| D | controls.js | 45 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/ |
| D | dragdrop.js | 15 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 …]
|
| D | effects.js | 30 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 …]
|
| D | controls.js | 45 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 D | WebDriverEventListener.php | 48 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 D | AbstractWebDriverCheckboxOrRadio.php | 16 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 D | WebDriverSelect.php | 16 private $element; variable in Facebook\\WebDriver\\WebDriverSelect 20 public function __construct(WebDriverElement $element)
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Interactions/Touch/ |
| H A D | WebDriverTouchScreen.php | 18 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 D | RemoteTouchScreen.php | 31 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 D | combo-html.js | 6 let cloneScriptElement = function (element) { argument 20 executionsError.push({"error": e, "element": scriptElement}); property
|
| /template/starterbootstrap/js/ |
| D | bootstrap.js | 188 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 D | EventFiringWebElement.php | 19 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 D | XmlDocument.php | 323 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/ |
| D | flat.js | 169 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/ |
| D | bootstrap.js | 132 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/ |
| D | bootstrap.js | 189 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/ |
| D | bootstrap.js | 189 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/ |
| D | tpl_functions.php | 145 function _tpl_output_page_tools($showTools = true, $element = 'li'){ 201 function _tpl_userinfo($element='li') {
|
| /template/templar/js/ |
| D | bootstrap-tab.js | 29 var Tab = function (element) { argument 73 , activate: function ( element, container, callback) { argument
|
| /template/parallax/lib/bootstrap/js/ |
| D | bootstrap.js | 185 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/ |
| D | tpl_functions.php | 304 function _tpl_output_tools_twitter_bootstrap($showTools = true, $element = 'li') 323 function _tpl_output_page_tools($showTools = true, $element = 'li'){
|