Home
last modified time | relevance | path

Searched refs:composed (Results 1 – 25 of 34) sorted by relevance

12

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dfunctions.js625 var composed = _.compose(exclaim, greet);
626 assert.equal(composed('moe'), 'hi: moe!', 'can compose a function that takes another');
628 composed = _.compose(greet, exclaim);
629 assert.equal(composed('moe'), 'hi: moe!', 'in this case, the functions are also commutative');
644 composed = _.compose(f, g, h);
645 assert.equal(composed(1, 2, 3), 12);
/plugin/mdpage/vendor/cebe/markdown/
DCHANGELOG.md80 - #67 All Markdown classes are now composed out of php traits
DREADME.md342 This markdown library is composed of traits so it is very easy to create your own markdown flavor b…
/plugin/pgn4web/pgn4web/
Dpgn-standard.txt218 PGN data is composed of characters; non-overlapping contiguous sequences of
359 A Numeric Annotation Glyph ("NAG", see below) is a token; it is composed of a
380 A PGN game is composed of two sections. The first is the tag pair section and
391 The tag pair section is composed of a series of zero or more tag pairs.
393 A tag pair is composed of four consecutive tokens: a left bracket token, a
399 A further restriction on tag names is that they are composed exclusively of
420 Some tag values may be composed of a sequence of items. For example, a
626 The movetext section is composed of chess moves, move number indications,
654 A move number indication is composed of one or more adjacent digits (an integer
1985 A single FEN record uses one text line of variable length composed of six data
[all …]
/plugin/wysiwyg/fckeditor/editor/skins/silver/
Dfck_editor.css197 /* For composed button ( icon + text, icon + arrow ), we must compensate the table */
/plugin/findologicxmlexport/vendor/hoa/regex/
DREADME.md105 We read that the whole expression is composed of a single concatenation of two
/plugin/fckg/fckeditor/editor/skins/silver/
Dfck_editor.css197 /* For composed button ( icon + text, icon + arrow ), we must compensate the table */
/plugin/grensladawritezor/fckeditor/editor/skins/silver/
Dfck_editor.css196 /* For composed button ( icon + text, icon + arrow ), we must compensate the table */
/plugin/interwikiformatting/
DREADME.md12 …e a title manually defined. For sites like Tv Tropes where page ids are composed of multiple words…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md28 $composed = new Psr7\AppendStream([$a, $b]);
30 $composed->addStream(Psr7\Utils::streamFor(' Above all listen to me'));
32 echo $composed; // abc, 123. Above all listen to me.
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md42 $composed = new Psr7\AppendStream([$a, $b]);
44 $composed->addStream(Psr7\Utils::streamFor(' Above all listen to me'));
46 echo $composed; // abc, 123. Above all listen to me.
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md991 The inverse of `_.toPairs`; this method returns an object composed
2499 Creates an object composed of keys generated from the results of running
2512 *(Object)*: Returns the composed aggregate object.
2878 Creates an object composed of keys generated from the results of running
2892 *(Object)*: Returns the composed aggregate object.
2985 Creates an object composed of keys generated from the results of running
2998 *(Object)*: Returns the composed aggregate object.
7669 Creates an object composed of the inverted keys and values of `object`.
7994 The opposite of `_.pick`; this method creates an object composed of the
8026 The opposite of `_.pickBy`; this method creates an object composed of
[all …]
/plugin/botmon/lang/en/
H A Dwordlist.txt1858 composed 2
/plugin/csv/_test/
Davengers.csv61 …S,YES,,,,,,,,,Killed by the Cosmic Assassin. Actually turned into a being composed of pure energy.
/plugin/bb4dw/
Dsample.bib180 …ne the challenges of stencil computations and stream programs. They are composed of large graphs o…
/plugin/asciidocjs/node_modules/async/
DCHANGELOG.md317 - The callback is now optional for the composed results of `compose` and `seq`. ([#618](https://git…
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs1966 * Each function is executed with the `this` binding of the composed function.
2028 * If the last argument to the composed function is not a function, a promise
2031 * Each function is executed with the `this` binding of the composed function.
2039 * @returns {Function} an asynchronous function that is the composed
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Djquery-3.5.1.min.js2 …ocumentElement,ie=function(e){return S.contains(e.ownerDocument,e)},oe={composed:!0};re.getRootNod… property
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Djquery-3.4.1.min.js2 …ocumentElement,oe=function(e){return k.contains(e.ownerDocument,e)},ae={composed:!0};ie.getRootNod… property
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md1193 - fixed reserved words in queries which composed of upper case letters (Util::replaceBooleanWords) …
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs5057 …Opal.add_stubs('attr_reader,each,respond_to?,composed,init_backend_traits,backend_traits,new,[]=,f…
5087 if ($truthy(converter['$respond_to?']("composed"))) {
5088 return converter.$composed(self)
16080 bridgeMethodToInstance(obj, instance, '$composed', 'composed');
/plugin/pdfjs/pdfjs/build/
Dpdf.js14803 var composed = webGLContext.composeSMask({
14812 ctx.drawImage(composed, smask.offsetX, smask.offsetY);
Dpdf.js.map1composed","layer","genericComposeSMask","LINE_CAP_STYLES","LINE_JOIN_STYLES","NORMAL_CLIP","EO_CLI…
/plugin/zwidoku/files/
H A Djquery.js2 …ocumentElement,ie=function(e){return S.contains(e.ownerDocument,e)},oe={composed:!0};re.getRootNod… property
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js.map1composed arguments.\n\t */\n\t function composeArgs(args, partials, holders) {\n\t var…

12