Home
last modified time | relevance | path

Searched refs:setAttribute (Results 51 – 75 of 473) sorted by relevance

12345678910>>...19

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DForNode.php83 $this->loop->setAttribute('else', $this->hasNode('else'));
84 $this->loop->setAttribute('with_loop', $this->getAttribute('with_loop'));
85 $this->loop->setAttribute('ifexpr', $this->getAttribute('ifexpr'));
H A DNode.php95 $node->setAttribute('class', \get_class($this));
99 $attribute->setAttribute('name', $name);
110 $child->setAttribute('name', $name);
169 public function setAttribute($name, $value) function in Twig\\Node\\Node
H A DSetNode.php34 $this->setAttribute('safe', true);
39 $this->setAttribute('capture', false);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriberTest.php33 $context = DeserializationContext::create()->setAttribute('validation_groups', ['foo']);
51 $context = DeserializationContext::create()->setAttribute('validation_groups', ['foo']);
81 DeserializationContext::create()->setAttribute('validation_groups', ['Foo'])
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DTestUtil.php42 $pdo->setAttribute(\PDO::ATTR_ERRMODE,\PDO::ERRMODE_EXCEPTION);
53 $pdo->setAttribute(\PDO::ATTR_ERRMODE,\PDO::ERRMODE_EXCEPTION);
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js66 panel.setAttribute('style', 'padding: 5px;');
131 select.setAttribute('type', 'checkbox');
174 this.panel.setAttribute('style', 'padding: 5px;');
204 debug.setAttribute('hidden', true);
230 stepper.panel.setAttribute('hidden', true);
459 this.panel.setAttribute('style', 'padding: 5px;');
547 controls.setAttribute('class', 'controls');
551 panels.setAttribute('class', 'panels');
604 buttons[j].setAttribute('class', 'active');
608 buttons[j].setAttribute('class', '');
[all …]
/plugin/combo/resources/snippet/js/
H A Dmetadata.js35 submitButton.setAttribute("type", "submit");
36 submitButton.setAttribute("form", formHtmlElement.id);
155 submitButton.setAttribute("type", "submit");
156 submitButton.setAttribute("form", formId);
/plugin/magento/
H A Dauth.php385 $dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
439 $dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
505 $dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
535 $dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
567 $dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
600 $dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
637 $dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
688 $dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
/plugin/revealjs/js/
H A Dreveal.js753 dom.speakerNotes.setAttribute( 'tabindex', '0' );
794 statusDiv.setAttribute( 'aria-atomic','true' );
2531 hslide.setAttribute( 'data-index-h', h );
2537 vslide.setAttribute( 'data-index-h', h );
2538 vslide.setAttribute( 'data-index-v', v );
3216 element.setAttribute( 'hidden', '' );
3537 node.setAttribute( 'disabled', 'disabled' );
3855 video.setAttribute( 'loop', '' );
3868 video.setAttribute( 'playsinline', '' );
3884 iframe.setAttribute( 'allow', 'autoplay' );
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js766 elt.setAttribute('title', mxResources.get('deleteColumn'));
809 elt.setAttribute('title', mxResources.get('insertRowAfter'));
829 elt.setAttribute('title', mxResources.get('deleteRow'));
920 table2.setAttribute('border', '1');
923 table2.setAttribute('cellPadding', '8');
964 titleOption.setAttribute('id', 'geTitleOption');
965 titleOption.setAttribute('type', 'checkbox');
969 titleLbl.setAttribute('for', 'geTitleOption');
982 containerOption.setAttribute('id', 'geContainerOption');
983 containerOption.setAttribute('type', 'checkbox');
[all …]
/plugin/diagramsnet/lib/js/
H A Dmath-print.js37 s.setAttribute('type', 'text/javascript');
38 s.setAttribute('src', window.opener.DRAW_MATH_URL + '/MathJax.js');
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php45 public function setAttribute($name, $value) function in jucksearm\\barcode\\lib\\DatamatrixFactory
69 $this->setAttribute('code', $value);
80 $this->setAttribute('file', $value);
91 $this->setAttribute('size', $value);
102 $this->setAttribute('margin', $value);
113 $this->setAttribute('color', $value);
H A DPDF417Factory.php45 public function setAttribute($name, $value) function in jucksearm\\barcode\\lib\\PDF417Factory
69 $this->setAttribute('code', $value);
80 $this->setAttribute('file', $value);
91 $this->setAttribute('size', $value);
102 $this->setAttribute('margin', $value);
113 $this->setAttribute('color', $value);
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1setAttribute("aria-labelledby",[n,l.$.id].join(" "))},setup:function(l){var n=parseInt(l.getAttrib…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DLockedTest.php18 $root->setAttribute('xmlns:d','DAV:');
47 $root->setAttribute('xmlns:d','DAV:');
/plugin/freechat/phpfreechat/data/public/js/
H A Dcreatestylerule.js18 this.style.setAttribute("type", "text/css");
19 this.style.setAttribute("media", "screen");
/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js287 path.setAttribute('fill', 'none');
288 path.setAttribute('stroke', strokeColor);
289 path.setAttribute('stroke-width', strokeWidth);
299 path.setAttribute('stroke-dasharray', dashPattern);
308 path.setAttribute('d', strPath);
408 path.setAttribute('d', strPath + tmpPath);
H A DEditor.js1900 s.setAttribute('type', 'text/css');
2132 l.setAttribute('rel', 'preload');
2133 l.setAttribute('href', url);
2134 l.setAttribute('as', 'font');
2562 s.setAttribute('src', src);
3923 td.setAttribute('align', 'right');
4848 td.setAttribute('title', label);
4927 inp.setAttribute('readonly', '');
5602 elt.setAttribute('href', url);
6173 td.setAttribute('title', tag);
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc279 this.preview.setAttribute( 'src', noimage );
331 this.originalElement.setAttribute( 'alt', '' );
404 this.imageElement.setAttribute( 'alt', '' );
429 this.imageElement.setAttribute( 'type', 'image' );
431 this.imageElement.setAttribute( 'alt', '' );
553 original.setAttribute( 'src', newUrl );
556 previewPreloader.setAttribute( 'src', newUrl );
581 element.setAttribute( 'src', this.getValue() );
621 element.setAttribute( 'alt', this.getValue() );
623 element.setAttribute( 'alt', this.getValue() );
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc280 this.preview.setAttribute( 'src', noimage );
332 this.originalElement.setAttribute( 'alt', '' );
405 this.imageElement.setAttribute( 'alt', '' );
430 this.imageElement.setAttribute( 'type', 'image' );
432 this.imageElement.setAttribute( 'alt', '' );
554 original.setAttribute( 'src', newUrl );
557 previewPreloader.setAttribute( 'src', newUrl );
582 element.setAttribute( 'src', this.getValue() );
622 element.setAttribute( 'alt', this.getValue() );
624 element.setAttribute( 'alt', this.getValue() );
[all …]
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto21.php64 $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
65 $pdo->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_ASSOC);
H A Dmigrateto30.php63 $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
64 $pdo->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_ASSOC);
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js565 opt.setAttribute('disabled', 'disabled');
570 opt.setAttribute('selected', 'selected');
575 opt.setAttribute('value', value);
584 anchorRadio.setAttribute('value', 'url');
585 anchorRadio.setAttribute('type', 'radio');
601 anchorRadio.setAttribute('checked', 'checked');
633 anchorRadio.setAttribute('checked', 'checked');
683 attSelect.setAttribute('disabled', 'disabled');
837 tr.setAttribute('data-url', res.id);
1090 wrapper.setAttribute('draggable', 'true');
[all …]
H A Dtickets.js180 cell.value.setAttribute(key, value);
347 cell.value.setAttribute('title', shortString(ticket.subject, 40));
348 cell.value.setAttribute('subject', ticket.subject);
349 cell.value.setAttribute('placeholders', '1');
350 cell.value.setAttribute('ticket_id', id);
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php171 $this->domElement->setAttribute("class", $classes);
175 public function setAttribute(string $name, string $value): XmlElement function in ComboStrap\\Xml\\XmlElement
177 $this->domElement->setAttribute($name, $value);
273 $this->setAttribute("style", Html::array2InlineStyle($this->styleDeclaration));
317 $this->setAttribute("class", $newClass);

12345678910>>...19