Home
last modified time | relevance | path

Searched refs:meta (Results 1526 – 1550 of 1683) sorted by path

1...<<6162636465666768

/plugin/tiledblog/
H A Dsyntax.php155 $meta = p_get_metadata ($id);
156 $img = $meta['relation']['firstimage'];
157 $date = dformat ($meta['date']['created']);
/plugin/timestamp/conf/
H A Dmetadata.php9 $meta['timestamp_format'] = array('string');
/plugin/timetrack/conf/
H A Dmetadata.php3 $meta['max_hours'] = array('number');
4 $meta['weekdays'] = array('number');
5 $meta['days_recent_project_active'] = array('number');
6 $meta['namespace_allowed'] = array('string');
/plugin/timezoneco/conf/
H A Dmetadata.php9 $meta['timezone'] = array('string');
/plugin/tindexmenu/
H A Dajax.php99 $meta = p_get_metadata($id);
100 $toc = $meta['description']['tableofcontents'];
106 $out .= ($meta['title']) ? htmlspecialchars($meta['title']) : htmlspecialchars(noNS($id));
108 if ($meta['description']['abstract']) {
111 $out .= p_render('xhtml',p_get_instructions($meta['description']['abstract']),$info);
/plugin/tindexmenu/conf/
H A Dmetadata.php8 $meta['only_admins'] = array('onoff');
9 $meta['aclcache'] = array('multichoice', '_choices' => array('none', 'user' ,'groups'));
10 $meta['headpage'] = array('multicheckbox', '_choices' => array(':start:', ':same:' ,':inside:'));
11 $meta['hide_headpage'] = array('onoff');
12 $meta['page_index'] = array('string', '_pattern' => '#^[a-z:]*#');
13 $meta['empty_msg'] = array('string');
14 $meta['skip_index'] = array('string','_pattern' => '/^($|\/.*\/.*$)/');
15 $meta['skip_file'] = array('string','_pattern' => '/^($|\/.*\/.*$)/');
16 $meta['show_sort'] = array('onoff');
/plugin/tindexmenu/syntax/
H A Dindexmenu.php237 $renderer->meta['indexmenu'] = TRUE;
/plugin/toc/
H A Dsyntax.php65 $renderer->meta['movetoc'] = true;
/plugin/tocselect/conf/
H A Dmetadata.php2 $meta['notoc'] = array('onoff');
/plugin/toctweak/action/
H A Drendertoc.php116 $meta =& $INFO['meta']['toc'];
124 $tocPosition = @$meta['position'] ?: $this->getConf('tocPosition');
135 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
136 $maxLv = @$meta['maxtoclevel'] ?: $this->getConf('maxtoclevel');
171 $meta =& $INFO['meta']['toc'];
179 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
180 $maxLv = @$meta['maxtoclevel'] ?: $this->getConf('maxtoclevel');
200 $meta =& $INFO['meta']['toc'];
208 $tocPosition = @$meta['position'] ?: $this->getConf('tocPosition');
214 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
[all …]
/plugin/toctweak/conf/
H A Dmetadata.php6 $meta['tocAllHeads'] = array('onoff');
7 $meta['tocPosition'] = array('multichoice','_choices' => array(0,1,2,6,9));
11 $meta['toptoclevel'] = array('multichoice','_choices' => array(1,2,3,4,5));
12 $meta['maxtoclevel'] = array('multichoice','_choices' => array(0,1,2,3,4,5));
13 $meta['tocminheads'] = array('multichoice','_choices' => array(0,1,2,3,4,5,10,20,50,100));
/plugin/toctweak/
H A Dhelper.php172 $meta =& $INFO['meta']['toc'];
186 if ($html && isset($meta['class'])) {
188 $replace = $search.' class="'.hsc($meta['class']).'"';
/plugin/toctweak/syntax/
H A Dautotoc.php84 isset($tocPosition) && $renderer->meta['toc']['position'] = $tocPosition;
85 isset($topLv) && $renderer->meta['toc']['toptoclevel'] = $topLv;
86 isset($maxLv) && $renderer->meta['toc']['maxtoclevel'] = $maxLv;
87 isset($tocClass) && $renderer->meta['toc']['class'] = $tocClass;
H A Dclosetoc.php50 $renderer->meta['toc']['initial_state'] = -1;
H A Dmetatoc.php86 $renderer->meta['relation']['toctweak'][] = metaFN($id,'.meta');
H A Dsidetoc.php60 $meta = p_get_metadata($id, 'toc');
61 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
62 $maxLv = @$meta['maxtoclevel'] ?: $this->getConf('maxtoclevel');
/plugin/today/_test/
H A DGeneralTest.php65 gettype($meta),
69 if ($conf !== null && $meta !== null) {
73 $meta,
78 foreach ($meta as $key => $value) {
/plugin/todo/conf/
H A Dmetadata.php9 $meta['AllowLinks'] = array('onoff');
10 $meta['ActionNamespace'] = array('string');
11 $meta['Strikethrough'] = array('onoff');
12 $meta['CheckboxText'] = array('onoff');
13 $meta['Checkbox'] = array('onoff');
14 $meta['Header'] = array('multichoice', '_choices' => array('id','firstheader','none'));
15 $meta['Username'] = array('multichoice', '_choices' => array('user','real','none'));
16 $meta['ShowdateTag'] = array('onoff');
17 $meta['ShowdateList'] = array('onoff');
/plugin/tokenbucketauth/conf/
H A Dmetadata.php3 $meta['tba_block_time'] = array('numeric'); // Block an IP address a certain amount of seconds
4 $meta['tba_nb_attempt'] = array('numeric'); // If the user failed a certain amount of attempts to…
5 $meta['tba_mean_time'] = array('numeric'); // Within a certain amount of seconds
6 $meta['tba_whitelist'] = array('string'); // And is not on the white list
8 $meta['tba_iptime_file'] = array('string'); // Log users attempts into this file
9 $meta['tba_block_file'] = array('string'); // Log blocked users into this one
10 $meta['tba_lockfile'] = array('string'); // Lock file to know when we can put content into the…
12 $meta['tba_send_mail'] = array('email'); // Define whom to send email when a user has been ban…
14 $meta['tba_block_whole_wiki'] = array('onoff'); // Define whether to block the whole wiki or just t…
/plugin/toolbuttondel/conf/
H A Dmetadata.php2 $meta['key_types'] = array('multicheckbox','_choices' => array('bold','italic','underline','code',…
3 $meta['headers'] = array('multicheckbox','_choices' => array('same','higher','lower','select','1',…
4 $meta['misc'] = array('multicheckbox','_choices' => array('smileys','special chars','horizontal ru…
5 $meta['links'] = array('multicheckbox','_choices' => array('external','internal','media'));
/plugin/tools/conf/
H A Dmetadata.php8 $meta['show_tools'] = array("multichoice",
11 $meta['show_link'] = array("multichoice",
14 $meta['show_header'] = array("onoff");
16 $meta['tools'] = array('multicheckbox',
26 $meta['skip_ids'] = array('multicheckbox',
/plugin/top/_test/
H A Dgeneral.test.php47 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'top/conf/default.php a…
48 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
50 …$this->assertArrayHasKey($key, $meta, 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 't…
52 foreach($meta as $key => $value) {
/plugin/top/conf/
H A Dmetadata.php3 $meta['hide_start_pages'] = array('onoff');
4 $meta['show_only_public'] = array('onoff');
/plugin/tos/_test/
H A DGeneralTest.php63 gettype($meta),
67 if ($conf !== null && $meta !== null) {
71 $meta,
76 foreach ($meta as $key => $value) {
/plugin/tos/conf/
H A Dmetadata.php9 $meta['tos'] = array('string');
10 $meta['usesession'] = array('onoff');

1...<<6162636465666768