Home
last modified time | relevance | path

Searched refs:command (Results 201 – 225 of 431) sorted by relevance

12345678910>>...18

/plugin/codemirror/dist/modes/
H A Dstex.min.js.map1command","cmdState","push","peekCommand","length","popCommand","plug","pop","closeBracket","getMos…
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc11 // Create an editor command that stores the dialog initialization command.
12 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
29 // Create a toolbar button that executes the plugin command defined above.
35 // Reference to the plugin command name.
36 command: 'fontAssistDialog',
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc11 // Create an editor command that stores the dialog initialization command.
12 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
29 // Create a toolbar button that executes the plugin command defined above.
35 // Reference to the plugin command name.
36 command: 'fontAssistDialog',
/plugin/jmol2/jmol/
H A DCHANGES.txt88 # bug fix: console command recall (up arrow) does not always return full command line
1372 # command sequence, for example:
2407 # new feature: new command:
2748 # bug fix: data CLEAR command nonfunctional
4669 # In addition, the sync command allows ANY command to be sent to one or more
4688 # command command to send
4772 # new command: ramachandran
4922 # adds "save/restore structure" command
5194 # a = script("some script command")
5893 # adds @variableName in any command
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso143 This is the only command that returns an HTML response.
251 <Connector command="' + $Command + '" resourceType="' + $Type + '">
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md138 To get started, run `composer install` from the command line while in the mPDF root directory
141 To execute tests, run `composer test` from the command line while in the mPDF root directory.
/plugin/cacherevisionseraser/
H A DREADME.md100 * Enable/Disable cache erase command (Default ON).
101 * Enable/Disable all old revisions erase command (Default OFF).
121 * Plug-in will now ask the admin if he want to execute the command.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_upload.cfm58 <cfset SendUploadResults( "1", "", "", "The """ & sCommand & """ command isn't allowed" )>
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js64 Event.simulateKeys = function(element, command) { argument
65 for(var i=0; i<command.length; i++) {
66 Event.simulateKey(element,'keypress',{charCode:command.charCodeAt(i)});
/plugin/wysiwyg/css/
H A Dfck_editorarea.css66 The following are some sample styles used in the "Styles" toolbar command.
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css66 The following are some sample styles used in the "Styles" toolbar command.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc23 client attempts to execute the command up to five times. If all five nodes
H A Dnamespaces.asciidoc16 | `cat()` | Access to the Cat API (which is generally used standalone from the command line
/plugin/tline/
H A DREADME.txt34 c) Open a shell or command prompt to the install directory and type:
/plugin/groupmail/
H A DCHANGELOG18 Replaced with preg_match command
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md31 … the tests after initializing the lib with composer(`composer install`) with the following command:
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
/plugin/emoji/script/
H A Djquery.textcomplete.js646 var command;
649 command = this.option.onKeydown(e, commands);
652 if (command == null) {
653 command = this._defaultKeydown(e);
656 switch (command) {
/plugin/skype/
H A DREADME.md38 * Added function in command, every button can have a different function now.
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as265 … = false; // Reset flag in case load/play issued immediately before this command, ie., before load…
266 …myStatus.playOnSeek = false; // Reset flag in case play(time) issued before the command and is sti…
295 …if(time > 0) { // We do not want the stop() command, which does pause(0), causing a load operation.
H A DJplayerRtmp.as316 …// "NetStream.Seek.Notify" event code is not very useful. It occurs after every seek(t) command is…
383 … play();// Not always sending pausePosition avoids the extra seek(0) for a normal play() command.
744 …d = false;// Reset flag in case load/play issued immediately before this command, ie., before onMe…
745 …myStatus.playOnSeek = false;// Reset flag in case play(time) issued before the command and is stil…
793 {// We do not want the stop() command, which does pause(0), causing a load operation.
977 … play();// Not always sending pausePosition avoids the extra seek(0) for a normal play() command.
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2022 var cmd=target.command;
6222 var _stack=function(command){Firebug.context.persistedState.commandHistory.push(command); argument
6279 if(!command){return
6280 }_stack(command);
6282 var result=this.evaluate(command);
6292 var command=element.value;
6295 var val=command.substr(offset);
6354 var start=command.length-1;
6357 --start){var c=command[start];
7587 command.setAttribute("checked",true)
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js8447 var cmd = target.command;
9880 command: "openPopup"
23706 var _stack = function(command) argument
23889 var command = this.element.value;
23891 if (!command) return;
23893 _stack(command);
23939 var command = element.value;
23943 var val = command.substr(offset);
24123 function getExpressionOffset(command) argument
24131 var start = command.length-1;
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1014 var eventTypes={composition:["composition","compositionstart","compositionend"],contextmenu:["contextmenu"],drag:["dragenter","dragover","dragexit","dragdrop","draggesture"],focus:["focus","blur"],form:["submit","reset","change","select","input"],key:["keydown","keyup","keypress"],load:["load","beforeunload","unload","abort","error"],mouse:["mousedown","mouseup","click","dblclick","mouseover","mouseout","mousemove"],mutation:["DOMSubtreeModified","DOMNodeInserted","DOMNodeRemoved","DOMNodeRemovedFromDocument","DOMNodeInsertedIntoDocument","DOMAttrModified","DOMCharacterDataModified"],paint:["paint","resize","scroll"],scroll:["overflow","underflow","overflowchanged"],text:["text"],ui:["DOMActivate","DOMFocusIn","DOMFocusOut"],xul:["popupshowing","popupshown","popuphiding","popuphidden","close","command","broadcast","commandupdate"]};
1908 var menuItemProps={"class":"$item.className",type:"$item.type",value:"$item.value",_command:"$item.command"};
2033 var cmd=target.command;
2405 },testMenu:function(){var firebugMenu=new Menu({id:"fbFirebugMenu",items:[{label:"Open Firebug",type:"shortcut",key:isFirefox?"Shift+F12":"F12",checked:true,command:"toggleChrome"},{label:"Open Firebug in New Window",type:"shortcut",key:isFirefox?"Ctrl+Shift+F12":"Ctrl+F12",command:"openPopup"},{label:"Inspect Element",type:"shortcut",key:"Ctrl+Shift+C",command:"toggleInspect"},{label:"Command Line",type:"shortcut",key:"Ctrl+Shift+L",command:"focusCommandLine"},"-",{label:"Options",type:"group",child:"fbFirebugOptionsMenu"},"-",{label:"Firebug Lite Website...",command:"visitWebsite"},{label:"Discussion Group...",command:"visitDiscussionGroup"},{label:"Issue Tracker...",command
6233 _stack(command) global() argument
6364 getExpressionOffset(command) global() argument
[all...]
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md54 A CRON expression is a string representing the schedule for a particular command to execute. The parts of a CRON schedule are as follows:

12345678910>>...18