Home
last modified time | relevance | path

Searched refs:pushState (Results 1 – 25 of 53) sorted by relevance

123

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Drouter.js51 Backbone.history.start({pushState: false}); property
478 pushState: function(state, title, url) { method
485 pushState: true, property
499 pushState: function(state, title, url) { method
505 pushState: true, property
519 pushState: function(state, title, url) {}, method
526 pushState: true, property
538 pushState: true, property
550 pushState: function() {}, method
565 pushState: function() {}, method
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
Denvironment.js8 var pushState = history.pushState;
17 history.pushState = history.replaceState = function() {};
41 history.pushState = pushState;
/plugin/firenews/HTMLTemplates/editnews/
DeditnewsTemplate.js19 window.history.pushState({}, '', window.location.href.replace("&submitted=saved", ""));
29 window.history.pushState({}, '', window.location.href.replace("&submitted=deleted", ""));
/plugin/tagfilter/script/
Djquery.history.js1pushState&&(o.onHashChange=function(t){var n=t&&t.newURL||o.getLocationHref(),r=o.getHashByUrl(n),… property
/plugin/html2pdf/html2pdf/html2ps/
Dcss.state.class.php53 function pushState() { function in CSSState
71 $this->pushState();
84 $this->pushState();
Dbox.null.php17 $css_state->pushState();
Dbox.inline.php59 $fake_state->pushState();
121 $css_state->pushState();
Dbox.list-item.php15 $css_state->pushState();
Dbox.table.cell.php205 $css_state->pushState();
Dhtml.attrs.inc.php530 $css_state->pushState();
/plugin/photogallery/lightGallery/js/
Dlg-hash.min.js4 …+this.core.s.galleryId)<0?b.location.hash=this.oldHash:history.pushState?history.pushState("",c.ti…
Dlg-hash.js77 if (history.pushState) {
78 … history.pushState('', document.title, window.location.pathname + window.location.search);
/plugin/firenews/HTMLTemplates/author/
Dauthor.js47 window.history.pushState({}, '', window.location.href.replace("&fileexists=false", ""));
60 window.history.pushState({}, '', window.location.href.replace("&submitted=true", ""));
/plugin/findologicxmlexport/vendor/twig/twig/src/
DLexer.php200 $this->pushState(self::STATE_BLOCK);
207 $this->pushState(self::STATE_VAR);
294 $this->pushState(self::STATE_STRING);
338 $this->pushState(self::STATE_INTERPOLATION);
415 protected function pushState($state) function in Twig\\Lexer
/plugin/fastwiki/
Dhistory.js154 history.pushState({url: newpage, title: document.title}, "", newpage);
Dscript.js53 …f (JSINFO.fastwiki.fastshow && (m_origViewMode != 'show' || !window.history || !history.pushState))
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dparser.js470 pushState:function begin (condition) {
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js1692 this._wantsPushState = !!this.options.pushState;
1693 this._hasPushState = !!(this.history && this.history.pushState);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
Dsequence-diagram-snap.js679 pushState: function(condition) {
Dsequence-diagram-raphael.js679 pushState: function(condition) {
Dsequence-diagram-snap-min.js6 …ionStack.length-1-Math.abs(n||0),n>=0?this.conditionStack[n]:"INITIAL"},pushState:function(conditi…
Dsequence-diagram.js679 pushState: function(condition) {
Dsequence-diagram-raphael-min.js6 …ionStack.length-1-Math.abs(n||0),n>=0?this.conditionStack[n]:"INITIAL"},pushState:function(conditi…
Dsequence-diagram-min.js6 …ionStack.length-1-Math.abs(n||0),n>=0?this.conditionStack[n]:"INITIAL"},pushState:function(conditi…
/plugin/asciidocjs/node_modules/handlebars/dist/
Dhandlebars.amd.min.js28 …te:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(a){this…

123