Searched refs:xs (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/ext/soap/tests/bugs/ |
H A D | bug40609.wsdl | 6 <xs:sequence> 7 <xs:element name="symbol" nillable="true" type="xs:string" /> 8 </xs:sequence> 10 </xs:element> 13 <xs:sequence> 15 </xs:sequence> 17 </xs:element> 20 <xs:sequence> 21 <xs:element name="symbol" nillable="true" type="xs:any" /> 22 <xs:element name="price" nillable="true" type="xs:any" /> [all …]
|
H A D | bug29795.wsdl | 1 …mlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2… 3 …<xs:schema targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="q… 4 <xs:complexType name="Price"> 5 <xs:sequence> 6 <xs:element name="Amount" type="xs:integer" minOccurs="0"/> 7 <xs:element name="CurrencyCode" type="xs:string" minOccurs="0"/> 8 </xs:sequence> 9 </xs:complexType> 10 </xs:schema>
|
H A D | bug29061.wsdl | 4 xmlns:xs="http://www.w3.org/2001/XMLSchema" 10 <xs:schema/> 13 <part name="parameter" element="" type="xs:string"/> 16 <part name="String" element="" type="xs:string"/>
|
H A D | bug29839.wsdl | 1 …mlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2… 3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified"> 11 </xs:schema>
|
H A D | bug34453.wsdl | 1 …mlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2… 3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified"> 11 </xs:schema>
|
/PHP-5.3/ext/soap/tests/soap12/ |
H A D | T27.phpt | 10 xmlns:xs="http://www.w3.org/2001/XMLSchema"> 15 <test:array enc:itemType="xs:string" enc:arraySize="1">
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 2517 StrNode* xs = &(NSTRING(x)); in is_not_included() local 2521 c = *(xs->s); in is_not_included() 2526 return (ONIGENC_IS_MBC_WORD(reg->enc, xs->s, xs->end) ? 0 : 1); in is_not_included() 2529 return (ONIGENC_IS_MBC_WORD(reg->enc, xs->s, xs->end) ? 1 : 0); in is_not_included() 2540 code = ONIGENC_MBC_TO_CODE(reg->enc, xs->s, in is_not_included() 2541 xs->s + ONIGENC_MBC_MAXLEN(reg->enc)); in is_not_included() 2557 for (i = 0, p = ys->s, q = xs->s; i < len; i++, p++, q++) { in is_not_included()
|
/PHP-5.3/ |
H A D | acinclude.m4 | 2799 test -n "$auto_cflags" && CFLAGS="-O -xs -xstrconst -zlazyload"
|
Completed in 27 milliseconds