Home
last modified time | relevance | path

Searched refs:implement (Results 26 – 50 of 146) sorted by relevance

123456

/plugin/tooltip/
H A Dstyle.css16 * The default styles ("_default") implement a box with outlines similar to
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php273 $this->assertEquals('XMLItem does not implement CSV export.', $e->getMessage());
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md69 * Re-implement SPL `RegexIterator` and `Recursive~`. (Ivan Enderlin, 2014-10-06T14:47:25+02:00)
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md54 so people with more advanced use-cases can implement their own logic there.
153 having to implement a deserializer in the same class.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md60 so people with more advanced use-cases can implement their own logic there.
159 having to implement a deserializer in the same class.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst38 implement a *Lorem ipsum* generator (it needs to know the number of words to
599 …* @deprecated since 1.23 (to be removed in 2.0), implement \Twig\Extension\InitRuntimeInterface in…
650 …* @deprecated since 1.23 (to be removed in 2.0), implement \Twig\Extension\GlobalsInterface instead
677 Prior to Twig 1.26, you must implement the ``getName()`` method which must
816 * **functions/static methods**: Simple to implement and fast (used by all Twig
820 * **closures**: Simple to implement;
862 // implement the logic to create an instance of $class
H A Ddeprecated.rst43 implement this method to store the environment for your custom filters,
45 have more complex needs, explicitly implement
H A Dapi.rst280 All loaders implement the ``\Twig\Loader\LoaderInterface``::
291 …* @deprecated since 1.27 (to be removed in 2.0), implement \Twig\Loader\SourceContextLoaderInterfa…
318 As of Twig 1.27, you should also implement
323 As of Twig 1.11.0, you can also implement ``\Twig\Loader\ExistsLoaderInterface``
/plugin/imagemapping/
H A DREADME46 You can have a plugin implement the public method: ''convertToImageMapArea($imagemap, $data, $pos)''
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md164 That's all. This stream has no capability yet. Let's implement the
378 A wrapper must implement the `Hoa\Stream\Wrapper\IWrapper\IWrapper`
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…
441 Let's implement a filter that changes the content of the stream into
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md101 it should implement some interface. Obviously, objects in PHP can implement multiple
114 and/or implement preset classes/interfaces by overriding all their public methods. The key
225 Those argument tokens are simple PHP classes, that implement
/plugin/evesso/phpoauthlib/
H A DREADME.md37 …- You can implement any service with any custom requirements by extending the protocol version's `…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc119 If you wish to implement your own custom Connection Pool, your class must
120 implement `ConnectionPoolInterface`:
H A Dserializers.asciidoc149 If you want to use your own custom serializer, you need to implement the
/plugin/news/
H A DREADME67 If you use method 2 or 3 and do not implement method 1, then your url must be:
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md39 - You can implement any service with any custom requirements by extending the protocol version's `AbstractService` implementation.
/plugin/components/
H A DREADME.md8 The class must implement 3 methods:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst81 implement the ``Countable`` interface. They are also not available when
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md92 having to implement a deserializer in the same class.
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md211 In the following example we will implement support for [fenced code blocks][] which are part of the…
245 In our example we will implement it like this:
418 If you use the link trait it may be useful to implement `prepare()` as shown above to reset referen…
489 I chose this approach as it is easier to implement and also more intuitive approach compared
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md210 * Model and record classes now implement `JsonSerializable`.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md482 Some promise libraries implement promises using a deferred object to represent
488 One side effect of being able to implement promise resolution and chaining
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG133 not implement \Countable but provides __toString()
135 objects implement __toString() but not \Countable
192 …* deprecated Twig_LoaderInterface::getSource() (implement Twig_SourceContextLoaderInterface instea…
889 * added a way to implement custom logic for resolving token parsers given a tag name
930 …(some loop variables are now only available for arrays and objects that implement the Countable in…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md205 body a response once the headers of the response were known. You can implement
240 third-parties to implement on top of Guzzle's core HTTP library.
591 The following plugins have been removed (third-parties are free to re-implement
645 using streams that implement `GuzzleHttp\Stream\MetadataStreamInterface`.
737 that implement them, but you should update your code to use alternative methods:
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md69 …)`](http://www.php.net/manual/en/language.oop5.cloning.php#object.clone) and implement the behavior

123456