Home
last modified time | relevance | path

Searched refs:element (Results 126 – 150 of 796) sorted by last modified time

12345678910>>...32

/plugin/combo/syntax/
H A Dmath.php44 * How Dokuwiki will add P element
74 foreach (self::getTags() as $element) {
76 $pattern = PluginUtility::getLeafContainerTagPattern($element);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php89 foreach ($this->driver->findElements($by) as $element) {
90 $elements[] = $this->newElement($element);
112 $element = $this->newElement($this->driver->findElement($by));
120 return $element;
378 * @param WebDriverElement $element
381 protected function newElement(WebDriverElement $element) argument
383 return new EventFiringWebElement($element, $this->getDispatcher());
H A DEventFiringWebElement.php19 protected $element; variable in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
26 * @param WebDriverElement $element
29 public function __construct(WebDriverElement $element, WebDriverDispatcher $dispatcher) argument
31 $this->element = $element;
48 return $this->element;
61 $this->element->sendKeys($value);
80 $this->element->click();
105 $element = $this->newElement($this->element
400 newElement(WebDriverElement $element) global() argument
[all...]
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php1141 $fields = array_reduce($buildFields, function ($carry, $element) {
1143 return "$carry, p.{$element}";
1145 return "p.{$element}";
H A DOutline.php540 * (we may have section HTML element with a bar, the sectioning heading
631 $instructionCalls = array_map(function (Call $element) {
632 return $element->getInstructionCall();
697 $instructionCalls = array_map(function (Call $element) {
698 return $element->getInstructionCall();
781 $instructionCalls = array_map(function (Call $element) {
782 return $element->getInstructionCall();
H A DOutlineVisitor.php82 return array_map(function (Call $element) {
83 return $element->getInstructionCall();
H A DSnippetSystem.php135 foreach ($array as $element) {
136 $snippets[] = Snippet::createFromJson($element)
H A DPageKeywords.php76 $keyWords = array_map(function ($element) {
77 return strtolower($element);
H A DSnippet.php656 public function addElement(string $element): Snippet argument
658 $this->elements[$element] = 1;
1028 // the dom main not be loaded completely, the script may miss HTML dom element
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverSelect.php16 private $element; variable in Facebook\\WebDriver\\WebDriverSelect
20 public function __construct(WebDriverElement $element) argument
22 $tag_name = $element->getTagName();
27 $this->element = $element;
28 $value = $element->getAttribute('multiple');
39 return $this->element->findElements(WebDriverBy::tagName('option'));
86 $options = $this->element->findElements(WebDriverBy::xpath($xpath));
107 $options = $this->element->findElements(WebDriverBy::xpath($xpath));
142 $options = $this->element
[all...]
H A DAbstractWebDriverCheckboxOrRadio.php16 protected $element; variable in Facebook\\WebDriver\\AbstractWebDriverCheckboxOrRadio
24 public function __construct(WebDriverElement $element) argument
26 $tagName = $element->getTagName();
31 $this->name = $element->getAttribute('name');
36 $this->element = $element;
47 foreach ($this->getRelatedElements() as $element) {
48 if ($element->isSelected()) {
49 $selectedElement[] = $element;
62 foreach ($this->getRelatedElements() as $element) {
224 selectOption(WebDriverElement $element) global() argument
234 deselectOption(WebDriverElement $element) global() argument
[all...]
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php84 foreach ($this->fields as $element) {
88 $fieldsArray[$element->getName()] = $element->toAssociativeArray();
91 foreach ($this->tabs as $element) {
92 if (!($element instanceof FormMetaTab)) {
93 $tab = FormMetaTab::create($element);
95 $tab = $element;
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md166 // Find search element by its id, write 'PHP' inside and submit
167 $driver->findElement(WebDriverBy::id('searchInput')) // find search input element
171 // Find element of 'History' item in menu by its css selector
175 // Read text of the element and print it to output
178 // Click the element to navigate to revision history page
/plugin/combo/
H A Dyarn.lock119 is-potential-custom-element-name@^1.0.1:
121 resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5"
138 is-potential-custom-element-name "^1.0.1"
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js19 if(!cssLoaded){document.getElementsByTagName("head")[0].appendChild(new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css").attribute.set("href",env.css).element);}
21 el.firebugIcon=new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);el.content={};el.mainiframe=new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({"display":"none","width":lib.util.GetViewport().width+"px"}).insert(document.body);el.main=new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true).environment.addStyle({"display":"none","width":lib.util.GetViewport().width+"px"}).insert(document.body);if(!internal.isPopup){el.resizer=new lib.element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",win.resizer.start).insert(el.main);}
22 el.header=new lib.element("DIV").attribute.addClass("Header").insert(el.main);el.left={};el.left.container=new lib.element("DIV").attribute.addClass("Left").insert(el.main);el.right={};el.right.container=new lib.element("DIV").attribute.addClass("Right").insert(el.main);el.main.child.add(new lib.element("DI
71 parentLayer=d.html.openHtmlTree(map[t],parentLayer,map[t+1]);}}},navigate:function(_index,_element){with(firebug){el.right.html.nav[d.html.nIndex].attribute.removeClass("Selected") global() variable
127 if(pi.util.IsHash(_object[name])){_branch[name]={};this.movePrivateMembers(_object[name],_branch[name]);}};};};pi.element=new pi.base;pi.element.init=function(_val){this.environmen global() variable in pi
[all...]
H A Dfirebug-lite-1.2.js116 new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css").attribute.set("href",env.css).element
127 el.firebugIcon = new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);
133 el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
134 el.main = new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
136 el.resizer = new lib.element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",win.resizer.start).insert(el.main);
138 el.header = new lib.element("DIV").attribute.addClass("Header").insert(el.main);
140 el.left.container = new lib.element("DIV").attribute.addClass("Left").insert(el.main);
142 el.right.container = new lib.element("DIV").attribute.addClass("Right").insert(el.main);
143 el.main.child.add(new lib.element("DI
1384 var element = _element || internal.targetWindow.document.documentElement, global() variable
2286 pi.element = new pi.base; global() variable in pi
[all...]
/plugin/combo/resources/webcode/
H A Dwebcode-console.js32 let appendChild = function (element) { argument
33 webConsoleElement.appendChild(element);
60 let element = input[i];
65 if (typeof element === 'object') {
66 for (let prop in element) {
84 for (let prop in element) {
86 tdElement.innerHTML = print(element[prop]);
91 tdElement.innerHTML = print(element);
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md306 You can iterate over a list using the built-in each helper. Inside the block, you can use {{this}} or {{.}} to reference the element being iterated over.
/plugin/combo/ComboStrap/Tag/
H A DShareTag.php87 $element = $brandButton->getHtmlElement($buttonAttributes);
88 $rendererHtml = $buttonAttributes->toHtmlEnterTag($element);
113 $rendererHtml .= "</$element>";
136 $element = $brandButton->getHtmlElement($brandButton->getHtmlAttributes($requestedPage));
139 $element = 'button';
141 return "</$element>";
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverFlickFromElementAction.php25 * @param WebDriverElement $element
32 WebDriverElement $element, argument
40 parent::__construct($touch_screen, $element);
H A DWebDriverScrollFromElementAction.php15 * @param WebDriverElement $element
21 WebDriverElement $element, argument
27 parent::__construct($touch_screen, $element);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php49 * If $element is provided, move to the middle of the element first.
51 * @param WebDriverElement $element
54 public function click(WebDriverElement $element = null) argument
57 new WebDriverClickAction($this->mouse, $element)
65 * If $element is provided, move to the middle of the element first.
67 * @param WebDriverElement $element
70 public function clickAndHold(WebDriverElement $element = null) argument
73 new WebDriverClickAndHoldAction($this->mouse, $element)
86 contextClick(WebDriverElement $element = null) global() argument
102 doubleClick(WebDriverElement $element = null) global() argument
182 moveToElement(WebDriverElement $element, $x_offset = null, $y_offset = null) global() argument
201 release(WebDriverElement $element = null) global() argument
219 keyDown(WebDriverElement $element = null, $key = null) global() argument
237 keyUp(WebDriverElement $element = null, $key = null) global() argument
255 sendKeys(WebDriverElement $element = null, $keys = null) global() argument
[all...]
H A DWebDriverTouchActions.php36 * @param WebDriverElement $element
39 public function tap(WebDriverElement $element) argument
42 new WebDriverTapAction($this->touchScreen, $element)
105 * @param WebDriverElement $element
110 public function scrollFromElement(WebDriverElement $element, $x, $y) argument
113 new WebDriverScrollFromElementAction($this->touchScreen, $element, $x, $y)
120 * @param WebDriverElement $element
123 public function doubleTap(WebDriverElement $element) argument
126 new WebDriverDoubleTapAction($this->touchScreen, $element)
133 * @param WebDriverElement $element
136 longPress(WebDriverElement $element) global() argument
166 flickFromElement(WebDriverElement $element, $x, $y, $speed) global() argument
[all...]
/plugin/data/
H A Dscript.js90 getAliastype(this.element)
115 getAliastype(this.element)
/plugin/adhoctags/syntax/
H A Da.php3 * "Anchor" (Link) element component for the adhoctags plugin
63 function renderODTElementClose($renderer, $element) { argument

12345678910>>...32