Searched refs:createCommand (Results 1 – 10 of 10) sorted by relevance
| /plugin/asciidocjs/node_modules/commander/typings/ |
| D | index.d.ts | 94 createCommand(name?: string): Command; method
|
| /plugin/asciidocjs/node_modules/commander/ |
| D | Readme.md | 39 - [createCommand()](#createcommand) 634 ### createCommand() 639 const { createCommand } = require('commander'); 640 const program = createCommand(); 643 `createCommand` is also a method of the Command object, and creates a new command rather than a sub…
|
| D | index.js | 169 const cmd = this.createCommand(args.shift()); 209 createCommand(name) { method in Command
|
| D | CHANGELOG.md | 50 * `createCommand` factory method to simplify subclassing ([#1191])
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
| D | dhtmlxgantt_keyboard_navigation.js | 13 …createCommand:function(){return{modifiers:{shift:!1,alt:!1,ctrl:!1,meta:!1},keyCode:null}},parse:f… method
|
| D | dhtmlxgantt_keyboard_navigation.js.map | 1 …createCommand","modifiers","shift","alt","ctrl","meta","expr","getExpressions","words","getWords",…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_keyboard_navigation.js | 608 createCommand: function () { method 626 var command = this.createCommand(); 644 var command = this.createCommand();
|
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 1047 …TOR.plugins.scayt.suggestions[b].replace(" ","_");a.addCommand(h,this.createCommand(CKEDITOR.plugi… 1048 …TOR.plugins.scayt.suggestions[b].replace(" ","_"),a.addCommand(h,this.createCommand(CKEDITOR.plugi… 1051 …||c[m].label,command:m,group:c[m].group,order:c[m].order}));return e},createCommand:function(a,f,b…
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 1131 …TOR.plugins.scayt.suggestions[d].replace(" ","_");a.addCommand(l,this.createCommand(CKEDITOR.plugi… 1133 "_"),a.addCommand(l,this.createCommand(CKEDITOR.plugins.scayt.suggestions[d],f,g)),a.addMenuItem(l,… 1136 …||b[h].label,command:h,group:b[h].group,order:b[h].order}));return e},createCommand:function(a,c,d…
|
| D | ckeditor.js.unc | 22401 … a.addCommand(l, this.createCommand(CKEDITOR.plugins.scayt.suggestions[d], f, g)); 22421 ….plugins.scayt.suggestions[d].replace(" ", "_"), a.addCommand(l, this.createCommand(CKEDITOR.plugi… 22468 createCommand: function(a, c, d) {
|