Home
last modified time | relevance | path

Searched refs:traits (Results 1 – 25 of 41) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SmartDeviceManagement/
H A DGoogleHomeEnterpriseSdmV1Room.php29 public $traits; variable in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1Room
48 public function setTraits($traits) argument
50 $this->traits = $traits;
57 return $this->traits;
H A DGoogleHomeEnterpriseSdmV1Structure.php29 public $traits; variable in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1Structure
48 public function setTraits($traits) argument
50 $this->traits = $traits;
57 return $this->traits;
H A DGoogleHomeEnterpriseSdmV1Device.php32 public $traits; variable in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1Device
69 public function setTraits($traits) argument
71 $this->traits = $traits;
78 return $this->traits;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
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 …]
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;
/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/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DDevice.php56 public $traits; variable in Google\\Service\\HomeGraphService\\Device
195 public function setTraits($traits) argument
197 $this->traits = $traits;
204 return $this->traits;
/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/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/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DCountry.php38 protected $traits; variable in GeoIp2\\Model\\Country
67 $this->traits = new \GeoIp2\Record\Traits($this->get('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-code-coverage/src/Report/Xml/
H A DTotals.php74 'traits'
/plugin/authgooglesheets/vendor/psr/http-message/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/webdav/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/textinsert/lang/fr/
H A Dintro.txt1 … Un nom de macro peut contenir des lettres, des nombres, des tirets bas, traits d'union et points.…
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php92 …is->assertContains('SebastianBergmann\GlobalState\TestFixture\SnapshotTrait', $snapshot->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/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/mdpage/vendor/cebe/markdown/
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/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php501 $traits = class_uses($parent, false);
503 $this->assertContains(AbstractTrait::class, $traits);

12