Searched refs:phpType (Results 1 – 5 of 5) sorted by relevance
| /plugin/mantis/lib/ |
| D | class.xmlschema.php | 737 $this->elements[$type]['phpType'] = 'scalar'; 747 $typeDef['phpType'] = 'scalar'; 857 * @param phpType: currently supported are array and struct (php assoc array) 871 …function addComplexType($name,$typeClass='complexType',$phpType='array',$compositor='',$restrictio… argument 875 'phpType' => $phpType, 893 * @param string $phpType (should always be scalar) 899 …function addSimpleType($name, $restrictionBase='', $typeClass='simpleType', $phpType='scalar', $en… argument 903 'phpType' => $phpType,
|
| D | class.wsdl.php | 1045 $phpType = $typeDef['phpType']; 1047 …$this->debug("in parametersMatchWrapped: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: $… 1050 if ($phpType != 'struct') { 1431 $phpType = $typeDef['phpType']; 1432 …$this->debug("in serializeType: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: " . (isset… 1434 if ($phpType == 'struct') { 1482 } elseif ($phpType == 'array') { 1550 } elseif ($phpType == 'scalar') { 1739 * @param string $phpType currently supported are array and struct (php assoc array) 1748 …function addComplexType($name,$typeClass='complexType',$phpType='array',$compositor='',$restrictio… argument [all …]
|
| D | nusoap.php | 1805 $this->elements[$type]['phpType'] = 'scalar'; 1815 $typeDef['phpType'] = 'scalar'; 1925 * @param phpType: currently supported are array and struct (php assoc array) 1939 …function addComplexType($name,$typeClass='complexType',$phpType='array',$compositor='',$restrictio… argument 1943 'phpType' => $phpType, 1961 * @param string $phpType (should always be scalar) 1967 …function addSimpleType($name, $restrictionBase='', $typeClass='simpleType', $phpType='scalar', $en… argument 1971 'phpType' => $phpType, 5557 $phpType = $typeDef['phpType']; 5559 …$this->debug("in parametersMatchWrapped: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: $… [all …]
|
| D | changelog | 176 - xmlschema: always set phpType elements
|
| /plugin/googlesearch/ |
| D | nusoap.php | 1694 $this->elements[$type]['phpType'] = 'scalar'; 1704 $typeDef['phpType'] = 'scalar'; 1814 * @param phpType: currently supported are array and struct (php assoc array) 1828 …function addComplexType($name,$typeClass='complexType',$phpType='array',$compositor='',$restrictio… argument 1832 'phpType' => $phpType, 1850 * @param string $phpType (should always be scalar) 1856 …function addSimpleType($name, $restrictionBase='', $typeClass='simpleType', $phpType='scalar', $en… argument 1860 'phpType' => $phpType, 4686 * 'phpType' => '', 4711 if (!isset($t['phpType'])) { [all …]
|