Home
last modified time | relevance | path

Searched refs:Transform (Results 1 – 25 of 40) sorted by relevance

12

/plugin/asciidocjs/node_modules/uglify-to-browserify/
Dindex.js5 var Transform = require('stream').Transform variable
7 if (typeof Transform === 'undefined') {
/plugin/asciidocjs/node_modules/jstransformer/
DREADME.md50 Transform a string and return an object.
65 Transform a string asynchronously. If a callback is provided, it is called as `callback(err, data)`…
76 Transform a file and return an object.
91 Transform a file asynchronously. If a callback is provided, it is called as `callback(err, data)`, …
/plugin/xslt/
Dplugin.info.txt6 desc Add XSL Transform syntax
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/
DGetTransform.php17 namespace Elasticsearch\Endpoints\Transform;
DGetTransformStats.php17 namespace Elasticsearch\Endpoints\Transform;
DDeleteTransform.php17 namespace Elasticsearch\Endpoints\Transform;
DStartTransform.php17 namespace Elasticsearch\Endpoints\Transform;
DStopTransform.php17 namespace Elasticsearch\Endpoints\Transform;
DPreviewTransform.php17 namespace Elasticsearch\Endpoints\Transform;
DPutTransform.php17 namespace Elasticsearch\Endpoints\Transform;
DUpdateTransform.php17 namespace Elasticsearch\Endpoints\Transform;
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/
DTocode.php122 Transform a character into its code.
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.TidyLevel.txt18 <dd>Transform all deprecated elements and attributes to standards
/plugin/bootswrapper/exe/help/
Dtext.txt43 Transform text in components with text capitalization attribute.
/plugin/datatables/assets/pdfmake/
Dpdfmake.js23697 var Transform = __webpack_require__(2973);
24555 if (transform_idx < Transform.kNumTransforms) {
24556 …var len = Transform.transformDictionaryWord(ringbuffer, copy_dst, offset, copy_length, transform_i…
24970 function Transform(prefix, transform, suffix) {
24983 new Transform( "", kIdentity, "" ),
24984 new Transform( "", kIdentity, " " ),
24985 new Transform( " ", kIdentity, " " ),
24986 new Transform( "", kOmitFirst1, "" ),
24987 new Transform( "", kUppercaseFirst, " " ),
24988 new Transform( "", kIdentity, " the " ),
[all …]
Dpdfmake.min.js2Transform(r,i,o){this.prefix=new Uint8Array(r.length),this.transform=i,this.suffix=new Uint8Array(…
/plugin/findologicxmlexport/vendor/hoa/compiler/
DCHANGELOG.md89 * Lexer: Transform it into an iterator (generator). (Ivan Enderlin, 2016-01-22T08:42:42+01:00)
/plugin/dirtylittlehelper/mermaid/editor/docs/
D43.43.js.map1Transform',\n 'BinaryFormat.UnsignedInteger16',\n 'BinaryFormat.UnsignedInteger32',\…
/plugin/elasticsearch/vendor/react/promise/
DREADME.md799 // Transform API results to an object
803 // Transform API errors to an exception
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DREADME.md28 - [Transform](https://www.elastic.co/guide/en/elasticsearch/reference/current/transform-apis.html)
/plugin/s5reloaded/ui/effects_support/
Deffects.js1021 Effect.Transform = Class.create({
/plugin/bibtex/OSBib/format/
DREADME.txt139 Transform the raw XML arrays from BIBFORMAT::loadStyle() into OSBib-usable arrays and perform some …
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js25629 }(stream_1.Transform);
26530 }(stream_1.Transform);
36900 var Transform = require('cipher-base');
36950 Transform.call(this);
36969 inherits(StreamCipher, Transform);
37055 var Transform = require('cipher-base');
37064 Transform.call(this);
37073 inherits(Decipher, Transform);
37194 var Transform = require('cipher-base');
37203 Transform.call(this);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js17310 Stream.Transform = __webpack_require__(42);
17754 exports.Transform = __webpack_require__(38);
19844 module.exports = Transform;
19853 util.inherits(Transform, Duplex);
19893 function Transform(options) {
19894 if (!(this instanceof Transform))
19895 return new Transform(options);
19922 Transform.prototype.push = function(chunk, encoding) {
19937 Transform.prototype._transform = function(chunk, encoding, cb) {
19941 Transform.prototype._write = function(chunk, encoding, cb) {
[all …]
/plugin/openlayersmap/ol/
Dol.js.map1Transform the children of a parent node so they match the\n * provided list of children. This fun…

12