/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
H A D | File.php | 273 foreach ($this->traits as $trait) { 315 foreach ($this->traits as $trait) { 346 foreach ($this->traits as $trait) { 505 foreach ($this->traits as &$trait) { 519 $trait['ccn'] += $method['ccn']; 522 if ($trait['executableLines'] > 0) { 523 $trait['coverage'] = ($trait['executedLines'] / 530 $trait['coverage'] = 100; 533 $trait['crap'] = $this->crap( 534 $trait['ccn'], [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/ |
H A D | Stream.php | 355 $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/ |
H A D | AnnotationReader.php | 360 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/ |
H A D | undefined_trait.test | 2 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/ |
H A D | ModuleNode.php | 217 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/ |
H A D | 232.phpt | 5 trait BaseTrait 13 trait ChildTrait
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
H A D | phpstan.neon | 6 - '#Call to static method performRequest\(\) on trait#'
|
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
H A D | Consistency.php | 52 protected function _entity_exists_with_xxx($class, $interface, $trait) argument 58 $this->function->trait_exists = $trait
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-scala.js | 47 [PR['PR_KEYWORD'], /^(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|object|override|package|private|protected|requires|return|sealed|super|throw|trait|try|type|val|var|while|with|yield)\b/],
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Parser.php | 313 public function addTrait($trait) argument 315 $this->traits[] = $trait;
|
/plugin/findologicxmlexport/vendor/hoa/event/ |
H A D | CHANGELOG.md | 30 * Listener: Add the `Listens` trait. (Ivan Enderlin, 2015-11-20T06:45:11+01:00)
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | CHANGELOG.md | 41 * Consistency: Use a strict equality check on trait. (Ivan Enderlin, 2015-12-02T17:11:50+01:00)
|
/plugin/codemirror/dist/modes/ |
H A D | mllike.min.js | 1 …,"protected":"keyword",pure:"keyword",sealed:"keyword",tailcall:"keyword",trait:"keyword",virtual:…
|
H A D | rust.min.js.map | 1 …of|override|priv|proc|pub|pure|ref|return|self|sizeof|static|struct|super|trait|type|typeof|union|…
|
H A D | groovy.min.js.map | 1 …trait transient \" +\n \"try void volatile while\");\n var blockKeywords = words(\"catch class…
|
H A D | mllike.min.js.map | 1 …trait","volatile","Seq","Map","Set","Option","not","abstype","andalso","case","datatype","fn","han…
|
H A D | php.min.js.map | 1 …trait 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/ |
H A D | phpunit-example-extension-1.0.0.phar | 64 trait TestCaseTrait
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | README.md | 362 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/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 19.19.js.map | 1 … 'then',\n 'to',\n 'true',\n 'tailcall',\n 'trait',\n 'try',\…
|
H A D | 53.53.js.map | 1 …'self',\n 'static',\n 'struct',\n 'super',\n 'trait',\n 'true',…
|
H A D | 55.55.js.map | 1 …ject',\n 'package',\n 'return',\n 'throw',\n 'trait',\n 'try',\…
|
/plugin/findologicxmlexport/vendor/jms/metadata/ |
H A D | CHANGELOG.md | 103 - Add trait test [\#6](https://github.com/schmittjoh/metadata/pull/6) ([Seldaek](https://github.com…
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/ |
H A D | CHANGELOG.md | 116 - [96: Fix/#62 check trait and parent class ttl in annotations](https://github.com/doctrine/annotat…
|
/plugin/webdav/vendor/sabre/vobject/ |
H A D | CHANGELOG.md | 107 * Added a PHPUnitAssertions trait. This trait makes it easy to compare two
|