Home
last modified time | relevance | path

Searched refs:element (Results 176 – 200 of 796) sorted by relevance

12345678910>>...32

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeInvalidChildren.txt
/plugin/bez/scripts/
H A Dtask.js140 .insertAfter( this.element );
142 this.element.hide();
148 var selected = this.element.children( ":selected" ),
214 response( this.element.children( "option" ).map(function() {
238 this.element.children( "option" ).each(function() {
255 this.element.val( "" );
264 this.element.show();
H A Dthread.js197 .insertAfter( this.element );
199 this.element.hide();
205 var selected = this.element.children( ":selected" ),
271 response( this.element.children( "option" ).map(function() {
295 this.element.children( "option" ).each(function() {
312 this.element.val( "" );
321 this.element.show();
/plugin/siteexport/
H A Dscript.js292 return _.settings(call).filter(function(element){ argument
294 …if ( element.value == NS || element.value == JSINFO.id || element.value == JSINFO.namespace ) { el…
295 if ( !isNaN(element.value) ) { element.value = parseInt(element.value); }
296 …return element.name && _.forbidden_options.indexOf(element.name) < 0 && (element.value.length > 0 …
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js16 var style = new CKEDITOR.style( { element: lastH } );
32 var style = new CKEDITOR.style( { element: lowerH } );
48 var style = new CKEDITOR.style( { element: higherH } );
54 var style = new CKEDITOR.style( { element: 'p' } );
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js16 var style = new CKEDITOR.style( { element: lastH } );
32 var style = new CKEDITOR.style( { element: lowerH } );
48 var style = new CKEDITOR.style( { element: higherH } );
54 var style = new CKEDITOR.style( { element: 'p' } );
/plugin/odt/ODT/
H A Dstyleset.php35 abstract public function export($element); argument
109 $xml_code = XMLUtil::getNextElement($element, substr($style_elements, $pos), $end);
278 public function getStyleAtIndex($element, $index) { argument
279 switch ($element) {
290 public function getStyleCount($element) { argument
291 switch ($element) {
/plugin/publish/action/
H A Drecent.php28 foreach ($render as $id => $element) {
30 if ($this->isParentTag($element)) {
39 $id = $this->getPageId($element);
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js2350 if (element.currentStyle) {
2355 return element.style[prop];
2365 if (!element.resizedAttached) {
2379 element.resizeSensor.innerHTML =
2386 element.appendChild(element.resizeSensor);
2457 var i = 0, j = element.length;
2472 ResizeSensor.detach(element);
2478 if (element.resizeSensor) {
2479 element.removeChild(element.resizeSensor);
2480 delete element.resizeSensor;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php301 $element = $this->createElement($metadata->serializedName, $namespace);
302 $this->currentNode->appendChild($element);
303 $this->setCurrentNode($element);
325 …if ($this->isElementEmpty($element) && (null === $v || $this->isSkippableCollection($metadata) || …
326 $this->currentNode->removeChild($element);
348 private function isElementEmpty(\DOMElement $element): bool argument
350 return !$element->hasChildNodes() && !$element->hasAttributes();
451 private function addNamespaceAttributes(ClassMetadata $metadata, \DOMElement $element): void argument
457 } elseif ($element->namespaceURI === $uri) {
460 $element->setAttributeNS('http://www.w3.org/2000/xmlns/', $attribute, $uri);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php125 foreach ($tree as $element) {
126 if ($element['name'] !== '{DAV:}privilege') {
129 $result[] = $element['value'][0];
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php125 foreach ($tree as $element) {
126 if ($element['name'] !== '{DAV:}privilege') {
129 $result[] = $element['value'][0];
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js296 var element = ( styleNode.element || '' ).toLowerCase() ; variable
298 if ( element.length == 0 )
302 Element : element,
335 Element : overrideNode.element
361 style.Name = styleNode.name || element ;
364 this._ObjectStyles[ element ] = true ;
/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());
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php75 $element = new \SimpleXMLElement("<Date>$date</Date>");
76 … $deserialized = $this->handler->deserializeDate($this->visitor, $element, [], $this->context);
95 $element = new \SimpleXMLElement("<Date>2015-01-01T</Date>");
96 $this->handler->deserializeDate($this->visitor, $element, [], $this->context);
/plugin/combo/resources/snippet/js/
H A Dcombo-search-box.js12 * @param idSelector - an element id to select the input box
55 throw Error(`No element was found with the selector ${this.idSelector}`);
60 throw Error(`No search box input element found with the selector ${this.idSelector}`);
143 let element = data[index];
144 if (!(element instanceof HTMLElement)) {
145 throw Error("The suggested links data function should return HTML element");
150 li.appendChild(element);
151 // Note: HTML element such as anchors are added in the tab order, no need to add tabindex - 1
152 element.addEventListener("blur", function (event) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSqlNamespace.asciidoc46 $params['body'] = (array) Use the `query` element to start a query. Use the `cursor` element to continue a query. (Required)
59 $params['body'] = (array) Specify the query in the `query` element. (Required)
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/
H A DTypeFilter.php10 * @param mixed $element
12 public function apply($element); argument
H A DShallowCopyFilter.php13 public function apply($element) argument
15 return clone $element;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/
H A DTypeFilter.php10 * @param mixed $element
12 public function apply($element); argument
H A DShallowCopyFilter.php13 public function apply($element) argument
15 return clone $element;
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc45 var onKeydown = CKEDITOR.tools.addFunction( function( ev, element ) {
47 element = new CKEDITOR.dom.element( element );
56 if ( ( relative = element.getParent().getParent().getPrevious() ) ) {
57 nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] );
65 if ( ( relative = element.getParent().getParent().getNext() ) ) {
66 nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] );
82 if ( ( relative = element.getParent().getNext() ) ) {
88 else if ( ( relative = element.getParent().getParent().getNext() ) ) {
99 if ( ( relative = element.getParent().getPrevious() ) ) {
105 else if ( ( relative = element.getParent().getParent().getPrevious() ) ) {
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc45 var onKeydown = CKEDITOR.tools.addFunction( function( ev, element ) {
47 element = new CKEDITOR.dom.element( element );
56 if ( ( relative = element.getParent().getParent().getPrevious() ) ) {
57 nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] );
65 if ( ( relative = element.getParent().getParent().getNext() ) ) {
66 nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] );
82 if ( ( relative = element.getParent().getNext() ) ) {
88 else if ( ( relative = element.getParent().getParent().getNext() ) ) {
99 if ( ( relative = element.getParent().getPrevious() ) ) {
105 else if ( ( relative = element.getParent().getParent().getPrevious() ) ) {
/plugin/diagramsnet/lib/math/jax/output/SVG/
H A Djax.js19element.childNodes.length===1&&!x.element.firstChild.getAttribute("x")){x.element=x.element.firstC…
/plugin/webcomponent/_test/data/pages/
H A Dgroup.txt5 ''group'' implements the ''navbar-nav'' element that is used in a [[navbar|navbar]] to group elemen…
7 This is used mostly if you want a group of element at the right and an other at the left

12345678910>>...32