Home
last modified time | relevance | path

Searched refs:bez (Results 1 – 25 of 77) sorted by path

1234

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js28910 var bez, ex, ey, large, rot, rx, ry, seg, segs, sweep, _i, _len, _results;
28916 bez = segmentToBezier.apply(null, seg);
28917 _results.push(doc.bezierCurveTo.apply(doc, bez));
H A Dpdfmake.min.js.map1bez","ex","ey","large","rot","rx","ry","seg","segs","sweep","rotateX","a00","a01","a10","a11","cos…
/plugin/bez/action/
H A Dbase.php3 use \dokuwiki\plugin\bez; alias
7 /** @var bez\mdl\Model */
10 /** @var bez\meta\Tpl */
14 return 'bez';
46 $file = DOKU_PLUGIN . "bez/tpl/$tpl_file.php";
68 $this->model = new bez\mdl\Model($auth, $client, $this, $skip_acl);
69 $this->tpl = new bez\meta\Tpl($this);
96 //add bez as a key for controller
97 array_unshift($elms, 'bez');
H A Ddefault.php3 use \dokuwiki\plugin\bez; alias
74 "lib/plugins/bez/lib/jquery.timepicker-1.11.9-0/jquery.timepicker.css",
81 "lib/plugins/bez/lib/jquery.timepicker-1.11.9-0/jquery.timepicker.min.js",
90 "lib/plugins/bez/lib/jquery.datepair/datepair.js",
99 "lib/plugins/bez/lib/jquery.datepair/jquery.datepair.js",
108 "lib/plugins/bez/lib/jquery.form-validator/theme-default.min.css",
115 "lib/plugins/bez/lib/jquery.form-validator/jquery.form-validator.min.js",
128 if ($ex[0] !== 'bez' && $ex[1] !== 'bez') {
146 if ($ex[0] !== 'bez'
[all...]
H A Dmigration.php3 * DokuWiki Plugin bez (Action Component)
145 $bez_file = DOKU_INC . 'data/meta/bez.sqlite3';
151 //import from bez
152 $bez = new \PDO('sqlite:' . $bez_file);
156 $stmt = $bez->query('SELECT * FROM issuetypes');
164 $stmt = $bez->query('SELECT * FROM tasktypes');
172 $stmt = $bez->query('SELECT *, (SELECT COUNT(*) FROM tasks
194 $stmt = $bez->query('SELECT tasks.*, commcauses.type AS cause_type
299 $stmt = $bez->query('SELECT *,
388 $stmt_i = $bez
[all...]
/plugin/bez/ctl/
H A D8d.php4 use \dokuwiki\plugin\bez; alias
14 throw new bez\meta\PermissionDeniedException();
17 /** @var bez\mdl\Thread $thread */
H A Dactivity_report.php4 use \dokuwiki\plugin\bez; alias
7 throw new bez\meta\PermissionDeniedException();
H A Dkp.php4 use \dokuwiki\plugin\bez; alias
14 throw new bez\meta\PermissionDeniedException();
17 /** @var bez\mdl\Thread $thread */
H A Dreport.php3 use \dokuwiki\plugin\bez; alias
6 throw new bez\meta\PermissionDeniedException();
H A Dstart.php4 use \dokuwiki\plugin\bez; alias
7 throw new bez\meta\PermissionDeniedException();
H A Dtask.php4 use \dokuwiki\plugin\bez; alias
7 throw new bez\meta\PermissionDeniedException();
14 /** @var bez\mdl\Task $task */
22 /** @var bez\mdl\Thread_comment $thread_comment */
58 /** @var bez\mdl\Task_comment $task_comment */
64 /** @var bez\mdl\Task_comment $task_comment */
H A Dtask_form.php4 use \dokuwiki\plugin\bez; alias
7 throw new bez\meta\PermissionDeniedException();
10 /** @var bez\mdl\Task $task */
H A Dtask_programs.php6 use \dokuwiki\plugin\bez;
9 throw new bez\meta\PermissionDeniedException();
4 use \dokuwiki\plugin\bez; global() alias
H A Dtasks.php4 use \dokuwiki\plugin\bez; alias
7 throw new bez\meta\PermissionDeniedException();
H A Dthread.php4 use \dokuwiki\plugin\bez; alias
7 throw new bez\meta\PermissionDeniedException();
14 /** @var bez\mdl\Thread $thread */
18 throw new bez\meta\PermissionDeniedException();
41 /** @var bez\mdl\Thread_comment $thread_comment */
82 /** @var bez\mdl\Thread_comment $thread_comment */
88 /** @var bez\mdl\Thread_comment $thread_comment */
107 /** @var bez\mdl\Task $task */
119 /** @var bez\mdl\Task $task */
133 /** @var bez\md
[all...]
H A Dthread_report.php3 use \dokuwiki\plugin\bez; alias
6 throw new bez\meta\PermissionDeniedException();
12 /** @var \dokuwiki\plugin\bez\mdl\Thread $thread */
H A Dthreads.php4 use \dokuwiki\plugin\bez; alias
7 throw new bez\meta\PermissionDeniedException();
H A Dtypes.php4 use \dokuwiki\plugin\bez; alias
7 throw new bez\meta\PermissionDeniedException();
H A Dunsubscribe.php4 use \dokuwiki\plugin\bez; alias
7 throw new bez\meta\PermissionDeniedException();
/plugin/bez/mdl/
H A DAcl.php3 namespace dokuwiki\plugin\bez\mdl;
H A DAuthentication_tokenFactory.php3 namespace dokuwiki\plugin\bez\mdl;
5 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
H A DEntity.php3 namespace dokuwiki\plugin\bez\mdl;
12 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
13 use dokuwiki\plugin\bez\meta\ValidationException;
H A DFactory.php3 namespace dokuwiki\plugin\bez\mdl;
5 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
H A DLabel.php3 namespace dokuwiki\plugin\bez\mdl;
H A DLabelFactory.php3 namespace dokuwiki\plugin\bez\mdl;

1234