Home
last modified time | relevance | path

Searched refs:isList (Results 1 – 16 of 16) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3FormParameter.php39 public $isList; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3FormParameter
108 public function setIsList($isList) argument
110 $this->isList = $isList;
117 return $this->isList;
H A DGoogleCloudDialogflowCxV3IntentParameter.php33 public $isList; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3IntentParameter
70 public function setIsList($isList) argument
72 $this->isList = $isList;
79 return $this->isList;
H A DGoogleCloudDialogflowCxV3beta1FormParameter.php39 public $isList; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1FormParameter
108 public function setIsList($isList) argument
110 $this->isList = $isList;
117 return $this->isList;
H A DGoogleCloudDialogflowCxV3beta1IntentParameter.php33 public $isList; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1IntentParameter
70 public function setIsList($isList) argument
72 $this->isList = $isList;
79 return $this->isList;
H A DGoogleCloudDialogflowV2IntentParameter.php38 public $isList; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentParameter
101 public function setIsList($isList) argument
103 $this->isList = $isList;
110 return $this->isList;
H A DGoogleCloudDialogflowV2beta1IntentParameter.php38 public $isList; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentParameter
101 public function setIsList($isList) argument
103 $this->isList = $isList;
110 return $this->isList;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonSerializationVisitor.php88 $isList = isset($type['params'][0]) && !isset($type['params'][1]);
98 if ($isList) {
123 if (true !== $metadata->isList && empty($rs)) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php77 public $isList = false; variable in JMS\\Serializer\\Metadata\\ClassMetadata
297 'isList' => $this->isList,
357 $this->isList = $unserialized['isList'];
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php250 …$classMetadata->isList = $classMetadata->isList || PropertyMetadata::isCollectionList($propertyMet…
253 if ($classMetadata->isMap && $classMetadata->isList) {
H A DXmlDriver.php320 … $metadata->isList = $metadata->isList || PropertyMetadata::isCollectionList($pMetadata->type);
H A DYamlDriver.php251 … $metadata->isList = $metadata->isList || PropertyMetadata::isCollectionList($pMetadata->type);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php49 self::assertFalse($m->isList);
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md15 * added `Assert::isList()`
H A DREADME.md197 `isList($array, $message = '')` | Check that an array is a non-associative list
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1026 public static function isList($array, $message = '') function in Webmozart\\Assert\\Assert
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php180 $isList = true;
183 $isList = false;
188 if ($isList) {