Home
last modified time | relevance | path

Searched refs:class (Results 1701 – 1725 of 2173) sorted by last modified time

1...<<61626364656667686970>>...87

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php64 $class = new ClassMetadata(Author::class);
83 $class = new ClassMetadata(Author::class);
96 $class = new ClassMetadata(Author::class);
111 $class = new ClassMetadata(Author::class);
126 $class = new ClassMetadata(Author::class);
144 $class = new ClassMetadata(Author::class);
159 $class = new ClassMetadata(Author::class);
162 $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
173 $class = new ClassMetadata(Author::class);
176 $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php85 $class = __NAMESPACE__ . '\SerializableClass';
86 $metadata = $this->metadataFactory->getMetadataForClass($class);
110 $navigator->accept('random', ['name' => $class, 'params' => []]);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php222 return $this->parser->parse($class->getDocComment(), 'class ' . $class->getName());
278 $class = $method->getDeclaringClass();
314 $name = $class->getName();
319 $this->collectParsingMetadata($class);
333 $name = $class->getName();
338 $this->collectParsingMetadata($class);
352 $class = $method->getDeclaringClass();
360 foreach ($class->getTraits() as $trait) {
380 $class = $property->getDeclaringClass();
405 …$annotations = $this->preParser->parse($class->getDocComment(), 'class ' . $class->name…
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dfirst.rst25 .. _`Traversable`: https://secure.php.net/manual/en/class.traversable.php
H A Dlast.rst25 .. _`Traversable`: https://secure.php.net/manual/en/class.traversable.php
H A Dslice.rst68 .. _`Traversable`: https://secure.php.net/manual/en/class.traversable.php
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst208 class Article
357 class OpCacheAwareTwigEnvironment extends \Twig\Environment
420class DatabaseTwigLoader implements \Twig\Loader\LoaderInterface, \Twig\Loader\ExistsLoaderInterfa…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DNode.php23 protected $class; variable in Twig_Test_Node
25 public function __construct($class, array $options = []) argument
29 $this->class = $class;
/plugin/findologicxmlexport/vendor/twig/twig/src/RuntimeLoader/
H A DContainerRuntimeLoader.php33 public function load($class) argument
35 if ($this->container->has($class)) {
36 return $this->container->get($class);
H A DFactoryRuntimeLoader.php31 public function load($class) argument
33 if (isset($this->map[$class])) {
34 $runtimeFactory = $this->map[$class];
H A DRuntimeLoaderInterface.php24 * @param string $class A runtime class
28 public function load($class); argument
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php355 $class = get_class($this);
356 if (false !== $pos = strrpos($class, '___', -1)) {
357 $class = substr($class, 0, $pos);
589 $class = \get_class($object);
592 if (!isset(self::$cache[$class])) {
595 $ref = new \ReflectionClass($class);
636 self::$cache[$class] = $cache;
640 if (isset(self::$cache[$class][$item])) {
641 $method = self::$cache[$class][$item];
643 $method = self::$cache[$class][$lcItem];
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dissue_1143.test6 class House
H A Dmulti_word_tests.test2 Twig allows multi-word tests without a custom node class
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test19 class ItemsIterator implements Iterator
H A Dobjects_countable.test20 class ItemsIteratorCountable implements Iterator, \Countable
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php373 if (!($value instanceof $class)) {
377 $class
384 if ($value instanceof $class) {
388 $class
395 foreach ($classes as $class) {
396 if ($value instanceof $class) {
895 static::valueToString($class)
1070 static::string($class);
1078 if ($e instanceof $class) {
1083 if ($e instanceof $class) {
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md31 Please note that it is also possible to provide a class that has the
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php41 * @param ReflectionClass $class
48 public function reflect(ReflectionClass $class = null, array $interfaces) argument
52 if (null !== $class) {
53 if (true === $class->isInterface()) {
57 $class->getName()
61 $this->reflectClassToNode($class, $node);
90 if (true === $class->isFinal()) {
93 ), $class);
96 $node->setParentClass($class->getName());
98 foreach ($class->getMethods(ReflectionMethod::IS_ABSTRACT) as $method) {
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DNameGenerator.php29 * @param ReflectionClass $class
34 public function name(ReflectionClass $class = null, array $interfaces) argument
38 if (null !== $class) {
39 $parts[] = $class->getName();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassMirrorException.php18 private $class; variable in Prophecy\\Exception\\Doubler\\ClassMirrorException
20 public function __construct($message, ReflectionClass $class) argument
24 $this->class = $class;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php66 * @param string $class
70 public function willExtend($class) argument
72 $this->lazyDouble->setParentClass($class);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php182 $class = get_class($value);
185 return sprintf('%s Object (*Prophecy*)', $class);
187 return sprintf('%s:%s Object', $class, $hash);
207 return sprintf('%s:%s Object (%s)', $class, $hash, $values);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php1055 $class = new \ReflectionClass($unit[0]);
1058 if ($class->isSubclassOf($whitelisted)) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDashboard.php70 foreach ($classes as $className => $class) {
88 $class['coverage'],
89 $class['ccn'],
144 foreach ($classes as $class) {
157 if ($class['coverage'] == 0) {
159 } elseif ($class['coverage'] == 100) {
162 $key = floor($class['coverage'] / 10) * 10;
188 foreach ($classes as $className => $class) {
247 foreach ($classes as $className => $class) {
262 $class['ccn'] > count($class['methods'])) {
[all …]

1...<<61626364656667686970>>...87