Home
last modified time | relevance | path

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

12

/plugin/achart/assets/
H A Dapexcharts.min.js10reflection[1],t[2]=this.reflection[0];break;case"S":t[0]="C",t[6]=t[4],t[5]=t[3],t[4]=t[2],t[3]=t[…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock2227 "description": "Allows reflection of object attributes, including inherited and non-public ones",
/plugin/barcodes/
H A Dcomposer.lock1502 … "description": "Allows reflection of object attributes, including inherited and non-public ones",
/plugin/bez/action/
H A Dmaildebug.php39 $reflection = new \ReflectionClass($mail);
40 $property = $reflection->getProperty('html');
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1 …se-context-classloader*\",\n \"*verbose-defrecords*\", \"*warn-on-reflection*\", \"+\", \"+'\…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 …ext-classloader*',\n '*verbose-defrecords*',\n '*warn-on-reflection*',\n '+',…
H A D2.2.js.map1reflection appears above the border box.\"\n },\n {\n …
/plugin/displayfile/
H A Dsyntax.php211 $reflection = new ReflectionClass($renderer);
212 $property = $reflection->getProperty('_codeblock');
219 $reflection = new ReflectionClass($renderer);
220 $property = $reflection->getProperty('_codeblock');
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php60 $reflection = is_object($object) ? new ReflectionObject($object) : new ReflectionClass($object);
62 if ($reflection->hasProperty($name)) {
63 return $reflection->getProperty($name);
66 if ($parentClass = $reflection->getParentClass()) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php201 $reflection = new ReflectionClass($builder);
202 if ($reflection->hasMethod($method)) {
203 $func = $reflection->getMethod($method);
675 $reflection = new ReflectionClass($fullPath);
676 $constructor = $reflection->getConstructor();
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/
H A DFacade.php49 $reflection = new \ReflectionClass($this->_version);
50 throw new QueryBuilderException($this->_dsl->getType().' "'.$name.'" in '.$reflection->getShortName().' not supported');
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst60 The access to the annotations happens by reflection of the class
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php121 $reflection = new ReflectionClass($className);
123 if ($reflection->isAbstract()) {
124 throw InvalidArgumentException::fromAbstractClass($reflection);
127 return $reflection;
194 private function isSafeToClone(ReflectionClass $reflection) : bool argument
196 return $reflection->isCloneable() && ! $reflection->hasMethod('__clone');
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md204 Finally, this is possible to get a reflection instance of the current callable
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php64 ->object($reflection = $result->getReflection())
66 ->string($reflection->getName())
82 ->object($reflection = $result->getReflection())
84 ->string($reflection->getName())
100 ->object($reflection = $result->getReflection())
102 ->string($reflection->getName())
124 ->string($reflection->getName())
146 ->string($reflection->getName())
169 ->string($reflection->getName())
187 ->string($reflection->getName())
[all …]
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php140 $reflection = new \ReflectionClass($source);
142 if (false === $reflection->implementsInterface('\Hoa\Event\Source')) {
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php104 ->let($reflection = new \ReflectionObject($handler))
105 … ->array($invokeParameters = $reflection->getMethod('__invoke')->getParameters())
H A DIdle.php251 ->let($reflection = new \ReflectionObject($handler))
252 … ->array($invokeParameters = $reflection->getMethod('__invoke')->getParameters())
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php111 $reflection = new \ReflectionClass($owner);
113 if (false === $reflection->implementsInterface('\Hoa\Zformat\Parameterizable')) {
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMethodMetadata.php30 public $reflection; variable in Metadata\\MethodMetadata
37 $this->reflection = new \ReflectionMethod($class, $name);
38 $this->reflection->setAccessible(true);
48 return $this->reflection->invokeArgs($obj, $args);
75 $this->reflection = new \ReflectionMethod($this->class, $this->name);
76 $this->reflection->setAccessible(true);
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMethodMetadataTest.php21 $this->assertEquals($expectedReflector, $metadata->reflection);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md51 - internal classes have false in reflection::getFilename\(\) [\#1013](https://github.com/schmittjoh…
124 - XmlDeserializationVisitor references undefined property PropertyMetadata::$reflection [\#958](htt…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst94 set the value via reflection, but you may change this to use a public method instead:
256 - ``id`` is exposed using the object reflection.
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php268 …:$%s. Expected character data, but got %s.', $metadata->reflection->class, $metadata->reflection->…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php60 … $reflection = is_object($object) ? new ReflectionObject($object) : new ReflectionClass($object);
62 if ($reflection->hasProperty($name)) {
63 return $reflection->getProperty($name);
66 if ($parentClass = $reflection->getParentClass()) {

12