Home
last modified time | relevance | path

Searched refs:SimpleXMLElement (Results 1 – 23 of 23) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
Dsimple_xml_element.test2 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/
DSvg.php6 use SimpleXMLElement; alias
34 $svg = new SimpleXMLElement('<svg></svg>');
/plugin/youtrack/
Dhelper.php90 * @return SimpleXMLElement Response
198 * @return SimpleXMLElement Issue data
211 * @return SimpleXMLElement Issues data
/plugin/wordimport/docx/
DTextRun.php32 public function __construct(Docx $docx, \SimpleXMLElement $tr, $newline = '\\\\ ')
80 public function parseFormatting(\SimpleXMLElement $textRun)
DAbstractParagraph.php19 public function __construct(DocX $docx, \SimpleXMLElement $p)
DStyles.php43 public function hasStyle(\SimpleXMLElement $xml, $names)
DDocument.php52 public function createParagraph(\SimpleXMLElement $p): ?AbstractParagraph
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
DXmlSchemaDateHandlerDeserializationTest.php75 $element = new \SimpleXMLElement("<Date>$date</Date>");
95 $element = new \SimpleXMLElement("<Date>2015-01-01T</Date>");
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
DCoreTest.php225 [['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/
Dphpipam-api.php289 $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/
Daction.php149 $dw_element = new SimpleXMLElement('<dokuwiki></dokuwiki>');
167 $page = new SimpleXMLElement($original_xml);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Dslice.test29 …ength' => 2, 'arr' => new \ArrayObject([1, 2, 3, 4]), 'xml' => new \SimpleXMLElement('<items><item…
Dlength.test25 …'simple_xml_element' => new \SimpleXMLElement('<?xml version="1.0" encoding="UTF-8"?><doc><elem/><…
/plugin/captcha/
DEasySVG.php37 $this->svg = new SimpleXMLElement('<svg></svg>');
183 * @return SimpleXMLElement
201 * @return SimpleXMLElement
/plugin/barcodes/
Dsyntax.php50 $barcode = new SimpleXMLElement($match);
/plugin/wikipediasnippet/
Dsyntax.php145 $xml = simplexml_load_string($data, 'SimpleXMLElement');
/plugin/svgembed/
Dsyntax.php214 … $svg_xml = simplexml_load_file($svg_file, SimpleXMLElement::class, XML_PARSE_HUGE);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DXmlDeserializationVisitor.php424 if ($value instanceof \SimpleXMLElement) {
/plugin/botbouncer/lib/
Dmollom.php312 * @return SimpleXMLElement
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
DCoreExtension.php1304 if ($thing instanceof \SimpleXMLElement) {
1406 if ($thing instanceof \SimpleXMLElement) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dgetid3.lib.php735 * @param SimpleXMLElement|array|mixed $XMLobject
743 $XMLarray = $XMLobject instanceof SimpleXMLElement ? get_object_vars($XMLobject) : $XMLobject;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
DCodeSniffer.php1190 * @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/
DCHANGELOG71 * 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