Home
last modified time | relevance | path

Searched refs:register (Results 726 – 750 of 1423) sorted by last modified time

1...<<21222324252627282930>>...57

/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md114 register a listener to a listener ID. For instance, the following example
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst86 Twig_Autoloader::register();
H A Dadvanced_legacy.rst213 class. The ``Twig_Filter_Function`` class can also be used to register such
628 You can register an extension by using the ``addExtension()`` method on your
H A Drecipes.rst38 classes). To catch all notices, register a custom error handler like the one
276 For filters, register callbacks with ``registerUndefinedFilterCallback()``.
279 // auto-register all native PHP functions as Twig functions
292 If you register more than one callback, Twig will call them in turn until one
H A Dadvanced.rst683 You can register an extension by using the ``addExtension()`` method on your
914 function, re-define it in an extension and register it **as late as
H A Dapi.rst25 Twig_Autoloader::register();
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DAutoloader.php28 public static function register($prepend = false) function in Twig_Autoloader
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DFactory.php32 $this->register(new ClosureComparator());
33 $this->register(new ProphecyComparator());
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md38 * Autoloader: Auto-register to support flex entity. (Ivan Enderlin, 2015-12-03T10:01:23+01:00)
H A DAutoloader.php204 public function register($prepend = false) function in Hoa\\Consistency\\Autoloader
260 $autoloader->register();
H A DREADME.md140 * `register` is used to register the autoloader.
151 $autoloader->register();
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DFactory.php33 $this->register(new TypeComparator);
34 $this->register(new ScalarComparator);
35 $this->register(new NumericComparator);
36 $this->register(new DoubleComparator);
37 $this->register(new ArrayComparator);
38 $this->register(new ResourceComparator);
39 $this->register(new ObjectComparator);
40 $this->register(new ExceptionComparator);
42 $this->register(new DOMNodeComparator);
43 $this->register(new MockObjectComparator);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DFactoryTest.php86 $factory->register($comparator);
105 $factory->register($comparator);
/plugin/findologicxmlexport/vendor/composer/
H A Dautoload_real.php48 $loader->register(true);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst160 - Calling ``AnnotationRegistry#registerFile($file)`` to register a file that contains one or more…
161 - Calling ``AnnotationRegistry#registerNamespace($namespace, $dirs = null)`` to register that the…
165 - Calling ``AnnotationRegistry#registerLoader($callable)`` to register an autoloader callback. Th…
214 and register them for the annotation processing. Only if you are using PHP Imports you can validate…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md253 Now let's move on to listeners. To register a listener, we must create
371 `register`, `unregister`, and `restore` wrappers. The `isRegistered`
375 Hoa\Stream\Wrapper\Wrapper::register('tmp', Tmp::class);
426 This class allows to `register` or `remove` filters. A filter takes
467 Great. Now let's register our filter under a specific name:
471 Hoa\Stream\Filter::register($filterName, ToUpper::class);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php71 ->when($result = SUT::register('foo', \StdClass::class))
83 SUT::register($name, $class)
86 SUT::register($name, $class);
97 SUT::register($name, \StdClass::class),
100 ->when($result = SUT::register($name, \Mock\StdClass::class, SUT::OVERWRITE))
110 SUT::register('', \StdClass::class);
123 SUT::register('foo', '42Foo');
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DFilter.php106 public static function register( function in Hoa\\Stream\\Filter\\Filter
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php188 $autoloader->register()
210 $autoloader->register()
313 ->when($result = $autoloader->register())
328 ->when($result = $autoloader->register())
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DBucket.php72 LUT::register($eventId, $source),
H A DEvent.php72 ->when($result = SUT::register($eventId, $source))
87 ->when($result = SUT::register($eventId, $source))
101 SUT::register($eventId, $source)
104 SUT::register($eventId, $source);
117 $result = SUT::register($eventId, $source);
130 $result = SUT::register($eventId, $source);
141 SUT::register($eventId, $source)
155 SUT::register($eventId, $source),
242 SUT::register($eventId, $source),
283 SUT::register($eventId, $source)
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php72 Event::register('hoa://Event/Exception', __CLASS__);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md133 this tree, we must create a node and register it as a child of an existing node.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst14 You can register simple callables on the builder object::
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst12 You need to register this extension before using the ``trans`` block::

1...<<21222324252627282930>>...57