| /plugin/fedauth/Auth/Yadis/ |
| D | XML.php | 40 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/openid/Auth/Yadis/ |
| D | XML.php | 40 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/adfs/phpsaml/lib/Saml2/ |
| D | Utils.php | 934 $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);
|
| D | Response.php | 1025 $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);
|
| /plugin/saml/phpsaml/lib/Saml2/ |
| D | Utils.php | 934 $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);
|
| D | Response.php | 1025 $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);
|
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 564 $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/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 564 $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/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/ |
| H A D | NoAbstractTest.php | 30 $dxpath->registerNamespace('d','DAV:');
|
| H A D | NotRecognizedPrincipalTest.php | 30 $dxpath->registerNamespace('d','DAV:');
|
| H A D | AceConflictTest.php | 30 $dxpath->registerNamespace('d','DAV:');
|
| H A D | NotSupportedPrivilegeTest.php | 30 $dxpath->registerNamespace('d','DAV:');
|
| H A D | NeedPrivilegesExceptionTest.php | 40 $dxpath->registerNamespace('d','DAV:');
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/ |
| D | ClientBuilder.asciidoc | 24 * <<Elasticsearch_ClientBuilderregisterNamespace_registerNamespace,`registerNamespace()`>> 194 .`registerNamespace(Elasticsearch\Namespaces\NamespaceBuilderInterface $namespaceBuilder)`
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
| H A D | PluginPropertiesTest.php | 129 $dxpath->registerNamespace('d','DAV:');
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/ |
| D | ClassMetadata.php | 247 public function registerNamespace(string $uri, ?string $prefix = null): void function in JMS\\Serializer\\Metadata\\ClassMetadata
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/ |
| D | YamlDriver.php | 317 $metadata->registerNamespace($uri, $prefix);
|
| D | AnnotationDriver.php | 100 $classMetadata->registerNamespace($annot->uri, $annot->prefix);
|
| D | XmlDriver.php | 123 $metadata->registerNamespace((string) $xmlNamespace->attributes()->uri, $prefix);
|
| /plugin/combo/ComboStrap/Xml/ |
| H A D | XmlDocument.php | 497 $result = $this->domXpath->registerNamespace($prefix, $namespaceUri);
|
| /plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
| D | GPX.php | 76 $this->xpath->registerNamespace('gpx', 'http://www.topografix.com/GPX/1/1');
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ |
| D | ClientBuilder.php | 323 public function registerNamespace(NamespaceBuilderInterface $namespaceBuilder): ClientBuilder function in Elasticsearch\\ClientBuilder
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
| D | annotations.rst | 161 - Calling ``AnnotationRegistry#registerNamespace($namespace, $dirs = null)`` to register that the…
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ |
| H A D | Client.php | 2379 $xPath->registerNamespace('samlp', 'urn:oasis:names:tc:SAML:1.0:protocol'); 2380 $xPath->registerNamespace('saml', 'urn:oasis:names:tc:SAML:1.0:assertion');
|