Home
last modified time | relevance | path

Searched refs:make_oneline (Results 1 – 6 of 6) sorted by relevance

/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/tests/unit/v3/
H A Dtest_auth_saml2.py34 def make_oneline(s): function
40 return make_oneline(f.read())
136 content=make_oneline(saml2_fixtures.SP_SOAP_RESPONSE))
141 fixture_soap_response = make_oneline(
144 sp_soap_response = make_oneline(
204 idp_response = make_oneline(etree.tostring(
207 saml2_assertion_oneline = make_oneline(
322 content=make_oneline(saml2_fixtures.SP_SOAP_RESPONSE))
498 content=make_oneline(self.ADFS_SECURITY_TOKEN_RESPONSE),
560 content=make_oneline(self.ADFS_FAULT),
/dports/devel/py-keystoneauth1/keystoneauth1-4.4.0/keystoneauth1/tests/unit/extras/saml2/
H A Dutils.py24 def make_oneline(s): function
H A Dtest_auth_saml2.py104 content=utils.make_oneline(saml2_fixtures.SP_SOAP_RESPONSE)),
137 content=utils.make_oneline(saml2_fixtures.SP_SOAP_RESPONSE)),
252 content=utils.make_oneline(saml2_fixtures.SP_SOAP_RESPONSE)),
H A Dtest_auth_adfs.py88 content=utils.make_oneline(self.ADFS_SECURITY_TOKEN_RESPONSE),
160 content = utils.make_oneline(self.ADFS_FAULT)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.h207 string make_oneline(const string &s) const;
H A Dhiscores.cc1269 string scorefile_entry::make_oneline(const string &ml) const in make_oneline() function in scorefile_entry
1286 msg = make_oneline(msg); in long_kill_message()
1295 msg = make_oneline(msg); in short_kill_message()