Searched refs:SimpleXMLElement (Results 1 – 23 of 23) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/ |
D | simple_xml_element.test | 2 Twig is able to deal with SimpleXMLElement instances as variables 13 return ['images' => new \SimpleXMLElement('<images><image><group myattr="example">foo</group></imag…
|
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/ |
D | Svg.php | 6 use SimpleXMLElement; alias 34 $svg = new SimpleXMLElement('<svg></svg>');
|
/plugin/youtrack/ |
D | helper.php | 90 * @return SimpleXMLElement Response 198 * @return SimpleXMLElement Issue data 211 * @return SimpleXMLElement Issues data
|
/plugin/wordimport/docx/ |
D | TextRun.php | 32 public function __construct(Docx $docx, \SimpleXMLElement $tr, $newline = '\\\\ ') 80 public function parseFormatting(\SimpleXMLElement $textRun)
|
D | AbstractParagraph.php | 19 public function __construct(DocX $docx, \SimpleXMLElement $p)
|
D | Styles.php | 43 public function hasStyle(\SimpleXMLElement $xml, $names)
|
D | Document.php | 52 public function createParagraph(\SimpleXMLElement $p): ?AbstractParagraph
|
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/ |
D | XmlSchemaDateHandlerDeserializationTest.php | 75 $element = new \SimpleXMLElement("<Date>$date</Date>"); 95 $element = new \SimpleXMLElement("<Date>2015-01-01T</Date>");
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/ |
D | CoreTest.php | 225 [['a'], new \SimpleXMLElement('<xml><a></a></xml>')], 253 [true, 'b', new \SimpleXMLElement('<xml><a>b</a></xml>')], 282 [[], new \SimpleXMLElement('<items><item>1</item><item>2</item></items>'), 3],
|
/plugin/phpipam/ |
D | phpipam-api.php | 289 $xml = new SimpleXMLElement('<'.$_GET['controller'].'/>'); 316 $xml = new SimpleXMLElement('<apiclient/>'); 328 * @param SimpleXMLElement $object 332 private function array_to_xml(SimpleXMLElement $object, array $data) {
|
/plugin/xslfo/ |
D | action.php | 149 $dw_element = new SimpleXMLElement('<dokuwiki></dokuwiki>'); 167 $page = new SimpleXMLElement($original_xml);
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
D | slice.test | 29 …ength' => 2, 'arr' => new \ArrayObject([1, 2, 3, 4]), 'xml' => new \SimpleXMLElement('<items><item…
|
D | length.test | 25 …'simple_xml_element' => new \SimpleXMLElement('<?xml version="1.0" encoding="UTF-8"?><doc><elem/><…
|
/plugin/captcha/ |
D | EasySVG.php | 37 $this->svg = new SimpleXMLElement('<svg></svg>'); 183 * @return SimpleXMLElement 201 * @return SimpleXMLElement
|
/plugin/barcodes/ |
D | syntax.php | 50 $barcode = new SimpleXMLElement($match);
|
/plugin/wikipediasnippet/ |
D | syntax.php | 145 $xml = simplexml_load_string($data, 'SimpleXMLElement');
|
/plugin/svgembed/ |
D | syntax.php | 214 … $svg_xml = simplexml_load_file($svg_file, SimpleXMLElement::class, XML_PARSE_HUGE);
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/ |
D | XmlDeserializationVisitor.php | 424 if ($value instanceof \SimpleXMLElement) {
|
/plugin/botbouncer/lib/ |
D | mollom.php | 312 * @return SimpleXMLElement
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
D | CoreExtension.php | 1304 if ($thing instanceof \SimpleXMLElement) { 1406 if ($thing instanceof \SimpleXMLElement) {
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
D | getid3.lib.php | 735 * @param SimpleXMLElement|array|mixed $XMLobject 743 $XMLarray = $XMLobject instanceof SimpleXMLElement ? get_object_vars($XMLobject) : $XMLobject;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
D | CodeSniffer.php | 1190 * @param SimpleXMLElement $rule The rule object from a ruleset XML file. 1321 * @param SimpleXMLElement $element An object from a ruleset XML file.
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
D | CHANGELOG | 71 * fixed counting children of SimpleXMLElement objects 344 * fixed the slice filter when used with a SimpleXMLElement object 566 * fixed a regression when dealing with SimpleXMLElement instances in templates
|