Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DCachedDoubler.php39 protected function createDoubleClass(ReflectionClass $class = null, array $interfaces) argument
41 $classId = $this->generateClassId($class, $interfaces);
46 return $this->classes[$classId] = parent::createDoubleClass($class, $interfaces);
51 * @param ReflectionClass[] $interfaces
55 private function generateClassId(ReflectionClass $class = null, array $interfaces) argument
61 foreach ($interfaces as $interface) {
H A DDoubler.php86 * @param ReflectionClass[] $interfaces Array of ReflectionClass instances
93 public function double(ReflectionClass $class = null, array $interfaces, array $args = null) argument
95 foreach ($interfaces as $interface) {
105 $classname = $this->createDoubleClass($class, $interfaces);
127 * @param ReflectionClass[] $interfaces
131 protected function createDoubleClass(ReflectionClass $class = null, array $interfaces) argument
133 $name = $this->namer->name($class, $interfaces);
134 $node = $this->mirror->reflect($class, $interfaces);
H A DNameGenerator.php30 * @param ReflectionClass[] $interfaces
34 public function name(ReflectionClass $class = null, array $interfaces) argument
41 foreach ($interfaces as $interface) {
H A DLazyDouble.php29 private $interfaces = array(); variable in Prophecy\\Doubler\\LazyDouble
95 $this->interfaces[] = $interface;
118 $this->class, $this->interfaces, $this->arguments
122 $this->double = $this->doubler->double($this->class, $this->interfaces);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DInterfaceTest.php23 private $interfaces; variable in PHP_Token_InterfaceTest
34 $this->interfaces[$i] = $token;
46 'iTemplate', $this->interfaces[0]->getName()
56 $this->interfaces[0]->getParent()
66 $this->interfaces[0]->hasParent()
76 'a', $this->interfaces[2]->getParent()
86 $this->interfaces[2]->hasParent()
164 foreach ($this->interfaces as $token) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DExternalVpnGateway.php107 public function setInterfaces($interfaces) argument
109 $this->interfaces = $interfaces;
116 return $this->interfaces;
H A DRouter.php155 public function setInterfaces($interfaces) argument
157 $this->interfaces = $interfaces;
164 return $this->interfaces;
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php69 private $interfaces = array(); variable in SebastianBergmann\\GlobalState\\Snapshot
218 public function interfaces() function in SebastianBergmann\\GlobalState\\Snapshot
220 return $this->interfaces;
291 $this->interfaces[] = $interfaceName;
294 $this->interfaces = array_reverse($this->interfaces);
H A DBlacklist.php43 private $interfaces = array(); variable in SebastianBergmann\\GlobalState\\Blacklist
79 $this->interfaces[] = $interfaceName;
137 foreach ($this->interfaces as $type) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php25 private $interfaces = array(); variable in Prophecy\\Doubler\\Generator\\Node\\ClassNode
52 return $this->interfaces;
64 array_unshift($this->interfaces, $interface);
74 return in_array($interface, $this->interfaces);
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php78 $interfaces = $snapshot->interfaces();
80 $this->assertContains('PHPUnit_Framework_Test', $interfaces);
81 $this->assertNotContains('Countable', $interfaces);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
H A Dinterfaces.asciidoc5 This is a complete list of available interfaces:
7 * There are no interfaces available.
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php88 protected $interfaces; variable in PHP_Token_Stream
256 if ($this->interfaces !== null) {
257 return $this->interfaces;
262 return $this->interfaces;
349 $this->interfaces = [];
369 $this->interfaces[$interface] = [
447 $this->interfaces[$interface]['methods'][$name] = $tmp;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassAndInterfaceTagRetriever.php60 $interfaces = $reflectionClass->getInterfaces();
63 foreach($interfaces as $interface) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php42 * @param ReflectionClass[] $interfaces
48 public function reflect(ReflectionClass $class = null, array $interfaces) argument
64 foreach ($interfaces as $interface) {
/plugin/bureaucracyau/interfaces/
H A Dbureaucracy_handler_interface.php3 namespace dokuwiki\plugin\bureaucracyau\interfaces;
/plugin/bureaucracy-au/interfaces/
H A Dbureaucracy_handler_interface.php3 namespace dokuwiki\plugin\bureaucracy\interfaces;
/plugin/bureaucracy/interfaces/
H A Dbureaucracy_handler_interface.php3 namespace dokuwiki\plugin\bureaucracy\interfaces;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php472 protected $interfaces; variable in PHP_Token_INTERFACE
593 if ($this->interfaces !== null) {
594 return $this->interfaces;
598 return ($this->interfaces = false);
613 $this->interfaces[] = (string) $tokens[$i];
617 return $this->interfaces;
/plugin/authgooglesheets/vendor/psr/cache/
H A DREADME.md4 This repository holds all interfaces defined by
/plugin/authgooglesheets/vendor/psr/http-message/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/bureaucracy-au/helper/
H A Dactionscript.php45 …if (!is_a($handler, dokuwiki\plugin\bureaucracy\interfaces\bureaucracyau_handler_interface::class)…
/plugin/bureaucracyau/helper/
H A Dactionscript.php45 …if (!is_a($handler, dokuwiki\plugin\bureaucracyau\interfaces\bureaucracyau_handler_interface::clas…
/plugin/bureaucracy/helper/
H A Dactionscript.php45 …if (!is_a($handler, dokuwiki\plugin\bureaucracy\interfaces\bureaucracy_handler_interface::class)) {
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md20 - `HandlerInterface` has been split off and two new interfaces now exist for
23 should make sure to implement the relevant interfaces.

12345678910>>...22