Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php273 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 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/
H A 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/
H A 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/
H A 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/
H A D232.phpt5 trait BaseTrait
13 trait ChildTrait
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A Dphpstan.neon6 - '#Call to static method performRequest\(\) on trait#'
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php52 protected function _entity_exists_with_xxx($class, $interface, $trait) argument
58 $this->function->trait_exists = $trait
/plugin/codeprettify/code-prettify/src/
H A Dlang-scala.js47 …ect|override|package|private|protected|requires|return|sealed|super|throw|trait|try|type|val|var|w…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php313 public function addTrait($trait) argument
315 $this->traits[] = $trait;
/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md30 * Listener: Add the `Listens` trait. (Ivan Enderlin, 2015-11-20T06:45:11+01:00)
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md41 * Consistency: Use a strict equality check on trait. (Ivan Enderlin, 2015-12-02T17:11:50+01:00)
/plugin/codemirror/dist/modes/
H A Dmllike.min.js1 …,"protected":"keyword",pure:"keyword",sealed:"keyword",tailcall:"keyword",trait:"keyword",virtual:…
H A Drust.min.js.map1 …of|override|priv|proc|pub|pure|ref|return|self|sizeof|static|struct|super|trait|type|typeof|union|…
H A Dgroovy.min.js.map1trait transient \" +\n \"try void volatile while\");\n var blockKeywords = words(\"catch class…
H A Dmllike.min.js.map1trait","volatile","Seq","Map","Set","Option","not","abstype","andalso","case","datatype","fn","han…
H A 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/
H A Dphpunit-example-extension-1.0.0.phar64 trait TestCaseTrait
/plugin/mdpage/vendor/cebe/markdown/
H A 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/dirtylittlehelper/mermaid/editor/docs/
H A D19.19.js.map1 … 'then',\n 'to',\n 'true',\n 'tailcall',\n 'trait',\n 'try',\…
H A D53.53.js.map1 …'self',\n 'static',\n 'struct',\n 'super',\n 'trait',\n 'true',…
H A D55.55.js.map1 …ject',\n 'package',\n 'return',\n 'throw',\n 'trait',\n 'try',\…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md103 - Add trait test [\#6](https://github.com/schmittjoh/metadata/pull/6) ([Seldaek](https://github.com…
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md116 - [96: Fix/#62 check trait and parent class ttl in annotations](https://github.com/doctrine/annotat…
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md107 * Added a PHPUnitAssertions trait. This trait makes it easy to compare two

12