Home
last modified time | relevance | path

Searched refs:interface (Results 101 – 125 of 701) sorted by relevance

12345678910>>...29

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md43 * Interfaces: One interface per capability a stream can offer.
126 Finally, the highest interface is `Stream`, defining the `getStream`
128 must extend this interface.
379 interface. It is a combination of two other interfaces in the same
382 The `Stream` interface requires to implement several methods related to a stream, such as:
400 The `File` interface requires to implement other methods related to stream acting as a file, such a…
512 `Hoa\Stream\Wrapper\IWrapper\Stream` interface).
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc14 the curl_multi interface. This involves a bit more overhead, but allows batches
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css87 .jp-video-full .jp-interface {
94 .jp-interface {
379 .jp-audio .jp-interface .jp-volume-bar,
380 .jp-audio-stream .jp-interface .jp-volume-bar {
384 .jp-audio-stream .jp-interface .jp-volume-bar {
/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/codemirror/dist/modes/
H A Dclike.min.js.map1interface @implementation @end @protocol @encode @property @synthesize @dynamic @class \" +\n \"@…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php910 public static function implementsInterface($value, $interface, $message = '') argument
912 if (!in_array($interface, class_implements($value))) {
916 static::valueToString($interface)
/plugin/countdown/
H A DChangeLog31 * syntax.php: Use getLang, getConf interface.
/plugin/farmer/lang/fr/
H A Dtab_plugins_help.txt6 sont activés dans les animaux. La présente interface permet d'effectuer
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss91 .jp-video-full .jp-interface {
97 .jp-interface {
448 .jp-audio .jp-interface .jp-volume-bar,
449 .jp-audio-stream .jp-interface .jp-volume-bar {
454 .jp-audio-stream .jp-interface .jp-volume-bar {
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md18 interface for all of them.
/plugin/jplayer/vendor/happyworm/jplayer/
H A DREADME.md9 * create a **consistent interface** and experience across all browsers.
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst62 ``Doctrine\Common\Annotations\Reader`` interface, that can
/plugin/backup/
H A DREADME.md13 … [DokuWiki](http://dokuwiki.org/) data and other configuration / settings from the admin interface.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst59 It also works with objects implementing the `Traversable`_ interface.
/plugin/dev/
H A DREADME20 also provides the web interface known as the "DokuWiki Plugin Wizard"
/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE22 An "Application" is any work that makes use of an interface provided
25 of using an interface provided by the Library.
113 of the Library that is interface-compatible with the Linked
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.lgpl-30.txt22 An "Application" is any work that makes use of an interface provided
25 of using an interface provided by the Library.
113 of the Library that is interface-compatible with the Linked
/plugin/html5video2/script/
H A DLGPLv3-LICENSE.txt22 An "Application" is any work that makes use of an interface provided
25 of using an interface provided by the Library.
113 of the Library that is interface-compatible with the Linked
/plugin/barcodes/
H A DLICENSE.md24 An “Application” is any work that makes use of an interface provided
27 of using an interface provided by the Library.
112 of the Library that is interface-compatible with the Linked
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE22 An "Application" is any work that makes use of an interface provided
25 of using an interface provided by the Library.
113 of the Library that is interface-compatible with the Linked
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.lgpl-30.txt22 An "Application" is any work that makes use of an interface provided
25 of using an interface provided by the Library.
113 of the Library that is interface-compatible with the Linked
/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md33 * Install its command line interface (CLI) globally:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php742 private function parseStringOrObject($arg, &$destination, $interface): void argument
749 throw new InvalidArgumentException("Serializer must be a class path or instantiated object implementing $interface");
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md121 The `Throwable` interface has been introduced to represent a whole new exception
123 might want to use this interface in some cases. Hopefully, the `Throwable`
124 interface will be created for you if it does not exists.
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md11 * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T08:04:19+02:00)

12345678910>>...29