Home
last modified time | relevance | path

Searched refs:registerNamespace (Results 1 – 21 of 21) sorted by path

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php564 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
588 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
729 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
741 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
843 $xPath->registerNamespace($nspf, $ns);
1062 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
1080 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
1303 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
1618 $xpath->registerNamespace('xmlsecenc', XMLSecEnc::XMLENCNS);
1644 $xpath->registerNamespace('xmlsecenc', XMLSecEnc::XMLENCNS);
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php1025 $xpath->registerNamespace('samlp', OneLogin_Saml2_Constants::NS_SAMLP);
1026 $xpath->registerNamespace('saml', OneLogin_Saml2_Constants::NS_SAML);
1027 $xpath->registerNamespace('ds', OneLogin_Saml2_Constants::NS_DS);
1028 $xpath->registerNamespace('xenc', OneLogin_Saml2_Constants::NS_XENC);
H A DUtils.php934 $xpath->registerNamespace('samlp', OneLogin_Saml2_Constants::NS_SAMLP);
935 $xpath->registerNamespace('saml', OneLogin_Saml2_Constants::NS_SAML);
936 $xpath->registerNamespace('ds', OneLogin_Saml2_Constants::NS_DS);
937 $xpath->registerNamespace('xenc', OneLogin_Saml2_Constants::NS_XENC);
938 $xpath->registerNamespace('xsi', OneLogin_Saml2_Constants::NS_XSI);
939 $xpath->registerNamespace('xs', OneLogin_Saml2_Constants::NS_XS);
940 $xpath->registerNamespace('md', OneLogin_Saml2_Constants::NS_MD);
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php497 $result = $this->domXpath->registerNamespace($prefix, $namespaceUri);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DAceConflictTest.php30 $dxpath->registerNamespace('d','DAV:');
H A DNeedPrivilegesExceptionTest.php40 $dxpath->registerNamespace('d','DAV:');
H A DNoAbstractTest.php30 $dxpath->registerNamespace('d','DAV:');
H A DNotRecognizedPrincipalTest.php30 $dxpath->registerNamespace('d','DAV:');
H A DNotSupportedPrivilegeTest.php30 $dxpath->registerNamespace('d','DAV:');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php129 $dxpath->registerNamespace('d','DAV:');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc24 * <<Elasticsearch_ClientBuilderregisterNamespace_registerNamespace,`registerNamespace()`>>
194 .`registerNamespace(Elasticsearch\Namespaces\NamespaceBuilderInterface $namespaceBuilder)`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php323 public function registerNamespace(NamespaceBuilderInterface $namespaceBuilder): ClientBuilder function in Elasticsearch\\ClientBuilder
/plugin/fedauth/Auth/Yadis/
H A DXML.php40 if (!$this->registerNamespace($prefix, $uri)) {
61 function registerNamespace($prefix, $uri) function in Auth_Yadis_XMLParser
160 function registerNamespace($prefix, $uri) function in Auth_Yadis_domxml
250 function registerNamespace($prefix, $uri) function in Auth_Yadis_dom
252 return $this->xpath->registerNamespace($prefix, $uri);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst161 - Calling ``AnnotationRegistry#registerNamespace($namespace, $dirs = null)`` to register that the…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php247 public function registerNamespace(string $uri, ?string $prefix = null): void function in JMS\\Serializer\\Metadata\\ClassMetadata
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php100 $classMetadata->registerNamespace($annot->uri, $annot->prefix);
H A DXmlDriver.php123 $metadata->registerNamespace((string) $xmlNamespace->attributes()->uri, $prefix);
H A DYamlDriver.php317 $metadata->registerNamespace($uri, $prefix);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php76 $this->xpath->registerNamespace('gpx', 'http://www.topografix.com/GPX/1/1');
77 $this->xpath->registerNamespace('gpxx', 'http://www.garmin.com/xmlschemas/GpxExtensions/v3');
/plugin/openid/Auth/Yadis/
H A DXML.php40 if (!$this->registerNamespace($prefix, $uri)) {
61 function registerNamespace($prefix, $uri) function in Auth_Yadis_XMLParser
165 function registerNamespace($prefix, $uri) function in Auth_Yadis_domxml
274 function registerNamespace($prefix, $uri) function in Auth_Yadis_dom
276 return $this->xpath->registerNamespace($prefix, $uri);
/plugin/scrape/
H A DphpQuery-onefile.php