Home
last modified time | relevance | path

Searched refs:history (Results 26 – 50 of 141) sorted by path

123456

/plugin/bibtex4dw/
H A DCHANGELOG.md5 For the full history, have a look at the git commit messages.
/plugin/blextra/
H A Dhelper.php62 'type' => 'history',
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md941 Check `git log` for earlier history.
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md544 Check `git log` for earlier history.
/plugin/clearhistory/lang/en/
H A Dintro.txt1 This plugin allows you to clean up the history.
/plugin/clearhistory/
H A Dplugin.info.txt5 name Remove irrelevant entries from the change history
6 desc This plugin deletes consecutive history entrys that were made by the same user user within …
/plugin/codehighlight/cp/engines/
H A Dgecko.js57 CodePress.actions.history[CodePress.actions.next()] = editor.innerHTML;
121 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.split(z).j…
261 history : [], // history vector property in CodePress.actions
268 this.history[this.pos] = editor.innerHTML;
271 if(typeof(this.history[this.pos])=='undefined') this.pos ++;
272 editor.innerHTML = this.history[this.pos];
280 if(typeof(this.history[this.pos])=='undefined') this.pos--;
281 editor.innerHTML = this.history[this.pos];
286 if(this.pos>20) this.history[this.pos-21] = undefined;
H A Dmsie.js67 CodePress.actions.history[CodePress.actions.next()] = editor.innerHTML;
137 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.replace(z,…
276 history : [], // history vector property in CodePress.actions
281 this.history[this.pos] = editor.innerHTML;
284 if(typeof(this.history[this.pos])=='undefined') this.pos++;
285 editor.innerHTML = this.history[this.pos];
291 if(typeof(this.history[this.pos])=='undefined') this.pos--;
292 editor.innerHTML = this.history[this.pos];
297 if(this.pos>20) this.history[this.pos-21] = undefined;
H A Dopera.js52 CodePress.actions.history[CodePress.actions.next()] = editor.innerHTML;
120 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.split(z).j…
232 history : [], // history vector property in CodePress.actions
237 this.history[this.pos] = editor.innerHTML;
240 if(typeof(this.history[this.pos])=='undefined') this.pos++;
241 editor.innerHTML = this.history[this.pos];
247 if(typeof(this.history[this.pos])=='undefined') this.pos--;
248 editor.innerHTML = this.history[this.pos];
253 if(this.pos>20) this.history[this.pos-21] = undefined;
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js3 …urn Bb(a)}var d=b.marks[c];return d&&d.find()}function Bb(a){var b=a.doc.history.done;for(var c=b.…
H A Dvim.min.js.map1history","ExCommandDispatcher","buildCommandMap_","opt_params","that","_processCommand","commandHi…
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1 …educed?\", \"reductions\", \"ref\",\n \"ref-history-count\", \"ref-max-history\", \"ref-min-h…
H A Dpowershell.min.js1 …cm|gcs|gdr|ghy|gi|gjb|gl|gm|gmo|gp|gps/,/group|gsn|gsnp|gsv|gu|gv|gwmi|h|history|icm|iex|ihy|ii|ip…
H A Dpowershell.min.js.map1 …|gdr|ghy|gi|gjb|gl|gm|gmo|gp|gps/,\n /group|gsn|gsnp|gsv|gu|gv|gwmi|h|history|icm|iex|ihy|ii|ip…
H A Dtcl.min.js.map1 …ename \" +\n \"filename flush for foreach format gets glob global history http if \" +\n …
/plugin/codemirror/dist/
H A Dscripts.min.js3history;e.undone.length=0;var f=+new Date,g;var h;if((e.lastOp==d||e.lastOrigin==b.origin&&b.origi…
4history.done.length||a.history.undone.length){a.clearHistory()}}if(f.collapsed){f.id=++mg;f.atomic…
5history.lastSelOrigin=null}var r=Ee(a,function(a){if(a.buttons===0||!Ba(a)){q(a)}else{p(a)}});var …
H A Dscripts.min.js.map1history","historyEventDelay","pushSelectionToHistory","selectionEventCanBeMerged","addSelectionToH…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …d|dls:document-insert-and-manage|dls:document-include-query|dls:document-history|dls:document-get-…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js39 return content.join(" ");}},history:[],historyIndex:0,openObject:function(_index){with(firebug){d.dom.open(d.console.cache[_index],el.left.dom.container,lib.env.ie);d.navigate("dom");}},print:function(_cmd,_text){with(firebug){d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);d.console.addLine().update(d.highlight(_text,false,false,true));d.console.scroll();}},printException:function(_exception){with(firebug){var message=_exception.description||_exception.message||_exception;if(_exception.fileName){message+=' ('+(_exception.name&&(_exception.name+', ')||'')+getFileName(_exception.fileName)+', '+_exception.lineNumber+')';}
41 return;el.left.console.input.environment.getElement().value="";d.console.historyIndex=d.console.history.push(_cmd);try{if(_cmd==='console.firebug'){d.console.addLine().attribute.addClass("Arrow").update(firebug.version);}else{result=eval.call(window,_cmd);d.console.print(_cmd,result);}}catch(e){d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);d.console.printException(e);}
93 setTimeout(_el.focus,100);};}},listen:{addXhrObject:function(){with(firebug){d.xhr.addObject.apply(internal.targetWindow,el.button.xhr.textbox.environment.getElement().value.split(","));}},consoleTextbox:function(_event){with(firebug){if(_event.keyCode==13&&(env.multilinemode==false||_event.shiftKey==false)){d.console.historyIndex=d.console.history.length;d.console.eval(el.left.console.input.environment.getElement().value);return false;}
94 switch(_event.keyCode){case 40:if(d.console.history[d.console.historyIndex+1]){d.console.historyIndex+=1;el.left.console.input.update(d.console.history[d.console.historyIndex]);}
95 break;case 38:if(d.console.history[d.console.historyIndex-1]){d.console.historyIndex-=1;el.left.console.input.update(d.console.history[d.console.historyIndex]);}
H A Dfirebug-lite-1.2.js912 history:[], historyIndex:0,
942 d.console.historyIndex = d.console.history.push(_cmd);
1777 d.console.historyIndex = d.console.history.length;
1784 if(d.console.history[d.console.historyIndex+1]){
1786 el.left.console.input.update( d.console.history[d.console.historyIndex] );
1790 if(d.console.history[d.console.historyIndex-1]){
1792 el.left.console.input.update( d.console.history[d.console.historyIndex] );
H A Dfirebug-lite-1.4.js1334 domMemberMap.Window=["document","frameElement","innerWidth","innerHeight","outerWidth","outerHeight","screenX","screenY","pageXOffset","pageYOffset","scrollX","scrollY","scrollMaxX","scrollMaxY","status","defaultStatus","parent","opener","top","window","content","self","location","history","frames","navigator","screen","menubar","toolbar","locationbar","personalbar","statusbar","directories","scrollbars","fullScreen","netscape","java","console","Components","controllers","closed","crypto","pkcs11","name","property","length","sessionStorage","globalStorage","setTimeout","setInterval","clearTimeout","clearInterval","addEventListener","removeEventListener","dispatchEvent","getComputedStyle","captureEvents","releaseEvents","routeEvent","enableExternalCapture","disableExternalCapture","moveTo","moveBy","resizeTo","resizeBy","scroll","scrollTo","scrollBy","scrollByLines","scrollByPages","sizeToContent","setResizable","getSelection","open","openDialog","close","alert","confirm","prompt","dump","focus","blur","find","back","forward","home","stop","print","atob","btoa","updateCommands","XPCNativeWrapper","GeckoActiveXObject","applicationCache"];
4540 this.nsIDOMHistory=domplate(Firebug.Rep,{tag:OBJECTBOX({onclick:"$showHistory"},OBJECTLINK("$object|summarizeHistory")),className:"nsIDOMHistory",summarizeHistory:function(history){try{var items=history.length; argument
4541 return items+" history entries"
4542 }catch(exc){return"object does not support history (nsIDOMHistory)"
4543 }},showHistory:function(history){try{var items=history.length; argument
4544 Firebug.chrome.select(history)
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md173 WebDriverBy::cssSelector('#ca-history a')
178 // Click the element to navigate to revision history page
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php426 * An abstraction allowing the driver to access the browser's history and to navigate to a given URL.
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php135 $history
/plugin/database2/
H A Dadmin.php153 $history[] = '<option value="' . $q . '">' . $qesc . '&nbsp;&nbsp;</option>';
156 $history = implode( "\n", $history );
157 $history = <<<EOT
160 …<select name="history" onchange="return db2_console_load(this.options[this.selectedIndex].value);">
161 $history
215 $history

123456