Home
last modified time | relevance | path

Searched refs:meta (Results 451 – 475 of 1683) sorted by path

1...<<11121314151617181920>>...68

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D69.69.js.map1 …lude: '@comment' },\n // Directive\n [/%[^ ]+.*$/, 'meta.directive'],\n …
H A Dbundle.css1016 .monaco-editor .peekview-widget .head .peekview-title .meta {
1029 .monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty)::before {
3713 .quick-input-list .quick-input-list-label-meta {
H A Dbundle.js.map1meta {\\n\\topacity: 0.7;\\n\\tline-height: normal;\\n\\ttext-overflow: ellipsis;\\n\\toverflow: h…
/plugin/disableactionsbygroup/conf/
H A Dmetadata.php9 $meta['disableactionsbygroup'] = array('Actions to disable for users by groups');
/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/discoursesearch/conf/
H A Dmetadata.php9 $meta['url'] = array('string');
10 $meta['title'] = array('string');
/plugin/discussion/
H A Daction.php1664 $meta = $event->data['current'];
1668 if (isset($meta['plugin_discussion'])) {
1669 $status = $meta['plugin_discussion']['status'];
1670 $title = $meta['plugin_discussion']['title'];
H A Dconvert.php111 list($meta, $raw) = explode($out, $comment, 2);
120 list($mail, $meta) = explode($in, $meta, 2);
121 list($name, $strd) = explode(', ', $meta, 2);
H A Dhelper.php126 $meta = p_get_metadata($id);
130 'title' => $meta['title'],
132 'user' => $meta['creator'],
133 'desc' => $meta['description']['abstract'],
/plugin/discussion/conf/
H A Dmetadata.php9 $meta['automatic'] = array('onoff');
10 $meta['excluded_ns'] = array('string');
11 $meta['allowguests'] = array('onoff');
12 $meta['showguests'] = array('onoff');
13 $meta['linkemail'] = array('onoff');
14 $meta['useavatar'] = array('onoff');
15 $meta['urlfield'] = array('onoff');
16 $meta['addressfield'] = array('onoff');
17 $meta['adminimport'] = array('onoff');
18 $meta['wikisyntaxok'] = array('onoff');
[all …]
/plugin/discussion/syntax/
H A Dcomments.php85 $renderer->meta['plugin_discussion'] = array('status' => $status, 'title' => $title);
H A Dthreads.php172 $renderer->meta['relation']['references'][$page['id']] = true;
/plugin/displayfile/conf/
H A Dmetadata.php10 $meta['root_path'] = array('string');
11 $meta['deny_extensions'] = array('string');
12 $meta['allow_extensions'] = array('string');
/plugin/displayorphans/conf/
H A Dmetadata.php10 $meta['show_table_header'] = array('onoff');
11 $meta['sort_table_ascending'] = array('onoff');
13 $meta['ignore_orphaned_pages'] = array('string');
14 $meta['ignore_orphaned_namespaces'] = array('string');
15 $meta['ignore_wanted_pages'] = array('string');
16 $meta['ignore_wanted_namespaces'] = array('string');
17 $meta['ignore_linked_pages'] = array('string');
18 $meta['ignore_linked_namespaces'] = array('string');
/plugin/displaytitle/
H A Dsyntax.php49 $meta = p_get_metadata($id);
50 return (empty($meta) || !isset($meta['title']) ? $id : $meta['title']);
/plugin/disqus/conf/
H A Dmetadata.php3 $meta['devel'] = array('onoff');
4 $meta['shortname'] = array('string','_pattern' => '/^[0-9a-zA-Z\-]+$/');
/plugin/distribute/conf/
H A Dmetadata.php2 $meta['plugins'] = array('multicheckbox',
/plugin/ditaa/conf/
H A Dmetadata.php3 $meta['java'] = array('string');
/plugin/dlcount/
H A Daction.php73 $meta = array('dlcount' => 0);
82 if ($meta['dlcount'] != 1) $s = 's'; else $s = '';
101 $meta = array();
104 $meta = unserialize($metastring);
105 if (isset($meta['dlcount'])) {
106 $ctr = $meta['dlcount'];
114 $meta['lastdl'] = time();
115 $meta['dlusers'][] = array(
121 $meta['dlusers'] = array_slice($meta['dlusers'], -50); // only keep last 50 downloaders
125 $meta['dlcount'] = $ctr;
[all …]
H A Dadmin.php83 $meta = unserialize(io_readFile($metaFN, false));
84 $this->dlcount[$mediaWN] = $meta['dlcount'];
85 $this->lastdl[$mediaWN] = $meta['lastdl'];
/plugin/dlcount/conf/
H A Dmetadata.php8 $meta['show_filesize'] = array('onoff');
9 $meta['show_lastmod'] = array('onoff');
10 $meta['show_dlcount'] = array('onoff');
11 $meta['top_n_statistics'] = array('numeric');
/plugin/dlcounter/conf/
H A Dmetadata.php11 $meta['extensions'] = array('string');
/plugin/do/conf/
H A Dmetadata.php11 $meta['userpage'] = array('string');
12 $meta['notify_assignee'] = array('onoff');
/plugin/docimporter/conf/
H A Dmetadata.php3 $meta["api_username"] = array('string');
4 $meta["api_password"] = array('password');
/plugin/docnavigation/syntax/
H A Dpagenav.php178 $renderer->meta['docnavigation'] = $data;

1...<<11121314151617181920>>...68