Home
last modified time | relevance | path

Searched refs:meta (Results 151 – 175 of 1683) sorted by path

12345678910>>...68

/plugin/bez/mdl/
H A DTask.php5 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;
H A DTask_commentFactory.php5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException;
H A DThread.php5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException;
6 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
7 use dokuwiki\plugin\bez\meta\ValidationException;
H A DThread_comment.php5 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
6 use dokuwiki\plugin\bez\meta\ValidationException;
H A DThread_commentFactory.php5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException;
H A DValidator.php5 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;
H A DValidationException.php3 namespace dokuwiki\plugin\bez\meta;
/plugin/bez/struct/
H A DBezSearch.php6 use dokuwiki\plugin\struct\meta\SearchConfig;
H A DBezType.php5 use dokuwiki\plugin\struct\meta\ValidationException;
/plugin/bez/syntax/
H A Dstruct.php6 use dokuwiki\plugin\struct\meta\ConfigParser;
7 use dokuwiki\plugin\struct\meta\AggregationTable;
8 use dokuwiki\plugin\struct\meta\StructException;
/plugin/bibtex4dw/conf/
H A Dmetadata.php8 $meta['_basic'] = array('fieldset');
9 $meta['sqlite'] = array('onoff');
10 $meta['citetype'] = array('multichoice','_choices' => array('alpha','apa','authordate','numeric'));
11 $meta['file'] = array('string');
12 $meta['pdfdir'] = array('string');
13 $meta['sort'] = array('onoff');
14 $meta['_formatstrings'] = array('fieldset');
15 $meta['fmtstr_article'] = array('string');
16 $meta['fmtstr_book'] = array('string');
17 $meta['fmtstr_bookle
[all...]
/plugin/block/conf/
H A Dmetadata.php2 $meta['block_width'] = array('string');
3 $meta['bg'] = array('string');
4 $meta['fg'] = array('string');
5 $meta['border_color'] = array('string');
6 $meta['border_style'] = array('multichoice','_choices' => array('solid','dotted','dashed','double',…
7 $meta['border_width'] = array('string');
8 $meta['font_family'] = array('multichoice','_choices' => array('sans-serif','Arial, Helvetica, sans…
11 $meta['font_size'] = array('string');
12 $meta['block_align'] = array('string');
/plugin/blockquote/conf/
H A Dmetadata.php7 $meta['addStyling'] = array('onoff');
/plugin/blog/
H A Daction.php240 $meta = p_get_metadata($page, 'plugin_blog');
241 if ($meta === null) return;
243 if (isset($meta['purgefile_cache'])) {
250 if (isset($meta['archive_pages'])) {
251 foreach ($meta['archive_pages'] as $page) {
H A Dhelper.php72 $meta = p_get_metadata($id, '', false);
73 $draft = isset($meta['type']) && ($meta['type'] == 'draft');
77 if ($author && ($meta['user'] != $author)) continue;
79 $date = $meta['date']['modified'];
82 $cdate = $meta['date']['created'];
88 if (isset($meta['title'])) {
89 $title = $meta['title'];
107 'user' => $meta['creator'],
108 'desc' => $meta['descriptio
[all...]
/plugin/blog/conf/
H A Dmetadata.php8 $meta['namespace'] = array('string');
9 $meta['formposition'] = array('multichoice',
11 $meta['newentrytitle'] = array('string');
12 $meta['dateprefix'] = array('string');
13 $meta['sortkey'] = array('multichoice',
15 $meta['sortorder'] = array('multichoice',
17 $meta['excluded_pages'] = array('string');
19 $meta['showhistogram'] = array('onoff');
20 $meta['max_months'] = array('numeric');
21 $meta['histogram_heigh
[all...]
/plugin/blog/syntax/
H A Darchive.php147 if (time() < $end) $renderer->meta['plugin_blog']['purgefile_cache'] = true;
154 $renderer->meta['relation']['references'][$entry['id']] = true;
155 $renderer->meta['plugin_blog']['archive_pages'][] = $entry['id'];
H A Dblog.php136 $renderer->meta['relation']['haspart'][$entry['id']] = true;
H A Ddraft.php29 $renderer->meta['type'] = 'draft';
/plugin/bloglinks/
H A Daction.php97 $meta = p_get_metadata($ID);
99 $date = $meta['date']['modified'];
102 $date = $meta['date']['created'];
109 'title' => $meta['title'],
111 'user' => $meta['creator'],
112 'desc' => $meta['description']['abstract'],
115 'draft' => (isset($meta['type']) && $meta['type'] == 'draft'),
/plugin/bloglinks/conf/
H A Dmetadata.php10 $meta['enabled_namespaces'] = array('string');
11 $meta['excluded_pages'] = array('string');
12 $meta['prev_template'] = array('string');
13 $meta['next_template'] = array('string')
/plugin/blogmeta/
H A Daction.php58 … print $this->getLang('posted')." ".strftime($conf['dformat'],$INFO['meta']['date']['created']);
59 if ($this->getConf('show_user')) print " &middot; ".$INFO['meta']['creator'];

12345678910>>...68