Home
last modified time | relevance | path

Searched refs:config (Results 76 – 100 of 908) sorted by relevance

12345678910>>...37

/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/struct/types/
H A DMail.php9 protected $config = [ variable in dokuwiki\\plugin\\struct\\types\\Mail
24 $mail = $this->config['prefix'] . $value . $this->config['postfix'];
39 $mail = $this->config['prefix'] . $rawvalue . $this->config['postfix'];
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js193 config = { class in newContext
202 config: {} property in newContext.config
574 return (config.config && getOwn(config.config, mod.map.id)) || {};
1018 if (hasProp(config.config, id)) {
1019 config.config[moduleName] = config.config[id];
1210 config: config, property in newContext.context
1678 config = deps;
1689 if (config && config.context) {
1698 if (config) {
1709 req.config = function (config) { argument
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js7525 var config = gantt.config,
15625 config = config || {};
19772 store.move(dnd.config.id, dnd.config.index, dnd.config.parent);
21051 var cells = config.rows || config.cols || config.views;
26610 var content = config.format || config.template || config.date;
27012 config.id = config.view;
27015 if(config.id && !config.css){
27493 config.unit = config.unit || gantt.config.duration_unit;
27494 config.step = config.step || gantt.config.duration_step;
27495 config.start_date = config.start_date || config.start || config.date;
[all …]
/plugin/structat/syntax/
H A Dtable.php78 $config = $parser->getConfig();
80 $config = $this->addTypeFilter($config);
82 return $config;
131 * @param array $config
134 protected function addTypeFilter($config) argument
136 return $config;
/plugin/txtconf/conf/
H A Dsmileys.metadata.php8 $config['intro'] = 'intro_smileys'; // which (type) config is this describing
10 $config['format'] = 'txt'; // format of setting files, supported formats: php
11 $config['varname'] = 'txtconf'; // name of the config variable, sans $
16 $config['heading'] = 'Dokuwiki\'s smileys TxtConfiguration File - Local Settings';
H A Dacronyms.metadata.php8 $config['intro'] = 'intro_acronyms'; // which (type) config is this describing
10 $config['format'] = 'txt'; // format of setting files, supported formats: php
11 $config['varname'] = 'txtconf'; // name of the config variable, sans $
16 $config['heading'] = 'Dokuwiki\'s acronyms TxtConfiguration File - Local Settings';
H A Dentities.metadata.php8 $config['intro'] = 'intro_entities'; // which (type) config is this describing
10 $config['format'] = 'txt'; // format of setting files, supported formats: php
11 $config['varname'] = 'txtconf'; // name of the config variable, sans $
16 $config['heading'] = 'Dokuwiki\'s entities TxtConfiguration File - Local Settings';
H A Dinterwiki.metadata.php8 $config['intro'] = 'intro_interwiki'; // which (type) config is this describing
10 $config['format'] = 'txt'; // format of setting files, supported formats: php
11 $config['varname'] = 'txtconf'; // name of the config variable, sans $
16 $config['heading'] = 'Dokuwiki\'s interwiki TxtConfiguration File - Local Settings';
H A Dmime.metadata.php8 $config['intro'] = 'intro_mime'; // which (type) config is this describing
10 $config['format'] = 'txt'; // format of setting files, supported formats: php
11 $config['varname'] = 'txtconf'; // name of the config variable, sans $
16 $config['heading'] = 'Dokuwiki\'s mime TxtConfiguration File - Local Settings';
/plugin/advanced/lang/en/config/
H A Dmanifest.txt7 …- it can be deactivated by adding ''manifest'' to the "[[doku>config:disableactions]]" config opti…
8 …anifest.local.json'' in the ''conf'' directory which will be loaded according to the config cascade
9 … are not overwritten by the point above: [[doku>config:title|config:title]], [[doku>config:tagline…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon2 - temp/ecs/config/clean-code.neon
3 - temp/ecs/config/psr2-checkers.neon
4 - temp/ecs/config/spaces.neon
5 - temp/ecs/config/common.neon
13 # from temp/ecs/config/common.neon
17 # from temp/ecs/config/spaces.neon
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php63 * @param array $config Associative array of options.
70 array $config = [] argument
78 if (isset($config['size'])) {
79 $this->size = $config['size'];
84 if (isset($config[$check])) {
85 if (!is_callable($config[$check])) {
90 $this->{$check} = $config[$check];
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php31 $config = $this->readConfig();
46 $custom = $this->getCustomEntries($lines, $config['default']);
49 $this->handleSave($config['default']);
85 protected function saveToFile($config) { argument
95 if (empty($config)) {
104 uksort($config, [$this->helper, '_sortConf']);
106 foreach ($config as $key => $value) {
/plugin/webdav/vendor/sabre/vobject/
H A D.php_cs.dist3 $config = PhpCsFixer\Config::create();
4 $config->getFinder()
7 $config->setRules([
12 return $config;
/plugin/structcombolookup/types/
H A DNarrowingLookup.php11 protected $config = array( variable in dokuwiki\\plugin\\structcombolookup\\types\\NarrowingLookup
28 … $this->narrowByColumn = $this->getColumn($this->config['schema'], $this->config['narrow by']);
39 $schema = $this->config['schema'];
58 $schema = $this->config['schema'];
66 $search->addFilter($this->config['field'], $rawvalue, '=');
78 $schema = $this->config['schema'];
112 … 'onchange' => 'structcombolookup_change_narrowby(this, '.(int)$this->config['disable child'].')'
145 if ($this->config['disable child']) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DClientStatusResponse.php29 public function setConfig($config) argument
31 $this->config = $config;
38 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DUpdateInstanceConfigRequest.php28 public function setConfig(InstanceConfig $config) argument
30 $this->config = $config;
37 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DDeployment.php24 public $config; variable in Google\\Service\\ContainerAnalysis\\Deployment
39 public function setConfig($config) argument
41 $this->config = $config;
45 return $this->config;
H A DDeploymentOccurrence.php30 public $config; variable in Google\\Service\\ContainerAnalysis\\DeploymentOccurrence
69 public function setConfig($config) argument
71 $this->config = $config;
78 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DDeploymentOccurrence.php30 public $config; variable in Google\\Service\\OnDemandScanning\\DeploymentOccurrence
69 public function setConfig($config) argument
71 $this->config = $config;
78 return $this->config;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php62 // Set empty config param if not exists
63 if (!$this->hasParam('config')) {
64 $this->setParam('config', []);
269 public function setConfig(array $config) argument
271 return $this->setParam('config', $config);
282 $this->_params['config'][$key] = $value;
294 $config = $this->getConfig();
296 return isset($config[$key]);
300 * Returns a specific config ke
[all...]
/plugin/batchedit/
H A Drequest.php38 public function __construct($config) { argument
45 $config->update($this->parseOptions());
49 $this->regexp = $this->parseRegexp($config);
54 if ($this->command == self::COMMAND_APPLY || $config->getConf('keepmarks')) {
209 private function parseRegexp($config) { argument
220 if ($config->getConf('searchmode') == 'regexp') {
221 if ($config->getConf('advregexp')) {
236 if (!$config->getConf('matchcase')) {
/plugin/structat/meta/
H A DSearchConfigAt.php24 * @param array $config The parsed configuration for this search
26 public function __construct($config) argument
28 parent::__construct($config);
31 $config = $this->dynamicParameters->updateConfig($config);
33 if (!empty($config['at'])) {
34 $this->setAt($config['at']);
37 $this->config = $config;
/plugin/struct/action/
H A Daggregationeditor.php128 // create a new row based on the original aggregation config
135 $config = json_decode($INPUT->str('searchconf'), true, 512, JSON_THROW_ON_ERROR);
138 $config = $this->addTypeFilter($config);
144 new SearchConfig($config)
194 * or the selection defined in config. If config contains '*',
203 // if no valid column config, return all columns
235 * Adds filter to search config to differentiate data types
237 * @param array $config argument
[all...]

12345678910>>...37