Home
last modified time | relevance | path

Searched refs:interface (Results 476 – 500 of 701) sorted by last modified time

1...<<11121314151617181920>>...29

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dreturn_type_declarations_self.phpt9 interface Foo
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md42 - an object or interface such as the TypeResolver class (`@var TypeResolver`
168 > The resolve method of the TypeResolver only returns object with the interface `Type` and the FQSE…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md9 * [fixed] Doubling methods where class has additional arguments to interface (@webimpress)
62 …faces that the class itself implements, or when the stubbed class is an interface itself (thanks @…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DCachedDoubler.php61 foreach ($interfaces as $interface) {
62 $parts[] = $interface->getName();
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)
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG507 …* added Twig_ExistsLoaderInterface (implementing this interface in your loader make the chain load…
535 …e C extension when accessing a public property of an object implementing the \ArrayAccess interface
572 * enforced interface when adding tests, filters, functions, and node visitors from extensions
930 …oop variables are now only available for arrays and objects that implement the Countable interface)
981 the new interface (please note that the interface is not yet considered
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst542 The compiler implements a fluid interface and provides methods that helps the
590 An extension is a class that implements the following interface::
592 interface Twig_ExtensionInterface
665 ``\Twig\Extension\AbstractExtension`` class instead of implementing the interface as it provides
H A Dapi.rst5 be most useful as reference to those implementing the template interface to
282 interface Twig_LoaderInterface
H A Ddeprecated.rst25 following class and interface will be removed in 2.0:
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md180 `interfaceExists($value, $message = '')` | Check that a value is an existing interface
181 `implementsInterface($value, $class, $message = '')` | Check that a class implements an interface
/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/structjoin/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/gdpr/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/localization/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/orgapp/
H A DCOPYING103 An interactive user interface displays "Appropriate Legal Notices"
109 the interface presents a list of user commands or options, such as a
118 A "Standard Interface" means an interface that either is an official
141 includes interface definition files associated with source files for
662 might be different; for a GUI interface, you would use an "about box".
/plugin/gplusone/
H A DCOPYING103 An interactive user interface displays "Appropriate Legal Notices"
109 the interface presents a list of user commands or options, such as a
118 A "Standard Interface" means an interface that either is an official
141 includes interface definition files associated with source files for
662 might be different; for a GUI interface, you would use an "about box".
H A DREADME.md10 the default present in the administration interface.
/plugin/barcode/
H A DCOPYING103 An interactive user interface displays "Appropriate Legal Notices"
109 the interface presents a list of user commands or options, such as a
118 A "Standard Interface" means an interface that either is an official
141 includes interface definition files associated with source files for
662 might be different; for a GUI interface, you would use an "about box".
/plugin/cnmap/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/pgpinlinesupport/
H A DLICENSE103 An interactive user interface displays "Appropriate Legal Notices"
109 the interface presents a list of user commands or options, such as a
118 A "Standard Interface" means an interface that either is an official
141 includes interface definition files associated with source files for
662 might be different; for a GUI interface, you would use an "about box".
/plugin/sha3sum/
H A DLICENSE103 An interactive user interface displays "Appropriate Legal Notices"
109 the interface presents a list of user commands or options, such as a
118 A "Standard Interface" means an interface that either is an official
141 includes interface definition files associated with source files for
662 might be different; for a GUI interface, you would use an "about box".
/plugin/socialite/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/adminperm/lang/en/
H A Dintro.txt3 This interface allows you to give access to admin and manager plugins to users and groups without m…

1...<<11121314151617181920>>...29