Searched refs:includer (Results 1 – 11 of 11) sorted by relevance
| /plugin/asciidocjs/node_modules/ejs/lib/ |
| D | ejs.js | 184 if (!includePath && typeof options.includer !== 'function') { 312 if (typeof options.includer === 'function') { 313 var includerResult = options.includer(path, opts.filename); 531 options.includer = opts.includer;
|
| /plugin/json/script/ |
| D | ejs.min.js | 1 …includer!=="function"){throw new Error('Could not find the include file "'+options.escapeFunction(…
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | ejs.min.js | 1 …includer!=="function"){throw new Error('Could not find the include file "'+options.escapeFunction(…
|
| D | ejs.js | 185 if (!includePath && typeof options.includer !== 'function') { 313 if (typeof options.includer === 'function') { 314 var includerResult = options.includer(path, opts.filename); 532 options.includer = opts.includer;
|
| D | README.md | 96 …- `includer` Custom function to handle EJS includes, receives `(originalPath, parsedP…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | opal.js | 1136 Opal.append_features = function(module, includer) { argument 1140 if (module_ancestors.indexOf(includer) !== -1) { 1149 var includer_ancestors = $ancestors(includer), 1158 start_chain_after = includer.$$prototype; 1159 end_chain_on = Object.getPrototypeOf(includer.$$prototype); 1187 var parent = includer.$$prototype, module_iclass = Object.getPrototypeOf(parent); 1212 start_chain_after = includer.$$prototype; 1213 end_chain_on = Object.getPrototypeOf(includer.$$prototype); 1221 includer.$$own_included_modules = own_included_modules(includer); 3420 $def(self, '$append_features', function $$append_features(includer) { argument [all …]
|
| D | index.mjs | 1128 // @param includer [Module] the target class to include module into 1130 Opal.append_features = function(module, includer) { argument 1134 if (module_ancestors.indexOf(includer) !== -1) { 1143 var includer_ancestors = $ancestors(includer), 1151 // includer -> chain.first -> ...chain... -> chain.last -> includer.parent 1152 start_chain_after = includer.$$prototype; 1153 end_chain_on = Object.getPrototypeOf(includer.$$prototype); 1181 var parent = includer.$$prototype, module_iclass = Object.getPrototypeOf(parent); 1206 start_chain_after = includer.$$prototype; 1207 end_chain_on = Object.getPrototypeOf(includer.$$prototype); [all …]
|
| D | index.cjs | 1137 // @param includer [Module] the target class to include module into 1139 Opal.append_features = function(module, includer) { 1143 if (module_ancestors.indexOf(includer) !== -1) { 1152 var includer_ancestors = $ancestors(includer), 1160 // includer -> chain.first -> ...chain... -> chain.last -> includer.parent 1161 start_chain_after = includer.$$prototype; 1162 end_chain_on = Object.getPrototypeOf(includer.$$prototype); 1190 var parent = includer.$$prototype, module_iclass = Object.getPrototypeOf(parent); 1215 start_chain_after = includer.$$prototype; 1216 end_chain_on = Object.getPrototypeOf(includer.$$prototype); [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 1136 Opal.append_features = function(module, includer) { argument 1140 if (module_ancestors.indexOf(includer) !== -1) { 1149 var includer_ancestors = $ancestors(includer), 1158 start_chain_after = includer.$$prototype; 1159 end_chain_on = Object.getPrototypeOf(includer.$$prototype); 1187 var parent = includer.$$prototype, module_iclass = Object.getPrototypeOf(parent); 1212 start_chain_after = includer.$$prototype; 1213 end_chain_on = Object.getPrototypeOf(includer.$$prototype); 1221 includer.$$own_included_modules = own_included_modules(includer); 3420 $def(self, '$append_features', function $$append_features(includer) { argument [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 1139 Opal.append_features = function(module, includer) { argument 1143 if (module_ancestors.indexOf(includer) !== -1) { 1152 var includer_ancestors = $ancestors(includer), 1161 start_chain_after = includer.$$prototype; 1162 end_chain_on = Object.getPrototypeOf(includer.$$prototype); 1190 var parent = includer.$$prototype, module_iclass = Object.getPrototypeOf(parent); 1215 start_chain_after = includer.$$prototype; 1216 end_chain_on = Object.getPrototypeOf(includer.$$prototype); 1224 includer.$$own_included_modules = own_included_modules(includer); 3423 $def(self, '$append_features', function $$append_features(includer) { argument [all …]
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CHANGELOG.md | 2222 includer script, and is preferred by some people.
|