Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 701) sorted by relevance

12345678910>>...29

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DLazyDouble.php71 * @param string|ReflectionClass $interface
76 public function addInterface($interface) argument
84 if (!$interface instanceof ReflectionClass) {
85 if (!interface_exists($interface)) {
87 sprintf('Interface %s not found.', $interface),
88 $interface
92 $interface = new ReflectionClass($interface);
95 $this->interfaces[] = $interface;
H A DDoubler.php95 foreach ($interfaces as $interface) {
96 if (!$interface instanceof ReflectionClass) {
100 is_object($interface) ? get_class($interface).' class' : gettype($interface)
H A DNameGenerator.php41 foreach ($interfaces as $interface) {
42 $parts[] = $interface->getShortName();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DTraversablePatch.php41 foreach ($node->getInterfaces() as $interface) {
42 if ('Traversable' !== $interface && !is_subclass_of($interface, 'Traversable')) {
45 if ('Iterator' === $interface || is_subclass_of($interface, 'Iterator')) {
48 … if ('IteratorAggregate' === $interface || is_subclass_of($interface, 'IteratorAggregate')) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php56 * @param string $interface
58 public function addInterface($interface) argument
60 if ($this->hasInterface($interface)) {
64 array_unshift($this->interfaces, $interface);
68 * @param string $interface
72 public function hasInterface($interface) argument
74 return in_array($interface, $this->interfaces);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php64 foreach ($interfaces as $interface) {
65 if (!$interface instanceof ReflectionClass) {
69 is_object($interface) ? get_class($interface).' class' : gettype($interface)
72 if (false === $interface->isInterface()) {
76 $interface->getName()
80 $this->reflectInterfaceToNode($interface, $node);
121 private function reflectInterfaceToNode(ReflectionClass $interface, Node\ClassNode $node) argument
123 $node->addInterface($interface->getName());
125 foreach ($interface->getMethods() as $method) {
/plugin/batchedit/
H A Dadmin.php12 require_once(DOKU_PLUGIN . 'batchedit/interface.php');
59 $interface = new BatcheditInterface($this);
61 $interface->configure($this->config);
63 $interface->printBeginning($this->session->getId());
64 $interface->printMessages($this->session->getMessages());
67 $interface->printTotalStats($this->command, $this->session->getMatchCount(),
69 $interface->printMatches($this->session->getPages());
72 $interface->printMainForm($this->session->getMatchCount() > 0);
73 $interface->printEnding();
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
7 Note that this is not a logger of its own. It is merely an interface that
13 If you need a logger, you can use the interface like this:
40 You can then pick one of the implementations of the interface to get a logger.
42 If you want to implement the interface, you can require this package and
44 …tion text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
/plugin/webdav/vendor/psr/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
7 Note that this is not a logger of its own. It is merely an interface that
20 If you need a logger, you can use the interface like this:
53 You can then pick one of the implementations of the interface to get a logger.
55 If you want to implement the interface, you can require this package and
57 …tion text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
7 Note that this is not a logger of its own. It is merely an interface that
20 If you need a logger, you can use the interface like this:
53 You can then pick one of the implementations of the interface to get a logger.
55 If you want to implement the interface, you can require this package and
57 …tion text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
7 Note that this is not a logger of its own. It is merely an interface that
20 If you need a logger, you can use the interface like this:
53 You can then pick one of the implementations of the interface to get a logger.
55 If you want to implement the interface, you can require this package and
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
7 Note that this is not a logger of its own. It is merely an interface that
20 If you need a logger, you can use the interface like this:
53 You can then pick one of the implementations of the interface to get a logger.
55 If you want to implement the interface, you can require this package and
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
/plugin/combo/ComboStrap/
H A DClassUtility.php31 public static function getClassImplementingInterface(string $interface): array argument
41 if (in_array($interface, class_implements($className))) {
51 public static function getObjectImplementingInterface(string $interface): array argument
53 $classes = self::getClassImplementingInterface($interface);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.php29 public $interface; variable in Google\\Service\\Compute\\AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk
48 public function setInterface($interface) argument
50 $this->interface = $interface;
H A DAttachedDisk.php52 public $interface; variable in Google\\Service\\Compute\\AttachedDisk
191 public function setInterface($interface) argument
193 $this->interface = $interface;
H A DSavedAttachedDisk.php54 public $interface; variable in Google\\Service\\Compute\\SavedAttachedDisk
199 public function setInterface($interface) argument
201 $this->interface = $interface;
/plugin/gemini/
H A Dcli.php52 $interface = $options->getOpt('interface', '0.0.0.0');
58 $this->serve($interface, $port, $pemfile);
64 * @param string $interface IP to listen on
69 protected function serve($interface, $port, $certfile) argument
88 'tcp://' . $interface . ':' . $port,
99 $_SERVER['SERVER_ADDR'] = $interface;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DInstanceInfo.php34 public $interface; variable in Google\\Service\\NetworkManagement\\InstanceInfo
87 public function setInterface($interface) argument
89 $this->interface = $interface;
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php50 …entName, $callable, ?string $class = null, ?string $format = null, ?string $interface = null): void argument
52 $this->listeners[$eventName][] = [$callable, $class, $format, $interface];
66 $interface = $eventData['interface'] ?? null;
67 … $this->listeners[$eventData['event']][] = [[$subscriber, $method], $class, $format, $interface];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DDisk.php48 public $interface; variable in Google\\Service\\AIPlatformNotebooks\\Disk
157 public function setInterface($interface) argument
159 $this->interface = $interface;
H A DLocalDisk.php46 public $interface; variable in Google\\Service\\AIPlatformNotebooks\\LocalDisk
155 public function setInterface($interface) argument
157 $this->interface = $interface;
/plugin/jsonrpc/
H A Dplugin.info.txt5 name JSON-RPC interface
6 desc JSON-RPC interface to interact with dokuwiki from other Programms using Ajax Request
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php187 foreach ($class->getInterfaces() as $interface) {
188 if (isset($addedInterfaces[$interface->getName()])) {
191 $addedInterfaces[$interface->getName()] = true;
193 $newHierarchy[] = $interface;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php357 $interface = false;
366 $interface = $token->getName();
369 $this->interfaces[$interface] = [
422 $interface === false) {
447 $this->interfaces[$interface]['methods'][$name] = $tmp;
462 $interface = false;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassAndInterfaceTagRetriever.php63 foreach($interfaces as $interface) {
64 $tagList = array_merge($tagList, $this->classRetriever->getTagList($interface));

12345678910>>...29