Searched refs:history (Results 1 – 25 of 38) sorted by relevance
12
| /template/ospyramid/js/ |
| D | plugins.js | 5 log.history = log.history || []; // store logs to an array for reference 6 log.history.push(arguments);
|
| /template/starterpjax/ |
| D | jquery.pjax.js | 263 window.history.replaceState(pjax.state, container.title, container.url) 286 window.history.replaceState(pjax.state, container.title, url.href) 309 window.history.replaceState(pjax.state, document.title) 327 window.history.pushState(null, "", stripPjaxParam(options.requestUrl)) 358 window.history.replaceState(null, "", "#") 365 var initialState = window.history.state 375 if ('state' in window.history) { 816 window.history && window.history.pushState && window.history.replaceState &&
|
| /template/mikio/ |
| H A D | .gitignore | 59 .history/ 65 # Ignore all local history of files 66 .history
|
| /template/h6e-minimal/ |
| D | main.php | 90 <?php tpl_button('history')?>
|
| /template/gtopia/ |
| D | main.php | 201 <li class="pager-item"><?php tpl_actionlink('history') ?></li>
|
| /template/mikio/icons/bootstrap-icons/svg/ |
| H A D | clock-history.svg | 1 <svg class="bi bi-clock-history" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" x…
|
| /template/ospyramid/js/libs/ |
| D | modernizr-1.7.min.js | 2 …history=function(){return !!(a.history&&history.pushState)},r.draganddrop=function(){return x("dra… function
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | RemoteWebDriver.php | 426 …* An abstraction allowing the driver to access the browser's history and to navigate to a given UR…
|
| /template/khum1/css/ |
| D | tools.less | 181 /* Menu tools to edit, history, etc */
|
| /template/influence/ |
| D | design.css | 962 #history{ 979 #history a:link, 980 #history a:visited, 981 #history a:hover,
|
| /template/sprintdoc/fonts/icons/ |
| H A D | fontello-codes.css | 5 .icon-revisions-history:before { content: '\e803'; } /* '' */
|
| /template/nucleus/ |
| D | footer.inc | 7 <?php tpl_button('history')?>
|
| /template/sprintdoc/css/ |
| H A D | base_fontello-icons.less | 98 .icon-revisions-history {
|
| /template/a_new_day/ |
| D | style_plain.ini | 116 __rg_revision_action__ = "images/p/actions/history.png"
|
| D | style.ini | 141 __rg_revision_action__ = "url(images/p/actions/history.png)"
|
| /template/battlehorse/ |
| D | style_plain.ini | 116 __rg_revision_action__ = "images/p/actions/history.png"
|
| D | style_green.ini | 116 __rg_revision_action__ = "images/r/actions/history.png"
|
| D | style_blue.ini | 116 __rg_revision_action__ = "images/b/actions/history.png"
|
| D | style.ini | 116 __rg_revision_action__ = "images/r/actions/history.png"
|
| /template/strap/vendor/php-webdriver/webdriver/ |
| H A D | README.md | 173 WebDriverBy::cssSelector('#ca-history a') 178 // Click the element to navigate to revision history page
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.2-compressed.js | 39 return content.join(" ");}},history:[],historyIndex:0,openObject:function(_index){with(firebug){d.d… 41 …input.environment.getElement().value="";d.console.historyIndex=d.console.history.push(_cmd);try{if… 93 …nemode==false||_event.shiftKey==false)){d.console.historyIndex=d.console.history.length;d.console.… 94 …){case 40:if(d.console.history[d.console.historyIndex+1]){d.console.historyIndex+=1;el.left.consol… 95 …k;case 38:if(d.console.history[d.console.historyIndex-1]){d.console.historyIndex-=1;el.left.consol…
|
| H A D | firebug-lite-1.2.js | 912 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] );
|
| /template/khum1/ |
| D | CHANGELOG.md.backup | 87 …ut page width when comparing the differences between two versions of the history AND that some "wo…
|
| /template/kajukkk/ |
| D | logs.txt | 1674 …perfect combination of relaxing on beautiful golden sand beaches and the history of Vietnam with t…
|
| /template/monobook/static/3rd/monobook/ |
| D | main.css | 533 /* Page history styling */ 1296 li span.deleted, span.history-deleted {
|
12