Home
last modified time | relevance | path

Searched refs:arrayType (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DQueryParameterType.php35 public function setArrayType(QueryParameterType $arrayType) argument
37 $this->arrayType = $arrayType;
44 return $this->arrayType;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php604 $arrayType = substr($type, $pos + 1, -1);
607 if (isset(self::$typeMap[$arrayType])) {
608 $arrayType = self::$typeMap[$arrayType];
611 $metadata['attribute_types'][$attribute->name]['array_type'] = $arrayType;
616 $arrayType = substr($type, 0, $pos);
619 if (isset(self::$typeMap[$arrayType])) {
620 $arrayType = self::$typeMap[$arrayType];
623 $metadata['attribute_types'][$attribute->name]['array_type'] = $arrayType;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php343 $arrayType = Template::ARRAY_CALL;
361 [$array, $arrayType],
362 [$objectArray, $arrayType],
421 [false, null, $methodAndPropObject, 'a', [], $arrayType],
427 [false, null, $methodAndPropObject, 'b', [], $arrayType],
431 [false, null, $methodAndPropObject, 'c', [], $arrayType],
/plugin/mantis/lib/
H A Dclass.wsdl.php1046 $arrayType = (isset($typeDef['arrayType']) ? $typeDef['arrayType'] : '');
1047 …g("in parametersMatchWrapped: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: $arrayType");
1526 $contents .= $this->serializeType('item', $typeDef['arrayType'], $v, $use);
1528 …$contents .= $this->serialize_val($v, 'item', $typeDef['arrayType'], null, $this->XMLSchemaVersion…
1544 .':arrayType="'
1744 * @param string $arrayType as namespace:name (xsd:string)
1748 …hpType='array',$compositor='',$restrictionBase='',$elements=array(),$attrs=array(),$arrayType='') { argument
1778 $arrayType = strpos($arrayType,':') ? $this->expandQname($arrayType) : $arrayType;
1781 …addComplexType($name,$typeClass,$phpType,$compositor,$restrictionBase,$elements,$attrs,$arrayType);
H A Dclass.xmlschema.php569 $contentStr .= ' wsdl:arrayType="'.$this->contractQName($v).'"';
867 * @param arrayType: namespace:name (http://www.w3.org/2001/XMLSchema:string)
871 …phpType='array',$compositor='',$restrictionBase='',$elements=array(),$attrs=array(),$arrayType=''){ argument
880 'arrayType' => $arrayType
H A Dnusoap.php1637 $contentStr .= ' wsdl:arrayType="'.$this->contractQName($v).'"';
1935 * @param arrayType: namespace:name (http://www.w3.org/2001/XMLSchema:string)
1948 'arrayType' => $arrayType
5558 $arrayType = (isset($typeDef['arrayType']) ? $typeDef['arrayType'] : '');
5559 …g("in parametersMatchWrapped: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: $arrayType");
6057 $contents .= $this->serializeType('item', $typeDef['arrayType'], $v, $use);
6059 …$contents .= $this->serialize_val($v, 'item', $typeDef['arrayType'], null, $this->XMLSchemaVersion…
6075 .':arrayType="'
6275 * @param string $arrayType as namespace:name (xsd:string)
6309 $arrayType = strpos($arrayType,':') ? $this->expandQname($arrayType) : $arrayType;
[all …]
/plugin/googlesearch/
H A Dnusoap.php1539 $contentStr .= ' wsdl:arrayType="'.$this->contractQName($v).'"';
1824 * @param arrayType: namespace:name (http://www.w3.org/2001/XMLSchema:string)
1828 …phpType='array',$compositor='',$restrictionBase='',$elements=array(),$attrs=array(),$arrayType=''){ argument
1837 'arrayType' => $arrayType
5413 $contents .= $this->serializeType('item', $typeDef['arrayType'], $v, $use);
5415 …$contents .= $this->serialize_val($v, 'item', $typeDef['arrayType'], null, $this->XMLSchemaVersion…
5431 .':arrayType="'
5635 …hpType='array',$compositor='',$restrictionBase='',$elements=array(),$attrs=array(),$arrayType='') { argument
5663 $arrayType = strpos($arrayType,':') ? $this->expandQname($arrayType) : $arrayType;
5666 …addComplexType($name,$typeClass,$phpType,$compositor,$restrictionBase,$elements,$attrs,$arrayType);