Home
last modified time | relevance | path

Searched refs:set (Results 101 – 125 of 1255) sorted by path

12345678910>>...51

/plugin/barcodes/vendor/composer/
H A DClassLoader.php284 public function set($prefix, $paths) function in Composer\\Autoload\\ClassLoader
/plugin/batchedit/
H A Dinterface.js47 Cookies.set('BatchEditConfig', config, { path: '', sameSite: 'Strict' });
H A Djs.cookie.js142 api.set = api;
/plugin/behave/
H A Dbehave.js189 set: function (start, end) {
260 set: function(data){
428 utils.editor.set(edited);
475 utils.editor.set(edited);
501 utils.editor.set(edited);
502 utils.cursor.set(pos - 1);
507 utils.editor.set(edited);
508 utils.cursor.set(pos - 1);
512 utils.editor.set(edited);
513 utils.cursor.set(pos);
[all …]
/plugin/bez/cron/
H A Dfunctions.php116 $tpl->set('issues', $issues);
117 $tpl->set('outdated_tasks', $outdated_tasks);
118 $tpl->set('coming_tasks', $coming_tasks);
/plugin/bez/ctl/
H A D8d.php19 $this->tpl->set('thread', $thread);
20 $this->tpl->set('causes',
23 $this->tpl->set('risks',
26 $this->tpl->set('opportunities',
30 $this->tpl->set('8d_tasks', $tasks);
43 $this->tpl->set('preventive_close_date', date('Y-m-d', strtotime($max_preventive_close_date)));
H A Dactivity_report.php23 $this->tpl->set('thread_involvement', $this->model->threadFactory->users_involvement($period));
24 $this->tpl->set('task_involvement', $this->model->taskFactory->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 Dkp.php19 $this->tpl->set('thread', $thread);
22 $this->tpl->set('tasks', $tasks)
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));
24 $this->tpl->set('tasks', $this->model->taskFactory->report($period)->fetchAll(PDO::FETCH_ASSOC));
25 $this->tpl->set('comments', $this->model->thread_commentFactory->report($period));
H A Dstart.php103 $this->tpl->set('timeline', $timeline->get_assoc());
108 $this->tpl->set('proposals', $proposals);
109 $this->tpl->set('proposals_count', $this->model->threadFactory->count($filter));
114 $this->tpl->set('my_threads', $my_threads);
115 $this->tpl->set('my_threads_count', $this->model->threadFactory->count($filter));
120 $this->tpl->set('my_tasks', $my_tasks);
121 $this->tpl->set('my_tasks_count', $this->model->taskFactory->count($filter));
126 $this->tpl->set('reported_threads', $reported_threads);
127 $this->tpl->set('reported_threads_count', $this->model->threadFactory->count($filter));
132 $this->tpl->set('reported_task
[all...]
H A Dtask.php16 $this->tpl->set('task', $task);
17 $this->tpl->set('task_comments', $this->model->task_commentFactory->get_from_task($task));
18 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
H A Dtask_form.php13 $this->tpl->set('task', $task);
14 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
H A Dtask_programs.php28 $this->tpl->set('task_programs', $task_programs);
29 $this->tpl->set('task_program', $task_program);
H A Dtasks.php105 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name')->fetchAll());
106 $this->tpl->set('tasks', $tasks);
107 $this->tpl->set('months', array(1 => 'jan',
119 $this->tpl->set('years', $years);
H A Dthread.php21 $this->tpl->set('thread', $thread);
23 $this->tpl->set('lang_suffix', '_project');
37 $this->tpl->set('timeline', $timeline);
38 $this->tpl->set('tasks', $tasks);
39 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
43 $this->tpl->set('thread_comment', $thread_comment);
109 $this->tpl->set('task_new', $task);
121 $this->tpl->set('task', $task);
H A Dthread_report.php18 $this->tpl->set('thread', $thread);
45 $this->tpl->set('labels', $this->model->labelFactory->get_all())
H A Dthreads.php110 $this->tpl->set('labels', $this->model->labelFactory->get_all());
111 $this->tpl->set('threads', $threads);
112 $this->tpl->set('years', $years);
H A Dtypes.php25 $this->tpl->set('labels', $labels);
26 $this->tpl->set('label', $label);
/plugin/bez/mdl/
H A DFactory.php239 $set = array();
244 $set[] = ":$column";
256 VALUES ('.implode(',', $set).')';
273 $set = array();
277 $set[] = "$column=:$column";
287 ' SET ' . implode(',', $set) .
H A DTask.php91 'type' => array(array('select', array('corrective', 'preventive')), 'NULL'), // only corrective, preventive can be set this way
411 $set = implode(',', array_map(function ($v) { return "$v=0"; }, $flags));
413 $sql = "UPDATE task_participant SET $set WHERE task_id=? AND user_id=?";
446 $set = implode(',', array_map(function($flag) { return "$flag=1"; }, $flags));
449 $set .= ',removed=0';
452 $q = "UPDATE task_participant SET $set WHERE task_id=? AND user_id=?";
547 $tpl->set('task', $this);
548 $tpl->set('style', $style);
549 $tpl->set('no_actions', true);
561 $tpl->set('conten
[all...]
H A DTask_comment.php47 throw new \Exception('$defaults[task] not set');
90 $tpl->set('content', $html);
91 $tpl->set('who', $this->author);
92 $tpl->set('when', $this->create_date);
93 $tpl->set('action', 'mail_task_comment_added');
H A DThread.php266 $set = implode(',', array_map(function ($v) { return "$v=0"; }, $flags));
268 $sql = "UPDATE thread_participant SET $set WHERE thread_id=? AND user_id=?";
302 $set = implode(',', array_map(function($flag) { return "$flag=1"; }, $flags));
305 $set .= ',removed=0';
308 $q = "UPDATE thread_participant SET $set WHERE thread_id=? AND user_id=?";
483 $tpl->set('thread', $this);
484 $tpl->set('style', $style);
485 $tpl->set('no_actions', true);
498 $tpl->set('content', $thread_box);
510 $tpl->set('wh
[all...]
H A DThread_comment.php61 throw new \Exception('$defaults[thread] not set');
120 $tpl->set('content', $html);
121 $tpl->set('who', $this->author);
122 $tpl->set('when', $this->create_date);
127 $tpl->set('action_border_color', '#ddb68d');
128 $tpl->set('action_background_color', '#ffeedc');
130 $tpl->set('action', $action);
/plugin/bez/meta/
H A DTpl.php25 $this->set('client', $this->model->user_nick);
28 $this->set('version', $info['date']);
30 $this->set('wiki_title', $this->conf['title']);
33 $this->set('users', $this->action->get_model()->userFactory->get_all());
34 $this->set('groups', $this->action->get_model()->userFactory->get_groups());
81 public function set($id, $value) { function in dokuwiki\\plugin\\bez\\meta\\Tpl
/plugin/bez/tpl/
H A D8d.php64 <?php $tpl->set('tasks', $tpl->get('8d_tasks')['correction']) ?>
70 <?php $tpl->set('causes', $tpl->get('causes')) ?>
76 <?php $tpl->set('tasks', $tpl->get('8d_tasks')['corrective']) ?>
91 <?php $tpl->set('causes', $preventive) ?>
94 <?php $tpl->set('tasks', $tpl->get('8d_tasks')['preventive']) ?>

12345678910>>...51