Searched refs:Transform (Results 1 – 25 of 37) sorted by relevance
12
6 desc Add XSL Transform syntax
17 namespace Elasticsearch\Endpoints\Transform;
122 Transform a character into its code.
16 …("/<ref.*>(.*)<\/ref>/sU", "convert_footnote",$myWikiContent); #Transform references into …
43 Transform text in components with text capitalization attribute.
89 * Lexer: Transform it into an iterator (generator). (Ivan Enderlin, 2016-01-22T08:42:42+01:00)
1 …Transform',\n 'BinaryFormat.UnsignedInteger16',\n 'BinaryFormat.UnsignedInteger32',\…
799 // Transform API results to an object803 // Transform API errors to an exception
28 - [Transform](https://www.elastic.co/guide/en/elasticsearch/reference/current/transform-apis.html)
1021 Effect.Transform = Class.create({
139 Transform the raw XML arrays from BIBFORMAT::loadStyle() into OSBib-usable arrays and perform some …
25629 }(stream_1.Transform);26530 }(stream_1.Transform);36950 Transform.call(this);37064 Transform.call(this);37203 Transform.call(this);37861 Transform.call(this);40557 var Transform = require('stream').Transform;40564 Transform.call(this);49230 var Transform = require('readable-stream').Transform;72849 if (!(this instanceof Transform)) return new Transform(options);[all …]
19844 module.exports = Transform;19853 util.inherits(Transform, Duplex);19893 function Transform(options) {19894 if (!(this instanceof Transform))19895 return new Transform(options);20022 var Transform = __webpack_require__(38);20029 util.inherits(PassThrough, Transform);20035 Transform.call(this, options);20365 var Transform = __webpack_require__(42);20636 Transform.call(this, opts);[all …]
585 - Transform to uppercase/lowercase not working for chars > ASCII 128 when using core fonts
1 …End:1,Sphere:1,SubdivisionMesh:1,Surface:1,TextureCoordinates:1,Torus:1,Transform:1,TransformBegin… property in hljs.LANGUAGES.rib.dM.k.keyword
25263 var Transform = function TransformClosure() {25264 function Transform() {}25266 Transform.prototype.calculate = function transformCalculate(subbands, u0, v0) {25276 Transform.prototype.extend = function extend(buffer, offset, size) {25291 Transform.prototype.iterate = function Transform_iterate(ll, hl_lh_hh, u0, v0) {25382 return Transform;25387 Transform.call(this);25390 IrreversibleTransform.prototype = Object.create(Transform.prototype);25480 Transform.call(this);25483 ReversibleTransform.prototype = Object.create(Transform.prototype);