Home
last modified time | relevance | path

Searched refs:meta (Results 126 – 150 of 1683) sorted by path

12345678910>>...68

/plugin/barcode/conf/
H A Dmetadata.php2 $meta['showfooter'] = array (
5 $meta['provider'] = array (
/plugin/barcodes/conf/
H A Dmetadata.php21 $meta['default_color'] = array('string', '_pattern' => '/^#?[0-9A-F]{6,6}$/');
22 $meta['default_background_color'] = array('string', '_pattern' => '/^(#?[0-9A-F]{6,6})?$/');
23 $meta['default_img_type'] = array('multichoice', '_choices' => array('svg', 'png'));
/plugin/batchedit/conf/
H A Dmetadata.php10 $meta['timelimit'] = array('numeric', '_min' => 0);
11 $meta['sessionexp'] = array('numeric', '_min' => 0);
/plugin/bez/action/
H A Dbase.php10 /** @var bez\meta\Tpl */
69 $this->tpl = new bez\meta\Tpl($this);
H A Ddefault.php227 } catch(bez\meta\ValidationException $e) {
240 } catch(bez\meta\PermissionDeniedException $e) {
291 } catch(bez\meta\PermissionDeniedException $e) {
/plugin/bez/conf/
H A Dmetadata.php2 $meta['hidden_groups'] = array('string');
4 $meta['weekly_cron_day_of_the_week'] = array(
17 $meta['task_remaind_days_before'] = array('string');
18 $meta['busy_timeout'] = array('numeric', '_min' => 0);
19 $meta['currency'] = array('string')
/plugin/bez/ctl/
H A D8d.php14 throw new bez\meta\PermissionDeniedException();
H A Dactivity_report.php7 throw new bez\meta\PermissionDeniedException();
H A Dkp.php14 throw new bez\meta\PermissionDeniedException();
H A Dreport.php6 throw new bez\meta\PermissionDeniedException();
H A Dstart.php7 throw new bez\meta\PermissionDeniedException();
H A Dtask.php7 throw new bez\meta\PermissionDeniedException();
H A Dtask_form.php7 throw new bez\meta\PermissionDeniedException();
H A Dtask_programs.php9 throw new bez\meta\PermissionDeniedException();
H A Dtasks.php7 throw new bez\meta\PermissionDeniedException();
H A Dthread.php7 throw new bez\meta\PermissionDeniedException();
18 throw new bez\meta\PermissionDeniedException();
H A Dthread_report.php6 throw new bez\meta\PermissionDeniedException();
H A Dthreads.php7 throw new bez\meta\PermissionDeniedException();
H A Dtypes.php7 throw new bez\meta\PermissionDeniedException();
H A Dunsubscribe.php7 throw new bez\meta\PermissionDeniedException();
/plugin/bez/helper/
H A Ddb.php
/plugin/bez/mdl/
H A DAuthentication_tokenFactory.php5 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
H A DEntity.php12 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
13 use dokuwiki\plugin\bez\meta\ValidationException;
H A DFactory.php5 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
H A DSubscriptionFactory.php6 use dokuwiki\plugin\bez\meta\PermissionDeniedException;

12345678910>>...68