Home
last modified time | relevance | path

Searched refs:meta (Results 1601 – 1625 of 1683) sorted by path

1...<<6162636465666768

/plugin/vshare/_test/
H A DGeneralTest.php42 * Test to ensure that every conf['...'] entry in conf/default.php has a corresponding meta['...'] entry in
63 gettype($meta),
67 if ($conf !== null && $meta !== null) {
71 $meta,
72 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'vshare/conf/metadata.php'
76 foreach ($meta as $key => $value) {
/plugin/vshare/conf/
H A Dmetadata.php9 $meta['gdpr'] = array('onoff');
10 $meta['extrahard'] = array('onoff');
11 $meta['debug'] = array('onoff');
/plugin/watchcycle/_test/
H A Dgeneral.test.php38 * Test to ensure that every conf['...'] entry in conf/default.php has a corresponding meta['...'] entry in
52 $this->assertEquals(gettype($conf), gettype($meta),
55 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
57 $this->assertArrayHasKey($key, $meta,
58 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'watchcycle/conf/metadata.php');
61 foreach ($meta as $key => $value) {
/plugin/watchcycle/
H A Daction.php294 * @param array $meta metadata of the page
300 protected function getLastMaintainerRev($meta, $maintainer, &$rev) argument
307 if ($helper->isMaintainer($meta['current']['last_change']['user'], $maintainer)) {
308 $rev = $meta['current']['last_change']['date'];
311 $page = $meta['current']['last_change']['id'];
H A Dsyntax.php116 $renderer->meta['plugin'][$plugin_name] = $data;
/plugin/watchcycle/conf/
H A Dmetadata.php9 $meta['default_maintained_only'] = ['onoff'];
/plugin/webcode/_test/
H A Ddokuwiki.test.php104 $meta = array($metaKey => $metaToSave);
105 p_set_metadata($this->cleanPageId, $meta, false, true);
/plugin/webcode/conf/
H A Dmetadata.php3 $meta['WebCodeShortCutKey'] = array('string');
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1351 this.selfClosingTags={meta:1,link:1,area:1,base:1,col:1,input:1,img:1,br:1,hr:1,param:1,embed:1}; property in selfClosingTags
1352 …NK:1,STYLE:1,SCRIPT:1,NOSCRIPT:1,BR:1,PARAM:1,COL:1,html:1,head:1,title:1,meta:1,link:1,style:1,sc…
2998 …5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b","\t":"\… class
3000 return escapable.test(string)?'"'+string.replace(escapable,function(a){var c=meta[a];
/plugin/webcomics/conf/
H A Dmetadata.php7 $meta['feeds'] = array('');
/plugin/webcomponent/_test/
H A Dgeneral.test.php74 $meta = array();
83 gettype($meta),
87 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
91 $meta,
96 foreach ($meta as $key => $value) {
/plugin/webcomponent/conf/
H A Dmetadata.php3 $meta['UnitShortCutKey'] = array('string');
6 $meta[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = array('numeric');
7 $meta[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = array('string');
/plugin/webcomponent/syntax/
H A Dmath.php145 $renderer->meta[self::MATH_EXPRESSION]=true;
/plugin/webdav/conf/
H A Dmetadata.php9 $meta['remote'] = ['onoff', '_caution' => 'security'];
10 $meta['remoteuser'] = ['string'];
11 $meta['fix_msoffice_lockroot'] = ['onoff'];
12 $meta['show_button'] = ['onoff'];
13 $meta['browser_plugin'] = ['onoff'];
14 $meta['collections'] = ['multicheckbox', '_choices' => ['pages', 'media', 'odt', 'tags']];
/plugin/webdav/core/DAV/Collection/ODT/
H A DFile.php34 $meta = p_get_metadata($this->info['id']);
41 $odt->setTitle(@$meta['title']);
/plugin/webdav/core/
H A DUtils.php185 if (file_exists($metafile) && $meta = unserialize(io_readFile($metafile, false))) {
187 $item['filename'] = $meta['filename'];
190 if (file_exists($metadir) && $meta = unserialize(io_readFile($metadir, false))) {
192 $item['dirname'] = $meta['dirname'];
/plugin/webdavclient/conf/
H A Dmetadata.php9 $meta['use_cron'] = array('onoff');
/plugin/webexteamsnotifier/conf/
H A Dmetadata.php2 $meta['namespaces'] = array('string');
3 $meta['webhook'] = array('string');
/plugin/webmaster/conf/
H A Dmetadata.php8 $meta['webmaster_google'] = array('string');
9 $meta['webmaster_bing'] = array('string');
10 $meta['webmaster_yandexkey'] = array('string');
11 $meta['webmaster_pinterestkey'] = array('string');
/plugin/webthumbs/conf/
H A Dmetadata.php3 $meta['url'] = array('multichoice', '_choices' => array('0', '1'));
/plugin/whoisonline/conf/
H A Dmetadata.php9 $meta['minutesTillAway'] = array('numeric','_min'=>'1','_max'=>'60');
10 $meta['ignoreAnonymous'] = array('onoff');
11 $meta['displayline'] = array('string');
/plugin/wikicalendar/conf/
H A Dmetadata.php6 $meta['weekstart'] = array('multichoice', '_choices' => array('Monday', 'Sunday'));
7 $meta['timezone'] = array('multichoice', '_choices' => timezone_identifiers_list());
/plugin/wikipediasnippet/conf/
H A Dmetadata.php6 $meta['snippetLength'] = array('string');
7 $meta['useHtml'] = array('onoff');
/plugin/wikipediasnippet/
H A Dsyntax.php138 $url = $wpUrl.'w/api.php?action=query&meta=siteinfo&siprop=rightsinfo&format=xml';
/plugin/wikistats/conf/
H A Dmetadata.php8 $meta['stats_page'] = array('string');
9 $meta['display_type'] = array(
13 $meta['display_ressources_stats'] = array('onoff');
14 $meta['display_tags_stats'] = array('onoff');
15 $meta['display_namespaces_stats'] = array('onoff');
16 $meta['display_toc'] = array('onoff');

1...<<6162636465666768