Home
last modified time | relevance | path

Searched refs:class (Results 1551 – 1575 of 2173) sorted by last modified time

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DTokenParser.php104 $class = '';
111 $class .= $token[1];
119 $statements[strtolower($alias)] = $groupRoot . $class;
120 $class = '';
124 $statements[strtolower($alias)] = $groupRoot . $class;
127 $groupRoot = $class;
128 $class = '';
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md23 …ntiator is able to create new instances of any class without using the constructor or any API of t…
29 $instance = $instantiator->instantiate(\My\ClassName\Here::class);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md30 * Llk: The whole class must be abstract. (Ivan Enderlin, 2016-08-14T17:24:24+02:00)
60 * Test: Use `::class` instead of string classnames. (Ivan Enderlin, 2016-08-08T17:25:28+02:00)
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php52 protected function _entity_exists_with_xxx($class, $interface, $trait) argument
56 $this->function->class_exists = $class,
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md10 * Test: Use the `::class` constant. (Ivan Enderlin, 2016-09-09T09:29:43+02:00)
67 * Fix the specific `fileinfo` class support. (Ivan Enderlin, 2014-10-11T09:15:37+02:00)
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst382 <p class="important">
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DNode.php25 protected $class; variable in Twig_Function_Node
27 public function __construct($class, array $options = []) argument
31 $this->class = $class;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php403 $class = get_class($test);
404 $key = $class . '::' . $test->getName();
409 $class,
1288 $class = new ReflectionClass(
1292 $class = new ReflectionClass($classes[count($classes) - 1]);
1295 $parent = $class->getParentClass();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php838 $class = new ReflectionClass($loaderClass);
840 if ($class->implementsInterface('PHPUnit_Runner_TestSuiteLoader') &&
841 $class->isInstantiable()) {
842 return $class->newInstance();
883 $class = new ReflectionClass($printerClass);
885 if ($class->implementsInterface('PHPUnit_Framework_TestListener') &&
886 $class->isSubclassOf('PHPUnit_Util_Printer') &&
887 $class->isInstantiable()) {
888 if ($class->isSubclassOf('PHPUnit_TextUI_ResultPrinter')) {
894 return $class->newInstance($outputStream);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php312 $class = (string) $listener->getAttribute('class');
339 'class' => $class,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dabstract-test-class.phpt21 Cannot instantiate class "AbstractTest".
H A Dempty-testcase.phpt22 No tests found in class "EmptyTestCaseTest".
H A Dfailure-isolation.phpt119 Failed asserting that null is identical to an object of class "stdClass".
H A Dfailure-reverse-list.phpt40 Failed asserting that null is identical to an object of class "stdClass".
H A Dfailure.phpt118 Failed asserting that null is identical to an object of class "stdClass".
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnonexistent_class.phpt20 class NonExistentClass
24 class MockFoo extends NonExistentClass implements PHPUnit_Framework_MockObject_MockObject
H A Dscalar_type_declarations.phpt9 class Foo
31 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md17 The `Differ` class can be used to generate a textual representation of the difference between two s…
34 The `Parser` class can be used to parse a unified diff into an object graph:
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php267 $class = new ReflectionClass($className);
269 if (!$class->isUserDefined()) {
285 $class = new ReflectionClass($interfaceName);
287 if (!$class->isUserDefined()) {
340 $class = new ReflectionClass($className);
343 foreach ($class->getProperties() as $attribute) {
413 $class = new ReflectionClass($variable);
416 if ($class->isInternal()) {
419 } while ($class = $class->getParentClass());
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md17 The constructor of the `SebastianBergmann\Version` class expects two parameters:
22 Apart from the constructor, the `SebastianBergmann\Version` class has a single public method: `getV…
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst140 .. _`IntlDateFormatter::NONE`: http://php.net/manual/en/class.intldateformatter.php#intldate…
141 .. _`IntlDateFormatter::SHORT`: http://php.net/manual/en/class.intldateformatter.php#intldate…
142 .. _`IntlDateFormatter::MEDIUM`: http://php.net/manual/en/class.intldateformatter.php#intldate…
143 .. _`IntlDateFormatter::LONG`: http://php.net/manual/en/class.intldateformatter.php#intldate…
144 .. _`IntlDateFormatter::FULL`: http://php.net/manual/en/class.intldateformatter.php#intldate…
149 .. _`NumberFormatter::DECIMAL`: http://php.net/manual/en/class.numberformatter.php#numberform…
150 .. _`NumberFormatter::CURRENCY`: http://php.net/manual/en/class.numberformatter.php#numberform…
151 .. _`NumberFormatter::PERCENT`: http://php.net/manual/en/class.numberformatter.php#numberform…
153 .. _`NumberFormatter::SPELLOUT`: http://php.net/manual/en/class.numberformatter.php#numberform…
154 .. _`NumberFormatter::ORDINAL`: http://php.net/manual/en/class.numberformatter.php#numberform…
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DAutoloader.php34 * @param string $class a class name
38 public static function autoload($class) argument
40 if (0 !== strpos($class, 'Twig_Extensions')) {
44 if (file_exists($file = __DIR__.'/../../'.str_replace('_', '/', $class).'.php')) {
H A DSimpleTokenParser.php112 …$class = sprintf('Twig_Extensions_Grammar_%s', ucfirst(isset($match[2]) ? $match[2] : 'Expression'…
113 if (!class_exists($class)) {
114 …time(sprintf('Unable to understand "%s" in grammar (%s class does not exist)', $match[0], $class));
116 $grammar->addGrammar(new $class($match[1]));
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md68 The `Hoa\Ustring\Ustring` class allows to manipulate easily UTF-8 strings in a
69 very natural way. This class implements the `\ArrayAccess`, `\Countable` and
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md23 - Event listeners/handlers class names are case sensitive now
35 - When using a discriminator map, parent class should either be declared abstract, or included into…

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