Home
last modified time | relevance | path

Searched refs:trait (Results 1 – 25 of 45) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
DFile.php273 foreach ($this->traits as $trait) {
274 foreach ($trait['methods'] as $method) {
315 foreach ($this->traits as $trait) {
316 foreach ($trait['methods'] as $method) {
346 foreach ($this->traits as $trait) {
347 foreach ($trait['methods'] as $method) {
505 foreach ($this->traits as &$trait) {
506 foreach ($trait['methods'] as &$method) {
519 $trait['ccn'] += $method['ccn'];
522 if ($trait['executableLines'] > 0) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
DStream.php355 $trait = false;
401 $trait = $token->getName();
403 $this->traits[$trait] = $tmp;
421 $trait === false &&
438 } elseif ($trait !== false) {
439 $this->traits[$trait]['methods'][$name] = $tmp;
442 $trait . '::' . $name,
458 $trait = false;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DAnnotationReader.php360 foreach ($class->getTraits() as $trait) {
361 if ($trait->hasMethod($method->getName())
362 && $trait->getFileName() === $method->getFileName()
364 $traitImports = array_merge($traitImports, $this->phpParser->parseClass($trait));
388 foreach ($class->getTraits() as $trait) {
389 if ($trait->hasProperty($property->getName())) {
390 $traitImports = array_merge($traitImports, $this->phpParser->parseClass($trait));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
Dundefined_trait.test2 Exception for an undefined trait
9 Twig\Error\RuntimeError: Block "foobar" is not defined in trait "foo" in "index.twig" at line 2.
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
DModuleNode.php217 foreach ($this->getNode('traits') as $i => $trait) {
218 … $this->compileLoadTemplate($compiler, $trait->getNode('template'), sprintf('$_trait_%s', $i));
221 ->addDebugInfo($trait->getNode('template'))
225 ->subcompile($trait->getNode('template'))
232 foreach ($trait->getNode('targets') as $key => $value) {
241 ->subcompile($trait->getNode('template'))
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
D232.phpt5 trait BaseTrait
13 trait ChildTrait
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
DConsistency.php52 protected function _entity_exists_with_xxx($class, $interface, $trait) argument
58 $this->function->trait_exists = $trait
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
Dphpstan.neon6 - '#Call to static method performRequest\(\) on trait#'
/plugin/codeprettify/code-prettify/src/
Dlang-scala.js47 …ect|override|package|private|protected|requires|return|sealed|super|throw|trait|try|type|val|var|w…
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/src/
Dhelpers.php1409 * @param string $trait
1412 function trait_uses_recursive($trait) argument
1414 $traits = class_uses($trait);
1416 foreach ($traits as $trait) {
1417 $traits += trait_uses_recursive($trait);
/plugin/findologicxmlexport/vendor/twig/twig/src/
DParser.php313 public function addTrait($trait) argument
315 $this->traits[] = $trait;
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/
Dreadme.md594 * Returns all traits used by a class, it's subclasses and trait of their traits
607 * Returns all traits used by a trait and its traits
609 * @param string $trait
612 function trait_uses_recursive($trait)
/plugin/findologicxmlexport/vendor/hoa/event/
DCHANGELOG.md30 * Listener: Add the `Listens` trait. (Ivan Enderlin, 2015-11-20T06:45:11+01:00)
/plugin/findologicxmlexport/vendor/hoa/consistency/
DCHANGELOG.md41 * Consistency: Use a strict equality check on trait. (Ivan Enderlin, 2015-12-02T17:11:50+01:00)
/plugin/codemirror/dist/modes/
Dmllike.min.js1 …,"protected":"keyword",pure:"keyword",sealed:"keyword",tailcall:"keyword",trait:"keyword",virtual:… property
Drust.min.js.map1 …of|override|priv|proc|pub|pure|ref|return|self|sizeof|static|struct|super|trait|type|typeof|union|…
Dgroovy.min.js.map1trait transient \" +\n \"try void volatile while\");\n var blockKeywords = words(\"catch class…
Dmllike.min.js.map1trait","volatile","Seq","Map","Set","Option","not","abstype","andalso","case","datatype","fn","han…
Dphp.min.js.map1trait try use var while xor \" +\n \"die echo empty exit eval include include_once isset list r…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
Dphpunit-example-extension-1.0.0.phar64 trait TestCaseTrait
/plugin/mdpage/vendor/cebe/markdown/
DREADME.md362 The following shows the trait selection for traditional Markdown.
405 In general, just adding the trait with `use` is enough, however in some cases some fine tuning is d…
416 If you use any trait that uses the `$html5` property to adjust its output you also need to define t…
418 If you use the link trait it may be useful to implement `prepare()` as shown above to reset referen…
/plugin/findologicxmlexport/vendor/jms/metadata/
DCHANGELOG.md103 - Add trait test [\#6](https://github.com/schmittjoh/metadata/pull/6) ([Seldaek](https://github.com…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D19.19.js.map1 … 'then',\n 'to',\n 'true',\n 'tailcall',\n 'trait',\n 'try',\…
D53.53.js.map1 …'self',\n 'static',\n 'struct',\n 'super',\n 'trait',\n 'true',…
/plugin/findologicxmlexport/vendor/doctrine/annotations/
DCHANGELOG.md116 - [96: Fix/#62 check trait and parent class ttl in annotations](https://github.com/doctrine/annotat…

12