Home
last modified time | relevance | path

Searched refs:config (Results 251 – 275 of 908) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/etherpadlite/scripts/
H A Detherpadlite.js4 ep.config = etherpad_lite_config;
20 …{ 'id' : ep.config["id"], "rev" : ep.config["rev"], "call" : "pad_getText", "isSaveable" : ep.isSa…
71 { "id" : ep.config["id"], "rev" : ep.config["rev"], "call" : "pad_close",
197 { 'id' : ep.config["id"], "rev" : ep.config["rev"], "call" : "pad_security",
266 …{ 'id' : ep.config["id"], "rev" : ep.config["rev"], "call" : "pad_getText", "isSaveable" : ep.isSa…
364 { 'id' : ep.config["id"], "rev" : ep.config["rev"], "call" : "pad_open", "text" : text,
381 htext = htext.replace(/%s/, ep.config["id"]);
559 ep.imgBase = ep.config["base"] + "/img/";
560 ep.isSaveable = (ep.config["act"] != "locked");
591 if (ep.config["rev"] !== false && ep.config["rev"] > 0) {
[all …]
/plugin/struct/meta/
H A DSchemaEditor.php73 $config = json_encode($this->schema->getConfig(), JSON_PRETTY_PRINT);
75 '<textarea name="schema[config]" id="schemaConfig" cols="45" rows="10" class="config">' .
76 hsc($config) .
87 * Gives the code to attach the JSON editor to the config field
136 $html .= '<td class="config">';
137 $config = json_encode($col->getType()->getConfig(), JSON_PRETTY_PRINT);
138 $html .= '<textarea name="' . $base . '[config]" cols="45" rows="10" class="config">' .
139 hsc($config)
[all...]
/plugin/odt/renderer/
H A Dpagepdf.php76 $format = $this->config->getConvertTo ();
79 $temp_dir = $this->config->getParam('tmpdir');
89 $command = $this->config->getParam('convert_to_pdf');
/plugin/structacl/
H A Daction.php38 $config = $helper->getConfiguration($this->getConf('fields'));
40 if (empty($config)) return;
50 foreach ($config as $schemaName => $fields) {
/plugin/farmer/admin/
H A Dinfo.php49 $config = $this->helper->getConfig();
60 $this->line('farm host', $config['base']['farmhost']);
65 foreach ($config['inherit'] as $key => $value) {
/plugin/txtconf/
H A Dconfig0.class.php37 if (isset($config['varname'])) $this->_name = $config['varname'];
38 if (isset($config['format'])) $this->_format = $config['format'];
39 if (isset($config['heading'])) $this->_heading = $config['heading'];
122 $config = array();
142 $config[$key] = $value;
146 return $config;
/plugin/c3chart/assets/
H A Dc3.min.js2config=e.getDefaultConfig(),e.data={},e.cache={},e.axes={}}function n(t){this.internal=new l(this)…
/plugin/uncmap/
H A Daction.php11 …$config = new ConfigManagerTwoLine('UncMap', file_get_contents($this->localFN('confmanager_descri…
12 $event->data[] = $config;
/plugin/combo/resources/snippet/js/
H A Drequire.js10 require.config({
18 onNodeCreated: function (node, config, module, path) { argument
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfigurationInterface.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php40 private ConfigurationInterface $config;
44 $this->config = $environment->getConfiguration();
50 $min = (int) $this->config->get('heading_permalink/min_heading_level');
51 $max = (int) $this->config->get('heading_permalink/max_heading_level');
52 $applyToHeading = (bool) $this->config->get('heading_permalink/apply_id_to_heading');
53 $idPrefix = (string) $this->config->get('heading_permalink/id_prefix');
54 $slugLength = (int) $this->config->get('slug_normalizer/max_length');
55 $headingClass = (string) $this->config->get('heading_permalink/heading_class');
86 switch ($this->config->get('heading_permalink/insert')) {
38 private $config; global() variable in League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkProcessor
/plugin/diagramsnet/lib/math/extensions/
H A DAssistiveMML.js19config.menuSettings;var d=MathJax.Extension.AssistiveMML={version:"2.7.9",config:b.CombineConfig("…
/plugin/aclplusregex/
H A Daction.php127 $config = $this->getConfiguration();
131 foreach ($config as [$id, $pattern, $perm]) {
184 * @param string $id The pageID part of the config rule
185 * @param string $pattern The user pattern part of the config rule
244 $config = [];
250 $config[] = array_map('rawurldecode', preg_split('/[ \t]+/', $line, 3)); // config is encoded
253 return $config;
/plugin/submgr/lang/de/
H A Dnosubs.txt3 E-Mail Abonnements sind in diesem Wiki momentan deaktiviert. Prüfen Sie die [[doku>config:subscribe…
4 [[doku>config:disableactions|disableactions]] Konfigurationsoptionen.
/plugin/odt/
H A Dsyntax.php18 protected $config = NULL; variable in syntax_plugin_odt
103 if ( !isset($this->config) ) {
104 $this->config = plugin_load('helper', 'odt_config');
111 if ( $this->config->isParam($info_type) ) {
116 if ($this->config->addingToMetaIsAllowed($info_type, $pos)) {
244 if ($this->config->getParam ('index_in_browser') == 'hide') {
/plugin/commonmark/vendor/league/commonmark/src/
H A DGithubFlavoredMarkdownConverter.php28 * @param array<string, mixed> $config
30 public function __construct(array $config = [])
32 $environment = new Environment($config);
25 __construct(array $config = [], EnvironmentInterface $environment = null) global() argument
H A DCommonMarkConverter.php30 * @param array<string, mixed> $config
32 public function __construct(array $config = [])
34 $environment = new Environment($config);
38 __construct(array $config = [], EnvironmentInterface $environment = null) global() argument
/plugin/elasticsearch/action/
H A Dconfmanager.php27 $config = new ConfigManagerTwoLine(
32 $event->data[] = $config;
/plugin/htmlokalt/
H A Dplugin.info.txt5 name config:htmlok Plugin
6 desc Enables raw HTML like the old 'config:htmlok' behaviour.
/plugin/scrape/HTMLPurifier/Filter/
H A DYouTube.php
/plugin/davcal/vendor/sabre/dav/tests/
H A Dbootstrap.php14 $config = [ variable
23 foreach($config as $key=>$value) {
/plugin/docsearch/action/
H A Dconfmanager.php11 …$config = new ConfigManagerTwoLine($this->getLang('confmanager title'), $this->getDescription(), D…
12 $event->data[] = $config;
/plugin/confightmlok/
H A Dplugin.info.txt5 name config:htmlok Plugin
6 desc Enables raw HTML like the old 'config:htmlok' behaviour.
/plugin/struct/types/
H A DWiki.php20 $value = $this->config['prefix'] . $value . $this->config['postfix'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/
H A DProjectsLocationsBitbucketServerConfigs.php135 * @param string $config Required. The name of the `BitbucketServerConfig` to
142 …public function removeBitbucketServerConnectedRepository($config, RemoveBitbucketServerConnectedRe… argument
144 $params = ['config' => $config, 'postBody' => $postBody];

1...<<11121314151617181920>>...37