Home
last modified time | relevance | path

Searched refs:writeAttribute (Results 1 – 25 of 28) sorted by relevance

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DXml.php66 $out->writeAttribute('name', $report['filename']);
67 $out->writeAttribute('errors', $report['errors']);
68 $out->writeAttribute('warnings', $report['warnings']);
69 $out->writeAttribute('fixable', $report['fixable']);
80 $out->writeAttribute('line', $line);
81 $out->writeAttribute('column', $column);
82 $out->writeAttribute('source', $error['source']);
83 $out->writeAttribute('severity', $error['severity']);
84 $out->writeAttribute('fixable', (int) $error['fixable']);
H A DJunit.php72 $out->writeAttribute('name', $report['filename']);
75 $out->writeAttribute('tests', 1);
76 $out->writeAttribute('failures', 0);
79 $out->writeAttribute('name', $report['filename']);
83 $out->writeAttribute('tests', $failures);
84 $out->writeAttribute('failures', $failures);
90 … $out->writeAttribute('name', $error['source'].' at '.$report['filename']." ($line:$column)");
98 $out->writeAttribute('type', $error['type']);
99 $out->writeAttribute('message', $error['message']);
H A DCheckstyle.php66 $out->writeAttribute('name', $report['filename']);
77 $out->writeAttribute('line', $line);
78 $out->writeAttribute('column', $column);
79 $out->writeAttribute('severity', $error['type']);
80 $out->writeAttribute('message', $error['message']);
81 $out->writeAttribute('source', $error['source']);
/plugin/webdav/vendor/sabre/xml/lib/
H A DWriter.php140 $this->writeAttribute('xmlns', '');
156 $this->writeAttribute(($prefix ? 'xmlns:' . $prefix : 'xmlns'), $namespace);
214 $this->writeAttribute($name, $value);
230 function writeAttribute($name, $value) { function in Sabre\\Xml\\Writer
241 $this->writeAttribute(
261 return parent::writeAttribute($name, $value);
/plugin/icalevents/vendor/sabre/xml/lib/
H A DWriter.php140 $this->writeAttribute('xmlns', '');
156 $this->writeAttribute(($prefix ? 'xmlns:' . $prefix : 'xmlns'), $namespace);
214 $this->writeAttribute($name, $value);
230 function writeAttribute($name, $value) { function in Sabre\\Xml\\Writer
241 $this->writeAttribute(
261 return parent::writeAttribute($name, $value);
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php172 $this->writeAttribute('xmlns', '');
188 $this->writeAttribute(($prefix ? 'xmlns:' . $prefix : 'xmlns'), $namespace);
232 $this->writeAttribute($name, $value);
248 function writeAttribute($name, $value) { function in Sabre\\Xml\\Writer
259 $this->writeAttribute(
279 return parent::writeAttribute($name, $value);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DWriter.php64 $writer->writeAttribute('xmlns', Parser\Xml::XCAL_NAMESPACE);
69 $writer->writeAttribute('xmlns', Parser\Xml::XCARD_NAMESPACE);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DWriter.php61 $writer->writeAttribute('xmlns', Parser\XML::XCAL_NAMESPACE);
64 $writer->writeAttribute('xmlns', Parser\XML::XCARD_NAMESPACE);
/plugin/solr/
H A DAddDocument.php24 $this->writer->writeAttribute('commitWithin', $commitWithin);
54 $this->writer->writeAttribute('name', $name);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php112 $writer->writeAttribute('type', $type);
141 $writer->writeAttribute('type', $type);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php112 $writer->writeAttribute('type', $type);
141 $writer->writeAttribute('type', $type);
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php88 $writer->writeAttribute($reader->localName, $reader->value);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php92 $writer->writeAttribute('name', $val);
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php88 $writer->writeAttribute($reader->localName, $reader->value);
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php90 $writer->writeAttribute($reader->localName, $reader->value);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php97 $writer->writeAttribute('name', $val);
/plugin/webdavclient/
H A Dhelper.php1487 $xml->writeAttribute('xmlns:D', 'DAV:');
1489 $xml->writeAttribute('xmlns:'.$key, $val);
1516 $xml->writeAttribute('xmlns:D', 'DAV:');
1518 $xml->writeAttribute('xmlns:'.$key, $val);
1533 $xml->writeAttribute('name', $key);
1537 $xml->writeAttribute('name', $val);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php489 $writer->writeAttribute('name', strtolower($group));
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php501 $writer->writeAttribute('name', strtolower($group));
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1555 return Element.writeAttribute(document.createElement(tagName), attributes);
1558 return Element.writeAttribute(cache[tagName].cloneNode(false), attributes);
1655 $(wrapper).writeAttribute(attributes || { });
1770 element.writeAttribute('id', id);
1788 writeAttribute: function(element, name, value) { method in Element.Methods
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1778 return Element.writeAttribute(document.createElement(tagName), attributes);
1781 return Element.writeAttribute(cache[tagName].cloneNode(false), attributes);
1957 $(wrapper).writeAttribute(attributes || { });
2074 Element.writeAttribute(element, 'id', id);
2092 writeAttribute: function(element, name, value) { method in Element.Methods
/plugin/issuetracker/
H A Dprototype.js1890 return Element.writeAttribute(document.createElement(tagName), attributes);
1898 return Element.writeAttribute(node, attributes);
2111 $(wrapper).writeAttribute(attributes || { });
2251 Element.writeAttribute(element, 'id', id);
2269 writeAttribute: function(element, name, value) { method in Element.Methods
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js1743 …ults||f!=d)c=this.getAttributeName(c),this.writeAttribute(a,b,c,d,e)}};mxObjectCodec.prototype.wri… method in mxObjectCodec

12