Home
last modified time | relevance | path

Searched refs:method (Results 426 – 450 of 972) sorted by path

1...<<11121314151617181920>>...39

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DSimpleAnnotationReader.php73 public function getMethodAnnotations(\ReflectionMethod $method) argument
75 …return $this->parser->parse($method->getDocComment(), 'method '.$method->getDeclaringClass()->name…
103 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) argument
105 foreach ($this->getMethodAnnotations($method) as $annot) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A Dphpstan.neon17 - '#Call to an undefined method ReflectionClass::getUseStatements\(\)#'
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md15 The suggested installation method is via [composer](https://getcomposer.org/):
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst9 The suggested installation method is via `composer`_:
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md48 * Test: Add test case for the `isInfinite` method. (Ivan Enderlin, 2016-08-12T08:06:15+02:00)
74 * Parser: Remove calls to `getCurrentToken` method. (Ivan Enderlin, 2016-02-22T11:58:19+01:00)
148 * Add the `getCompiler` method. (Ivan Enderlin, 2014-09-29T09:52:51+02:00)
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md77 the `isKeyword` method will tell you if they are reserved keywords: Not only
91 `Hoa\Consistency\Consistency::isIdentifier` method to check an identifier is
142 The API also provides the `load` method to force the load of an entity,
165 * `'class::method'` as a string,
166 * `'class', 'method'` as 2 string arguments,
167 * `$object, 'method'` as 2 arguments,
170 * `['class', 'method']` as an array of strings,
171 * `[$object, 'method']` as an array.
222 When the object is set but not the method, the latter will be deduced if
226 `writeInteger`, `writeString`, `writeArray` etc. method will be used. If the
[all …]
H A DXcallable.php201 $method = 'writeCharacter';
203 $method = 'writeString';
211 $method = 'write' . ucfirst($type);
216 $method = 'writeFloat';
221 $method = 'writeAll';
225 $callback[1] = $method;
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php273 protected function _get_valid_callback_stream_xxx($argument, $method) argument
284 ->isEqualTo([$stream, $method]);
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md113 The `Hoa\Event\Listenable` interface requires the `on` method to be present to
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md74 `getIterator` method. It extends
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md69 static `getInstance` method on the `Hoa\Protocol\Protocol` class which
117 `Hoa\Protocol\Protocol::resolve` method:
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md26 * Stream: Add the `hasBeenDeferred` method. (Ivan Enderlin, 2017-02-03T11:03:21+01:00)
99 * Add the `hasTimedOut` method. (Ivan Enderlin, 2015-08-28T09:27:15+02:00)
110 * Add the `isBorrowing` method. (Ivan Enderlin, 2015-03-03T10:25:18+01:00)
H A DREADME.md127 method, that's all. That's the most undefined stream. All capabilities
132 The main `Hoa\Stream\Stream` class is abstract. Two method
251 method.
266 must manually call the `open` method to open the stream then. Between
496 `Hoa\Stream\Filter\Filter::getRegistered` method will provide the list
500 calls its public `compute` method when the stream reaches its end. So
501 by extending this filter, you can override the `compute` method and
511 being opened with the `stream_open` method (from the
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md51 * Implement the `getCharWidth` method. (Ivan Enderlin, 2015-01-07T11:00:06+01:00)
67 * New `toCode` method, without UCS-2. (Ivan Enderlin, 2014-12-23T12:07:22+01:00)
81 * Implement the `String::copy` method. (Marc Lemay, 2014-10-05T15:08:33+02:00)
H A DREADME.md93 `Hoa\Ustring\Ustring::getDirection` method (which call the
94 `Hoa\Ustring\Ustring::getCharDirection` static method), it returns either
169 For example, the `Hoa\Ustring\Search::approximated` method make a search by
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DREADME.md66 to implement the `accept` method in order to define what data it holds will be
67 visited. The second one will ask to implement the `visit` method which will
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md1 Metadata is a library for class/method/property metadata management in PHP
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DAbstractFileDriverTest.php30 …$this->driver->expects($this->any())->method('getExtension')->will($this->returnValue(self::$exten…
38 ->method('findFileForClass')
44 ->method('loadMetadataFromFile')
56 ->method('findFileForClass')
68 ->method('findAllClasses')
H A DDriverChainTest.php18 ->method('loadMetadataForClass')
31 ->method('getAllClassNames')
37 ->method('getAllClassNames')
53 ->method('loadMetadataForClass')
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php21 ->method('loadMetadataForClass')
29 ->method('loadMetadataForClass')
49 ->method('loadMetadataForClass')
57 ->method('loadMetadataForClass')
127 ->method('load')
133 ->method('put')
193 ->method('getAllClassNames')
220 ->method('load')
228 ->method('put')
261 ->method('load')
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md59 - Doctrine driver normalizeFieldType method does not handle nulls [\#1020](https://github.com/schmi…
400 - Missing bool type in graphNavigator.php in method accept\(\) [\#764](https://github.com/schmittjo…
460 - Public method accessor is required for excluded/not exposed properties [\#519](https://github.com…
493 - Where in the JMS code does the navigator call VisitProperty method for visitor [\#207](https://gi…
585 - How to handle DateTime serialization with fromArray method ? [\#723](https://github.com/schmittjo…
676 - Warning: Invalid argument supplied for foreach\(\) on getCurrentPath method [\#668](https://githu…
831 - Fix the method name for the serialization context factory [\#490](https://github.com/schmittjoh/s…
987 - Remove useless YamlSerializationVisitor::prepare method [\#75](https://github.com/schmittjoh/seri…
H A DUPGRADING.md9 - The minimum PHP version is 7.2, type hints are used almost everywhere, most of the method signatu…
18 - Removed deprecated method `VisitorInterface::getNavigator`, use `Context::getNavigator` instead
19 - Removed deprecated method `JsonSerializationVisitor::addData`,
24 - Removed `AbstractVisitor::getNamingStrategy` method
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst41 As you can see, we also added a call to the ``setDebug`` method. In debug mode, the serializer will…
83 every time you call method ``serialize()`` (or ``toArray()``),
H A Devent_system.rst23 'method' => 'onPreSerialize',
H A Dhandlers.rst51 'method' => 'serializeDateTimeToJson',
57 'method' => 'deserializeDateTimeToJson',

1...<<11121314151617181920>>...39