Home
last modified time | relevance | path

Searched refs:trait (Results 26 – 39 of 39) sorted by path

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/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A D232.phpt5 trait BaseTrait
13 trait ChildTrait
/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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG397 * added an error message when trying to import an undefined block from a trait
/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/twig/twig/src/
H A DParser.php313 public function addTrait($trait) argument
315 $this->traits[] = $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/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md46 * Added a PHPUnitAssertions trait. This trait makes it easy to compare two
/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/passpolicy/
H A Dwords.txt3736 trait
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1trait throw try use const while xor yield ';\n\nconst constants = '__FILE__ __LINE__ __METHOD__ __…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md84 of `Sabre\DAV\IACL` with some sane defaults. We're using this trait all over
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md107 * Added a PHPUnitAssertions trait. This trait makes it easy to compare two

12