Home
last modified time | relevance | path

Searched refs:compose (Results 1 – 25 of 60) sorted by relevance

123

/plugin/asciidocjs/node_modules/async/
Dcompose.js6 exports.default = compose;
52 function compose(...args) { function
Dindex.js7 … = exports.concatSeries = exports.concatLimit = exports.concat = exports.compose = exports.cargoQu…
388 compose: _compose2.default, property
494 exports.compose = _compose2.default;
/plugin/file2dw/
DREADME.md49compose-yml` files (at least in one of them). I hope you will find usefull the comments on the fil…
62 A simple `docker-compose.yml` that will create a container with Dokuwiki installed on it.
68 docker-compose up -d
75 A `docker-compose.yml` that will create a container with Dokuwiki installed on it and a reverse pro…
83 docker-compose up -d
/plugin/asciidocjs/node_modules/neo-async/
Dcompose.js3 module.exports = require('./async').compose;
DREADME.md160 - [`compose`](#compose)
/plugin/drawio/
DREADME.md52 …e development as simple as possible, I prepared a Docker compose file. Using the *docker-compose* …
56 ```docker-compose up```
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.js1847 compose = "",
1901 options.compose = options.compose || [];
1902 if ( typeof options.compose === "string" ) {
1903 options.compose = options.compose.split( " " );
1911 options.compose = options.compose.concat( options.effect );
1913 options.compose.forEach(function( composeOption ) {
1916 compose = Popcorn.compositions[ composeOption ] || {};
1920 natives[ method ] = combineFn( natives[ method ], compose[ method ] );
2304 Popcorn.compose = function( name, definition, manifest ) { function in Popcorn
2314 Popcorn.plugin.effect = Popcorn.effect = Popcorn.compose;
/plugin/oauthdoorkeeper/
DREADME18 * docker compose up
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/
Dbrowser.css21 * CSS styles used by all pages that compose the File Browser.
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/
Dbrowser.css21 * CSS styles used by all pages that compose the File Browser.
/plugin/fckg/fckeditor/editor/filemanager/browser/default/
Dbrowser.css21 * CSS styles used by all pages that compose the File Browser.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
DObjects.php65 …public function compose($destinationBucket, $destinationObject, ComposeRequest $postBody, $optPara… function in Google\\Service\\Storage\\Resource\\Objects
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dfunctions.js625 var composed = _.compose(exclaim, greet);
628 composed = _.compose(greet, exclaim);
644 composed = _.compose(f, g, h);
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
Dbrowser.css21 * CSS styles used by all pages that compose the File Browser.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DREADME.md20 - Middleware system allows you to augment and compose client behavior.
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/
Dbrowser.css21 * CSS styles used by all pages that compose the File Browser.
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DREADME.md22 - Middleware system allows you to augment and compose client behavior.
/plugin/asciidocjs/node_modules/async/dist/
Dasync.js2066 function compose(...args) { function
5853 compose,
5961 exports.compose = compose;
Dasync.mjs1962 * Version of the compose function that is more natural to read. Each function
1964 * [compose]{@link module:ControlFlow.compose} with the arguments reversed.
1972 * @see [async.compose]{@link module:ControlFlow.compose}
1974 * @param {...AsyncFunction} functions - the asynchronous functions to compose
2033 * @name compose
2038 * @param {...AsyncFunction} functions - the asynchronous functions to compose
2055 * var add1mul3 = async.compose(mul3, add1);
2060 function compose(...args) { function
5847 compose,
5947 …plyEachSeries, asyncify, auto, autoInject, cargo, cargo$1 as cargoQueue, compose, concat$1 as conc…
Dasync.min.js1compose:P,concat:Ue,concatLimit:Qe,concatSeries:Ge,constant:R,detect:We,detectLimit:He,detectSerie…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DStorage.php832 'compose' => [
833 'path' => 'b/{destinationBucket}/o/{destinationObject}/compose',
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.fp.min.js11 …overSome",apply:"spread",assoc:"set",assocPath:"set",complement:"negate",compose:"flowRight",conta…
/plugin/authgoogle/google/contrib/
DGoogle_StorageService.php572 …public function compose($destinationBucket, $destinationObject, Google_ComposeRequest $postBody, $… function in Google_ObjectsServiceResource
/plugin/sequencediagram/bower_components/underscore/
Dunderscore-min.js5 ….negate=function(n){return function(){return!n.apply(this,arguments)}},m.compose=function(){var n=…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
Dunderscore-min.js5 ….negate=function(n){return function(){return!n.apply(this,arguments)}},m.compose=function(){var n=…

123