Home
last modified time | relevance | path

Searched refs:meta (Results 101 – 125 of 1683) sorted by relevance

12345678910>>...68

/plugin/sfauth/conf/
H A Dmetadata.php21 $meta['auth url'] = array('multichoice', '_choices' => array('https://test.salesfoce.com',…
22 $meta['owner domain'] = array('string');
24 $meta['callback url'] = array('plugin_sfauth', '_instance' => 1);
25 $meta['consumer key'] = array('string');
26 $meta['consumer secret'] = array('password');
28 $meta['callback url 2'] = array('plugin_sfauth', '_instance' => 2);
29 $meta['consumer key 2'] = array('string');
30 $meta['consumer secret 2'] = array('password');
32 $meta['callback url 3'] = array('plugin_sfauth', '_instance' => 3);
33 $meta['consumer key 3'] = array('string');
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubFile.js5 GitHubFile = function(ui, data, meta) argument
9 this.meta = meta;
38 ((this.meta.repo != null) ? encodeURIComponent(this.meta.repo) + '/' +
39 ((this.meta.ref != null) ? this.meta.ref +
40 ((this.meta.path != null) ? '/' + this.meta.path : '') : '') : '');
111 return this.meta.name;
149 return this.meta;
157 this.meta = desc;
207 var prev = this.meta.name;
208 this.meta.name = title;
[all …]
/plugin/tindexmenu/conf/
H A Dmetadata.php8 $meta['only_admins'] = array('onoff');
9 $meta['aclcache'] = array('multichoice', '_choices' => array('none', 'user' ,'groups'));
10 $meta['headpage'] = array('multicheckbox', '_choices' => array(':start:', ':same:' ,':inside:'));
11 $meta['hide_headpage'] = array('onoff');
12 $meta['page_index'] = array('string', '_pattern' => '#^[a-z:]*#');
13 $meta['empty_msg'] = array('string');
14 $meta['skip_index'] = array('string','_pattern' => '/^($|\/.*\/.*$)/');
15 $meta['skip_file'] = array('string','_pattern' => '/^($|\/.*\/.*$)/');
16 $meta['show_sort'] = array('onoff');
/plugin/database2/conf/
H A Dmetadata.php2 $meta['authSlots'] = array('');
3 $meta['aliasing'] = array('onoff');
4 $meta['customviews'] = array('onoff');
5 $meta['checkmaildomains'] = array('onoff');
6 $meta['console'] = array('onoff');
7 $meta['consoleforcehistory'] = array('onoff');
8 $meta['enableallpages'] = array('onoff');
9 $meta['enablepages'] = array('');
10 $meta['develusers'] = array('');
/plugin/phpbblinks/conf/
H A Dmetadata.php3 $meta['enable'] = array('onoff');
4 $meta['boardurl'] = array('string');
5 $meta['integration'] = array('onoff');
6 $meta['host'] = array('string');
7 $meta['user'] = array('string');
8 $meta['pass'] = array('password');
9 $meta['db'] = array('string');
10 $meta['pre'] = array('string');
11 $meta['linktxt'] = array('string');
/plugin/cleanup/conf/
H A Dmetadata.php8 $meta['runautomatically'] = array('onoff');
10 $meta['cacheage'] = array('numeric');
11 $meta['atticage'] = array('numeric');
12 $meta['atticnoexonly'] = array('onoff');
13 $meta['mediaatticage'] = array('numeric');
14 $meta['mediaatticnoexonly'] = array('onoff');
15 $meta['metaage'] = array('numeric');
16 $meta['mediametaage'] = array('numeric');
17 $meta['lockage'] = array('numeric');
/plugin/autotweet2/conf/
H A Dmetadata.php3 $meta['apiKey'] = array('string');
4 $meta['apiSecret'] = array('string');
5 $meta['accessToken'] = array('string');
6 $meta['accessTokenSecret'] = array('string');
7 $meta['subjectOfTweet'] = array('multicheckbox', '_choices' => array('edit', 'revert', 'create', 'd…
8 $meta['template'] = array('');
9 $meta['guestIP'] = array('multichoice','_choices' => array('0','alt','show'));
10 $meta['blacklist'] = array('string');
11 $meta['debug'] = array('onoff');
/plugin/autoviewer/conf/
H A Dmetadata.php7 $meta['width'] = array('numeric');
8 $meta['height'] = array('numeric');
9 $meta['align'] = array('string');
10 $meta['bgcolor'] = array('string');
11 $meta['frameColor'] = array('string');
12 $meta['frameWidth'] = array('numeric');
13 $meta['imagePadding'] = array('numeric');
14 $meta['displayTime'] = array('numeric');
15 $meta['enableRightClickOpen']= array('onoff');
/plugin/importfacebookevents/conf/
H A Dmetadata.php3 $meta['fb_application_id'] = array('string');
4 $meta['fb_application_secret'] = array('string');
6 $meta['dformat'] = array('string');
7 $meta['tformat'] = array('string');
9 $meta['default'] = array('');
10 $meta['table'] = array('');
11 $meta['short'] = array('');
13 $meta['wallposts_default'] = array('');
14 $meta['wallposts_alternate'] = array('');
/plugin/galleryv1.5/conf/
H A Dmetadata.php8 $meta['thumbnail_width'] = array('numeric');
9 $meta['thumbnail_height'] = array('numeric');
10 $meta['image_width'] = array('numeric');
11 $meta['image_height'] = array('numeric');
12 $meta['cols'] = array('numeric');
13 $meta['direct'] = array('onoff');
14 $meta['lightbox'] = array('onoff');
15 $meta['showname'] = array('onoff');
16 $meta['reverse'] = array('onoff');
/plugin/adfs/conf/
H A Dmetadata.php6 $meta['idPEntityID'] = array('string');
7 $meta['endpoint'] = array('string');
8 $meta['certificate'] = array('');
9 $meta['lowercase'] = array('onoff');
10 $meta['autoprovisioning'] = array('onoff');
11 $meta['userid_attr_name'] = array('string');
12 $meta['fullname_attr_name'] = array('string');
13 $meta['email_attr_name'] = array('string');
14 $meta['groups_attr_name'] = array('string');
/plugin/ldapsearch/conf/
H A Dmetadata.php8 $meta['name'] = array('string', '_pattern' => '/^(\w+\|?)*$/');
9 $meta['hostname'] = array('string');
10 $meta['port'] = array('string');
11 $meta['basedn'] = array('string');
12 $meta['binddn'] = array('string');
13 $meta['bindpassword'] = array('string');
14 $meta['attributes'] = array('string');
15 $meta['scope'] = array('string', '_pattern' => '/(one\|?|sub\|?|base\|?)*/');
16 $meta['allow_overrides'] = array('onoff');
/plugin/glossary/conf/
H A Dmetadata.php9 $meta['dataDir'] = array('string');
10 $meta['recentDays'] = array('numeric');
11 $meta['maxIP'] = array('numeric');
12 $meta['adminGroup'] = array('string');
13 $meta['propGroup'] = array('string');
14 $meta['transSep'] = array('string');
15 $meta['propositionPage'] = array('string');
16 $meta['sampleDelai'] = array('numeric');
17 $meta['listDelai'] = array('numeric');
/plugin/404manager/conf/
H A Dmetadata.php2 $meta['ActionReaderFirst'] = array('multichoice', '_choices' => array('Nothing', 'GoToNsStartPage'…
3 $meta['ActionReaderSecond'] = array('multichoice', '_choices' => array('Nothing', 'GoToNsStartPage'…
4 $meta['ActionReaderThird'] = array('multichoice', '_choices' => array('Nothing', 'GoToNsStartPage'…
5 $meta['GoToEditMode'] = array('onoff');
6 $meta['ShowPageNameIsNotUnique'] = array('onoff');
7 $meta['ShowMessageClassic'] = array('onoff');
8 $meta['WeightFactorForSamePageName'] = array('string');
9 $meta['WeightFactorForStartPage'] = array('string');
10 $meta['WeightFactorForSameNamespace'] = array('string');
/plugin/tokenbucketauth/conf/
H A Dmetadata.php3 $meta['tba_block_time'] = array('numeric'); // Block an IP address a certain amount of seconds
4 $meta['tba_nb_attempt'] = array('numeric'); // If the user failed a certain amount of attempts to…
5 $meta['tba_mean_time'] = array('numeric'); // Within a certain amount of seconds
6 $meta['tba_whitelist'] = array('string'); // And is not on the white list
8 $meta['tba_iptime_file'] = array('string'); // Log users attempts into this file
9 $meta['tba_block_file'] = array('string'); // Log blocked users into this one
10 $meta['tba_lockfile'] = array('string'); // Lock file to know when we can put content into the…
12 $meta['tba_send_mail'] = array('email'); // Define whom to send email when a user has been ban…
14 $meta['tba_block_whole_wiki'] = array('onoff'); // Define whether to block the whole wiki or just t…
/plugin/file2dw/conf/
H A Dmetadata.php8 $meta['debugShowInfo'] = array('onoff');
9 $meta['logFile'] = array('string');
10 $meta['logLevel'] = array('multichoice', '_choices' => array(0,1,2));
12 $meta['formDisplayRule'] = array('multicheckbox', '_choices' => array( 'file2dw', 'edit', …
13 $meta['formIntroMessage'] = array('');
14 $meta['formMaxFileSize'] = array('numericopt');
16 $meta['parserLinkToOriginalFile'] = array('onoff');
17 $meta['parserUploadDir'] = array('string');
18 $meta['parserMimeTypeSOffice'] = array('string');
/plugin/amazonlight/conf/
H A Dmetadata.php9 $meta['imgw'] = array('numeric');
10 $meta['imgh'] = array('numeric');
11 $meta['showprice'] = array('onoff');
12 $meta['partner_us'] = array('string');
13 $meta['partner_de'] = array('string');
14 $meta['partner_jp'] = array('string');
15 $meta['partner_gb'] = array('string');
16 $meta['partner_fr'] = array('string');
17 $meta['partner_ca'] = array('string');
/plugin/fontface/conf/
H A Dmetadata.php6 $meta['technique'] = array('multichoice','_choices' => array('', 'fontface', 'google'));
7 $meta['fontFile'] = array('string');
8 $meta['fontName'] = array('string');
9 $meta['elements'] = array('string');
10 $meta['genericFamily'] = array('multichoice','_choices' => array('serif', 'sans-serif', 'monospace…
11 $meta['fontFile2'] = array('string');
12 $meta['fontName2'] = array('string');
13 $meta['elements2'] = array('string');
14 $meta['genericFamily2'] = array('multichoice','_choices' => array('serif', 'sans-serif', 'monospace…
/plugin/block/conf/
H A Dmetadata.php2 $meta['block_width'] = array('string');
3 $meta['bg'] = array('string');
4 $meta['fg'] = array('string');
5 $meta['border_color'] = array('string');
6 $meta['border_style'] = array('multichoice','_choices' => array('solid','dotted','dashed','double',…
7 $meta['border_width'] = array('string');
8 $meta['font_family'] = array('multichoice','_choices' => array('sans-serif','Arial, Helvetica, sans…
11 $meta['font_size'] = array('string');
12 $meta['block_align'] = array('string');
/plugin/matrixnotifier/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['homeserver'] = array('string');
9 $meta['accesstoken'] = array('string');
10 $meta['room'] = array('string');
/plugin/passpolicy/conf/
H A Dmetadata.php8 $meta['minlen'] = array('numeric', '_min' => 0);
9 $meta['pools'] = array('multicheckbox', '_choices' => array('lower', 'upper', 'numeric', 'special')…
10 $meta['minpools'] = array('numeric', '_min' => 0, '_max' => 4);
11 $meta['user'] = array('numeric', '_min' => 0);
12 $meta['nocommon'] = array('onoff');
13 $meta['noleaked'] = array('onoff');
15 $meta['autotype'] = array('multichoice', '_choices' => array('random', 'phrase', 'pronouncable'));
16 $meta['autobits'] = array('numeric', '_min' => 24);
18 $meta['supressuserhints'] = array('onoff');
/plugin/davcal/conf/
H A Dmetadata.php9 $meta['hide_settings'] = array('onoff');
10 $meta['disable_sync'] = array('onoff');
11 $meta['disable_ics'] = array('onoff');
12 $meta['monday'] = array('onoff');
13 $meta['timezone'] = array('string');
14 $meta['timeformat'] = array('multichoice', '_choices' => array('lang', '24h', '12h'));
15 $meta['workweek'] = array('onoff');
16 $meta['weeknumbers'] = array('onoff');
17 $meta['default_client_id'] = array('string');
/plugin/html5video2/conf/
H A Dmetadata.php9 $meta['html5VideoType'] = array('string'); //emptyString
10 $meta['videoPlayerIDText'] = array('string'); //emptyString
11 $meta['VideoPreload'] = array('string'); //emptyString
12 $meta['GlobalVideoPreviewPicture'] = array('string'); //emptyString
13 $meta['fallBackVideoTechnologie'] = array('string'); //emptyString
14 $meta['preferedVideoTechnologie'] = array('string'); //emptyString
15 $meta['standardAlternateTextPrint'] = array('string'); //emptyString
16 $meta['showThumbOnPrint'] = array('onoff');
17 $meta['showStandardTextOnPrint'] = array('onoff');
/plugin/semantic/conf/
H A Dmetadata.php8 $meta['useMetaDescription'] = array('onoff');
9 $meta['useMetaAuthor'] = array('onoff');
10 $meta['useDublinCore'] = array('onoff');
11 $meta['useOpenGraph'] = array('onoff');
12 $meta['useJSONLD'] = array('onoff');
13 $meta['exposeWebService'] = array('onoff');
14 $meta['defaultSchemaOrgType'] = array('multichoice', '_choices' => array('Article', 'NewsArticle', …
15 $meta['excludedPages'] = array('regex');
16 $meta['hideMail'] = array('onoff');
/plugin/extranet/conf/
H A Dmetadata.php2 $meta['server_ip_key'] = array('string', '_caution' => 'danger');
3 $meta['extranet_ip_list'] = array('string', '_caution' => 'danger');
4 $meta['extranet_ip_regex'] = array('string', '_pattern' => '/^($|\/.*\/.*$)/', '_caution' => 'da…
5 $meta['hide_regex'] = array('string', '_pattern' => '/^($|\/.*\/.*$)/', '_caution' => 'da…
6 $meta['hide_files'] = array('onoff');
7 $meta['disable_actions'] = array('multicheckbox', '_choices' => array('admin', 'edit', 'previe…
8 $meta['preserve_first_title'] = array('onoff');
9 $meta['message_prefix'] = array('string');
10 $meta['message_suffix'] = array('string');

12345678910>>...68