Home
last modified time | relevance | path

Searched refs:interface (Results 426 – 450 of 701) sorted by last modified time

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

/plugin/sincetil/
H A DLICENSE.md158 associated interface definition files, plus the scripts used to
/plugin/pixelyear/
H A DLICENSE.md158 associated interface definition files, plus the scripts used to
/plugin/authphpbb3/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/quicksubscribe/
H A Dplugin.info.txt6 desc Provides a simpler interface to page subscriptions.
/plugin/doodle4/
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/authclientcert/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md4 * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T07:58:13+02:00)
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DREADME.md64 element to visit will implement the `Hoa\Visitor\Element` interface and the
65 visitor will implement the `Hoa\Visitor\Visit` interface. The first one will ask
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md18 interface for all of them.
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md10 * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T07:49:56+02:00)
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php52 protected function _entity_exists_with_xxx($class, $interface, $trait) argument
57 $this->function->interface_exists = $interface,
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst733 or objects implementing the ``Traversable`` interface.
H A Dadvanced_legacy.rst482 The compiler implements a fluid interface and provides methods that helps the
534 An extension is a class that implements the following interface::
536 interface Twig_ExtensionInterface
603 ``\Twig\Extension\AbstractExtension`` class instead of implementing the whole interface. That
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md113 The `Hoa\Event\Listenable` interface requires the `on` method to be present to
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c118 static int TWIG_INSTANCE_OF(zval *object, zend_class_entry *interface TSRMLS_DC) in TWIG_INSTANCE_OF()
123 return instanceof_function(Z_OBJCE_P(object), interface TSRMLS_CC); in TWIG_INSTANCE_OF()
126 static int TWIG_INSTANCE_OF_USERLAND(zval *object, char *interface TSRMLS_DC) in TWIG_INSTANCE_OF_USERLAND()
132 if (zend_lookup_class(interface, strlen(interface), &pce TSRMLS_CC) == FAILURE) { in TWIG_INSTANCE_OF_USERLAND()
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md101 it should implement some interface. Obviously, objects in PHP can implement multiple
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php48 array_map(function ($interface) {return '\\'.$interface;}, $class->getInterfaces())
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dempty.rst11 For objects that implement the ``Countable`` interface, ``empty`` will check the
/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/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_implementing_interface_call_parent_constructor.phpt5 interface IFoo
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt5 interface IFoo
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt7 interface IFoo
H A Dnamespaced_interface.phpt7 interface Foo
H A Dreturn_type_declarations_nullable.phpt9 interface Foo
H A Dreturn_type_declarations_void.phpt9 interface Foo

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