Home
last modified time | relevance | path

Searched refs:handler (Results 576 – 600 of 1340) sorted by path

1...<<21222324252627282930>>...54

/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md28 - Removed in-object handler callbacks (`@HandlerCallback` annotation), use event listeners instead
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst73 Also, this type of handler is registered via the builder object::
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php155 …if (null !== $handler = $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_DESE…
156 $rs = \call_user_func($handler, $this->visitor, $data, $type, $this->context);
H A DSerializationGraphNavigator.php191 …if (null !== $handler = $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERI…
192 $rs = \call_user_func($handler, $this->visitor, $data, $type, $this->context);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php41 public function registerSubscribingHandler(SubscribingHandlerInterface $handler): void argument
43 foreach ($handler->getSubscribingMethods() as $methodData) {
45 …n, but only got "%s" for %s.', implode('" and "', array_keys($methodData)), \get_class($handler)));
55 …this->registerHandler($direction, $methodData['type'], $methodData['format'], [$handler, $method]);
63 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void argument
65 $this->handlers[$direction][$typeName][$format] = $handler;
H A DHandlerRegistryInterface.php14 public function registerSubscribingHandler(SubscribingHandlerInterface $handler): void; argument
20 * @param object|callable $handler function(visitor, mixed $data, array $type): mixed
22 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void; argument
H A DLazyHandlerRegistry.php40 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void argument
42 parent::registerHandler($direction, $typeName, $format, $handler);
59 $handler = $this->handlers[$direction][$typeName][$format];
60 if (\is_array($handler) && \is_string($handler[0]) && $this->container->has($handler[0])) {
61 $handler[0] = $this->container->get($handler[0]);
64 return $this->initializedHandlers[$direction][$typeName][$format] = $handler;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionHandlerTest.php23 $handler = new ArrayCollectionHandler();
33 $handler->serializeCollection($visitor, $collection, $type, $context);
41 $handler = new ArrayCollectionHandler(false);
58 $handler->serializeCollection($visitor, $collection, $type, $context);
H A DDateHandlerTest.php18 private $handler; variable in JMS\\Serializer\\Tests\\Handler\\DateHandlerTest
26 $this->handler = new DateHandler();
54 $this->handler->serializeDateTime($visitor, $datetime, $type, $context);
64 $this->handler->deserializeDateTimeFromJson($visitor, '2017-06-18', $type)
84 $this->handler->deserializeDateTimeFromJson($visitor, '2017-06-18', $type)
91 $this->handler->deserializeDateTimeFromJson($visitor, '2017-06-18', $type)
106 $actualDateTime = $this->handler->deserializeDateTimeFromJson($visitor, $timestamp, $type);
125 …$actualDateTime = $this->handler->deserializeDateTimeImmutableFromJson($visitor, $timestamp, $type…
H A DFormErrorHandlerTest.php31 protected $handler; variable in JMS\\Serializer\\Tests\\Handler\\FormErrorHandlerTest
50 $this->handler = new FormErrorHandler(new Translator('en'));
60 $this->handler = null;
76 $this->handler = new FormErrorHandler();
150 $handler = new FormErrorHandler($translator);
165 $this->invokeMethod($handler, 'getErrorMessage', [$formError]);
173 $handler = new FormErrorHandler($translator);
189 $this->invokeMethod($handler, 'getErrorMessage', [$formError]);
197 $handler = new FormErrorHandler($translator, 'custom_domain');
212 $this->invokeMethod($handler, 'getErrorMessage', [$formError]);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1231 $handler = static function () {
1235 …Interface::DIRECTION_DESERIALIZATION, 'CustomDeserializationObject', $this->getFormat(), $handler);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php144 public function registerTagHandler($tagName, $handler) argument
147 Assert::stringNotEmpty($handler);
148 Assert::classExists($handler);
149 Assert::implementsInterface($handler, StaticMethod::class);
157 $this->tagHandlerMappings[$tagName] = $handler;
H A DTagFactory.php81 * @param string $handler FQCN of handler.
92 public function registerTagHandler($tagName, $handler); argument
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php106 public function registerTagHandler($tagName, $handler) argument
108 $this->tagFactory->registerTagHandler($tagName, $handler);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6 …sition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,argume…
H A Djquery.min.js3handler&&(f=c,c=f.handler,e=f.selector),e&&r.find.matchesSelector(qa,e),c.guid||(c.guid=r.guid++),…
/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/src/TextUI/
H A DCommand.php643 $handler = null;
645 $handler = $this->longOptions[$optionName];
647 $handler = $this->longOptions[$optionName . '='];
650 if (isset($handler) && is_callable([$this, $handler])) {
651 $this->$handler($option[1]);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst38 classes). To catch all notices, register a custom error handler like the one
/plugin/firenews/
H A Dsyntax.php25 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php16 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
H A Dfeed.php39 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
H A Dstream.php15 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
/plugin/fkstimer/
H A Dsyntax.php25 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/flash/
H A Dsyntax.php54 function handle($match, $state, $pos, Doku_Handler $handler){ argument

1...<<21222324252627282930>>...54