| /plugin/combo/ComboStrap/Xml/ |
| H A D | XmlElement.php | 20 class XmlElement class 38 public static function create($domElement, XmlDocument $xmlDocument): XmlElement 40 return new XmlElement($domElement, $xmlDocument); 56 public function getFirstChildElement(): XmlElement 65 return new XmlElement($firstChild, $this->document); 69 * @return XmlElement[] 76 $childNodes[] = new XmlElement($childNode, $this->document); 92 …$childNodes[] = implode('', XmlElement::create($childNode, $this->document)->getChildrenNodeTextVa… 99 * @return XmlElement[] 108 $nodes[] = new XmlElement($child, $this->document); [all …]
|
| H A D | XmlDocument.php | 702 public function querySelector(string $selector): XmlElement 713 * @return XmlElement[] 723 $domNodes[] = new XmlElement($domNode, $this); 754 public function getElement(): XmlElement 756 return XmlElement::create($this->getDomDocument()->documentElement, $this); 767 public function createElement(string $localName): XmlElement 770 return XmlElement::create($element, $this);
|
| H A D | XmlSystems.php | 16 use ComboStrap\Xml\XmlElement; alias 353 $nodeElement = XmlElement::create($svgElement[$i], $xmlDocument);
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/ |
| D | XmlElement.php | 11 final class XmlElement class
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
| D | SimpleSubClassObject.php | 8 use JMS\Serializer\Annotation\XmlElement; alias
|
| D | SimpleClassObject.php | 9 use JMS\Serializer\Annotation\XmlElement; alias
|
| D | ObjectWithXmlNamespacesAndObjectPropertyAuthor.php | 8 use JMS\Serializer\Annotation\XmlElement; alias
|
| D | ObjectWithXmlNamespacesAndObjectProperty.php | 8 use JMS\Serializer\Annotation\XmlElement; alias
|
| D | ObjectWithXmlNamespacesAndObjectPropertyVirtual.php | 8 use JMS\Serializer\Annotation\XmlElement; alias
|
| D | Publisher.php | 9 use JMS\Serializer\Annotation\XmlElement; alias
|
| D | ObjectWithNamespacesAndList.php | 9 use JMS\Serializer\Annotation\XmlElement; alias
|
| D | ObjectWithXmlNamespaces.php | 9 use JMS\Serializer\Annotation\XmlElement; alias
|
| D | BlogPost.php | 12 use JMS\Serializer\Annotation\XmlElement; alias
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/ |
| D | AnnotationDriver.php | 31 use JMS\Serializer\Annotation\XmlElement; alias 197 } elseif ($annot instanceof XmlElement) { 221 } elseif ($annot instanceof XmlElement) {
|
| /plugin/combo/ComboStrap/ |
| H A D | TemplateForWebPage.php | 10 use ComboStrap\Xml\XmlElement; alias 331 private function checkCharSetMeta(XmlElement $head) 353 * @param XmlElement $head
|
| H A D | TagAttributes.php | 29 use ComboStrap\Xml\XmlElement; alias
|
| /plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/ |
| D | annotations.rst | 710 @XmlElement 718 use JMS\Serializer\Annotation\XmlElement; 726 * @XmlElement(cdata=false, namespace="http://www.w3.org/2005/Atom") 756 * @XmlElement(namespace="http://www.w3.org/2005/Atom")
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 66346 function XmlElement(tag) { 66366 XmlElement.prototype._addChild = function (child) { 66377 XmlElement.prototype._opentag = function (tag) { 66378 var child = new XmlElement(tag); 66385 XmlElement.prototype._closetag = function () { 66389 XmlElement.prototype._text = function (text) { 66397 XmlElement.prototype._cdata = function (cdata) { 66403 XmlElement.prototype._comment = function (comment) { 66409 XmlElement.prototype._error = function (err) { 66415 XmlElement.prototype.eachChild = function (iterator, context) { [all …]
|
| D | pdfmake.min.js | 2 …XmlElement(r){var i=u[u.length-1].parser;this.name=r.name,this.attr=r.attributes,this.val="",this.…
|
| /plugin/findologicxmlexport/vendor/jms/serializer/ |
| D | CHANGELOG.md | 914 - @XmlElement notation consistency [\#219](https://github.com/schmittjoh/serializer/pull/219) ([ajg…
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 1285 * [BC] Removing Guzzle\Common\XmlElement.
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 1580 * [BC] Removing Guzzle\Common\XmlElement.
|