Searched refs:set_state (Results 1 – 5 of 5) sorted by relevance
| /plugin/bez/mdl/ |
| H A D | Thread_commentFactory.php | 37 $thread_comment->thread->set_state('closed'); 40 $thread_comment->thread->set_state('rejected'); 43 $thread_comment->thread->set_state('opened');
|
| H A D | Task_commentFactory.php | 35 $task_comment->task->set_state('done'); 42 $task_comment->task->set_state('opened');
|
| H A D | Thread.php | 139 public function set_state($state) { function in dokuwiki\\plugin\\bez\\mdl\\Thread
|
| H A D | Task.php | 281 public function set_state($state) { function in dokuwiki\\plugin\\bez\\mdl\\Task
|
| /plugin/metaeditor/ |
| D | jstree.js | 3159 set_state : function (state, callback) { 3166 this.set_state(state, callback); 3172 this.set_state(state, callback); 3185 this.set_state(state, callback); 3195 this.set_state(state, callback); 3205 this.set_state(state, callback); 3256 this.set_state($.extend(true, {}, this._data.core.state), function () { 5145 this.set_state = function (state, callback) { 5146 var res = parent.set_state.apply(this, arguments); 5156 this.set_state(state, callback); [all …]
|