Home
last modified time | relevance | path

Searched refs:reflection (Results 26 – 41 of 41) sorted by path

12

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md17 composer require phpdocumentor/reflection-docblock
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md45 * Allow reflection-docblock v4 (thanks @GrahamCampbell)
72 * Added compatibility with phpdocumentor/reflection-docblock 3
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php106 $reflection = new ReflectionClass($classname);
109 return $reflection->newInstanceArgs($args);
111 if ((null === $constructor = $reflection->getConstructor())
113 return $reflection->newInstance();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php73 $reflection = new ReflectionClass($classname);
74 $constructor = $reflection->getConstructor();
77 throw $reflection->newInstance();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsInstanceOf.php83 $reflection = new ReflectionClass($this->className);
84 if ($reflection->isInterface()) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1420 $reflection = new ReflectionClass($className);
1421 if ($reflection->isAbstract() === true) {
/plugin/imageflow/syntax/
H A Dimageflow.php188 if ( $reflection = plugin_load('syntax', 'reflect')) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt106 * security: avoid disabled demo reflection
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php35 $reflection = new \ReflectionClass($filter);
36 $filters[] = $reflection->newInstanceArgs($filterParams);
H A DRequireJsProcess.php254 $reflection = new \ReflectionClass($filter);
256 $filter = $reflection->newInstanceArgs($filterParams);
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php120 $reflection = new \ReflectionClass($this);
124 }, $reflection->getMethods(ReflectionMethod::IS_PROTECTED)));
274 $reflection = new \ReflectionClass($this);
275 foreach($reflection->getMethods(ReflectionMethod::IS_PROTECTED) as $method) {
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock269 "ext-reflection": "*",
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md29 * The `maxminddb` extension now has the arginfo when using reflection.
/plugin/reflect/
H A DREADME.md13 …//194.95.111.244/~countzero/myCMS/index.php?c_id=5&s_id=21), using the reflection routine from [he…
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock136 "reflection",
219 "name": "phpdocumentor/reflection-docblock",
283 "phpdocumentor/reflection-docblock": "~2.0",
585 "ext-reflection": "*",
/plugin/subjectindex/plugins/
H A Dbible_verses.txt29967 He is the reflection of [his] glory and the exact representation of his very being, and he sustains…

12