| /plugin/asciidocjs/node_modules/acorn-globals/ |
| D | index.js | 45 fn.locals = fn.locals || {}; 50 fn.locals[node.id.name] = true; 56 parent.locals[node.name] = true; 80 ast.locals = ast.locals || {}; 81 ast.locals[node.local.name] = true; 91 parent.locals = parent.locals || {}; 103 parent.locals = parent.locals || {}; 104 parent.locals[node.id.name] = true; 115 parent.locals = parent.locals || {}; 116 parent.locals[node.id.name] = true; [all …]
|
| /plugin/asciidocjs/node_modules/jstransformer/ |
| D | index.js | 144 fn: function (locals) { argument 145 return tr.normalize(_this._tr.render(str, options, locals)).body; 177 return tr.normalizeFn(function (locals) { argument 178 return tr.normalize(this._tr.renderFile(filename, options, locals)).body; 275 Transformer.prototype.render = function (str, options, locals) { argument 286 return tr.normalize(this._tr.render(str, options, locals)); 289 var body = compiled.fn(locals || options); 296 Transformer.prototype.renderAsync = function (str, options, locals, cb) { argument 297 if (typeof locals === 'function') { 298 cb = locals; [all …]
|
| D | README.md | 44 transformer.render(str, options, locals); 55 transformer.renderAsync(str[, options], locals, callback); 59 transformer.renderAsync(str[, options], locals); 70 transformer.renderFile(filename, options, locals) 81 transformer.renderFileAsync(filename[, options], locals, callback); 85 transformer.renderFileAsync(filename[, options], locals);
|
| D | CHANGELOG.md | 20 - Prefers locals over options when passing a single argument to `.render()`
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
| D | StackFrame.php | 65 public function setLocals($locals) argument 67 $this->locals = $locals; 74 return $this->locals;
|
| /plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/ |
| D | Factory.php | 82 if ($locals = glob($path, GLOB_ONLYDIR)) { 83 $_paths = array_merge($_paths, array_map('realpath', $locals));
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | usage.txt | 12 …-n --no-with Use 'locals' object for vars rather than using `with` (impli… 13 …-l --locals-name Name to use for the object storing local variables when not …
|
| D | README.md | 80 then the locals will be stored in the `locals` object. Set to `false` in strict mode. 82 the locals object, available even in strict mode. 84 `with` Defaults to `locals` 274 …- `-n / --no-with` Use 'locals' object for vars rather than using `with` (impl… 275 …- `-l / --locals-name` Name to use for the object storing local variables when not…
|
| /plugin/asciidocjs/node_modules/pug-runtime/ |
| D | README.md | 47 //=> 'function template (locals) { ... pug.escape() ... }' 58 //=> 'function heyTemplate (locals) { ... }'
|
| /plugin/asciidocjs/node_modules/pug-code-gen/ |
| D | README.md | 51 //=> 'function helloWorld(locals) { ... }'
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | javascript-compiler.js | 226 let locals = this.stackVars.concat(this.registers.list); 227 if (locals.length > 0) { 228 varDeclarations += ', ' + locals.join(', ');
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | javascript-compiler.js | 215 var locals = this.stackVars.concat(this.registers.list); 216 if (locals.length > 0) { 217 varDeclarations += ', ' + locals.join(', ');
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | javascript-compiler.js | 223 var locals = this.stackVars.concat(this.registers.list); 224 if (locals.length > 0) { 225 varDeclarations += ', ' + locals.join(', ');
|
| /plugin/ckeditor5markdown/ |
| D | ckeditor.js | 2 …locals&&ko.A.locals;const _o=new WeakMap;let vo=!1;function yo(e,t){const n=_o.get(e),i=[];let o=!…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 23.23.js.map | 1 …ormMainBlocks: /(module|data|terraform|resource|provider|variable|output|locals)/,\n tokenizer:…
|
| D | 46.46.js.map | 1 …ance',\n 'issubclass',\n 'iter',\n 'len',\n 'locals',\n 'list',…
|
| D | bundle.js.map | 1 …locals || {};","/*--------------------------------------------------------------------------------…
|
| /plugin/codemirror/dist/modes/ |
| D | python.min.js.map | 1 … \"issubclass\", \"iter\", \"len\",\n \"list\", \"locals\", \"map\", \"max\…
|
| D | javascript.min.js.map | 1 …nly notice when we hit the\n // arrow, and not declare the arguments as locals for the arrow\n /…
|
| /plugin/asciidocjs/node_modules/pug/ |
| D | History.md | 276 * fix `locals` variable being undefined
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 2143 var fnDef = function(fn, locals) { argument 2145 if (typeof locals === 'undefined') { 2146 locals = {}; 2159 if (hasOwnProp(locals, dep)) { 2160 return locals[dep]; 2184 var invoke = function(func, context, locals) { argument 2185 var def = fnDef(func, locals);
|
| /plugin/prosemirror/lib/ |
| D | bundle.js | 1 …locals(e),i=0;if(0==o.length){for(var a=0;a<e.childCount;a++){var s=e.child(a);r(s,o,t.forChild(i,… method in kt
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js.map | 1 …lp hex id input int intern ' +\n 'isinstance issubclass iter len list locals long map max min n…
|