Home
last modified time | relevance | path

Searched refs:methods (Results 401 – 425 of 582) sorted by path

1...<<11121314151617181920>>...24

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst79 A reader has multiple methods to access the annotations
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md34 * Consistency: Import last methods from `Hoa\Core`. (Ivan Enderlin, 2015-12-09T08:24:02+01:00)
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md133 to add more exceptions in the group with the following methods:
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md14 * Buffer: Make `current` & `key` methods inlinable. (Ivan Enderlin, 2016-02-22T12:01:39+01:00)
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md130 and `addConstant` methods. Thus, we will add the `rand` function (with 2
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md181 Other methods are left as an exercise to the reader. Thus, we are now
219 methods on the `Hoa\Stream\Context` class will be useful to
370 The `Hoa\Stream\Wrapper\Wrapper` class holds all methods to
372 and `getRegistered` methods are also helpful. A wrapper is represented by a class:
382 The `Stream` interface requires to implement several methods related to a stream, such as:
400 The `File` interface requires to implement other methods related to stream acting as a file, such a…
431 name, with the `append` or `prepend` methods. You might guess that
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md105 Text direction is also important for the `append`, `prepend`, `pad`… methods on
137 Some static methods are helpful, such as `fromCode`, `toCode` or `isUtf8` on
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md14 for classes, methods and properties. The metadata can come from many different
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md482 - SimpleObjectProxy is not implement abstract methods of Proxy class [\#287](https://github.com/sch…
760 - Exclude annotation not preventing attempt to find public methods when using AccessType [\#367](ht…
783 - \#367 Exclude annotation not preventing attempt to find public methods when using AccessType [\#3…
869 - Add toArray and fromArray methods to the serializer [\#435](https://github.com/schmittjoh/seriali…
H A DUPGRADING.md47 - elements (as classes, interfaces, methods, properties...)
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst106 to be used with methods ``deserialize()`` and ``fromArray()``.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst273 … exclusion strategies using ``@Exclude(if="expression")`` and ``@Expose(if="expression")`` methods.
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php32 $methods = [];
44 $methods[] = [
51 $methods[] = [
60 return $methods;
H A DConstraintViolationHandler.php21 $methods = [];
27 $methods[] = [
36 return $methods;
H A DDateHandler.php37 $methods = [];
43 $methods[] = [
51 $methods[] = [
60 return $methods;
H A DFormErrorHandler.php33 $methods = [];
35 $methods[] = [
40 $methods[] = [
47 return $methods;
H A DIteratorHandler.php22 $methods = [];
25 $methods[] = [
32 $methods[] = [
41 $methods[] = [
48 $methods[] = [
56 return $methods;
H A DStdClassHandler.php22 $methods = [];
26 $methods[] = [
34 return $methods;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php361 $methods = [];
367 $methods[] = new MethodMetadata($class->name, $name);
370 return $methods;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md51 whose methods can be queried:
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md8 …the Fully Qualified Structural Element Name (FQSEN). Using this it is possible to refer to methods,
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md8 * Ability to double Throwable, or methods that extend it (@ciaranmcnulty)
9 * [fixed] Doubling methods where class has additional arguments to interface (@webimpress)
10 * [fixed] Doubling methods where arguments are nullable but default is not null (@webimpress)
11 * [fixed] Doubling magic methods on parent class (@dsnopek)
44 * Allow PHP5 keywords methods generation on PHP7 (thanks @bycosta)
81 * Add __invoke to allowed reflectable methods list (thanks @ftrrtf)
87 * Fix phpdoc for magic methods (thanks @Tobion)
89 * Prevent final methods from being manually extended (thanks @kamioftea)
112 * Support for mocking classes with methods that return references (thanks @edsonmedina)
116 * Magic methods are now filtered for keywords (thanks @seagoj)
[all …]
H A DREADME.md114 and/or implement preset classes/interfaces by overriding all their public methods. The key
147 Promises are logical blocks, that represent your fictional methods in prophecy terms
206 And now it doesn't matter how many times or in which order your methods are called.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php32 private $methods = array(); variable in Prophecy\\Doubler\\Generator\\Node\\ClassNode
100 return $this->methods;
112 if ($force || !isset($this->methods[$method->getName()])) {
113 $this->methods[$method->getName()] = $method;
119 unset($this->methods[$name]);
129 return $this->hasMethod($name) ? $this->methods[$name] : null;
139 return isset($this->methods[$name]);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md16 …de-coverage/issues/370): Confusing statistics for source file that declares a class without methods

1...<<11121314151617181920>>...24