Home
last modified time | relevance | path

Searched refs:history (Results 76 – 100 of 141) sorted by path

123456

/plugin/fastwiki/
H A Dhistory.js2 * Use HTML5 history.pushState to make the browser's back and forward buttons work as expected.
140 // TODO: Need to have newpage in non-switch case to get history for other actions.
149 // window.history.back();
152 history.replaceState({url: prevpage, title: document.title}, "", prevpage);
154 history.pushState({url: newpage, title: document.title}, "", newpage);
163 }, 1); // setTimeout so it happens after all other page manipulations. This won't be needed if I do history in _action().
H A Dpagecache.js53 this.load = function(elt, history) { argument
63 var pageinfo = history.getSwitchId(href);
H A Dscript.js18 var m_supportedActions = {'':1, edit:1, draft:1, history:1, recent:1, revisions:1, show:1, subscribe:1, backlink:1, index:1, profile:1, media:1, diff:1, save:1}; property in plugin_fastwiki.m_supportedActions
53 if (JSINFO.fastwiki.fastshow && (m_origViewMode != 'show' || !window.history || !history.pushState))
587 * Perform a standard partial AJAX action (edit, history, etc).
789 /* DOKUWIKI:include history.js */
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2 …(c).node(),e),a.utils.pjax(b,c)})};d3.selectAll(b).on("click",function(){history.pushState(this.hr…
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js47 window.history.pushState({}, '', window.location.href.replace("&fileexists=false", ""));
60 window.history.pushState({}, '', window.location.href.replace("&submitted=true", ""));
/plugin/firenews/HTMLTemplates/editnews/
H A DeditnewsTemplate.js19 window.history.pushState({}, '', window.location.href.replace("&submitted=saved", ""));
29 window.history.pushState({}, '', window.location.href.replace("&submitted=deleted", ""));
/plugin/flowplay/flowplayer/
H A DREADME.txt1 FlowPlayer Version history
/plugin/flowplay2/flowplayer/
H A DREADME.txt17 FlowPlayer Version history (latest release on top)
/plugin/flowplayer/player/
H A DREADME.txt1 Version history:
/plugin/git/lib/
H A DGit.php333 $history = array();
340 array_push($history, $commit);
359 array_push($history, $commit);
362 return $history;
/plugin/gtime/gtlib/asn1/gt/
H A DGTCertToken.php44 private $history; variable in GTCertToken
77 $this->history = $object->getObjectAt(1)->getValue();
112 return $this->history;
H A DGTTimeSignature.php49 private $history; variable in GTTimeSignature
84 $history = $object->getObjectAt(1);
90 if (!$history instanceof ASN1OctetString) {
95 $this->history = $history->getValue();
156 $sequence->add(new ASN1OctetString($this->history));
251 return $this->history;
260 public function setHistory($history) { argument
261 $this->history = $history;
/plugin/hipchat/
H A Dcomposer.lock42 "guzzle/plugin-history": "self.version",
/plugin/html5video2/script/
H A Dvideo.min.js12history=function(){return m?[].concat(m):[]}).filter=function(t){return(m||[]).filter(function(e){…
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …t:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …iking::before{content:"\FD5B"}.mdi-hinduism::before{content:"\F972"}.mdi-history::before{content:"…
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak162 // Stores a reference to the graph and creates the command history
173 // Adds the command history to the model and view
177 // Keeps the selection in sync with the command history
/plugin/jmol2/jmol/
H A DCHANGES.txt2036 # bug fix: was reading server path for local path from history in Webexport
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jar ... export/dialog/ org/jmol/export/history/ org/jmol/export/image/ org ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dmod.csstransforms.min.js2 …;e.input||G(),e.crosswindowmessaging=e.postmessage,e.historymanagement=e.history,e.addTest=functio…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js208 history: [], property in data
1242 this.parent.data.history.push( track._id );
1304 history = [],
1387 historyLen = this.parent.data.history.length;
1390 if ( this.parent.data.history[ i ] !== removeId ) {
1391 history.push( this.parent.data.history[ i ] );
1396 this.parent.data.history = history;
1552 return obj.data.history[ obj.data.history.length - 1 ];

123456