Home
last modified time | relevance | path

Searched refs:config (Results 426 – 450 of 908) sorted by relevance

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

/plugin/combo/action/
H A Dcss.php23 * * tseed is md5 of modified time of the below config file set at {@link tpl_metaheaders()}
66 "config",
131 $config = $executionContext->getConfig();
132 $disableDokuwikiStylesheetConf = $config->getBooleanValue(self::CONF_DISABLE_DOKUWIKI_STYLESHEET, false);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php156 foreach ($configs->configs as $config) {
157 $result->add($config->alt);
/plugin/openlayersmap/ol7/
H A DREADME.md
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19config.equationNumbers;var c=function(k){var n=[];for(var l=0,j=k.length;l<j;l++){n[l]=h.Parse.pro…
/plugin/findologicxmlexport/vendor/jms/serializer/.travis/
H A Dscript_test.sh4 phpenv config-rm xdebug.ini || true
/plugin/confmanager/lang/ja/
H A Dwordblock.txt7 DokuWiki でブラックリストを使用するには、[[doku>ja:config:usewordblock|usewordblock オプション]]を有効にし、''conf/wordblock.c…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1348 config : { class in sh
1505 doc.write(sh.config.strings.aboutDialog);
1528 conf = sh.config,
1572 conf = sh.config
1916 window.alert(sh.config.strings.alert + str);
1959 alert(sh.config.strings.noBrush + alias);
2066 spaces += sh.config.space;
2189 if (sh.config.bloggerMode == true)
2192 if (sh.config.stripBrs == true)
2751 spaces = spaces.replace(' ', sh.config.space);
[all …]
H A DshCore.min.js17config.strings.alert+e)}function b(e,t){var n=B.vars.discoveredBrushes,r=null;if(null==n){n={};for… class in B
/plugin/adfs/lang/en/
H A Dfound.txt3 Some configuration data was found. Please use the [[?do=admin&page=config#plugin____adfs____plugin_…
/plugin/bloglinks/
H A DCHANGELOG
/plugin/tagalerts/
H A Daction.php122 …$config = new ConfigManagerTwoLine('Tag Alerts', $this->getLang('confdescription'), DOKU_CONF . 't…
123 $event->data[] = $config;
/plugin/advanced/lang/en/config/
H A Dacl.txt13 …th.php'' file. It is only used internally by matching against the [[doku>config:superuser]] option.
22 | admin | 255 | admin plugins | superuser((see [[doku>config:superuser]])) can change admin se…
/plugin/toolbuttondel/
H A Dplugin.info.txt6 desc deletes toolbar buttons selected from config manager
/plugin/confmanager/lang/zh/
H A Dmime.txt5 :!: **切勿在无保护的维基上启用 HTML 上传**,因为这可能引入通过 JavaScript 的跨站脚本漏洞。只对受信任的用户启用。你需要禁用 [[doku>config:iexssprote…
/plugin/authgooglesheets/
H A Dhelper.php346 $config = DOKU_CONF . 'authgooglesheets_credentials.json';
347 if (!is_file($config)) {
350 $client->setAuthConfig($config);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php343 $config = [];
345 $config['config'] = self::$configFile;
347 $rsa = openssl_pkey_new(['private_key_bits' => $bits] + $config);
348 openssl_pkey_export($rsa, $privatekeystr, null, $config);
/plugin/txtconf/lang/en/
H A Dintro.txt3 Use this page to Manage the Text config files (conf/*.conf) of your Dokuwiki installation.
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Dconfig.js19 …ory+"/AsciiMath",extensionDir:MathJax.InputJax.extensionDir+"/AsciiMath",config:{fixphi:true,useMa…
/plugin/struct/db/
H A Dupdate0001.sql15 config DEFAULT '' field
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dconfig.m41 dnl config.m4 for extension twig
/plugin/webdav/lang/en/
H A Dintro.txt3 … feaures. To enable some functionality use [[this>doku.php?do=admin&page=config#plugin____webdav__…
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Dconfig.js19 …ionDir+"/MathML",entityDir:MathJax.InputJax.directory+"/MathML/entities",config:{useMathMLspacing:…
/plugin/icalevents/vendor/sabre/vobject/
H A D.travis.yml15 - phpenv config-rm xdebug.ini; true
/plugin/whyspam/lang/en/
H A Dintro.txt3 … blocked by the wiki's [[doku>blacklist]] feature. It will display which config lines are responsi…
/plugin/sql2wiki/syntax/
H A Dquery.php67 $config = json_decode($matches[2], true);
68 $parsers[$col] = ['class' => $class, 'config' => $config];
70 $parsers[$col] = ['class' => $value, 'config' => null];
149 $parser_config = $parsers[$i]['config'];

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