Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 7 of 7) sorted by path

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt380 You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
392 Those blocks were created by this source:
406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
/dokuwiki/inc/
H A Dcommon.php752 while ($blocks = array_splice($wordblocks, 0, $chunksize)) {
754 // build regexp from blocks
755 foreach ($blocks as $block) {
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dcontent.less117 /* filenames for downloadable file and code blocks */
H A Dprint.css72 /* code blocks */
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG361 * Fixed Strict Block Detection for PHP blocks (BenBE)
534 * Added possibility to define strict blocks using an Regexp (BenBE)
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php