Home
last modified time | relevance | path

Searched refs:nullable (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DInputParameter.php37 public $nullable; variable in Google\\Service\\Connectors\\InputParameter
88 public function setNullable($nullable) argument
90 $this->nullable = $nullable;
97 return $this->nullable;
H A DField.php49 public $nullable; variable in Google\\Service\\Connectors\\Field
142 public function setNullable($nullable) argument
144 $this->nullable = $nullable;
151 return $this->nullable;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DMysqlColumn.php41 public $nullable; variable in Google\\Service\\Datastream\\MysqlColumn
110 public function setNullable($nullable) argument
112 $this->nullable = $nullable;
119 return $this->nullable;
H A DOracleColumn.php41 public $nullable; variable in Google\\Service\\Datastream\\OracleColumn
118 public function setNullable($nullable) argument
120 $this->nullable = $nullable;
127 return $this->nullable;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1184 $nullable = '';
1192 $nullable = '?';
1235 $parameters[] = $nullable . $typeDeclaration . $reference . $name . $default;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md10 * [fixed] Doubling methods where arguments are nullable but default is not null (@webimpress)
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1 …omic retain copy \" +\n \"readwrite readonly strong weak assign typeof nullable nonnull null_rese…
H A Dsql.min.js.map1 …ormalized not nothing notice notify notnull nowait nth_value ntile null nullable nullif nulls numb…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md412 - Error deserializing a map of \(nullable\) objects [\#762](https://github.com/schmittjoh/serialize…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md104 * Allow to pass nullable Response to delay callable