Home
last modified time | relevance | path

Searched full:configuration (Results 226 – 250 of 2799) sorted by relevance

12345678910>>...112

/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
/plugin/evesso/
H A DREADME.md28 ## Configuration section in EveSSO Plugin for DokuWiki
33 1. Go to `admin` > `Configuration Settings`
66 1. Go to `Admin` > `Configuration Settings`
/plugin/authshibboleth/plugin/authshibboleth/conf/
H A Ddefault.php9 * @link https://www.dokuwiki.org/devel:configuration#default_settings Documentation
44 // Configuration of group sources
/plugin/dokutexit/lang/en/
H A Dlang.php30 $lang['updated'] = ' Configuration updated successfully';
31 $lang['no_config'] = 'Configuration is not saved';
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.header.tpl3 <title>html2ps/html2pdf &mdash; checking your system configuration</title>
60 <h1>Checking your system configuration</h1>
/plugin/amcharts/assets/amcharts/plugins/export/examples/
H A Dexport.config.default.js13 * PDF-specfic configuration
24 * Print-specfic configuration
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml44 …- ./phpunit --configuration ./build/travis-ci-fail.xml > /dev/null; if [ $? -eq 0 ]; then echo "SH…
46 - xmllint --noout --schema phpunit.xsd tests/_files/configuration.xml
/plugin/mathjax/action/
H A Denable.php28 * See https://docs.mathjax.org/en/latest/configuration.html#using-in-line-configuration-options
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFootnoteRenderer.php46 public function setConfiguration(ConfigurationInterface $configuration): void
48 $this->config = $configuration; argument
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DHtmlInlineRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/DisallowedRawHtml/
H A DDisallowedRawHtmlBlockRenderer.php
H A DDisallowedRawHtmlInlineRenderer.php
/plugin/discordnotifier/
H A DREADME.md19 2. Enter the webhook into the discordnotifier configuration section in DokuWiki's Configuration Set…
/template/20cones/
H A DREADME.md18 - Option to hide the DokuWiki title (hidden by default). It can be changed from configuration page
/plugin/latexport/
H A DREADME.md94 ## Adding the timezone configuration
96 You may be required to add the timezone configuration. For this you need to
102 Configuration File (php.ini) Path: /usr/local/etc/php/5.6
103 Loaded Configuration File: /usr/local/etc/php/5.6/php.ini
107 Edit the ``php.ini`` configuration file and add one of the supported time zones (see http://php.net…
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki41 …cript: despite all my efforts, wedding GhostScript to ImageMagick via configuration failed. I fina…
104 ===== Configuration and Settings =====
106 //(compare: [[:devel:configuration#configuration_metadata|Configuration metadata]] for configuratio…
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki110 Inserts a link to an URL defined in the configuration key 'serverurl' (see configuration). The prov…
114 //Example:// (given that the //serverurl// configuration setting is set to 'file:\\\\\SERVER\docume…
118 ===== Configuration and Settings =====
122 …* **firstdefinitionwins** - When using 'metadatatofield' or 'pagehashtofield', this configuration
/plugin/ckgdoku/scripts/
H A Dadd_v_animal.sh25 echo ">> creating basic configuration ..."
34 echo ">> setting fixed configuration ..."
/plugin/displaytitle/
H A DREADME.md30 ## Configuration Settings
32 The plugin does not provide any [Configuration Manager](https://www.dokuwiki.org/config:manager) se…
/plugin/gitlabproject/
H A DREADME.md13 ## Configuration section in Plugin Gitlab-Project
15 You can configure Gitlab-Project in the Configuration Manager of Dokuwiki:
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DHtmlBlockRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteBackrefRenderer.php56 public function setConfiguration(ConfigurationInterface $configuration): void
58 $this->config = $configuration;
45 setConfiguration(ConfigurationInterface $configuration) global() argument
/plugin/phpipam/lang/en/
H A Dsettings.php4 * https://www.dokuwiki.org/devel:configuration#label_in_configuration_manager
7 * note: I had a blank page in the "Configuration Settings/Manager"
14 * https://www.dokuwiki.org/devel:configuration#parameters
/plugin/flowplayer/player/
H A DREADME.txt64 - different players with the same configuration stored in a variable can now use JS plugins
76 - Issue #384 added links support in context menus with configuration { url: "domain.com", target: "…
149 'image' and 'api' as configuration values.
258 - External configuration files
261 - Possibility to specify controls configuration in clips
271 - Added new configuration options 'connectionCallbacks' and 'streamCallbacks'. Both accept an Array…
322 …creen is now arranged correctly even when only bottom or top is defined for it in the configuration
325 …creen is now arranged correctly even when only bottom or top is defined for it in the configuration
394 - setting play: null in configuration will disable the play button overlay
412 - fixed: setting the screen height in configuration did not have any effect
[all …]
/plugin/combo/ComboStrap/
H A DSite.php51 const CANONICAL = "configuration";
131 LogUtility::internalError("The ($key) configuration does not have an integer value ($value). Default separator returned");
140 LogUtility::internalError("The ($key) configuration has an integer value ($valueInt) that is not a valid one (0 or 1). Default separator returned");
157 LogUtility::error("The configuration ($confKey) is not an integer. Error:{$e->getMessage()}", self::CANONICAL);
182 LogUtility::error("The configuration ($confKey) has a value ($value) that is not an integer", self::CANONICAL);
216 LogUtility::error("The configuration ($confKey) has value ($visitedPagesInBreadCrumb) that is not an integer. Error:{$e->getMessage()}");
265 * Set a site configuration outside a {@link ExecutionContext}
635 LogUtility::internalError("The global `cachetime` configuration was not set.", self::CANONICAL);
641 LogUtility::error("The global `cachetime` configuration has a value ($cacheTime) that is not an integer. Error: {$e->getMessage()}", self::CANONICAL);
724 LogUtility::msg("The secondary color value configuration (
[all...]

12345678910>>...112