Searched refs:save_state (Results 1 – 3 of 3) sorted by relevance
168 $save_state = array();173 $save_state[] = $state; 180 $save_state[] = $state; 187 $save_state[] = $state; 192 for($i=0; $i < count($save_state); $i++) { 193 $this->plugin_ref->render('xhtml', $Renderer, array($save_state[$i], $save_match[$i]));
6882 to = setTimeout($.proxy(function () { this.save_state(); }, this), 100);6903 this.save_state = function () { method in AnonymousFunctiona82bfad212700
12392 $save_state = $this->state;12429 $this->state = $save_state;12431 if ($save_state == 0) {