/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/ |
H A D | ContextFactory.php | 41 public function createFromReflector(\Reflector $reflector) argument 43 if (method_exists($reflector, 'getDeclaringClass')) { 44 $reflector = $reflector->getDeclaringClass(); 47 $fileName = $reflector->getFileName(); 48 $namespace = $reflector->getNamespaceName();
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Test.php | 166 $reflector = new ReflectionClass($className); 167 $docComment = $reflector->getDocComment(); 168 $reflector = new ReflectionMethod($className, $methodName); 169 $docComment .= "\n" . $reflector->getDocComment(); 289 $reflector = new ReflectionMethod($className, $methodName); 290 $docComment = $reflector->getDocComment(); 375 $reflector = new ReflectionMethod($className, $methodName); 376 $docComment = $reflector->getDocComment(); 1040 foreach ($reflectors as $reflector) { 1041 $filename = $reflector->getFileName(); [all …]
|
H A D | Blacklist.php | 91 $reflector = new ReflectionClass($className); 92 $directory = $reflector->getFileName();
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/ |
H A D | Restorer.php | 81 $reflector = new ReflectionProperty($className, $name); 82 $reflector->setAccessible(true); 83 $reflector->setValue($value);
|
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/ |
H A D | Enumerator.php | 67 $reflector = new \ReflectionObject($variable); 69 foreach ($reflector->getProperties() as $attribute) {
|
/plugin/combo/ComboStrap/ |
H A D | ClassUtility.php | 23 $reflector = new \ReflectionClass($objectOrClass); 24 $fileName = $reflector->getFileName();
|
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/ |
H A D | Wizard.php | 65 $reflector = new \ReflectionClass($classOrTrait); 67 foreach ($reflector->getMethods() as $method) {
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/ |
H A D | CallExpression.php | 21 private $reflector; variable in Twig\\Node\\Expression\\CallExpression 270 if (null !== $this->reflector) { 271 return $this->reflector; 297 return $this->reflector = [$r, $callable];
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ |
H A D | AsseticTokenParser.php | 163 $reflector = new \ReflectionMethod($this, 'createNode'); 165 if (__CLASS__ !== $reflector->getDeclaringClass()->name) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestCase.php | 1079 $reflector = new ReflectionClass($this->expectedException); 1083 $reflector->isSubclassOf('PHPUnit_Framework_Exception')) { 2478 $reflector = new ReflectionObject($testArgument); 2480 if (!$reflector->isCloneable()) { 2484 if ($reflector->hasMethod('__clone') && 2485 $reflector->getMethod('__clone')->isPublic()) {
|
H A D | Assert.php | 2880 $reflector = new ReflectionObject($object); 2882 while ($reflector = $reflector->getParentClass()) { 2884 $attribute = $reflector->getProperty($attributeName);
|
/plugin/barcodes/ |
H A D | composer.lock | 1311 "sebastian/object-reflector": "^2.0", 1432 "sebastian/object-reflector": "^2.0", 1474 "name": "sebastian/object-reflector", 1478 "url": "https://github.com/sebastianbergmann/object-reflector.git", 1483 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 1515 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 1517 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 1518 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 382 $reflector = new ReflectionClass($originalClassName); 385 foreach ($reflector->getMethods() as $method) {
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
H A D | composer.lock | 2024 "sebastian/object-reflector": "^2.0", 2145 "sebastian/object-reflector": "^2.0", 2187 "name": "sebastian/object-reflector", 2191 "url": "https://github.com/sebastianbergmann/object-reflector.git", 2196 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 2228 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 2230 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 2231 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
|
/plugin/scrape/ |
H A D | HTMLPurifier.standalone.php |
|