/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ |
H A D | CachedDoubler.php | 39 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 D | Doubler.php | 86 * @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 D | NameGenerator.php | 30 * @param ReflectionClass[] $interfaces 34 public function name(ReflectionClass $class = null, array $interfaces) argument 41 foreach ($interfaces as $interface) {
|
H A D | LazyDouble.php | 29 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 D | InterfaceTest.php | 23 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 D | ExternalVpnGateway.php | 107 public function setInterfaces($interfaces) argument 109 $this->interfaces = $interfaces; 116 return $this->interfaces;
|
H A D | Router.php | 155 public function setInterfaces($interfaces) argument 157 $this->interfaces = $interfaces; 164 return $this->interfaces;
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/ |
H A D | Snapshot.php | 69 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 D | Blacklist.php | 43 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 D | ClassNode.php | 25 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 D | SnapshotTest.php | 78 $interfaces = $snapshot->interfaces(); 80 $this->assertContains('PHPUnit_Framework_Test', $interfaces); 81 $this->assertNotContains('Countable', $interfaces);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/ |
H A D | interfaces.asciidoc | 5 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 D | Stream.php | 88 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 D | ClassAndInterfaceTagRetriever.php | 60 $interfaces = $reflectionClass->getInterfaces(); 63 foreach($interfaces as $interface) {
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ |
H A D | ClassMirror.php | 42 * @param ReflectionClass[] $interfaces 48 public function reflect(ReflectionClass $class = null, array $interfaces) argument 64 foreach ($interfaces as $interface) {
|
/plugin/bureaucracyau/interfaces/ |
H A D | bureaucracy_handler_interface.php | 3 namespace dokuwiki\plugin\bureaucracyau\interfaces;
|
/plugin/bureaucracy-au/interfaces/ |
H A D | bureaucracy_handler_interface.php | 3 namespace dokuwiki\plugin\bureaucracy\interfaces;
|
/plugin/bureaucracy/interfaces/ |
H A D | bureaucracy_handler_interface.php | 3 namespace dokuwiki\plugin\bureaucracy\interfaces;
|
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/ |
H A D | Token.php | 472 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 D | README.md | 4 This repository holds all interfaces defined by
|
/plugin/authgooglesheets/vendor/psr/http-message/ |
H A D | README.md | 4 This repository holds all interfaces/classes/traits related to
|
/plugin/bureaucracy-au/helper/ |
H A D | actionscript.php | 45 …if (!is_a($handler, dokuwiki\plugin\bureaucracy\interfaces\bureaucracyau_handler_interface::class)…
|
/plugin/bureaucracyau/helper/ |
H A D | actionscript.php | 45 …if (!is_a($handler, dokuwiki\plugin\bureaucracyau\interfaces\bureaucracyau_handler_interface::clas…
|
/plugin/bureaucracy/helper/ |
H A D | actionscript.php | 45 …if (!is_a($handler, dokuwiki\plugin\bureaucracy\interfaces\bureaucracy_handler_interface::class)) {
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
H A D | UPGRADE.md | 20 - `HandlerInterface` has been split off and two new interfaces now exist for 23 should make sure to implement the relevant interfaces.
|