Home
last modified time | relevance | path

Searched refs:Transformer (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/jstransformer/
Dindex.js9 return new Transformer(transformer);
11 tr.Transformer = Transformer;
79 function Transformer(tr) { class
128 Transformer.prototype._hasMethod = function (method) {
131 Transformer.prototype.can = function (method) {
139 Transformer.prototype.compile = function (str, options) {
160 Transformer.prototype.compileAsync = function (str, options, cb) {
170 Transformer.prototype.compileFile = function (filename, options) {
186 Transformer.prototype.compileFileAsync = function (filename, options, cb) {
210 Transformer.prototype.compileClient = function (str, options) {
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md813 - Added the concept of ResultSet Transformers. The Transformer adds more information to a Result, f…