Home
last modified time | relevance | path

Searched refs:meta (Results 201 – 225 of 1683) sorted by path

12345678910>>...68

/plugin/bugzillalinks/conf/
H A Dmetadata.php7 $meta['bugzillaserver'] = array('string');
/plugin/bugzillaxmlrpc/conf/
H A Dmetadata.php3 $meta['host'] = array('string');
4 $meta['url'] = array('string');
5 $meta['xmlrpc.cgi'] = array('string');
7 $meta['login'] = array('string');
8 $meta['password'] = array('string');
10 $meta['cookie'] = array('string');
/plugin/bureaucracy-au/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'bureaucracy/conf/defau…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
52 …$this->assertArrayHasKey($key, $meta, 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'b…
55 foreach($meta as $key => $value) {
/plugin/bureaucracy-au/conf/
H A Dmetadata.php3 $meta['runas'] = array('string');
4 $meta['maxEmailAttachmentSize'] = array('numeric');
/plugin/bureaucracy/conf/
H A Dmetadata.php3 $meta['runas'] = array('string');
4 $meta['maxEmailAttachmentSize'] = array('numeric');
/plugin/bureaucracyau/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'bureaucracyau/conf/def…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
52 …$this->assertArrayHasKey($key, $meta, 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'b…
55 foreach($meta as $key => $value) {
/plugin/bureaucracyau/conf/
H A Dmetadata.php3 $meta['runas'] = array('string');
4 $meta['maxEmailAttachmentSize'] = array('numeric');
/plugin/button/conf/
H A Dmetadata.php7 $meta['styles'] = array('text')
/plugin/c3chart/conf/
H A Dmetadata.php9 $meta['url_yaml'] = array('string', '_pattern' => '#^(?:(?:(?:https?:)?/)?/)?(?:[\w.][\w./]*/)?js-y…
10 $meta['url_d3'] = array('string', '_pattern' => '#^(?:(?:(?:https?:)?/)?/)?(?:[\w.][\w./]*/)?d3(?:\…
11 $meta['url_c3'] = array('string', '_pattern' => '#^(?:(?:(?:https?:)?/)?/)?(?:[\w.][\w./]*/)?c3(?:\…
12 $meta['url_c3_css'] = array('string', '_pattern' => '#^(?:(?:(?:https?:)?/)?/)?(?:[\w.][\w./]*/)?c3…
13 $meta['width'] = array('string', '_pattern' => '/^(?:\d+(px|%))?$/');
14 $meta['height'] = array('string', '_pattern' => '/^(?:\d+(px|%))?$/');
15 $meta['align'] = array('multichoice', '_choices' => array('none','left','center','right'));
/plugin/cacherevisionseraser/
H A DREADME.md63 * Deleting files/directories will now show where they are being processed (cache, locks, meta or ol…
68 * Fixed meta directory variable
H A Dadmin.php78 if ($this->metadir == $null) $this->metadir = $conf['meta']; // Olders versions compability?
/plugin/calendoku/conf/
H A Dmetadata.php5 $meta['icaltemplates'] = array('string');
6 $meta['icalnamespaces'] = array('string');
7 $meta['datetimeformat'] = array('string');
8 $meta['dateformat'] = array('string');
9 $meta['timeformat'] = array('string');
10 $meta['showlocaltime'] = array('onoff');
11 $meta['defaulttimezone'] = array('string');
/plugin/callflow/conf/
H A Dmetadata.php3 $meta['margin'] = array('numeric');
4 $meta['txtsize'] = array('numeric');
5 $meta['titlesize'] = array('numeric');
6 $meta['linespacing'] = array('numeric');
7 $meta['colspacing'] = array('numeric');
8 $meta['strokewidth'] = array('numeric');
9 $meta['strokecolor'] = array('string');
10 $meta['txtcolor'] = array('string');
11 $meta['bgr'] = array('string');
16 $meta['cols_fill'] = array('string');
[all …]
/plugin/captcha/_test/
H A DGeneralTest.php
/plugin/captcha/conf/
H A Dmetadata.php9 $meta['mode'] = array(
23 $meta['forusers'] = array('onoff');
24 $meta['loginprotect'] = array('multichoice', '_choices' => array(0, 1, 2));
25 $meta['lettercount'] = array('numeric', '_min' => 3, '_max' => 16);
26 $meta['width'] = array('numeric', '_pattern' => '/[0-9]+/');
27 $meta['height'] = array('numeric', '_pattern' => '/[0-9]+/');
28 $meta['question'] = array('string');
29 $meta['answer'] = array('string');
/plugin/caption/conf/
H A Dmetadata.php9 //$meta['fixme'] = array('string');
10 $meta['abbrev'] = array('onoff');
/plugin/catlist/conf/
H A Dmetadata.php3 $meta['default_sort'] = array('multichoice', '_choices' => array('none','ascending','descending'));
4 $meta['hide_index'] = array('onoff');
5 $meta['index_priority'] = array('regex', '_pattern' => "/^((start|inside|outside),)*(start|inside|outside)?$/");
6 $meta['nocache'] = array('onoff');
7 $meta['hide_acl_nsnotr'] = array('onoff');
8 $meta['show_acl'] = array('onoff');
9 $meta['useheading'] = array('onoff');
10 $meta['showhead'] = array('onoff');
11 $meta['show_leading_ns'] = array('onoff');
12 $meta['nswildcard
[all...]
/plugin/catlist/
H A Dsyntax.php275 $meta = p_get_metadata($id, $key='', $render=METADATA_RENDER_USING_SIMPLE_CACHE);
276 if (!isset($meta['date']['modified']))
277 $meta['date']['modified'] = @filemtime($filepath);
278 if (!isset($meta['contributor']))
279 $meta['contributor'] = $meta['creator'];
280 return $meta;
/plugin/chain/conf/
H A Dmetadata.php3 $meta['tmpdir'] = array('string');
/plugin/changes/conf/
H A Dmetadata.php3 $meta['dayheaderfmt'] = array('string');
4 $meta['listmedia'] = array('onoff');
/plugin/changes/
H A Dsyntax.php207 $renderer->meta['relation']['depends']['rendering'][$conf['changelog']] = true;
208 $renderer->meta['relation']['depends']['rendering'][$conf['media_changelog']] = true;
/plugin/charpicker/conf/
H A Dmetadata.php2 $meta['chars'] = array('string');
3 $meta['del_chars'] = array('string');
4 $meta['del_all'] = array('onoff');
/plugin/chiplink/conf/
H A Dmetadata.php9 $meta['relativelocation'] = array('string');
/plugin/cite/conf/
H A Dmetadata.php2 $meta['cite_publisher'] = array('string');
3 $meta['cite_author'] = array('string');
4 $meta['showcitebutton'] = array('onoff');
/plugin/ckgdoku/action/
H A Dmeta.php532 $meta = metaFN('fckl:symchk','.meta');
533 $symcheck = io_readFile($meta);
614 io_saveFile($meta,$version);
615 chmod($meta, 0666);

12345678910>>...68