Home
last modified time | relevance | path

Searched refs:createElementNS (Results 26 – 50 of 140) sorted by relevance

123456

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DAceConflict.php30 $np = $doc->createElementNS('DAV:', 'd:no-ace-conflict');
H A DNoAbstract.php30 $np = $doc->createElementNS('DAV:', 'd:no-abstract');
H A DNotRecognizedPrincipal.php30 $np = $doc->createElementNS('DAV:', 'd:recognized-principal');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DAceConflict.php30 $np = $doc->createElementNS('DAV:', 'd:no-ace-conflict');
H A DNoAbstract.php30 $np = $doc->createElementNS('DAV:', 'd:no-abstract');
H A DNotRecognizedPrincipal.php30 $np = $doc->createElementNS('DAV:', 'd:recognized-principal');
H A DNotSupportedPrivilege.php30 $np = $doc->createElementNS('DAV:', 'd:not-supported-privilege');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php30 $np = $doc->createElementNS(CalDAV\Plugin::NS_CALDAV, 'cal:supported-calendar-component');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php30 $np = $doc->createElementNS(CalDAV\Plugin::NS_CALDAV, 'cal:supported-calendar-component');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTests.php35 $this->contextNode->ownerDocument->createElementNS(
H A DProject.php48 $this->getDom()->createElementNS(
H A DReport.php63 $this->dom->createElementNS(
H A DUnit.php88 $this->contextNode->ownerDocument->createElementNS(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNotRecognizedPrincipalTest.php15 $root = $dom->createElementNS('DAV:','d:root');
H A DAceConflictTest.php15 $root = $dom->createElementNS('DAV:','d:root');
H A DNoAbstractTest.php15 $root = $dom->createElementNS('DAV:','d:root');
H A DNotSupportedPrivilegeTest.php15 $root = $dom->createElementNS('DAV:','d:root');
H A DNeedPrivilegesExceptionTest.php20 $root = $dom->createElementNS('DAV:','d:root');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php199 $root = $dom->createElementNS('DAV:', 'd:propfind');
212 $element = $dom->createElementNS($namespace, 'x:' . $elementName);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js98 var desc = document.createElementNS(xmlns, 'desc');
105 var svg = document.createElementNS(xmlns, 'svg');
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js76 uri_info = document.createElementNS("http://www.w3.org/1999/xhtml", "a")
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js27 , save_link = doc.createElementNS("http://www.w3.org/1999/xhtml", "a")
H A DFileSaver.min.js2 …nt)){var t=e.document,n=function(){return e.URL||e.webkitURL||e},o=t.createElementNS("http://www.w…
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js36 …supportSVG = !! document.createElementNS && !! document.createElementNS( 'http://www.w3.org/2000/s…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js3312 defsElt = (svgDoc.createElementNS != null) ?
3313 svgDoc.createElementNS(mxConstants.NS_SVG, 'defs') :
3330 var style = (svgDoc.createElementNS != null) ?
6533 var style = (svgDoc.createElementNS != null) ?
7549 var filter = (svgDoc.createElementNS != null) ?
7553 var blur = (svgDoc.createElementNS != null) ?
7560 var offset = (svgDoc.createElementNS != null) ?
7568 var flood = (svgDoc.createElementNS != null) ?
7575 var composite = (svgDoc.createElementNS != null) ?
7583 var feBlend = (svgDoc.createElementNS != null) ?
[all …]

123456