Home
last modified time | relevance | path

Searched refs:traits (Results 26 – 41 of 41) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php79 private $traits = array(); variable in SebastianBergmann\\GlobalState\\Snapshot
137 $this->traits = get_declared_traits();
234 public function traits() function in SebastianBergmann\\GlobalState\\Snapshot
236 return $this->traits;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DModuleTest.php32 $traits = new Node();
34 $node = new ModuleNode($body, $parent, $blocks, $macros, $traits, new Node([]), $source);
53 $traits = new Node();
56 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
121 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
203 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTotals.php74 'traits'
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php33 …NodeInterface $blocks, \Twig_NodeInterface $macros, \Twig_NodeInterface $traits, $embeddedTemplate… argument
46 'traits' => $traits,
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php49 protected $traits; variable in Twig\\Parser
115 $this->traits = [];
139 …arent, new Node($this->blocks), new Node($this->macros), new Node($this->traits), $this->embeddedT…
315 $this->traits[] = $trait;
320 return \count($this->traits) > 0;
H A DTemplate.php41 protected $traits = []; variable in Twig\\Template
174 if (isset($this->traits[$name])) {
175 $this->traits[$name][0]->displayBlock($name, $context, $blocks, false);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php93 protected $traits; variable in PHP_Token_Stream
270 if ($this->traits !== null) {
271 return $this->traits;
276 return $this->traits;
351 $this->traits = [];
403 $this->traits[$trait] = $tmp;
439 $this->traits[$trait]['methods'][$name] = $tmp;
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md74 traits were defined on a class. [#105](https://github.com/doctrine/annotations/pull/105)
108 - [62: [CachedReader\ Test traits and parent class to see if cache is fresh](https://github…
157 * Importing namespaces also in traits
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md700 - serializer doesn't serialize traits [\#638](https://github.com/schmittjoh/serializer/issues/638)
737 - serializer ignores properties added by traits [\#313](https://github.com/schmittjoh/serializer/is…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php43 private $traits; variable in SebastianBergmann\\CodeCoverage\\Node\\Directory
247 if ($this->traits === null) {
248 $this->traits = [];
251 $this->traits = array_merge(
252 $this->traits,
258 return $this->traits;
H A DFile.php48 private $traits = []; variable in SebastianBergmann\\CodeCoverage\\Node\\File
186 return $this->traits;
273 foreach ($this->traits as $trait) {
315 foreach ($this->traits as $trait) {
346 foreach ($this->traits as $trait) {
505 foreach ($this->traits as &$trait) {
615 $traits = $tokens->getTraits();
620 foreach ($traits as $traitName => $trait) {
621 $this->traits[$traitName] = [
634 $this->startLines[$trait['startLine']] = &$this->traits[$traitName];
[all …]
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php92 …is->assertContains('SebastianBergmann\GlobalState\TestFixture\SnapshotTrait', $snapshot->traits());
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG708 * allowed empty templates to be used as traits
709 * added traits support for the "parent" function
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md80 - #67 All Markdown classes are now composed out of php traits
H A DREADME.md342 This markdown library is composed of traits so it is very easy to create your own markdown flavor b…
343 the single feature traits.
348 2. Select language feature traits
360 #### Select language feature traits
367 // include block element parsing using traits
384 // include inline element parsing using traits
/plugin/subjectindex/plugins/
H A Dbible_verses.txt28677 …o reason as a babe; but now that I have become a man, I have done away with the [traits] of a babe.

12