Searched refs:htmlok (Results 1 – 21 of 21) sorted by relevance
/plugin/htmlok/ |
H A D | plugin.info.txt | 1 base htmlok 5 name htmlok plugin 7 url https://www.dokuwiki.org/plugin:htmlok
|
H A D | README.md | 1 # htmlok plugin for DokuWiki 6 - https://www.dokuwiki.org/plugin:htmlok 9 `lib/plugins/htmlok/` - if the folder is called different it
|
H A D | BaseSyntaxPlugin.php | 10 namespace dokuwiki\plugin\htmlok;
|
/plugin/htmlokalt/ |
H A D | plugin.info.txt | 1 base htmlok 5 name config:htmlok Plugin 6 desc Enables raw HTML like the old 'config:htmlok' behaviour.
|
H A D | README.md | 1 # 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 D | plugin.info.txt | 5 name config:htmlok Plugin 6 desc Enables raw HTML like the old 'config:htmlok' behaviour.
|
H A D | README.md | 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/htmlokay/ |
H A D | helper.php | 320 * @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 D | htmlok.php | 10 use dokuwiki\plugin\htmlok\BaseSyntaxPlugin;
|
H A D | phpok.php | 10 use dokuwiki\plugin\htmlok\BaseSyntaxPlugin;
|
H A D | htmlblock.php | 10 use dokuwiki\plugin\htmlok\BaseSyntaxPlugin;
|
H A D | phpblock.php | 11 use dokuwiki\plugin\htmlok\BaseSyntaxPlugin;
|
/plugin/darcs/ |
H A D | admin.php | 52 $conf['htmlok']=1;
|
/plugin/darcspatch/ |
H A D | admin.php | 52 $conf['htmlok']=1;
|
/plugin/commonmark/ |
H A D | README.md | 17 - 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 D | intro.txt | 24 …php|Enabling embedded HTML]] in your local DokuWiki instance (Look for ''htmlok'' in Configuration…
|
/plugin/googleanalytics/ |
H A D | README.md | 30 …yntax#embedding_html_and_php) in your local DokuWiki instance (Look for `htmlok` in Configuration …
|
/plugin/ckgdoku/scripts/ |
H A D | script-cmpr.js | 1 …"~~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 D | syntax.txt | 351 | description| show the item description. If [[doku>wiki:config#htmlok|HTML]] is disabled all tags …
|
/plugin/dokutexit/ |
H A D | latex.php | 660 if($htmlok){
|
/plugin/farmer/_animal/data/pages/wiki/ |
H A D | syntax.txt | 462 | description| show the item description. If [[doku>config:htmlok|HTML]] is disabled all tags will be stripped |
|