Home
last modified time | relevance | path

Searched refs:decorate (Results 1 – 25 of 36) sorted by relevance

12

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DUtilsTest.php27 $s1 = FnStream::decorate($s1, [
54 $s2 = FnStream::decorate($s2, ['write' => function () { return 0; }]);
63 $s2 = FnStream::decorate($s2, ['write' => function () { return 0; }]);
71 $s1 = FnStream::decorate($s1, ['read' => function () { return ''; }]);
DFnStreamTest.php57 $b = FnStream::decorate($a, []);
84 $b = FnStream::decorate($a, [
DAsyncReadStreamTest.php18 new AsyncReadStream(FnStream::decorate(
28 new AsyncReadStream(FnStream::decorate(
/plugin/codeprettify/code-prettify/src/
Dprettify.js791 var decorate = function (job) { function
863 decorate, decorations);
876 decorate, decorations);
881 return decorate;
Dnode_prettify.js743 var decorate = function (job) { function
815 decorate, decorations);
828 decorate, decorations);
833 return decorate;
Drun_prettify.js1020 var decorate = function (job) { function
1092 decorate, decorations);
1105 decorate, decorations);
1110 return decorate;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/
DDecorator.php27 public function decorate(&$cache) function in HTMLPurifier_DefinitionCache_Decorator
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DDefinitionCacheFactory.php83 $new_cache = $decorator->decorate($cache);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DFnStream.php78 public static function decorate(StreamInterface $stream, array $methods) function in GuzzleHttp\\Psr7\\FnStream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DFnStream.php62 public static function decorate(StreamInterface $stream, array $methods) function in GuzzleHttp\\Stream\\FnStream
DAsyncReadStream.php154 $buffer = FnStream::decorate($buffer, [
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DFnStream.php80 public static function decorate(StreamInterface $stream, array $methods) function in GuzzleHttp\\Psr7\\FnStream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
DCHANGELOG.rst56 * Added ``FnStream`` to easily decorate stream behavior with callables.
/plugin/jcapture/src/com/hammurapi/jcapture/
DMovieEditorDialog.java234 decorate(frameCellCanvas, g, selected, hasFocus); in paintFrame()
249 decorate(audioCellCanvas, g, selected, hasFocus); in paintAudio()
252 private void decorate(JComponent component, Graphics g, boolean selected, boolean hasFocus) { in decorate() method in MovieEditorDialog.FrameEntry
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js396decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(s=(o<3?r(s):o>3…
403 …t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i…
426decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(s=(o<3?r(s):o>3…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js396decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(s=(o<3?r(s):o>3…
403 …t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i…
426decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(s=(o<3?r(s):o>3…
Dbundle.js.map1decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var…
/plugin/webdav/vendor/sabre/http/
DREADME.md167 that it implements `Sabre\HTTP\RequestInterface`. To decorate this object,
/plugin/davcal/vendor/sabre/http/
DREADME.md167 that it implements `Sabre\HTTP\RequestInterface`. To decorate this object,
/plugin/jcapture/lib/
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md116 $fnStream = Psr7\FnStream::decorate($stream, [
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md130 $fnStream = Psr7\FnStream::decorate($stream, [
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md636 allow developers to more easily extend and decorate stream behavior.
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md686 allow developers to more easily extend and decorate stream behavior.
/plugin/findologicxmlexport/vendor/jms/serializer/
DCHANGELOG.md756 - Trying to decorate a member to ArrayCollection but gets an error when deserilizing because compos…

12