Home
last modified time | relevance | path

Searched refs:bez (Results 26 – 50 of 77) sorted by path

1234

/plugin/bez/mdl/
H A DModel.php3 namespace dokuwiki\plugin\bez\mdl;
H A DSubscriptionFactory.php3 namespace dokuwiki\plugin\bez\mdl;
6 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
H A DTask.php3 namespace dokuwiki\plugin\bez\mdl;
5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException;
6 use dokuwiki\plugin\bez\meta\Mailer;
7 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
8 use dokuwiki\plugin\bez\meta\ValidationException;
30 /** @var \dokuwiki\plugin\bez\mdl\Thread */
539 $less->addImportDir(DOKU_PLUGIN . 'bez/style/');
540 $style = $less->compileFile(DOKU_PLUGIN . 'bez/style/task.less');
H A DTaskFactory.php3 namespace dokuwiki\plugin\bez\mdl;
H A DTask_comment.php3 namespace dokuwiki\plugin\bez\mdl;
H A DTask_commentFactory.php3 namespace dokuwiki\plugin\bez\mdl;
5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException;
H A DTask_program.php9 namespace dokuwiki\plugin\bez\mdl;
H A DTask_programFactory.php9 namespace dokuwiki\plugin\bez\mdl;
H A DThread.php3 namespace dokuwiki\plugin\bez\mdl;
5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException;
6 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
7 use dokuwiki\plugin\bez\meta\ValidationException;
475 $less->addImportDir(DOKU_PLUGIN . 'bez/style/');
476 $style = $less->compileFile(DOKU_PLUGIN . 'bez/style/thread.less');
H A DThreadFactory.php3 namespace dokuwiki\plugin\bez\mdl;
237 $reflectionClass = new \ReflectionClass('dokuwiki\plugin\bez\mdl\Thread');
H A DThread_comment.php3 namespace dokuwiki\plugin\bez\mdl;
5 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
6 use dokuwiki\plugin\bez\meta\ValidationException;
H A DThread_commentFactory.php3 namespace dokuwiki\plugin\bez\mdl;
5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException;
H A DUserFactory.php3 namespace dokuwiki\plugin\bez\mdl;
H A DValidator.php3 namespace dokuwiki\plugin\bez\mdl;
5 use dokuwiki\plugin\bez\meta\ValidationException;
/plugin/bez/meta/
H A DConsistencyViolationException.php3 namespace dokuwiki\plugin\bez\meta;
H A DPermissionDeniedException.php3 namespace dokuwiki\plugin\bez\meta;
H A DTpl.php3 namespace dokuwiki\plugin\bez\meta;
5 use dokuwiki\plugin\bez\mdl\Entity;
H A DValidationException.php3 namespace dokuwiki\plugin\bez\meta;
/plugin/bez/
H A Dplugin.info.txt1 base bez
5 name bez
7 url https://www.dokuwiki.org/plugin:bez
H A Dscript.js1 var bez = {}; variable
3 bez.scriptVersion = 2;
4 bez.ctl = {};
33 if (params[0] !== 'bez') {
44 bez.rich_text_editor = function($textarea, $header) {
77 ctl = nparams['bez'];
79 if (typeof bez.ctl[ctl] === 'function') {
80 bez.ctl[ctl].call(ctl);
/plugin/bez/scripts/
H A Dactivity_report.js1 bez.ctl.activity_report = function() {
H A Dprojects.js1 bez.ctl.projects = function() {
H A Dreport.js1 bez.ctl.report = function() {
H A Dstart.js1 bez.ctl.start = function() {
17 row_id = $row.data('bez-row-id'),
H A Dtask.js1 bez.ctl.task = function() {
4 if (!window.confirm(LANG.plugins.bez.remove_confirm)) {
33 bez.rich_text_editor($task_form.find('textarea'), $task_form.find('.bez_toolbar'));
47 bez.rich_text_editor(jQuery('#reason'), jQuery('.bez_reason_toolbar'));
90 bez.rich_text_editor($textarea, $header);
120 if (!window.confirm(LANG.plugins.bez.remove_confirm)) {
185 .attr( "title", LANG.plugins.bez.combobox_show_all_items )
253 .attr( "title", value + " " + LANG.plugins.bez.combobox_did_not_match )
294 $doTaskButton.html(LANG.plugins.bez.close_without_comment);
297 $doTaskButton.html(LANG.plugins.bez
[all...]

1234