/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A D | router.js | 477 history: { 498 history: { 518 history: { 549 history: { 564 history: { 583 history: { 598 history: { 621 history: { 638 history: { 723 history: { [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/ |
H A D | environment.js | 7 var history = window.history; variable 8 var pushState = history.pushState; 9 var replaceState = history.replaceState; 17 history.pushState = history.replaceState = function() {}; 41 history.pushState = pushState; 42 history.replaceState = replaceState;
|
/plugin/gtime/gtlib/asn1/gt/ |
H A D | GTTimeSignature.php | 49 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;
|
H A D | GTCertToken.php | 44 private $history; variable in GTCertToken 77 $this->history = $object->getObjectAt(1)->getValue(); 112 return $this->history;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/ |
H A D | ListHistoryResponse.php | 37 public function setHistory($history) argument 39 $this->history = $history; 46 return $this->history;
|
/plugin/database2/ |
H A D | admin.php | 153 $history[] = '<option value="' . $q . '">' . $qesc . ' </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
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | ANSI.php | 62 private $history; variable in phpseclib3\\File\\ANSI 196 $this->history = $this->history_attrs = []; 206 * @param int $history 209 public function setHistory($history) argument 211 $this->max_history = $history; 261 …$this->history = array_merge($this->history, array_slice(array_splice($this->screen, $this->y + 1)… 268 array_shift($this->history); 445 $this->history = array_merge($this->history, [array_shift($this->screen)]); 452 array_shift($this->history); 566 for ($i = 0; $i < count($this->history); $i++) { [all …]
|
/plugin/timetrack/vendor/pnotify/ |
H A D | jquery.pnotify.default.css | 56 .ui-pnotify-history-container { 69 /* Ensures history container is above notices. */ 72 .ui-pnotify-history-container .ui-pnotify-history-header { 75 .ui-pnotify-history-container button { 80 .ui-pnotify-history-container .ui-pnotify-history-pulldown {
|
/plugin/ajaxedit/vendor/pnotify/ |
H A D | jquery.pnotify.default.css | 56 .ui-pnotify-history-container { 69 /* Ensures history container is above notices. */ 72 .ui-pnotify-history-container .ui-pnotify-history-header { 75 .ui-pnotify-history-container button { 80 .ui-pnotify-history-container .ui-pnotify-history-pulldown {
|
/plugin/ajaxedit/ |
H A D | style.css | 56 .ui-pnotify-history-container { 69 /* Ensures history container is above notices. */ 72 .ui-pnotify-history-container .ui-pnotify-history-header { 75 .ui-pnotify-history-container button { 80 .ui-pnotify-history-container .ui-pnotify-history-pulldown {
|
/plugin/codehighlight/cp/engines/ |
H A D | opera.js | 52 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;
|
H A D | gecko.js | 57 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 D | msie.js | 67 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;
|
/plugin/timetrack/ |
H A D | style.css | 126 .ui-pnotify-history-container { 139 /* Ensures history container is above notices. */ 142 .ui-pnotify-history-container .ui-pnotify-history-header { 145 .ui-pnotify-history-container button { 150 .ui-pnotify-history-container .ui-pnotify-history-pulldown {
|
/plugin/clearhistory/ |
H A D | plugin.info.txt | 5 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/anewssystem/ |
H A D | backlink.js | 15 if (! window.history) return; 16 if (window.history.length == 0)return;
|
/plugin/firenews/HTMLTemplates/editnews/ |
H A D | editnewsTemplate.js | 19 window.history.pushState({}, '', window.location.href.replace("&submitted=saved", "")); 29 window.history.pushState({}, '', window.location.href.replace("&submitted=deleted", ""));
|
/plugin/statistics/inc/ |
H A D | StatisticsGraph.class.php | 95 protected function history($info) { function in StatisticsGraph 106 $result = $this->hlp->Query()->history($this->tlimit, $info, $interval); 251 $this->history('page_count'); 255 $this->history('page_size'); 259 $this->history('media_count'); 263 $this->history('media_size');
|
/plugin/photogallery/lightGallery/js/ |
H A D | lg-hash.js | 77 if (history.pushState) { 78 … history.pushState('', document.title, window.location.pathname + window.location.search);
|
H A D | lg-hash.min.js | 4 …xOf("lg="+this.core.s.galleryId)<0?b.location.hash=this.oldHash:history.pushState?history.pushStat…
|
/plugin/firenews/HTMLTemplates/author/ |
H A D | author.js | 47 window.history.pushState({}, '', window.location.href.replace("&fileexists=false", "")); 60 window.history.pushState({}, '', window.location.href.replace("&submitted=true", ""));
|
/plugin/git/lib/ |
H A D | Git.php | 333 $history = array(); 340 array_push($history, $commit); 359 array_push($history, $commit); 362 return $history;
|
/plugin/fastwiki/ |
H A D | history.js | 152 history.replaceState({url: prevpage, title: document.title}, "", prevpage); 154 history.pushState({url: newpage, title: document.title}, "", newpage);
|
/plugin/deletehistory/lang/en/ |
H A D | intro.txt | 1 Deleting history will irretrievably remove previous revisions of pages and media. All edits will be…
|
/plugin/struct/jsoneditor/ |
H A D | setup.js | 20 history: false,
|