Home
last modified time | relevance | path

Searched refs:threadFactory (Results 1 – 20 of 20) sorted by last modified time

/plugin/bez/cron/
H A Dfunctions.php9 $threads = $action->get_model()->threadFactory->get_all(array(
59 $threads = $action->get_model()->threadFactory->get_all(array(
/plugin/bez/ctl/
H A Dactivity_report.php23 $this->tpl->set('thread_involvement', $this->model->threadFactory->users_involvement($period));
25 $this->tpl->set('kpi', $this->model->threadFactory->kpi($period));
26 $this->tpl->set('bez_activity', $this->model->threadFactory->bez_activity($period))
H A Dthread.php15 $thread = $this->model->threadFactory->get_one($this->get_param('id'));
143 $this->model->threadFactory->delete($thread);
H A Dthread_report.php13 $thread = $this->model->threadFactory->get_one($thread_id);
15 $thread = $this->model->threadFactory->create_object();
27 $this->model->threadFactory->update_save($thread, $_POST);
37 // $thread = $this->model->threadFactory->create_object($defaults);
39 $this->model->threadFactory->initial_save($thread, $_POST);
H A Dthreads.php37 $years = $this->model->threadFactory->get_years_scope();
108 $threads = $this->model->threadFactory->get_all($db_filters, $orderby);
H A D8d.php18 $thread = $this->model->threadFactory->get_one($this->get_param('id'));
H A Dreport.php22 $this->tpl->set('issues', $this->model->threadFactory->report_issue($period)->fetchAll(PDO::FETCH_ASSOC));
23 $this->tpl->set('projects', $this->model->threadFactory->report_project($period)->fetchAll(PDO::FETCH_ASSOC));
H A Dkp.php18 $thread = $this->model->threadFactory->get_one($this->get_param('id'));
H A Dstart.php48 $threads = $this->model->threadFactory->get_all($filter, 'create_date DESC');
107 $proposals = $this->model->threadFactory->get_all($filter, $orderby);
109 $this->tpl->set('proposals_count', $this->model->threadFactory->count($filter));
113 $my_threads = $this->model->threadFactory->get_all($filter, $orderby);
115 $this->tpl->set('my_threads_count', $this->model->threadFactory->count($filter));
125 $reported_threads = $this->model->threadFactory->get_all($filter, $orderby);
127 $this->tpl->set('reported_threads_count', $this->model->threadFactory->count($filter));
/plugin/bez/mdl/
H A DModel.php31 protected $threadFactory; variable in dokuwiki\\plugin\\bez\\mdl\\Model
58 $models = array('userFactory', 'threadFactory', 'labelFactory', 'thread_commentFactory', 'taskFactory', 'task_programFactory', 'task_commentFactory', 'authentication_tokenFactory', 'subscriptionFactory');
97 $this->threadFactory = new ThreadFactory($this);
H A DTask.php67 $this->thread = $this->model->threadFactory->get_one($this->thread_id);
H A DThread_comment.php31 $this->thread = $this->model->threadFactory->get_one($this->thread_id);
/plugin/bez/action/
H A Ddefault.php375 $threads = $this->get_model()->threadFactory->get_all(array(
/plugin/bez/
H A Dcli.php22 $threads = $action->get_model()->threadFactory->get_all();
25 $action->get_model()->threadFactory->save($thread);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java92 ThreadFactory threadFactory = new ThreadFactory() { in start() local
101 backgroundProcessor = Executors.newSingleThreadExecutor(threadFactory); in start()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...