Home
last modified time | relevance | path

Searched refs:set_state (Results 1 – 5 of 5) sorted by relevance

/plugin/bez/mdl/
H A DThread_commentFactory.php37 $thread_comment->thread->set_state('closed');
40 $thread_comment->thread->set_state('rejected');
43 $thread_comment->thread->set_state('opened');
H A DTask_commentFactory.php35 $task_comment->task->set_state('done');
42 $task_comment->task->set_state('opened');
H A DThread.php139 public function set_state($state) { function in dokuwiki\\plugin\\bez\\mdl\\Thread
H A DTask.php281 public function set_state($state) { function in dokuwiki\\plugin\\bez\\mdl\\Task
/plugin/metaeditor/
Djstree.js3159 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 …]