Home
last modified time | relevance | path

Searched refs:blocks (Results 26 – 50 of 183) sorted by relevance

12345678

/plugin/mimetex/
H A Dplugin.info.txt5 name mimetex Plugin parses latex blocks
7 (http://www.forkosh.com/mimetex.html) parses latex blocks
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php118 renderBlocks(iterable $blocks, bool $inTightList = false) global() argument
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsDocumentSeparator.yml58 Separators included in blocks or strings
59 are treated as blocks or strings, as the
72 documents within literal blocks.
H A DsfTests.yml54 test: Empty lines in literal blocks
56 Empty lines in literal blocks
68 test: Empty lines in folded blocks
70 Empty lines in folded blocks
H A DYtsFoldedScalars.yml20 blocks.
40 is preserved in text blocks, YAML has
84 since the last line of both literal blocks
127 Both literal and folded blocks can be
143 test: Three trailing newlines in folded blocks
146 be applied to folded blocks.
/plugin/commonmark/vendor/league/commonmark/src/
H A DElementRendererInterface.php
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dchild_contents_outside_blocks.test2 Exception for child templates defining content outside blocks defined by parent
15 … A template that extends another one cannot include content outside Twig blocks. Did you forget to…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php22 private $blocks; variable in Mustache_Compiler
47 $this->blocks = array();
229 $blocks = implode("\n", $this->blocks);
230 … $klass = empty($this->sections) && empty($this->blocks) ? self::KLASS_NO_LAMBDAS : self::KLASS;
234 …eturn sprintf($this->prepare($klass, 0, false, true), $name, $callable, $code, $sections, $blocks);
316 if (!isset($this->blocks[$key])) {
317 $this->blocks[$key] = sprintf($this->prepare(self::BLOCK_FUNCTION, 0), $key, $code);
/plugin/twofactorgoogleauth/
H A DQRCode.php387 $blocks = $this->qr_ec_split($data, $ec_params);
389 for ($i = 0, $n = count($blocks); $i < $n; $i++) {
392 $data = $this->qr_ec_interleave($blocks);
423 $blocks = array();
426 $blocks[] = array_slice($data, $offset, $length);
430 $blocks[] = array_slice($data, $offset, $length);
433 return $blocks;
457 protected function qr_ec_interleave($blocks) argument
460 $num_blocks = count($blocks);
464 if (isset($blocks[$i][$offset])) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php43 protected $blocks; variable in Twig\\Parser
113 $this->blocks = [];
139 …$node = new ModuleNode(new BodyNode([$body]), $this->parent, new Node($this->blocks), new Node($th…
269 return isset($this->blocks[$name]);
274 return $this->blocks[$name];
279 $this->blocks[$name] = new BodyNode([$value], [], $value->getTemplateLine());
/plugin/zip/pear/File/Archive/Reader/
H A DRelay.php124 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
126 $writer = $this->source->makeWriterRemoveBlocks($blocks, $seek);
H A DDirectory.php182 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
191 $writer = $lastSource->makeWriterRemoveBlocks($blocks, $seek);
H A DMemory.php203 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
210 foreach ($blocks as $length) {
/plugin/codemirror/dist/modes/
H A Dcrystal.min.js1blocks.indexOf("lib")>=0)&&!(l=="def"&&b.lastToken=="abstract")){b.blocks.push(l);b.currentIndent+…
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php127 function openFileRemoveBlock($filename, $pos, $blocks) argument
134 if (!empty($blocks)) {
146 foreach ($blocks as $length) {
/plugin/rstudio/
H A DREADME.md3 …y the RStudio code blocks without error, it is necessary to remove any internal formatting that oc…
H A Dplugin.info.txt6 desc inserts rstudio parameter into code blocks for RStudio geshi css
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php196 $blocks = ['name' => [$template1, 'block_name']];
199 $template->getAttribute($template, 'renderBlock', ['name', [], $blocks]);
200 $template->getAttribute($template, 'displayBlock', ['name', [], $blocks]);
205 $template->getAttribute($template1, 'renderBlock', ['name', [], $blocks]);
206 $template->getAttribute($template1, 'displayBlock', ['name', [], $blocks]);
509 protected function doDisplay(array $context, array $blocks = []) argument
522 public function block_name($context, array $blocks = []) argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme2/
H A Dblocks.html.twig1 {% use '@default_theme/blocks.html.twig' %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dblocks.test2 "autoescape" tag applies escaping on embedded blocks
/plugin/rst/
H A Dplugin.info.txt6 desc Parses RestructuredText blocks.
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DStrikeoutTrait.php39 abstract protected function renderAbsy($blocks); argument
/plugin/downloadcodeblock/
H A Dplugin.info.txt6 desc Adds buttons to download code blocks
/plugin/markdownextra/
H A Dplugin.info.txt6 desc Parses PHP Markdown Extra blocks.

12345678