Home
last modified time | relevance | path

Searched refs:htmlok (Results 1 – 21 of 21) sorted by relevance

/plugin/htmlok/
H A Dplugin.info.txt1 base htmlok
5 name htmlok plugin
7 url https://www.dokuwiki.org/plugin:htmlok
H A DREADME.md1 # htmlok plugin for DokuWiki
6 - https://www.dokuwiki.org/plugin:htmlok
9 `lib/plugins/htmlok/` - if the folder is called different it
H A DBaseSyntaxPlugin.php10 namespace dokuwiki\plugin\htmlok;
/plugin/htmlokalt/
H A Dplugin.info.txt1 base htmlok
5 name config:htmlok Plugin
6 desc Enables raw HTML like the old 'config:htmlok' behaviour.
H A DREADME.md1 # dw-plugin-htmlok
3 Enables raw HTML on Dokuwiki, like what 'config:htmlok' used to do in older DW versions.
9 (Note, the page is named differently as the name 'plugin:htmlok' was already squatted)
/plugin/confightmlok/
H A Dplugin.info.txt5 name config:htmlok Plugin
6 desc Enables raw HTML like the old 'config:htmlok' behaviour.
H A DREADME.md3 Enables raw HTML on Dokuwiki, like what 'config:htmlok' used to do in older DW versions.
9 (Note, the page is named differently as the name 'plugin:htmlok' was already squatted)
/plugin/htmlokay/
H A Dhelper.php320 * @param array $htmlok either user or group array from htmlOK $saved_inf
323 function get_permission_level($info, $htmlok) argument
330 $this->access_level = $levels[$htmlok[$info]];
331 return $levels[$htmlok[$info]];
338 $temp = $htmlok[$name];
/plugin/htmlok/syntax/
H A Dhtmlok.php10 use dokuwiki\plugin\htmlok\BaseSyntaxPlugin;
H A Dphpok.php10 use dokuwiki\plugin\htmlok\BaseSyntaxPlugin;
H A Dhtmlblock.php10 use dokuwiki\plugin\htmlok\BaseSyntaxPlugin;
H A Dphpblock.php11 use dokuwiki\plugin\htmlok\BaseSyntaxPlugin;
/plugin/darcs/
H A Dadmin.php52 $conf['htmlok']=1;
/plugin/darcspatch/
H A Dadmin.php52 $conf['htmlok']=1;
/plugin/commonmark/
H A DREADME.md17 - Since the release of "Jack Jackrun", DW have [completely disabled](https://www.dokuwiki.org/faq:html) embedding HTML code. [HTML blocks](https://spec.commonmark.org/0.30/#html-blocks) will be passed as-is, unless enabling [htmlok plugin](https://www.dokuwiki.org/plugin:htmlok); but it is recommended to use it in limited environments.
18 - If you have enabled htmlok plugin, adding `html` as [info string](https://spec.commonmark.org/0.28/#info-string) in [Fenced code blocks](https://spec.commonmark.org/0.30/#fenced-code-blocks) will parse HTML code inside the block to DW's [\<HTML\>](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) block; In case of `nowiki`, `<nowiki>` syntax will be parsed; if `dokuwiki`, raw DW code will be passed. For example:
/plugin/googleanalytics/lang/en/
H A Dintro.txt24 …php|Enabling embedded HTML]] in your local DokuWiki instance (Look for ''htmlok'' in Configuration…
/plugin/googleanalytics/
H A DREADME.md30 …yntax#embedding_html_and_php) in your local DokuWiki instance (Look for `htmlok` in Configuration …
/plugin/ckgdoku/scripts/
H A Dscript-cmpr.js1 …"~~CLOSE_HTML_BLOCK~~");if(m.match(/~~START_HTML_BLOCK~~/gm)){if(!JSINFO.htmlok){m=m.replace(/~~ST…
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt351 | description| show the item description. If [[doku>wiki:config#htmlok|HTML]] is disabled all tags …
/plugin/dokutexit/
H A Dlatex.php660 if($htmlok){
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt462 | description| show the item description. If [[doku>config:htmlok|HTML]] is disabled all tags will be stripped |