Home
last modified time | relevance | path

Searched refs:meta (Results 1551 – 1575 of 1683) sorted by path

1...<<6162636465666768

/plugin/toucher/conf/
H A Dmetadata.php8 $meta['admin_only'] = array('onoff');
/plugin/toursprung/conf/
H A Dmetadata.php2 $meta['site'] = array('string');
3 $meta['user'] = array('string');
/plugin/tplinc/_test/
H A DGeneralTest.php63 gettype($meta),
67 if ($conf !== null && $meta !== null) {
71 $meta,
76 foreach ($meta as $key => $value) {
/plugin/tplmod/conf/
H A Dmetadata.php4 $meta['ptools_xcl'] = array('string');
5 $meta['profile'] = array('onoff');
7 $meta['search'] = array('onoff');
8 $meta['taglines'] = array('string');
9 $meta['tag_date_format'] = array('string');
10 $meta['logos'] = array('string');
11 $meta['ips'] = array('string');
12 $meta['rotate_title'] = array('onoff');
13 $meta['wiki_names'] = array('string');
19 $meta['blocking']= array('onoff');
[all …]
/plugin/translate/
H A DList_of_ISO_639-1_codes.txt3 // TODO: Use this list instead: http://meta.wikimedia.org/wiki/Template:List_of_language_names_orde…
H A Daction.php262 $meta = array();
263 $meta['date']['created'] = $created;
265 if ($user) $meta['creator'] = $INFO['userinfo']['name'];
266 $meta['language'] = $lang;
267 p_set_metadata($target_id, $meta);
374 $meta = array();
375 $meta['date']['created'] = $created;
377 if ($user) $meta['creator'] = $INFO['userinfo']['name'];
379 $meta['language'] = $target_lang;
380 p_set_metadata($target_id, $meta);
[all …]
H A Dhelper.php60 $meta = $id!==$ID ? p_get_metadata($id) : $INFO['meta'];
64 if (isset($meta['language'])) {
65 $lang = $meta['language'];
186 $meta = $id!==$ID ? p_get_metadata($id) : $INFO['meta'];
187 if (empty($meta['relation']['istranslationof'])) return $id;
201 $meta = $id!==$ID ? p_get_metadata($id) : $INFO['meta'];
202 if (!isset($meta['relation']['translations'])) return null;
203 foreach ($meta['relation']['translations'] as $tid => $tlang) {
453 $meta = $id === $ID ? $INFO['meta'] : p_get_metadata($id);
458 unset($meta['relation']['translations'][$page_id]);
[all …]
/plugin/translate/conf/
H A Dmetadata.php9 $meta['enabled_languages'] = array('string',
12 $meta['guess_lang_by_ns'] = array('onoff');
13 $meta['guess_lang_by_ui_lang'] = array('onoff');
14 $meta['default_language'] = array('string',
17 $meta['use_language_namespace'] = array('onoff');
20 $meta['include_namespaces'] = array('string');
21 $meta['exclude_namespaces'] = array('string');
22 $meta['exclude_pagenames'] = array('string');
25 $meta['translator_group'] = array('string');
26 $meta['author_group'] = array('string');
[all …]
/plugin/translation/_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 . 'translation/conf/metadata.php'
76 foreach ($meta as $key => $value) {
/plugin/translation/conf/
H A Dmetadata.php9 $meta['translations'] = array('string','_pattern' => '/^(|[a-zA-Z\- ,]+)$/');
10 $meta['translationns'] = array('string','_pattern' => '/^(|[\w:\-]+)$/');
11 $meta['skiptrans'] = array('string');
12 $meta['dropdown'] = array('onoff');
13 $meta['display'] = array('multicheckbox',
15 $meta['translateui'] = array('onoff');
16 $meta['redirectstart'] = array('onoff');
17 $meta['checkage'] = array('onoff');
18 $meta['about'] = array('string','_pattern' => '/^(|[\w:\-]+)$/');
19 $meta['localabou
[all...]
/plugin/translation/
H A Dhelper.php169 $meta = p_get_metadata($id);
170 if (!empty($meta['plugin']['translation']['notrans'])) return false;
/plugin/translation/syntax/
H A Dnotrans.php54 $renderer->meta['plugin']['translation']['notrans'] = true;
/plugin/translation2/conf/
H A Dmetadata.php8 $meta['languages'] = array('string');
9 $meta['default_language'] = array('string');
/plugin/translation3/conf/
H A Dmetadata.php10 $meta['skiptrans'] = array('string');
11 $meta['dropdown'] = array('onoff');
12 $meta['dropdown2'] = array('onoff');
13 $meta['flags'] = array('onoff');
14 $meta['description'] = array('onoff');
15 $meta['blankflag'] = array('onoff');
16 $meta['translateui'] = array('onoff');
17 $meta['redirectstart'] = array('onoff');
18 $meta['checkage'] = array('onoff');
20 $meta['showabout'] = array('onoff');
[all …]
/plugin/translation3/
H A Dhelper.php104 $meta = p_get_metadata($id);
105 if($meta['plugin']['translation']['notrans']) return false;
H A Dsyntax.php64 $renderer->meta['plugin']['translation']['notrans'] = true;
/plugin/translator/conf/
H A Dmetadata.php3 $meta['version'] = array('string');
4 $meta['default_language'] = array('string');
5 $meta['DBType'] = array('string');
6 $meta['DBName'] = array('string');
7 $meta['DBUserName'] = array('string');
8 $meta['DBHostName'] = array('string');
9 $meta['DBUserPassword'] = array('password');
/plugin/tumblr/
H A Dstyle.less33 .tumblr-meta {
/plugin/tuxquote/conf/
H A Dmetadata.php8 $meta['_tuxquote_misc'] = array('fieldset');
9 $meta['tuxquote_title'] = array('string');
10 $meta['tuxquote_width'] = array('string');
11 $meta['tuxquote_align'] = array('string');
/plugin/tuxquote/
H A Dquotes.txt4106 The meta-Turing test counts a thing as intelligent if it seeks to devise and apply Turing tests to …
/plugin/twcheckliste/
H A Drenderer.php.old71 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
/plugin/twistienav/conf/
H A Dmetadata.php8 $meta['startPagesOnly'] = array('onoff');
9 $meta['exclusions'] = array('multicheckbox', '_choices' => array('start','sidebar'));
10 $meta['twistieMap'] = array('onoff');
11 $meta['pageIdTrace'] = array('onoff');
12 $meta['pageIdExtraTwistie'] = array('onoff');
13 $meta['style'] = array('multichoice', '_choices' => array('svg','fa'));
14 $meta['useheading'] = array('onoff');
/plugin/twistienav4bootstrap3/conf/
H A Dmetadata.php8 $meta['startPagesOnly'] = array('onoff');
9 $meta['exclusions'] = array('multicheckbox', '_choices' => array('start','sidebar'));
10 $meta['twistieMap'] = array('onoff');
11 $meta['pageIdTrace'] = array('onoff');
12 $meta['pageIdExtraTwistie'] = array('onoff');
13 $meta['style'] = array('multichoice', '_choices' => array('svg','fa'));
/plugin/twitter/conf/
H A Dmetadata.php10 $meta ['timeout'] = array (
14 $meta ['useCURL'] = array (
17 $meta ['maxresults'] = array (
21 $meta ['oauth_consumer_key'] = array (
24 $meta ['oauth_consumer_secret'] = array (
27 $meta ['oauth_token'] = array (
30 $meta ['oauth_token_secret'] = array (
/plugin/twitter/
H A Dsyntax.php327 $renderer->meta ['relation'] ['haspart'] ['_plugin_twitter'] = true;

1...<<6162636465666768