Home
last modified time | relevance | path

Searched refs:blocks (Results 126 – 150 of 183) sorted by last modified time

12345678

/plugin/mdpage/vendor/cebe/markdown/inline/
H A DEmphStrongTrait.php86 abstract protected function renderAbsy($blocks); argument
H A DLinkTrait.php286 abstract protected function renderAbsy($blocks); argument
H A DStrikeoutTrait.php39 abstract protected function renderAbsy($blocks); argument
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Ddense-block-markers.md1 # this is to test dense blocks (no newlines between them)
H A Dspecs.md171 However, inside Markdown code spans and blocks, angle brackets and
281 and code blocks:
459 Pre-formatted code blocks are used for writing about programming or
516 Regular Markdown syntax is not processed within code blocks. E.g.,
H A Dreferences.md1 In the following example we will im[ple]ment support for [fenced code blocks][] which are part
4 [fenced code blocks]: https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md18 - #132 Improve detection and rendering of fenced code blocks in lists.
H A DParser.php163 $blocks = [];
172 $blocks[] = $block;
179 return $blocks;
198 protected function renderAbsy($blocks) argument
201 foreach ($blocks as $block) {
H A DREADME.md211 In the following example we will implement support for [fenced code blocks][] which are part of the…
213 [fenced code blocks]: https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks
277 2. **Rendering** the element. After all blocks have been consumed, they are being rendered using the
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddense-block-markers.md1 # this is to test dense blocks (no newlines between them)
H A Dgithub-basics.md19 Fenced code blocks
H A Dgithub-sample.md101 Preformatted blocks are useful for ASCII art:
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template126 /* filenames for downloadable file and code blocks */
H A Dfck_editorarea_RTL.css72 /* code blocks by code tag */
232 /* filenames for file and code blocks */
H A Dfck_editorarea.css126 /* filenames for downloadable file and code blocks */
H A Dfck_editorarea.css.default_template112 /* code blocks by code tag */
272 /* filenames for file and code blocks */
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt157 GeshiInstructionList: "There are two ways to create Geshi code blocks. <OL><LI>You can paste your…
/plugin/fckg/extra/
H A DREADME-MULTLINE-PLUGINS25 as standard markup for DokuWiki code blocks.
/plugin/fckg/
H A DChanges72 Fixed bug where table markup inside code blocks dropped empty cells (edit.php::_preprocess)
102 Updated fck_editorarea.css.new_template for code blocks
141 In preprocessor, edit.php ca. 235ff: Create tagged <code>. . .</code> blocks from code blocks mark…
142 up by indentation. This insures that the code blocks are correctly processed in the fckgLite parse…
145 convert html tag markup < and > to entities in indented code blocks
205 Fixed regex for recognizing indented code blocks.
/plugin/condition/
H A Dsyntax.php63 $blocks = array();
65 $this->_parse($match, $blocks, $content);
67 return array($blocks, $content);
201 $blocks = $data[0];
215 $ok = $this->_processblocks($blocks, $bug);
235 $blocks = $data[0];
249 $ok = $this->_processblocks($blocks, $bug);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php349 protected $blocks; variable in jucksearm\\barcode\\lib\\QRcode
690 $this->blocks = $this->rsBlockNum($spec);
870 $row = $this->count % $this->blocks;
871 $col = $this->count / $this->blocks;
877 $row = ($this->count - $this->dataLength) % $this->blocks;
878 $col = ($this->count - $this->dataLength) / $this->blocks;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1blocks by ECC levels\n\t// [2]: left-top positions of alignment patterns\n\t//\n\t// the number in…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
H A DOutput.TidyFormat.txt
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1669 var blocks = line.split("\t");
1671 line = blocks.shift(); // Do not add first block twice.
1672 for(var i = 0; i < blocks.length; i++) {
1673 var block = blocks[i];

12345678