Home
last modified time | relevance | path

Searched refs:instance (Results 201 – 225 of 405) sorted by path

12345678910>>...17

/plugin/fedauth/classes/
H A Dfa_provider.class.php28 $instance = new self();
29 $instance->loadProvider($id, $data);
30 return $instance;
H A Dfa_providerlist.class.php69 $instance = new self();
70 $instance->loadFrom($cfg);
71 return $instance;
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst74 In the third block, we create the actual AnnotationReader instance. Note that we also add "dummy" t…
81 …use the annotations library is simple, you just need to create a new ``AnnotationReader`` instance:
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php830 $instance = new $name();
844 $instance->{$property} = $value;
847 return $instance;
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md29 $instance = $instantiator->instantiate(\My\ClassName\Here::class);
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php70 $instance = $factory();
72 if ($this->isSafeToClone(new ReflectionClass($instance))) {
73 self::$cachedCloneables[$className] = clone $instance;
76 return $instance;
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md156 All `quote[0]` for the rule instance must have the same value. Another example
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md103 backward compatibility. For instance, it often happens that you create a
146 For instance, to map the `Foo\Bar` namespace to the `Source/` directory:
204 Finally, this is possible to get a reflection instance of the current callable
229 instance, the following example will work seamlessly:
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md76 `hoa://Event/LibraryName/AnId:pseudo-class#anAnchor`. For instance, the
114 register a listener to a listener ID. For instance, the following example
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md90 Previous exceptions are shown too, for instance:
142 For instance, if an exceptional behavior is due to several reasons, a group of
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md422 iterator. This is very useful when combined with other iterators, for instance
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md68 First of all, to get the instance of the `hoa://` protocol, you should use the
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md36 wrappers, for instance HTTP headers,
38 destination of a stream, useful for instance to encrypt/decrypt a
135 stream, for instance:
197 add HTTP headers for instance, or to specify the proxy, the maximum
231 `hoa://Event/Stream/<streamName>:close-before`. Thus, for instance, to
254 an instance of our stream without opening it. This action is called
437 instance of `Hoa\Stream`, it can be any PHP stream resources. Passing
438 an `Hoa\Stream` instance will obviously unwraps to its underlying PHP
504 useful? For instance if you are reading a PHP file, you can transform
505 the source code on-the-fly by using a parser —for instance— and
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DREADME.md27 parameters, for instance for classes.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md115 - Allow instance of event filtering [\#924](https://github.com/schmittjoh/serializer/pull/924) ([g…
334 - Serializer fails if there is no AnnotationDriver in the DriverChain instance [\#815](https://gith…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst82 To avoid to pass an instance of SerializationContext
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md107 Alternatively, you can create your own `DeepCopy` instance to configure it differently for example:
180 The `TypeMatcher` will match any element by its type (instance of a class or any value that could b…
186 // Will apply a filter to any object that is an instance of Doctrine\Common\Collections\Collection
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md141 call returned us a new object instance of class `MethodProphecy`. Yep, that's a specific
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DFactory.php26 private static $instance; variable in Prophecy\\Comparator\\Factory
41 if (self::$instance === null) {
42 self::$instance = new Factory;
45 return self::$instance;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md30 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DREADME.md9 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md13 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A DREADME.md19 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md3 PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architec…

12345678910>>...17