Searched full:elements (Results 1 – 25 of 655) sorted by relevance
12345678910>>...27
12 /** Used to skip problem elements */15 /** Not all elements can be cloned in IE **/30 /** Detect whether the browser supports unknown elements */76 * Returns the value of `html5.elements` as an array.81 var elements = html5.elements;82 return typeof elements == 'string' ? elements.split(' ') : elements;86 * Extends the built-in list of html5 elements92 var elements = html5.elements;93 if(typeof elements != 'string'){94 elements = elements.join(' ');[all …]
4 …elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof… property
46 * Locates elements whose class name contains the search value; compound class58 * Locates elements matching a CSS selector.69 * Locates elements whose ID attribute matches the search value.80 * Locates elements whose NAME attribute matches the search value.91 * Locates anchor elements whose visible text matches the search value.102 * Locates anchor elements whose visible text partially matches the search114 * Locates elements whose tag name matches the search value.125 * Locates elements matching an XPath expression.
157 $elements = $driver->findElements($by);159 return count($elements) > 0 ? $elements : null;187 … * An expectation for checking than at least one element in an array of elements is present on the198 $elements = $driver->findElements($by);201 foreach ($elements as $element) {311 …* An expectation for checking if the given text is present in the specified elements value attribu…325 …* An expectation for checking if the given text is present in the specified elements value attribu…461 * Wrapper for a condition, which allows for elements to update by redrawing.
128 $elements = $this->getRelatedElements();129 if (!isset($elements[$index])) {133 $select ? $this->selectOption($elements[$index]) : $this->deselectOption($elements[$index]);
24 $elements = syntax_plugin_webcomponent_button::getTags();26 …$doku_text = '<' . $elements[0] . '>' . '[[:namespace:page#section|' . $link_content . ']]' . '</'…
46 elements: [], 103 // affected elements are found by truncating the selector after the interactive pseudo,124 // affected elements are given an expression under a fake css property, the classname is used130 … // dynamically added to the dom, the expression will also trigger for those new elements (provided166 this.elements.push(element);178 var l = this.elements.length;180 this.elements[i].unload();184 this.elements = [];
3 * Abstract superclass of all selector elements in the abstract syntax tree.12 * Abstract superclass of all selector elements in the abstract syntax tree.
3 * Abstract superclass of all elements in the abstract syntax tree.14 * Abstract superclass of all elements in the abstract syntax tree.
6 …elements=[],e(this.options),this.isTouchDevice=function(){return!!("ontouchstart"in window||window… property in anonymousFunction2cde35eb0200.A
2 * Design Elements - additional CSS for the Arctic template7 /* ----- General Elements ----- */94 /* ----- Page Elements -------- */
2 * Design Elements - additional CSS for the Arctic template7 /* ----- General Elements ----- *90 /* ----- Page Elements --------
11 const elements = document.querySelectorAll('code.language-txt') constant12 for (const element of elements) {
14 'class_attributes_separation' => ['elements' => ['method' => 'one']],109 'trailing_comma_in_multiline' => ['elements' => ['arrays']],112 'visibility_required' => ['elements' => ['method', 'property']],
5 …elements.reference;p=e.rects.popper,a=D(r(c=e.elements[c?"popper"===i?"reference":"popper":i])?c:c… property
39 // .fixed elements will be static at supplied breakpoint40 // set arg to false for permanent .fixed elements
58 * Correct the font size and margin on `h1` elements within `section` and184 * Change the alignment on media elements in all browsers (opinionated).311 * 2. Correct the color inheritance from `fieldset` elements in IE.500 * 2. Remove the tapping delay on clickable elements529 * Change the cursor on busy elements in all browsers (opinionated).537 * Change the cursor on control elements in all browsers (opinionated).546 * inoperable elements in all browsers (opinionated).555 * Change the display on visually hidden accessible elements
106 /* definition list elements: */139 /* details-summary elements: */149 /* definition list elements: */
18 /* Elements31 /* Fixes IE7 missing wrapping of code elements. */
4 (function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){…7 …undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr arti… property