Home
last modified time | relevance | path

Searched refs:command (Results 1 – 8 of 8) sorted by relevance

/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/dialogs/
H A Doptions.js7 …tionaryState");e.dialog=b;e.command="create";e.name=h;d.fire("scaytUserDictionaryAction",e)},funct…
8 …all(b,"dictionaryState");a.command="restore";a.name=h;d.fire("scaytUserDictionaryAction",a)},funct…
9 …tate.call(b,"initialState"),d.fire("scaytUserDictionaryAction",{dialog:b,command:"disconnect",name… property
10 …initialState");a.dialog=b;a.command="remove";a.name=e;d.fire("scaytUserDictionaryAction",a)},funct…
11 …(g,function(a){a.dialog=b;a.command="rename";a.name=g;d.fire("scaytUserDictionaryAction",a)},funct…
14 …dialog:b,command:"wordWithBannedSymbols",name:e,error:!0}):g.inChildren(e)?(h.setValue(""),d.fire(… property
15 …d(e,!0));a.dialog=b;a.command="addWord";a.name=e;f.enable();d.fire("scaytUserDictionaryAction",a)}…
17 …lock();a.dialog=c;a.command="deleteWord";a.name=e;d.fire("scaytUserDictionaryAction",a)},function(…
18command+"Dic"),c=c.replace("%s",b.data.name),d.setText(c),a.css(d.$,{color:"blue"})):(""===b.data.…
20 (f=c.getLocal("message_error_"+b.data.command+"Dic"),f=f.replace("%s",b.data.name),d.setText(f));a.…
/webtrees/app/Cli/
H A DConsole.php47 foreach (self::COMMANDS as $command) {
48 $this->add(Registry::container()->get($command));
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js62 …oup:1,hr:1,main:1,menu:1,nav:1,ol:1,p:1,pre:1,section:1,table:1,ul:1},h={command:1,link:1,meta:1,n… property
63 a(b,{a:1,abbr:1,area:1,audio:1,b:1,bdi:1,bdo:1,br:1,button:1,canvas:1,cite:1,code:1,command:1,datal… property
64 …,{a:1,button:1}),canvas:b,caption:c,cite:b,code:b,col:k,colgroup:{col:1},command:k,datalist:a({opt… property
67 …1,nav:1,p:1,pre:1,section:1},$empty:{area:1,base:1,basefont:1,br:1,col:1,command:1,dialog:1,embed:… property
220 CKEDITOR.command=function(a,d){this.uiItems=[];this.exec=function(b){if(this.state==CKEDITOR.TRISTA…
222 CKEDITOR.command.prototype={enable:function(){this.state==CKEDITOR.TRISTATE_DISABLED&&this.checkAll…
223 …is.setState(CKEDITOR.TRISTATE_OFF)}};CKEDITOR.event.implementOn(CKEDITOR.command.prototype);CKEDIT…
275command:b.command||null,args:Array.prototype.slice.call(arguments,2)};CKEDITOR.tools.extend(c,b)},…
290 …tion(a,b){b.name=a.toLowerCase();var c=b instanceof CKEDITOR.command?b:new CKEDITOR.command(this,b…
293 …mmand:function(a,b){var c=this.getCommand(a),d={name:a,commandData:b||{},command:c};return c&&c.st… property
[all …]
H A DCHANGES.md372 …ditor.com/cke4/addon/a11yhelp) dialog should display all available keystrokes for a single command.
383 …thod accepts an additional `all` parameter allowing to retrieve an array of all command keystrokes.
445 … Replace](https://ckeditor.com/cke4/addon/find) plugin with a `tabId` option in the `find` command.
446 …EDITOR_editor.html#method-addCommand) method can now accept a [`CKEDITOR.command`](https://ckedito…
614 * [#577](https://github.com/ckeditor/ckeditor4/issues/577): Fixed: The "Delete Columns" command pro…
692command` parameter in [`CKEDITOR.editor.getCommandKeystroke()`](https://ckeditor.com/docs/ckeditor…
1177 …tor4/latest/api/CKEDITOR.plugins.widget.html)'s startup data as a widget command's argument. Thank…
1451 …ct on standard scenarios, but if your button does not execute the widget command, you need to set …
1586 * [Enhanced Image](https://ckeditor.com/cke4/addon/image2) button, context menu, command, and icon …
1655 * [#10870](https://dev.ckeditor.com/ticket/10870): The `paste` command is no longer being disabled …
[all …]
/webtrees/
H A DCONTRIBUTING.md64 …rebuild the files in `public/js` and `public/css`. You do this with the command `npm run producti…
74 These are created using the command `composer install --no-dev`.
77 These are created using the command `npm run production`.
H A DREADME.md171 Then run this command::
270 …one click. Alternatively, You can also make a backup running a mysqldump command (just replace the…
287 3. Restore your mysql database using phpmyadmin or running the following command line on your datab…
H A Dcomposer.lock841 "forward-command": false
950 "forward-command": false
1044 "forward-command": false
4111 "description": "Eases the creation of beautiful and testable command line interfaces",
4115 "command-line",
H A Dphpstan-baseline.neon178 …message: '#^Parameter \#1 \$command of method Symfony\\Component\\Console\\Application\:\:add\(\) …