Home
last modified time | relevance | path

Searched refs:registerHandler (Results 1 – 14 of 14) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DHandlerRegistryTest.php23 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
26 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, '\stdC…
29 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
32 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, '\stdC…
H A DLazyHandlerRegistryTest.php30 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
34 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, '\stdC…
38 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
42 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, '\stdC…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php40 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void function in JMS\\Serializer\\Handler\\LazyHandlerRegistry
42 parent::registerHandler($direction, $typeName, $format, $handler);
H A DHandlerRegistry.php55 …$this->registerHandler($direction, $methodData['type'], $methodData['format'], [$handler, $method]…
63 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void function in JMS\\Serializer\\Handler\\HandlerRegistry
H A DHandlerRegistryInterface.php22 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void; function
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst18 $registry->registerHandler('serialization', 'MyObject', 'json',
H A Dconfiguration.rst54 $registry->registerHandler('serialization', 'MyObject', 'json',
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php178 $this->handlerRegistry->registerHandler(
197 $this->handlerRegistry->registerHandler(
H A DBaseSerializationTest.php1235 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, 'Custo…
1503 $this->handlerRegistry->registerHandler(
1625 $this->handlerRegistry->registerHandler(
1633 $this->handlerRegistry->registerHandler(
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.production.min.js34registerHandler("dataStore.updateContainment",_l),this.preExecute("shape.create",(function(e){var …
H A Dbpmn-modeler.development.js40882 commandStack.registerHandler('dataStore.updateContainment', UpdateSemanticParentHandler);
45868 CommandStack.prototype.registerHandler = function(command, handlerCls) {
50914 commandStack.registerHandler(id, handler);
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194registerHandler("dataStore.updateContainment",xd),this.preExecute("shape.create",(function(e){var …
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21registerHandler=function(e,t){if(!e||!t)throw new Error("command and handlerCls must be defined");… method in mp