Home
last modified time | relevance | path

Searched refs:element (Results 51 – 75 of 796) sorted by relevance

12345678910>>...32

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php128 * An expectation for checking that an element is present on the DOM of a page.
129 * This does not necessarily mean that the element is visible.
131 * @param WebDriverBy $by The locator used to find the element.
148 * An expectation for checking that there is at least one element present on a web page.
150 * @param WebDriverBy $by The locator used to find the element.
165 * An expectation for checking that an element is present on the DOM of a page and visible.
166 * Visibility means that the element is not only displayed but also has a height and width that is greater than 0.
168 * @param WebDriverBy $by The locator used to find the element.
176 $element = $driver->findElement($by);
178 return $element
222 visibilityOf(WebDriverElement $element) global() argument
445 stalenessOf(WebDriverElement $element) global() argument
[all...]
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...]
/plugin/webcomponent/_test/
H A Dblockquote.test.php29 $element = syntax_plugin_webcomponent_blockquote::getTagName();
30 $doku_text = '<' . $element . '>MyQuote</' . $element . '>';
48 $element = syntax_plugin_webcomponent_blockquote::getTagName();
49 $doku_text = '<' . $element . '>MyQuote<cite>Nico</cite></' . $element . '>';
67 $element = syntax_plugin_webcomponent_blockquote::getTagName();
68 $doku_text = '<' . $element . ' class="" >MyQuote</' . $element . '>';
/plugin/tagfilter/script/select2/
H A Dselect2.js26 * use it carefully, as it overrides jQuery context of element on each iteration
108 function reinsertElement(element) { argument
111 element.before(placeholder);
112 placeholder.before(element);
180 function getSideBorderPadding(element) { argument
181 return element.outerWidth(false) - element.width();
184 function installKeyUpChangeEvent(element) { argument
186 element.on("keydown", function () {
187 if ($.data(element, ke
211 installFilteredMouseMove(element) global() argument
255 installDebouncedScroll(threshold, element) global() argument
842 AnonymousFunctionbb87bed02500(element) global() argument
958 AnonymousFunctionbb87bed02a00(element, collection) global() argument
1006 initSelection(element, callback) global() argument
[all...]
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js30 function ShowE( element, isVisible ) argument
32 if ( typeof( element ) == 'string' )
33 element = GetE( element ) ;
34 element.style.display = isVisible ? '' : 'none' ;
37 function SetAttribute( element, attName, attValue ) argument
40 element.removeAttribute( attName, 0 ) ; // 0 : Case Insensitive
42 element.setAttribute( attName, attValue, 0 ) ; // 0 : Case Insensitive
45 function GetAttribute( element, attName, valueIfNull ) argument
47 var oAtt = element.attributes[attName] ;
52 var oValue = element.getAttribute( attName, 2 ) ;
/plugin/odt/ODT/
H A DODTFrame.php66 * @param string $element The element name, e.g. "div"
77 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
95 * @param string $element The element name, e.g. "div"
140 if (!isset($element)) {
141 $element = 'div';
169 $frame->setHTMLElement ($element);
215 * @param string $element The element name, e.g. "div"
224 if (!isset($element)) {
225 $element = 'div';
351 $frame->setHTMLElement ($element);
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc33 var element = evt.data.element;
35 if ( element.is( 'img' ) && !element.data( 'cke-realelement' ) && !element.isReadOnly() )
53 if ( getSelectedImage( editor, element ) )
105 function getSelectedImage( editor, element ) {
106 if ( !element ) {
108 element = sel.getSelectedElement();
111 …if ( element && element.is( 'img' ) && !element.data( 'cke-realelement' ) && !element.isReadOnly()…
112 return element;
115 function getImageAlignment( element ) {
116 var align = element.getStyle( 'float' );
[all …]
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc33 var element = evt.data.element;
35 if ( element.is( 'img' ) && !element.data( 'cke-realelement' ) && !element.isReadOnly() )
53 if ( getSelectedImage( editor, element ) )
105 function getSelectedImage( editor, element ) {
106 if ( !element ) {
108 element = sel.getSelectedElement();
111 …if ( element && element.is( 'img' ) && !element.data( 'cke-realelement' ) && !element.isReadOnly()…
112 return element;
115 function getImageAlignment( element ) {
116 var align = element.getStyle( 'float' );
[all …]
/plugin/downloadcodeblock/
H A Dscript.js1 function preceding(element) { argument
2 return element && (element.previousElementSibling || preceding(element.parentNode));
5 function deriveFilename(element) { argument
7 const match = element && element.textContent.match(/^\s*(.+[/\\])?([^/\\]+\.\w+)\s*$/);
/plugin/htmlabstract/
H A Dsyntax.php122 $element = array();
132 $element[$detail->nodeName] = $detail->nodeValue;
135 if (!isset($element['author']))
136 $element['author'] = $params['unknown_author'];
137 $elements[] = $element;
150 foreach ($elements as $element)
155 …$item .= '<a href="'.$element['link'].'" class="wikilink1" title="'.$element['title'].'">'.$elemen…
157 $item .= $this->getLang('author').$element['author'];
159 $item .= ' '.$this->formatDate($element['pubDate']);
161 …$item .= '<div class="detail">'."\n".trim($this->formatDescription($element['description'], $param…
[all …]
/plugin/accscounter/
H A Dadmin.php61 $element = explode('|', $dataline);
62 $element[0] = trim($element[0]);
63 $element[1] = trim($element[1]);
64 …if ($helper->quickipcheck($element[0], $this->getConf('sfsExFreq'), $this->getConf('sfsExConf'))) {
66 $counterarray[0] = $counterarray[0] - $element[1];
67 $counterarray[2] = $counterarray[2] - $element[1];
75 … msg(sprintf($this->getLang('sfstried'), $page, $element[0], $element[1]));
76 } else $newcontents[] = $element[0] . '|' . $element[1];
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js430 if ( element.hasAttribute )
490 return element.style.cssText ;
537 range.SetStart( element, 4 ) ;
544 range.InsertNode( element.parentNode.removeChild( element ) ) ;
629 element = element.cloneNode( false ) ;
634 return element ;
642 delete element[attrName] ;
648 element._FCKMarkerId = id ;
649 element[attrName] = value ;
657 var id = element._FCKMarkerId ;
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DXMLHelper.php17 $element = $document->createElement($name);
20 $element->setAttribute($attribName, $attribValue);
23 return $element;
37 $element = self::createElement($document, $name, $attributes);
39 $element->appendChild($wrappedText);
41 return $element;
/plugin/runcommand/
H A Dpostaction.php39 foreach ($arrayKey as $element) {
40 if ($element == 'command'.$rcObjectId) continue;
41 if ($element == 'outputType'.$rcObjectId) continue;
42 if ($element == 'rcObjectId') continue;
44 $baseElement = preg_replace('/'.$rcObjectId.'$/', '', $element);
45 $command=str_replace("$".$baseElement,$_POST[$element],$command);
46 debug("Replace: ".$baseElement." -> ".$_POST[$element]." | ".$command, 3, $rcDebugLevel);
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js70 function ShowE( element, isVisible ) argument
72 if ( typeof( element ) == 'string' )
73 element = GetE( element ) ;
74 element.style.display = isVisible ? '' : 'none' ;
77 function SetAttribute( element, attName, attValue ) argument
87 var oAtt = element.attributes[attName] ;
92 var oValue = element.getAttribute( attName, 2 ) ;
102 var element = GetE( elementId ) ;
103 element.focus() ;
106 if ( element.select )
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js60element|descending|descendant-or-self|descendant|define|default|declare|comment|child|cast|case|be…
64element-content-type|xdmp:elapsed-time|xdmp:document-set-quality|xdmp:document-set-property|xdmp:d…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/
H A DTypeMatcher.php21 * @param mixed $element
25 public function matches($element) argument
27 … return is_object($element) ? is_a($element, $this->type) : gettype($element) === $this->type;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/
H A DTypeMatcher.php21 * @param mixed $element
25 public function matches($element) argument
27 return is_object($element) ? is_a($element, $this->type) : gettype($element) === $this->type;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js453 fe.debug=elSet.cbxDebug.element.checked;
460 if(isFinite(elSet.textNodeChars.element.value)&&elSet.textNodeChars.element.value>0) {
593 elSet.cbxDebug.element.checked=fe.debug;
1395 … if(element.childNodes&&(len==0||(len==1&&element.childNodes[0].nodeType==Node.TEXT_NODE)))return;
1420 var item = element.childNodes[i];
2275 pi.element = new pi.base; variable in pi
2276 pi.element.init = function(_val){
2285 pi.element.body = {
2322 …this.element[this.element.nodeName.toLowerCase()=="textarea"||this.element.nodeName.toLowerCase()=…
2408 this._parent_.element = _value;
[all …]
H A Dfirebug-lite-1.2-compressed.js8 …ndChild(new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css")…
11element("DIV").attribute.addClass("Header").insert(el.main);el.left={};el.left.container=new lib.e…
13element("DIV").attribute.addClass("Nav").insert(el.left.container);el.nav.console=new lib.element(…
14element("A").attribute.addClass("Tab").update("DOM").event.addListener("click",lib.util.Curry(d.na…
18element);settings.refreshForm();el.settings.container.environment.addStyle({"display":"block","lef…
36element("DIV").attribute.addClass("DOMRow").insert(parentElement),left=new lib.element("DIV").attr…
57 …usSibling.lib;link.attribute.addClass("Selected");if(link.element.scrollIntoView){link.element.scr…
62element.childNodes&&(len==0||(len==1&&element.childNodes[0].nodeType==Node.TEXT_NODE)))return;pare…
63element.childNodes[i];if(item.nodeType==1&&!item.getAttribute('firebugIgnore')){var container=new …
71element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").attribute.addClass…
[all …]
/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/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php179 * @param DOMElement $element
183 public static function xmlToVariable(DOMElement $element) argument
187 switch ($element->tagName) {
191 foreach ($element->childNodes as $entry) {
212 $className = $element->getAttribute('class');
214 if ($element->hasChildNodes()) {
215 $arguments = $element->childNodes->item(1)->childNodes;
232 $variable = $element->textContent == 'true' ? true : false;
238 $variable = $element->textContent;
240 settype($variable, $element->tagName);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.input.select.height.php9 $element =& $tree->get_element_by_id('input');
10 $this->assertEqual($element->get_full_height(),
22 $element =& $tree->get_element_by_id('input');
23 $this->assertEqual($element->get_full_height(),
24 pt2pt(33) + $element->_get_vert_extra());
H A Dtest.input.text.height.php9 $element =& $tree->get_element_by_id('input');
10 $this->assertEqual($element->get_full_height(),
22 $element =& $tree->get_element_by_id('input');
23 $this->assertEqual($element->get_full_height(),
24 pt2pt(22) + $element->_get_vert_extra());

12345678910>>...32