Home
last modified time | relevance | path

Searched refs:includer (Results 1 – 11 of 11) sorted by relevance

/plugin/asciidocjs/node_modules/ejs/lib/
Dejs.js184 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/
Dejs.min.js1includer!=="function"){throw new Error('Could not find the include file "'+options.escapeFunction(…
/plugin/asciidocjs/node_modules/ejs/
Dejs.min.js1includer!=="function"){throw new Error('Could not find the include file "'+options.escapeFunction(…
Dejs.js185 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;
DREADME.md96 …- `includer` Custom function to handle EJS includes, receives `(originalPath, parsedP…
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js1136 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 …]
Dindex.mjs1128 // @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 …]
Dindex.cjs1137 // @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/
Dasciidoctor.js1136 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/
Dasciidoctor.js1139 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/
DCHANGELOG.md2222 includer script, and is preferred by some people.