Lines Matching refs:meta

9  *   $meta[<setting name>] = array(<handler class id>,<param name> => <param value>);
84 $meta['_basic'] = ['fieldset'];
85 $meta['title'] = ['string'];
86 $meta['start'] = ['string', '_caution' => 'warning', '_pattern' => '!^[^:;/]+$!']; // don't accept namespaces
87 $meta['lang'] = ['dirchoice', '_dir' => DOKU_INC . 'inc/lang/'];
88 $meta['template'] = ['dirchoice', '_dir' => DOKU_INC . 'lib/tpl/', '_pattern' => '/^[\w-]+$/'];
89 $meta['tagline'] = ['string'];
90 $meta['sidebar'] = ['string'];
91 $meta['license'] = ['license'];
92 $meta['savedir'] = ['savedir', '_caution' => 'danger'];
93 $meta['basedir'] = ['string', '_caution' => 'danger'];
94 $meta['baseurl'] = ['string', '_caution' => 'danger'];
95 $meta['cookiedir'] = ['string', '_caution' => 'danger'];
96 $meta['dmode'] = ['numeric', '_pattern' => '/0[0-7]{3,4}/']; // only accept octal representation
97 $meta['fmode'] = ['numeric', '_pattern' => '/0[0-7]{3,4}/']; // only accept octal representation
98 $meta['allowdebug'] = ['onoff', '_caution' => 'security'];
100 $meta['_display'] = ['fieldset'];
101 $meta['recent'] = ['numeric'];
102 $meta['recent_days'] = ['numeric'];
103 $meta['breadcrumbs'] = ['numeric', '_min' => 0];
104 $meta['youarehere'] = ['onoff'];
105 $meta['fullpath'] = ['onoff', '_caution' => 'security'];
106 $meta['typography'] = ['multichoice', '_choices' => [0, 1, 2]];
107 $meta['dformat'] = ['string'];
108 $meta['signature'] = ['string'];
109 $meta['showuseras'] = ['multichoice', '_choices' => ['loginname', 'username', 'username_link', 'email', 'email_link']];
110 $meta['toptoclevel'] = ['multichoice', '_choices' => [1, 2, 3, 4, 5]]; // 5 toc levels
111 $meta['tocminheads'] = ['multichoice', '_choices' => [0, 1, 2, 3, 4, 5, 10, 15, 20]];
112 $meta['maxtoclevel'] = ['multichoice', '_choices' => [0, 1, 2, 3, 4, 5]];
113 $meta['maxseclevel'] = ['multichoice', '_choices' => [0, 1, 2, 3, 4, 5]]; // 0 for no sec edit buttons
114 $meta['camelcase'] = ['onoff', '_caution' => 'warning'];
115 $meta['deaccent'] = ['multichoice', '_choices' => [0, 1, 2], '_caution' => 'warning'];
116 $meta['useheading'] = ['multichoice', '_choices' => [0, 'navigation', 'content', 1]];
117 $meta['sneaky_index'] = ['onoff'];
118 $meta['hidepages'] = ['regex'];
120 $meta['_authentication'] = ['fieldset'];
121 $meta['useacl'] = ['onoff', '_caution' => 'danger'];
122 $meta['autopasswd'] = ['onoff'];
123 $meta['authtype'] = ['authtype', '_caution' => 'danger'];
124 $meta['passcrypt'] = ['multichoice',
148 $meta['defaultgroup'] = ['string'];
149 $meta['superuser'] = ['string', '_caution' => 'danger'];
150 $meta['manager'] = ['string'];
151 $meta['profileconfirm'] = ['onoff'];
152 $meta['rememberme'] = ['onoff'];
153 $meta['disableactions'] = ['disableactions',
175 $meta['auth_security_timeout'] = ['numeric'];
176 $meta['securecookie'] = ['onoff'];
177 $meta['samesitecookie'] = ['multichoice', '_choices' => ['', 'Lax', 'Strict', 'None']];
178 $meta['remote'] = ['onoff', '_caution' => 'security'];
179 $meta['remoteuser'] = ['string'];
180 $meta['remotecors'] = ['string', '_caution' => 'security'];
182 $meta['_anti_spam'] = ['fieldset'];
183 $meta['usewordblock'] = ['onoff'];
184 $meta['relnofollow'] = ['onoff'];
185 $meta['indexdelay'] = ['numeric'];
186 $meta['mailguard'] = ['multichoice', '_choices' => ['visible', 'hex', 'none']];
187 $meta['iexssprotect'] = ['onoff', '_caution' => 'security'];
189 $meta['_editing'] = ['fieldset'];
190 $meta['usedraft'] = ['onoff'];
191 $meta['locktime'] = ['numeric'];
192 $meta['cachetime'] = ['numeric'];
194 $meta['_links'] = ['fieldset'];
195 $meta['target____wiki'] = ['string'];
196 $meta['target____interwiki'] = ['string'];
197 $meta['target____extern'] = ['string'];
198 $meta['target____media'] = ['string'];
199 $meta['target____windows'] = ['string'];
201 $meta['_media'] = ['fieldset'];
202 $meta['mediarevisions'] = ['onoff'];
203 $meta['gdlib'] = ['multichoice', '_choices' => [0, 1, 2]];
204 $meta['im_convert'] = ['im_convert'];
205 $meta['jpg_quality'] = ['numeric', '_pattern' => '/^100$|^[1-9]?\d$/']; //(0-100)
206 $meta['fetchsize'] = ['numeric'];
207 $meta['refcheck'] = ['onoff'];
209 $meta['_notifications'] = ['fieldset'];
210 $meta['subscribers'] = ['onoff'];
211 $meta['subscribe_time'] = ['numeric'];
212 $meta['notify'] = ['email', '_multiple' => true];
213 $meta['registernotify'] = ['email', '_multiple' => true];
214 $meta['mailfrom'] = ['email', '_placeholders' => true];
215 $meta['mailreturnpath'] = ['email', '_placeholders' => true];
216 $meta['mailprefix'] = ['string'];
217 $meta['htmlmail'] = ['onoff'];
218 $meta['dontlog'] = ['disableactions', '_choices' => ['error', 'debug', 'deprecated']];
219 $meta['logretain'] = ['numeric', '_min' => 0, '_pattern' => '/^\d+$/'];
221 $meta['_syndication'] = ['fieldset'];
222 $meta['sitemap'] = ['numeric'];
223 $meta['rss_type'] = ['multichoice', '_choices' => ['rss', 'rss1', 'rss2', 'atom', 'atom1']];
224 $meta['rss_linkto'] = ['multichoice', '_choices' => ['diff', 'page', 'rev', 'current']];
225 $meta['rss_content'] = ['multichoice', '_choices' => ['abstract', 'diff', 'htmldiff', 'html']];
226 $meta['rss_media'] = ['multichoice', '_choices' => ['both', 'pages', 'media']];
227 $meta['rss_update'] = ['numeric'];
228 $meta['rss_show_summary'] = ['onoff'];
229 $meta['rss_show_deleted'] = ['onoff'];
231 $meta['_advanced'] = ['fieldset'];
232 $meta['updatecheck'] = ['onoff'];
233 $meta['userewrite'] = ['multichoice', '_choices' => [0, 1, 2], '_caution' => 'danger'];
234 $meta['useslash'] = ['onoff'];
235 $meta['sepchar'] = ['sepchar', '_caution' => 'warning'];
236 $meta['canonical'] = ['onoff'];
237 $meta['fnencode'] = ['multichoice', '_choices' => ['url', 'safe', 'utf-8'], '_caution' => 'warning'];
238 $meta['autoplural'] = ['onoff'];
239 $meta['compress'] = ['onoff'];
240 $meta['cssdatauri'] = ['numeric', '_pattern' => '/^\d+$/'];
241 $meta['gzip_output'] = ['onoff'];
242 $meta['send404'] = ['onoff'];
243 $meta['compression'] = ['compression', '_caution' => 'warning'];
244 $meta['broken_iua'] = ['onoff'];
245 $meta['xsendfile'] = ['multichoice', '_choices' => [0, 1, 2, 3], '_caution' => 'warning'];
246 $meta['renderer_xhtml'] = ['renderer', '_format' => 'xhtml', '_choices' => ['xhtml'], '_caution' => 'warning'];
247 $meta['readdircache'] = ['numeric'];
248 $meta['search_nslimit'] = ['numeric', '_min' => 0];
249 $meta['search_fragment'] = ['multichoice', '_choices' => ['exact', 'starts_with', 'ends_with', 'contains']];
250 $meta['trustedproxy'] = ['regex'];
252 $meta['_feature_flags'] = ['fieldset'];
253 $meta['defer_js'] = ['onoff'];
254 $meta['hidewarnings'] = ['onoff'];
256 $meta['_network'] = ['fieldset'];
257 $meta['dnslookups'] = ['onoff'];
258 $meta['jquerycdn'] = ['multichoice', '_choices' => [0, 'jquery', 'cdnjs']];
259 $meta['proxy____host'] = ['string', '_pattern' => '#^(|[a-z0-9\-\.+]+)$#i'];
260 $meta['proxy____port'] = ['numericopt'];
261 $meta['proxy____user'] = ['string'];
262 $meta['proxy____pass'] = ['password', '_code' => 'base64'];
263 $meta['proxy____ssl'] = ['onoff'];
264 $meta['proxy____except'] = ['string'];