Home
last modified time | relevance | path

Searched refs:types (Results 226 – 250 of 570) sorted by path

12345678910>>...23

/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php359 $types = [];
365 $types = [$type];
370 $types = $type->getTypes();
377 if (empty($types)) {
381 foreach ($types as $type) {
409 // If we look for a full match (intersection) and did not return early, we matched all types and are true
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md27 * Fix types order in `Elastica\Query` to work with psalm & expand the `aggs` type to include raw arrays
61 * Updated `Query::create` PHPDoc to include supported types and propagate it to callers by @franmomu [#2088](https://github.com/ruflin/Elastica/pull/2088)
62 * Update some iterable types in PHPDoc to be more specific by @franmomu [#2092](https://github.com/ruflin/Elastica/pull/2092)
75 * Fixed some PHPDoc types adding `null` as possible value by @franmomu [#2070](https://github.com/ruflin/Elastica/pull/2070) and [#2087](https://github.com/ruflin/Elastica/pull/2087)
76 * Fixed passing wrong types to `GapPolicyInterface::setGapPolicy()`, `Document::setDocAsUpsert()` and `Connection::setPort()` methods by @franmomu [#2081](https://github.com/ruflin/Elastica/pull/2081)
408 * The preferred type name is [_doc](https://www.elastic.co/guide/en/elasticsearch/reference/6.5/removal-of-types.html), so that index APIs have the same path as they will have in 7.0
411 * The preferred type name is [_doc](https://www.elastic.co/guide/en/elasticsearch/reference/6.5/removal-of-types.html), so that index APIs have the same path as they will have in 7.0
586 - Add support for querystring in Type. this allow to use `update_all_types` in type mapping in order to resolve conflicts between fields in different types. [Conflicts between fields in different types](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-mapping.html#merging-conflicts)
604 - Fix for QueryBuilder version check `\Elastica\QueryBuilder\Version\Version240.php` added all new query types t
[all...]
/plugin/epub/
H A Dhelper.php88 $types = array('metadata','i','xhtml');
89 foreach ($types as $type) {
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js125 SimileAjax.parseURLParameters = function(url, to, types) { argument
127 types = types || {};
153 var type = types[i] || String;
/plugin/fedauth/Auth/
H A DCOPYING34 and conversions to other media types.
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php553 $types = array(
558 return $types;
H A DMDB2Store.php322 $types = array(
341 $assoc = $this->connection->getRow($sql, $types, $params);
/plugin/fetchmedia/
H A Dyarn.lock207 babel-types "^6.25.0"
225 babel-types "^6.25.0"
238 babel-types "^6.24.1"
247 babel-types "^6.24.1"
255 babel-types "^6.24.1"
264 babel-types "^6.24.1"
274 babel-types "^6.24.1"
281 babel-types "^6.24.1"
288 babel-types "^6.24.1"
648 babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.25.0:
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst89 Attribute types
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php603 $types = $this->getTypes();
605 if (!empty($types)) {
606 $this->_filters[] = function (\SplFileInfo $current) use ($types) {
607 return in_array($current->getType(), $types);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md419 filter. There are three types of filter, identified by constants on
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md162 - Prevent doctrine proxy loading for virtual types by default [\#685](https://github.com/schmittjoh…
268 - \[Question\] Serialization of primitive types [\#853](https://github.com/schmittjoh/serializer/is…
305 - Fix documentation syntax errors on available types [\#839](https://github.com/schmittjoh/serializ…
467 - Multiple types for property? [\#445](https://github.com/schmittjoh/serializer/issues/445)
605 - Can't use handlers on strings \(and other simple types\) [\#194](https://github.com/schmittjoh/se…
634 - Prevent doctrine proxy loading for virtual types [\#684](https://github.com/schmittjoh/serializer…
1043 - Typecast when serializing primitive types [\#15](https://github.com/schmittjoh/serializer/pull/15…
H A DREADME.md19 - Supports many built-in PHP types (such as dates, intervals)
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dindex.rst15 - Supports many built-in PHP types (such as dates)
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst325 force a certain format to be used for serializing DateTime types and specifying at the same time a …
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DConstraintViolationHandler.php23 …$types = ['Symfony\Component\Validator\ConstraintViolationList' => 'serializeList', 'Symfony\Compo…
25 foreach ($types as $type => $method) {
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md4 The specification on types in DocBlocks (PSR-5) describes various keywords and special constructs
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php277 $types = [];
280 $types[] = $this->resolve($part, $context);
283 return new Compound($types);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DCompound.php29 private $types; variable in phpDocumentor\\Reflection\\Types\\Compound
34 * @param Type[] $types
37 public function __construct(array $types) argument
39 foreach ($types as $type) {
45 $this->types = $types;
61 return $this->types[$index];
73 return isset($this->types[$index]);
83 return implode('|', $this->types);
91 return new ArrayIterator($this->types);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md4 * Support for void return types without explicit will (@crellbar)
96 * Add support for PHP7 return types (thanks @trowski)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php54 $types = array_filter($node->getInterfaces(), function ($interface) {
57 $types[] = $node->getParentClass();
59 foreach ($types as $type) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsType.php34 protected $types = [ variable in PHPUnit_Framework_Constraint_IsType
66 if (!isset($this->types[$type])) {
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md35 Exporting simple types:
71 Exporting complex types:
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsAnchorAlias.yml23 sequences, mappings, and other complex data types.
H A DYtsSpecificationExamples.yml918 test: Private types

12345678910>>...23