Home
last modified time | relevance | path

Searched refs:actionArgs (Results 1 – 3 of 3) sorted by relevance

/plugin/codemirror/dist/keymaps/
Dvim.min.js1actionArgs:{after:true,isEdit:true,matchIndent:true}},{keys:"[p",type:"action",action:"paste",isEd… property
Dvim.min.js.map1actionArgs","after","matchIndent","sameLine","operator","operatorArgs","indentRight","toLower","op…
/plugin/asciidocjs/node_modules/commander/
Dindex.js402 const actionArgs = args.slice(0, expectedArgsCount);
404 actionArgs[expectedArgsCount] = this;
406 actionArgs[expectedArgsCount] = this.opts();
410 actionArgs.push(args.slice(expectedArgsCount));
413 const actionResult = fn.apply(this, actionArgs);