Searched refs:Transform (Results 1 – 25 of 40) sorted by relevance
12
| /plugin/asciidocjs/node_modules/uglify-to-browserify/ |
| D | index.js | 5 var Transform = require('stream').Transform variable 7 if (typeof Transform === 'undefined') {
|
| /plugin/asciidocjs/node_modules/jstransformer/ |
| D | README.md | 50 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/ |
| D | plugin.info.txt | 6 desc Add XSL Transform syntax
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/ |
| D | GetTransform.php | 17 namespace Elasticsearch\Endpoints\Transform;
|
| D | GetTransformStats.php | 17 namespace Elasticsearch\Endpoints\Transform;
|
| D | DeleteTransform.php | 17 namespace Elasticsearch\Endpoints\Transform;
|
| D | StartTransform.php | 17 namespace Elasticsearch\Endpoints\Transform;
|
| D | StopTransform.php | 17 namespace Elasticsearch\Endpoints\Transform;
|
| D | PreviewTransform.php | 17 namespace Elasticsearch\Endpoints\Transform;
|
| D | PutTransform.php | 17 namespace Elasticsearch\Endpoints\Transform;
|
| D | UpdateTransform.php | 17 namespace Elasticsearch\Endpoints\Transform;
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/Bin/ |
| D | Tocode.php | 122 Transform a character into its code.
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | HTML.TidyLevel.txt | 18 <dd>Transform all deprecated elements and attributes to standards
|
| /plugin/bootswrapper/exe/help/ |
| D | text.txt | 43 Transform text in components with text capitalization attribute.
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 23697 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 …]
|
| D | pdfmake.min.js | 2 …Transform(r,i,o){this.prefix=new Uint8Array(r.length),this.transform=i,this.suffix=new Uint8Array(…
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/ |
| D | CHANGELOG.md | 89 * Lexer: Transform it into an iterator (generator). (Ivan Enderlin, 2016-01-22T08:42:42+01:00)
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 43.43.js.map | 1 …Transform',\n 'BinaryFormat.UnsignedInteger16',\n 'BinaryFormat.UnsignedInteger32',\…
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | README.md | 799 // Transform API results to an object 803 // Transform API errors to an exception
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
| D | README.md | 28 - [Transform](https://www.elastic.co/guide/en/elasticsearch/reference/current/transform-apis.html)
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | effects.js | 1021 Effect.Transform = Class.create({
|
| /plugin/bibtex/OSBib/format/ |
| D | README.txt | 139 Transform the raw XML arrays from BIBFORMAT::loadStyle() into OSBib-usable arrays and perform some …
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 25629 }(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/ |
| D | pdfmake.js | 17310 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/ |
| D | ol.js.map | 1 …Transform the children of a parent node so they match the\n * provided list of children. This fun…
|
12