Searched refs:uqType (Results 1 – 4 of 4) sorted by relevance
/plugin/mantis/lib/ |
H A D | class.wsdl.php | 1032 $uqType = $type; 1042 if (substr($uqType, -1) == '^') { 1043 $uqType = substr($uqType, 0, -1); 1346 if ($uqType == 'Array') { 1350 if ($uqType == 'boolean') { 1360 if (($uqType == 'long' || $uqType == 'unsignedLong') && gettype($value) == 'double') { 1366 if (!$this->getTypeDef($uqType, $ns)) { 1418 $uqType = $type; 1427 if (substr($uqType, -1) == '^') { 1428 $uqType = substr($uqType, 0, -1); [all …]
|
H A D | nusoap.php | 1774 $etype = $this->getTypeDef($uqType); 5544 $uqType = $type; 5554 if (substr($uqType, -1) == '^') { 5555 $uqType = substr($uqType, 0, -1); 5858 if ($uqType == 'Array') { 5862 if ($uqType == 'boolean') { 5880 if (($uqType == 'long' || $uqType == 'unsignedLong') && gettype($value) == 'double') { 5949 $uqType = $type; 5958 if (substr($uqType, -1) == '^') { 5959 $uqType = substr($uqType, 0, -1); [all …]
|
H A D | class.xmlschema.php | 704 …$uqType = substr($this->simpleTypes[$type]['type'], strrpos($this->simpleTypes[$type]['type'], ':'… 706 $etype = $this->getTypeDef($uqType); 723 …$uqType = substr($this->elements[$type]['type'], strrpos($this->elements[$type]['type'], ':') + 1); 725 $etype = $this->getTypeDef($uqType);
|
/plugin/googlesearch/ |
H A D | nusoap.php | 1663 $etype = $this->getTypeDef($uqType); 1682 $etype = $this->getTypeDef($uqType); 5240 if ($uqType == 'boolean') { 5250 if (($uqType == 'long' || $uqType == 'unsignedLong') && gettype($value) == 'double') { 5256 if (!$this->getTypeDef($uqType, $ns)) { 5308 $uqType = $type; 5310 if(!$typeDef = $this->getTypeDef($uqType, $ns)){ 5323 $elementName = $uqType; 5467 * @param string $uqType the local part of the type 5511 if ($typeDef = $this->getTypeDef($uqType, $ns)) { [all …]
|