Home
last modified time | relevance | path

Searched refs:order (Results 626 – 650 of 994) sorted by last modified time

1...<<21222324252627282930>>...40

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js8order(o).offset(n).values(function(a){return a.values}).x(k).y(l).out(function(a,b,c){a.display={y…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php160 public function setAccessorOrder(string $order, array $customOrder = []): void argument
162 …if (!in_array($order, [self::ACCESSOR_ORDER_UNDEFINED, self::ACCESSOR_ORDER_ALPHABETICAL, self::AC…
163 … throw new InvalidMetadataException(sprintf('The accessor order "%s" is invalid.', $order));
172 $this->accessorOrder = $order;
412 …$this->propertyMetadata = (new IdenticalPropertyOrderingStrategy())->order($this->propertyMetadata…
416 …$this->propertyMetadata = (new AlphabeticalPropertyOrderingStrategy())->order($this->propertyMetad…
420 …pertyMetadata = (new CustomPropertyOrderingStrategy($this->customOrder))->order($this->propertyMet…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
H A DAlphabeticalPropertyOrderingStrategy.php14 public function order(array $properties): array function in JMS\\Serializer\\Ordering\\AlphabeticalPropertyOrderingStrategy
H A DCustomPropertyOrderingStrategy.php23 public function order(array $properties): array function in JMS\\Serializer\\Ordering\\CustomPropertyOrderingStrategy
H A DIdenticalPropertyOrderingStrategy.php12 public function order(array $properties): array function in JMS\\Serializer\\Ordering\\IdenticalPropertyOrderingStrategy
H A DPropertyOrderingInterface.php16 public function order(array $properties): array; function
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php26 $order = new Order(new Price(5));
32 $result = $this->serializer->toArray($order);
H A DBaseSerializationTest.php830 $order = new Order(new Price(12.34));
831 self::assertEquals($this->getContent('order'), $this->serialize($order));
834 … self::assertEquals($order, $this->deserialize($this->getContent('order'), get_class($order)));
850 $order = new CurrencyAwareOrder(new CurrencyAwarePrice(1.23));
851 …self::assertEquals($this->getContent('order_with_currency_aware_price'), $this->serialize($order));
854 …self::assertEquals($order, $this->deserialize($this->getContent('order_with_currency_aware_price')…
1458 $order = new Order(new Price(12));
1461 $context->setAttribute('target', $order);
1465 get_class($order),
1470 self::assertSame($order, $deseralizedOrder);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md446 alphabetic order):
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md432 several filters can be applied on a stream, in a specific order, like
433 “decrypt”, “unzip”, “transform to…”. In such a scenario, the order
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dstdclass.rst8 the order they appear.
13 - change serialization order of properties
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DClassMetadataTest.php46 public function testSetAccessorOrderCustom(array $order, array $expected) argument
53 $metadata->setAccessorOrder(ClassMetadata::ACCESSOR_ORDER_CUSTOM, $order);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md447 - Array gets serialized as object, not as array, depending on order. [\#709](https://github.com/sch…
488 - Alphabetical accessor order doesn't respect SerializedName overrides [\#240](https://github.com/s…
494 - Property of the type array is not in alphabetic order after serialization [\#196](https://github.…
982 - Accessor order [\#108](https://github.com/schmittjoh/serializer/pull/108) ([jaapio](https://githu…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DAccessorOrder.php21 public $order; variable in JMS\\Serializer\\Annotation\\AccessorOrder
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php108 $classMetadata->setAccessorOrder($annot->order, $annot->custom);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst114 and ``.../templates/default`` in this order. The ``page.twig`` template,
H A Dadvanced.rst915 possible** (order matters)::
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dinclude.rst34 * The ``include`` function does not impose any specific order for
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md23 In order to parse the DocBlock one needs a DocBlockFactory that can be
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md61 In order to resolve a type you will have to instantiate the class `\phpDocumentor\Reflection\TypeRe…
74 in order to do that we need an additional `\phpDocumentor\Reflection\Types\Context` class that will…
91 Element Names; but in order to do that we need an additional `\phpDocumentor\Reflection\Types\Conte…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1194 # Modifiers may be combined in any order.
H A DYtsTypeTransfers.yml220 month and day in ISO8601 order.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG692 …nction/addGlobal/addTest/addNodeVisitor/addTokenParser/addExtension can now be called in any order)
841 * changed the order of execution for node visitors
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …bet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-
/plugin/structjoin/
H A DLICENSE199 conditions are imposed on you (whether by court order, agreement or

1...<<21222324252627282930>>...40