Home
last modified time | relevance | path

Searched refs:custom (Results 226 – 250 of 362) sorted by path

12345678910>>...15

/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A DREADME.md8 By using a custom PHP error handler such as the one provided by the Symfony ErrorHandler component,
/plugin/evesso/phpoauthlib/
H A DREADME.md37 …- You can implement any service with any custom requirements by extending the protocol version's `…
/plugin/externalembed/
H A DREADME.md38 …Enter the domain you want to whitelist. If you wish to set a custom disclaimer for this domain use…
/plugin/fedauth/lang/en/
H A Dadmproviders.txt26 When restoring defaults, your local configuration files are deleted. All of your custom providers a…
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md100 * allow skipping non-imported annotations when a custom `DocParser` is passed to
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst4 Doctrine Annotations offers to implement custom annotation
55 :ref:`Read more about custom annotations. <custom>`
93 .. _Read more about custom annotations.: custom
H A Dsidebar.rst6 custom
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md55 - DateTime converted to ArrayObject instead of string in custom visitor class [\#1017](https://gith…
164 - Can't hint interface using @Type to trigger custom handler [\#631](https://github.com/schmittjoh/…
203 - Serialization fails if root element has custom handler [\#961](https://github.com/schmittjoh/seri…
642 - DoctrineProxySubscriber forces loading of the proxy even if custom handler exist [\#575](https://…
740 - No way to serialize binary data with a custom type [\#202](https://github.com/schmittjoh/serializ…
759 - custom collection handler [\#415](https://github.com/schmittjoh/serializer/issues/415)
804 - Allow to use custom serializer with primitive type [\#610](https://github.com/schmittjoh/serializ…
1000 - Adding @Accessor with custom getter causes LogicException if Doctrine ManyToOneEntity [\#52](http…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst48 If you have created custom handlers, you can add them to the serializer easily::
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst312 …`property_metadata` for use in an expression. This enables you to create custom exclusion strategi…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst51 will need to wrap your custom strategy with the ``SerializedNameAnnotationStrategy``.
155 "custom".
174 * @AccessorOrder("custom", custom = {"name", "id"})
185 * @AccessorOrder("custom", custom = {"name", "someMethod" ,"id"})
353 | DateTime<'format'> | PHP's DateTime object (custom format/d…
356 | DateTime<'format', 'zone'> | PHP's DateTime object (custom format/t…
358 | DateTime<'format', 'zone', 'deserializeFormat'> | PHP's DateTime object (custom format/t…
366 | DateTimeImmutable<'format'> | PHP's DateTimeImmutable object (custom
369 | DateTimeImmutable<'format', 'zone'> | PHP's DateTimeImmutable object (custom
372 | DateTimeImmutable<'format', 'zone', 'deserializeFormat'> | PHP's DateTimeImmutable object (custom
H A Dxml_reference.rst9 … accessor-order="custom" custom-accessor-order="propertyName1,propertyName2,...,propertyNameN"
H A Dyml_reference.rst13 accessor_order: custom
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DAccessorOrder.php26 public $custom = []; 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/phpspec/prophecy/
H A DCHANGES.md187 * Add support for setting custom constructor arguments
H A DREADME.md163 - `CallbackPromise` or `->will($callback)` - gives you a quick way to define your own custom logic
245 - `CallbackToken` or `Argument::that(callback)` - checks that the argument matches a custom callback
250 And you can add even more by implementing `TokenInterface` with your own custom classes.
371 - `CallbackPrediction` or `should($callback)` - checks the method against your own custom callback
373 Of course, you can always create your own custom prediction any time by implementing
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md94 …bastianbergmann/phpunit/issues/1999): Handler is inherited from previous custom option with handler
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dcustom-printer-debug.phpt2 phpunit -c ../_files/configuration.custom-printer.xml --debug BankAccountTest ../_files/BankAccount…
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration.custom-printer.xml';
H A Dcustom-printer-verbose.phpt2 phpunit -c ../_files/configuration.custom-printer.xml --verbose IncompleteTest ../_files/Incomplete…
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration.custom-printer.xml';
17 Configuration: %sconfiguration.custom-printer.xml
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DunindentedCollections.yml74 test: Shortcut Key after unindented collection with custom spaces
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG182 * added support for a custom template on the block() function
278 * fixed logic for custom escapers to call them even on integers and null values
369 * fixed 2-words test names when a custom node class is not used
427 * added a way to add custom escaping strategies
889 * added a way to implement custom logic for resolving token parsers given a tag name
924 …* refactored the Node system (if you have custom nodes, you will have to update them to use the ne…
929 * added a grammar sub-framework to ease the creation of custom tags
968 If you have defined custom filters, you MUST upgrade them for this release. To
989 …* changed the automatic-escaping rules to be more sensible and more configurable in custom filters…
1002 If you have custom loaders, you MUST upgrade them for this release: The
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst321 Tests allow you to create custom application specific logic for evaluating
339 When creating tests you can use the ``node_class`` option to provide custom test
935 Here, we have overloaded the built-in ``date`` filter with a custom one.
H A Dadvanced_legacy.rst761 Here, we override the ``date`` filter with a custom one. Using this extension
H A Ddeprecated.rst43 implement this method to store the environment for your custom filters,

12345678910>>...15