Home
last modified time | relevance | path

Searched refs:meta (Results 51 – 75 of 1683) sorted by path

12345678910>>...68

/plugin/archivegenerator/_test/
H A Dgeneral.test.php53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
61 $meta,
66 foreach ($meta as $key => $value) {
/plugin/archivegenerator/conf/
H A Dmetadata.php3 $meta['pluginsToIgnore'] = ['string'];
/plugin/archiveupload/conf/
H A Dmetadata.php5 $meta['manageronly'] = array('onoff');
/plugin/asana/conf/
H A Dmetadata.php9 $meta['api_key'] = array('string');
10 $meta['workspace'] =array('string');
/plugin/attribute/conf/
H A Dmetadata.php9 $meta['store'] = array('string');
10 $meta['no_compress'] = array('onoff');
/plugin/authchained/conf/
H A Dmetadata.php9 $meta['authtypes'] = array('string');
10 $meta['usermanager_authtype'] = array('string');
/plugin/authclientcert/conf/
H A Dmetadata.php9 $meta['http_header_name'] = array('string');
10 $meta['group'] = array('string');
11 $meta['debug'] = array('onoff','_caution' => 'security');
/plugin/authdiscourse/conf/
H A Dmetadata.php3 $meta['sso_url'] = array('string');
4 $meta['sso_secret'] = array('string');
/plugin/authdjango/conf/
H A Dmetadata.php2 $meta['protocol'] = array('multichoice','_choices' => array('pgsql','mysql','sqlite'));
3 $meta['server'] = array('string');
4 $meta['user'] = array('string');
5 $meta['db'] = array('string');
6 $meta['password'] = array('string');
/plugin/authdomainlimitation/conf/
H A Dmetadata.php11 $meta['_domainWhiteList'] = array('string','_caution' => 'danger');
12 $meta['_domainlistErrorMEssage'] = array('string');
/plugin/authdrupal7/conf/
H A Dmetadata.php9 $meta['server'] = array('string','_caution' => 'danger');
10 $meta['user'] = array('string','_caution' => 'danger');
11 $meta['password'] = array('password','_caution' => 'danger');
12 $meta['database'] = array('string','_caution' => 'danger');
13 $meta['charset'] = array('string','_caution' => 'danger');
15 $meta['drupalPrefix'] = array('string','_caution' => 'danger');
16 $meta['drupalRoot'] = array('string','_caution' => 'danger');
20 $meta['checkPass'] = array('','_caution' => 'danger');
21 $meta['getUserInfo'] = array('','_caution' => 'danger');
22 $meta['getGroups'] = array('','_caution' => 'danger');
[all …]
/plugin/authdrupal8/conf/
H A Dmetadata.php8 $meta['database'] = array('string','_caution' => 'danger');
9 $meta['username'] = array('string','_caution' => 'danger');
10 $meta['password'] = array('password','_caution' => 'danger');
11 $meta['prefix'] = array('string','_caution' => 'danger');
12 $meta['host'] = array('string','_caution' => 'danger');
13 $meta['debug'] = array('multichoice','_choices' => array(0,1,2),'_caution' => 'security');
/plugin/authenvvars/conf/
H A Dmetadata.php8 $meta['useridvar'] = array('string', '_cautionList' => array('plugin____authhttp____userregex' =>…
9 $meta['usernamevar'] = array('string');
10 $meta['emailvar'] = array('string');
11 $meta['groupsvar'] = array('string');
12 $meta['groupattr'] = array('string');
/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/authg2fa/conf/
H A Dmetadata.php2 $meta["g2fa_timeout_slack"] = array('numeric');
3 $meta["g2fa_enable"] = array('onoff');
4 $meta["g2fa_force"] = array('onoff');
5 $meta["g2fa_hint"] = array('onoff');
/plugin/authgoogle/conf/
H A Dmetadata.php2 $meta["allowed_domains"] = array('string');
3 $meta["client_id"] = array('string');
5 $meta["client_secret"] = array('string');
6 $meta["default_groups"] = array('string');
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php77 public static function process($meta, &$params) { argument
79 $meta = is_string($meta) ? json_decode($meta, true) : $meta;
80 $uploadType = self::getUploadType($meta, $payload, $params);
116 $payload['postBody'] = is_string($meta) ? $meta : json_encode($meta);
131 $related .= "\r\n" . json_encode($meta) . "\r\n";
176 public static function getUploadType($meta, &$payload, &$params) { argument
204 if (false == $meta) {
/plugin/authgoogle2fa/conf/
H A Dmetadata.php2 $meta["google_secret"] = array('string');
3 $meta["timeout_slack"] = array('numeric');
4 $meta["chart_QR_code"] = array('string');
5 $meta["use2fa_verify"] = array('onoff');
/plugin/authgooglesheets/conf/
H A Dmetadata.php8 $meta['sheetId'] = ['string'];
9 $meta['sheetGid'] = ['string'];
10 $meta['sheetName'] = ['string'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Schema.php28 public $meta; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Schema
49 public function setMeta($meta) argument
51 $this->meta = $meta;
58 return $this->meta;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php226 $meta = (string) $request->getBody();
227 $meta = is_string($meta) ? json_decode($meta, true) : $meta;
229 $uploadType = $this->getUploadType($meta);
238 $postBody = is_string($meta) ? $meta : json_encode($meta);
249 $related .= "\r\n" . json_encode($meta) . "\r\n";
276 public function getUploadType($meta) argument
282 if (false == $meta && $this->data) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php62 $meta = stream_get_meta_data($this->stream);
63 $this->seekable = $meta['seekable'];
64 $this->readable = (bool)preg_match(self::READABLE_MODES, $meta['mode']);
65 $this->writable = (bool)preg_match(self::WRITABLE_MODES, $meta['mode']);
266 $meta = stream_get_meta_data($this->stream);
268 return isset($meta[$key]) ? $meta[$key] : null;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php414 $meta = new \ReflectionClass($fullname);
415 $shortname = $meta->getShortName();
417 if ($meta->hasConstant('IS_INVISIBLE')) {
439 $meta = new \ReflectionClass($this->format);
440 return $meta->getShortName();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php340 $meta = [];
363 $meta['meta']['algorithm'] = $algorithm;
377 $meta['meta']['algorithm'] = $algorithm;
384 $meta['meta']['cipher'] = $encryptionScheme['algorithm'];
412 $meta['meta']['keyDerivationFunc'] = $keyDerivationFunc['algorithm'];
419 $meta['meta']['prf'] = $prf['algorithm'];
472 return $private + $meta;
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php110 $meta = stream_get_meta_data($stream);
112 if ('STDIO' !== $meta['stream_type']) {
124 $meta = array_map('strtolower', $meta);
125 $stdin = 'php://stdin' === $meta['uri'] || 'php://fd/0' === $meta['uri'];

12345678910>>...68