Home
last modified time | relevance | path

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

12345678910>>...68

/plugin/authfacebook/conf/
H A Dmetadata.php7 $meta['applicationID'] = array('string');
8 $meta['applicationSecret'] = array('string');
9 $meta['appAdmin'] = array('string');
10 $meta['superuser'] = array('string');
11 $meta['defaultgroup'] = array('string');
12 $meta['fbgid2group'] = array('string');
13 $meta['scope'] = array('string');
14 $meta['saveAccessKey'] = array('onoff');
/plugin/newpagetemplate/conf/
H A Dmetadata.php2 $meta['userreplace'] = array('onoff');
3 $meta['standardreplace'] = array('onoff');
4 $meta['prettytitles'] = array('onoff');
5 $meta['skip_unset_macros'] = array('onoff');
6 $meta['default_ini'] = array('string');
7 $meta['default_tplns'] = array('string');
8 $meta['web_owner'] = array('multicheckbox','_choices' => array('www-data','apache'));
9 $meta['web_group'] = array('multicheckbox','_choices' => array('www-data','apache'));
/plugin/discordnotifier/conf/
H A Dmetadata.php2 $meta['namespaces'] = array('string');
3 $meta['notify_create'] = array('onoff');
4 $meta['notify_edit'] = array('onoff');
5 $meta['notify_edit_minor'] = array('onoff');
6 $meta['notify_delete'] = array('onoff');
7 $meta['notify_show_summary'] = array('onoff');
8 $meta['notify_show_name'] = array('multichoice', '_choices' => array('real name','username') );
9 $meta['webhook'] = array('string');
/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/pubmed2020/conf/
H A Dmetadata.php9 $meta['default_command'] = array('multichoice', '_choices' => array('short','long','vancouver','lon…
10 $meta['user_defined_output'] = array('string');
11 $meta['limit_authors_vancouver'] = array('numericopt', '_min' => '1');
12 $meta['et_al_vancouver'] = array('string');
13 $meta['remove_dot_from_journal_iso'] = array('onoff');
14 $meta['twitter_via_user_name'] = array('string');
15 $meta['twitter_url_shortener_format_pmid'] = array('string');
16 $meta['twitter_url_shortener_format_pmcid'] = array('string');
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabFile.js5 GitLabFile = function(ui, data, meta) argument
7 GitHubFile.call(this, ui, data, meta);
24 encodeURIComponent(this.meta.org) + '/' +
25 encodeURIComponent(this.meta.repo) +'/-/project_members');
36 return this.meta.org + '/' +
37 ((this.meta.repo != null) ? encodeURIComponent(this.meta.repo) + '/' +
38 ((this.meta.ref != null) ? this.meta.ref +
39 ((this.meta.path != null) ? '/' + this.meta.path : '') : '') : '');
/plugin/aceeditor/conf/
H A Dmetadata.php5 $meta['default'] = array('onoff');
6 $meta['highlight'] = array('onoff');
7 $meta['wraplimit'] = array('string', '_pattern' => '/^\s*[0-9]*\s*$/');
8 $meta['colortheme'] = array('multichoice', '_choices' => array(
41 $meta['loadjquery'] = array('onoff');
43 $meta['latex'] = array('onoff');
44 $meta['markdown'] = array('onoff');
45 $meta['xmltags'] = array('string', '_pattern' => '/^(([a-z][\w.-]*)(,[a-z][\w.-]*)*|)$/i');
/plugin/subconfhelper/conf/
H A Dsubconfhelper_metadata.php10 $meta['title'] = array('string');
11 $meta['tagline'] = array('string');
13 $meta['ns'] = array('string');
14 $meta['ns_inherit'] = array('onoff');
15 $meta['default_startpage'] = array('string');
16 $meta['default_groups'] = array('string');
17 $meta['template'] = array('dirchoice','_dir' => DOKU_INC.'lib/tpl/','_pattern' => '/^[\w-]+$/'…
18 $meta['disableactions'] = array('disableactions',
/plugin/edittable/script/
H A Deditor.js76 edittable.getMerges = function (meta) { argument
80 if (meta[row][col].hasOwnProperty('rowspan') && meta[row][col].rowspan > 1 ||
81 meta[row][col].hasOwnProperty('colspan') && meta[row][col].colspan > 1) {
127 function getMeta() {return meta;}
165 meta: meta, property in edittable.loadEditor.handsontable_config.afterLoadData.raw
187 return meta[row][col];
388 meta = edittable.moveCol(movingCols, target, meta);
399 meta = edittable.moveRow(movingRows, target, meta);
414 meta = edittable.addRowToMeta(index, amount, meta);
442 meta.splice(index, amount);
[all …]
/plugin/dokutranslate/
H A Daction.php71 $meta[$lastrev][$i]['changed'] = $meta['current'][$i]['changed'];
75 $meta[$lastrev][$i] = $meta['current'][$i];
76 $meta['current'][$i]['changed'] = $lastrev;
84 $meta['current'][$parid]['changed'] = '';
91 if (empty($meta[$revert][$i]['changed'])) {
94 $meta['current'][$i] = $meta[$revert][$i];
99 $tmp = $meta[$revert][$i]['changed'];
100 $meta['current'][$i] = $meta[$tmp][$i];
101 $meta['current'][$i]['changed'] = $tmp;
328 …$writeRev = empty($meta[$writeRev][$parid]['changed']) ? $writeRev : $meta[$writeRev][$parid]['cha…
[all …]
/plugin/evesso/conf/
H A Dmetadata.php48 $meta['info'] = array('plugin_evesso');
49 $meta['custom-redirectURI'] = array('string','_caution' => 'danger');
50 $meta['eveonline-key'] = array('string');
51 $meta['eveonline-secret'] = array('string');
52 $meta['singleService'] = array('multichoice',
61 $meta['register-on-auth'] = array('onoff','_caution' => 'security');
62 $meta['require-corporation'] = array('string', '_caution' => 'security');
63 $meta['require-alliance'] = array('string', '_caution' => 'security');
64 $meta['require-faction'] = array('string', '_caution' => 'security');
65 $meta['login-button'] = array('multichoice',
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteStatus.php17 protected $meta = []; variable in Facebook\\WebDriver\\Remote\\RemoteStatus
23 protected function __construct($isReady, $message, array $meta = []) argument
28 $this->setMeta($meta);
65 * Arbitrary meta information specific to remote-end implementation.
71 return $this->meta;
74 protected function setMeta(array $meta) argument
76 unset($meta['ready'], $meta['message']);
78 $this->meta = $meta;
[all...]
/plugin/orgapp/conf/
H A Dmetadata.php2 $meta['width'] = array (
5 $meta['height'] = array (
8 $meta['name'] = array (
11 $meta['archive'] = array (
14 $meta['code'] = array (
17 $meta['target'] = array (
20 $meta['type'] = array (
/plugin/rater/conf/
H A Dmetadata.php9 $meta['voting_restriction'] = array('onoff'); // restrict ip address voting (true or false)
10 $meta['vote_qty'] = array('string'); // how many times an ip address can vote
11 $meta['already_rated_msg'] = array('string');
12 $meta['not_selected_msg'] = array('string');
13 $meta['thankyou_msg'] = array('string');
14 $meta['generic_text'] = array('string'); // generic item text
15 $meta['eol_char'] = array('string'); // may want to change for different operating systems
/plugin/recaptcha2/conf/
H A Dmetadata.php10 $meta['publickey'] = array('string');
11 $meta['privatekey'] = array('string');
12 $meta['theme'] = array('multichoice', '_choices'=>array('light', 'dark'));
13 $meta['lang'] = array('string');
14 $meta['regprotect'] = array('onoff');
15 $meta['editprotect'] = array('onoff');
16 $meta['forusers'] = array('onoff');
/plugin/dokumicrobugtracker/conf/
H A Dmetadata.php9 $meta['send_email'] = array('onoff');
10 $meta['use_captcha'] = array('onoff');
11 $meta['email_address'] = array('string');
12 $meta['severities'] = array('string');
13 $meta['email_subject_template'] = array('string');
14 $meta['email_body_template'] = array('string');
15 $meta['statuses'] = array('string');
/plugin/tabinclude/conf/
H A Dmetadata.php2 $meta['use_first_heading']= array('onoff');
3 $meta['namespace_in_tab'] = array('onoff');
4 $meta['ajax_init_page'] = array('onoff');
5 $meta['hideloading'] = array('onoff');
6 $meta['goto_link_header'] = array('onoff');
7 $meta['goto_link_footer'] = array('onoff');
8 $meta['toc_in_tab'] = array('onoff');
/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/authvk/conf/
H A Dmetadata.php9 $meta['client_id'] = array('string');
10 $meta['client_secret'] = array('string');
11 $meta['redirect_uri'] = array('string');
12 $meta['admin_id'] = array('string');
13 $meta['group_id_of_admins'] = array('string');
14 $meta['group_id_of_moderators'] = array('string');
15 $meta['group_id_of_users'] = array('string');
/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/recaptcha/conf/
H A Dmetadata.php9 $meta['publickey'] = array('string');
10 $meta['privatekey'] = array('string');
11 $meta['theme'] = array('multichoice', '_choices'=>array('red', 'white', 'blackglass', 'custom'));
12 $meta['lang'] = array('multichoice', '_choices'=>array('en', 'nl', 'fr', 'de', 'pt', 'ru', 'es', 't…
13 $meta['regprotect'] = array('onoff');
14 $meta['editprotect'] = array('onoff');
15 $meta['forusers'] = array('onoff');
/plugin/shibbolethauth/conf/
H A Dmetadata.php9 $meta['shibbolethEmailAttribute'] = array('string');
10 $meta['shibbolethLoginURL'] = array('string');
11 $meta['shibbolethLogoutURL'] = array('string');
12 $meta['useSympa']= array('onoff');
13 $meta['sympaSoapService'] = array('string');
14 $meta['sympaApplicationId'] = array('string');
15 $meta['sympaApplicationPwd'] = array('password');
/plugin/sidebarng/conf/
H A Dmetadata.php5 $meta['pos'] = array('multichoice', '_choices' => array('left', 'right'));
6 $meta['pagename'] = array('string', '_pattern' => '#[a-z0-9]*#');
7 $meta['user_ns'] = array('string', '_pattern' => '#^[a-z:]*#');
8 $meta['group_ns'] = array('string', '_pattern' => '#^[a-z:]*#');
9 $meta['order'] = array('string', '_pattern' => '#[a-z0-9,]*#');
10 $meta['content'] = array('multicheckbox', '_choices' => array('main','user','group','namespace'…
11 $meta['main_always'] = array('onoff');
/plugin/mantis/conf/
H A Dmetadata.php3 $meta['mantis_server'] = array('string');
4 $meta['mantis_user'] = array('string');
5 $meta['mantis_password'] = array('string');
6 $meta['mantis_namespace'] = array('string');
7 $meta['mantis_refresh'] = array('string');
8 $meta['mantis_limit'] = array('string');
9 $meta['mantis_issue_type'] = array('multichoice', '_choices' => array('0', '1', '2','3','4','5','6'…
/plugin/math/conf/
H A Dmetadata.php8 $meta['mathmulti_iscgi'] = array('onoff');
9 $meta['mathmulti_mimetex'] = array('string');
10 $meta['mathmulti_itex2mml'] = array('string');
11 $meta['mathmulti_plain2mml'] = array('string');
12 $meta['mathmulti_format'] = array('multichoice', '_choices' => array('img', 'mml'));
13 $meta['mathmulti_idiom'] = array('multichoice', '_choices' => array('tex', 'plain'));
14 $meta['mathmulti_size'] = array('multichoice','_choices' => array('9','10','11','12','13','14','15'…

12345678910>>...68