Home
last modified time | relevance | path

Searched refs:ws (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/soap/tests/bugs/
H A Dbug50698_2.wsdl89 <sp:Wss11 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
97 <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
207 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
218 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
229 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
240 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
251 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
262 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
273 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
284 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
[all …]
H A Dbug50698_3.wsdl89 <sp:Wss11 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
97 <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
207 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
218 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
229 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
240 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
251 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
262 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
273 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
284 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
[all …]
H A Dbug50698_1.wsdl5 <sp:SymmetricBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
89 <sp:Wss11 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
97 <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
111 <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
121 <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
130 <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
140 <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
149 … <msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1"/>
150 <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
154 … <msf:WindowsTransportSecurity xmlns:msf="http://schemas.microsoft.com/ws/2006/05/framing/policy">
[all …]
H A Dbug50698_4.wsdl5 <sp:SymmetricBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
89 <sp:Wss11 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
97 <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
111 <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
121 <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
130 <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
140 <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
149 … <msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1"/>
150 <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
154 … <msf:WindowsTransportSecurity xmlns:msf="http://schemas.microsoft.com/ws/2006/05/framing/policy">
[all …]
H A Dbug42183.phpt12 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://ws.…
19 $server = new SoapServer(NULL, array('uri' => 'http://ws.sit.com',
H A Dbug69137.phpt25 $testServiceWsdl = 'https://ws.cdyne.com/ip2geo/ip2geo.asmx?wsdl';
H A Dbug38536.phpt19 xmlns:ns1="http://www.grupos.com.br/ws/enturma/client">
H A Dbug37083.phpt44 $ws=new TestSoapClient(__DIR__.'/bug37083.wsdl',
53 $res=$ws->search($search,0,10);
/php-src/ext/dom/tests/modern/common/
H A DDocument_title_getter.phpt13 …eateFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title> only ws at front</title></ro…
16 …createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title>only ws at back </title></r…
68 string(16) "only ws at front"
69 string(15) "only ws at back"
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dstate.c2147 lxb_css_syntax_token_t *ws; in lxb_css_syntax_state_ident_like() local
2242 ws = lxb_css_syntax_state_token_create(tkz); in lxb_css_syntax_state_ident_like()
2243 if (ws == NULL) { in lxb_css_syntax_state_ident_like()
2247 ws->type = LXB_CSS_SYNTAX_TOKEN_WHITESPACE; in lxb_css_syntax_state_ident_like()
2249 lxb_css_syntax_token_base(ws)->begin = begin; in lxb_css_syntax_state_ident_like()
2250 lxb_css_syntax_token_base(ws)->length = length; in lxb_css_syntax_state_ident_like()
2252 ws_str = lxb_css_syntax_token_string(ws); in lxb_css_syntax_state_ident_like()
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2004 uint32_t ws = flags & (STRING_COMPACT_WHITESPACE | in file_strncmp() local
2006 const unsigned char *eb = b + (ws ? maxlen : len); in file_strncmp()

Completed in 38 milliseconds