Lines Matching refs:can
131 Transformer.prototype.can = function (method) { method in Transformer
141 if (this.can('render')) {
150 if (this.can('compileAsync')) {
152 } else if (this.can('compileFileAsync')) {
161 if (!this.can('compileAsync')) { // compileFile* || renderFile* || renderAsync || compile*Client*
171 if (!this.can('compileFile')) { // compile*Client* || compile*Async || render*Async
187 if (!this.can('compileFileAsync')) {
211 if (!this.can('compileClient')) {
212 if (this.can('compileClientAsync')) {
214 } else if (this.can('compileFileClientAsync')) {
223 if (!this.can('compileClientAsync')) {
224 if (this.can('compileFileClientAsync')) {
237 if (!this.can('compileFileClient')) {
238 if (this.can('compileFileClientAsync')) {
253 if (!this.can('compileFileClientAsync')) {
276 if (!this.can('render')) {
277 if (this.can('renderAsync')) {
279 } else if (this.can('renderFileAsync')) {
301 if (!this.can('renderAsync')) {
302 if (this.can('renderFileAsync')) {
319 if (!this.can('renderFile')) { // *Async, *Client
335 if (!this.can('renderFileAsync')) { // *Client