| /plugin/saml/phpsaml/lib/Saml2/ |
| D | LogoutRequest.php | 38 * @param string|null $nameId The NameID that will be set in the LogoutRequest. 46 …public function __construct(OneLogin_Saml2_Settings $settings, $request = null, $nameId = null, $s… argument 76 if (!empty($nameId)) { 82 $nameId = $idpData['entityId']; 99 $nameId, 224 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey); 229 $nameId = $entries->item(0); 233 if (!isset($nameId)) { 241 $nameIdData['Value'] = $nameId->nodeValue; 243 if ($nameId->hasAttribute($attr)) { [all …]
|
| D | Auth.php | 535 * @param string|null $nameId The NameID that will be set in the LogoutRequest. 545 …public function logout($returnTo = null, $parameters = array(), $nameId = null, $sessionIndex = nu… argument 557 if (empty($nameId) && !empty($this->_nameid)) { 558 $nameId = $this->_nameid; 564 …$logoutRequest = new OneLogin_Saml2_LogoutRequest($this->_settings, null, $nameId, $sessionIndex, …
|
| D | Utils.php | 1061 $nameId = $doc->createElement('saml:NameID'); 1063 $nameId->setAttribute('SPNameQualifier', $spnq); 1066 $nameId->setAttribute('NameQualifier', $nq); 1069 $nameId->setAttribute('Format', $format); 1071 $nameId->appendChild($doc->createTextNode($value)); 1073 $doc->appendChild($nameId); 1080 $enc->setNode($nameId); 1099 return $doc->saveXML($nameId);
|
| D | Response.php | 592 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey); 597 $nameId = $entries->item(0); 603 if (!isset($nameId)) { 612 if ($this->_settings->isStrict() && empty($nameId->nodeValue)) { 618 $nameIdData['Value'] = $nameId->nodeValue; 621 if ($nameId->hasAttribute($attr)) { 625 if ($spEntityId != $nameId->getAttribute($attr)) { 632 $nameIdData[$attr] = $nameId->getAttribute($attr);
|
| /plugin/adfs/phpsaml/lib/Saml2/ |
| D | LogoutRequest.php | 38 * @param string|null $nameId The NameID that will be set in the LogoutRequest. 46 …public function __construct(OneLogin_Saml2_Settings $settings, $request = null, $nameId = null, $s… argument 76 if (!empty($nameId)) { 82 $nameId = $idpData['entityId']; 99 $nameId, 224 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey); 229 $nameId = $entries->item(0); 233 if (!isset($nameId)) { 241 $nameIdData['Value'] = $nameId->nodeValue; 243 if ($nameId->hasAttribute($attr)) { [all …]
|
| D | Auth.php | 535 * @param string|null $nameId The NameID that will be set in the LogoutRequest. 545 …public function logout($returnTo = null, $parameters = array(), $nameId = null, $sessionIndex = nu… argument 557 if (empty($nameId) && !empty($this->_nameid)) { 558 $nameId = $this->_nameid; 564 …$logoutRequest = new OneLogin_Saml2_LogoutRequest($this->_settings, null, $nameId, $sessionIndex, …
|
| D | Utils.php | 1061 $nameId = $doc->createElement('saml:NameID'); 1063 $nameId->setAttribute('SPNameQualifier', $spnq); 1066 $nameId->setAttribute('NameQualifier', $nq); 1069 $nameId->setAttribute('Format', $format); 1071 $nameId->appendChild($doc->createTextNode($value)); 1073 $doc->appendChild($nameId); 1080 $enc->setNode($nameId); 1099 return $doc->saveXML($nameId);
|
| D | Response.php | 592 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey); 597 $nameId = $entries->item(0); 603 if (!isset($nameId)) { 612 if ($this->_settings->isStrict() && empty($nameId->nodeValue)) { 618 $nameIdData['Value'] = $nameId->nodeValue; 621 if ($nameId->hasAttribute($attr)) { 625 if ($spEntityId != $nameId->getAttribute($attr)) { 632 $nameIdData[$attr] = $nameId->getAttribute($attr);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFileAnalysis.php | 133 $nameId = $this->read_ushort(); 136 if (!in_array($nameId, $K)) { 161 if ($N && $names[$nameId] == '') { 162 $names[$nameId] = $N;
|
| D | OtlDump.php | 487 $nameId = $this->read_ushort(); 490 if (!in_array($nameId, $K)) { 517 if ($N && $names[$nameId] == '') { 518 $names[$nameId] = $N;
|
| D | TTFontFile.php | 693 $nameId = $this->read_ushort(); 697 if (!in_array($nameId, $K)) { 723 if ($N && $names[$nameId] == '') { 724 $names[$nameId] = $N;
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | ot.class.php | 375 function lookup($platformId, $encodingId, $languageId, $nameId) { argument 379 if ($this->_nameRecord[$i]->match($platformId, $encodingId, $languageId, $nameId)) { 412 function match($platformId, $encodingId, $languageId, $nameId) { argument 417 (is_null($nameId) || $nameId == $this->_nameId);
|
| /plugin/saml/phpsaml/ |
| D | README.md | 72 * Assertion and nameId encryption. 794 $nameId = $_SESSION['samlNameId']; 796 echo '<h1>Identified user: '. htmlentities($nameId) .'</h1>'; 1047 $nameId = null; 1054 $nameId = $_SESSION['samlNameId']; 1068 $auth->logout($returnTo, $paramters, $nameId, $sessionIndex, false, $nameIdFormat, $nameIdNameQuali… 1074 $sloBuiltUrl = $auth->logout(null, $paramters, $nameId, $sessionIndex, true);
|
| D | CHANGELOG | 63 * [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualif…
|
| /plugin/adfs/phpsaml/ |
| D | README.md | 72 * Assertion and nameId encryption. 794 $nameId = $_SESSION['samlNameId']; 796 echo '<h1>Identified user: '. htmlentities($nameId) .'</h1>'; 1047 $nameId = null; 1054 $nameId = $_SESSION['samlNameId']; 1068 $auth->logout($returnTo, $paramters, $nameId, $sessionIndex, false, $nameIdFormat, $nameIdNameQuali… 1074 $sloBuiltUrl = $auth->logout(null, $paramters, $nameId, $sessionIndex, true);
|
| D | CHANGELOG | 63 * [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualif…
|
| /plugin/abc2/abc-libraries/abcjs/ |
| D | abcjs_plugin-midi_6.0.0-beta.25-min.js | 3 …nameId)}}0===n.length&&(n=["acoustic_grand_piano"]);return n}(),t.tech=t.tech||e.adaptor.id,e.adap… property
|