Home
last modified time | relevance | path

Searched refs:syntax (Results 376 – 400 of 636) sorted by last modified time

1...<<11121314151617181920>>...26

/plugin/ckgdoku/ckeditor/
H A Dcontents.css.unc342 /* syntax highlighting code */
/plugin/prespan/
H A DREADME.md8 When you have it installed, use the following syntax ```<prespan>text</prespan>```.
/plugin/colortag/
H A Dcolortag.php50 $this->syntax = substr($match, 1);
60 return array($this->syntax, trim($attr), $content);
68 list($syntax, $attr, $content) = $data;
69 if ($syntax != 'colortag') return false;
/plugin/indexmenu2/syntax/
H A Dnavigation.php33 var $syntax = ""; variable in syntax_plugin_indexmenu_navigation
/plugin/code3/syntax/
H A Dfile.php33 var $syntax = ""; variable in syntax_plugin_code_file
H A Dcode.php33 var $syntax = ""; variable in syntax_plugin_code_code
/plugin/cellbg/
H A DREADME2 It will enable syntax to set cell background in tables.
/plugin/redissue/
H A DREADME.md52 ### Single issue syntax:
61 ### Multiple issue syntax
117 Then simply add your server with: `server="first"` in redissue syntax.
H A Daction.php23 $syntax = array (
45 foreach ($syntax as $syntax_name => $syntax_data) {
/plugin/wavedrom/
H A DREADME.md4 Add wavedrom charts to Dokuwiki with an intuitive syntax
H A DREADME3 Create wavedrom charts with an incredibly simple syntax
H A Dplugin.info.txt6 desc Create wavedrom charts with an incredibly simple syntax
/plugin/mtg/
H A Dplugin.info.txt6 desc Provides syntax for creating Magic the Gathering cards references within DockuWiki.
/plugin/dwcommits/
H A DREADME14 from a syntax plugin. The HOW-TO is described on the DOkuwiki site for this
/plugin/cellbg2/
H A DREADME2 It will enable syntax to set cell background in tables.
/plugin/credits/
H A DREADME11 The syntax is one of the following:
24 There is a sample user-defined function in the syntax.php file:
/plugin/gtime/gtlib/
H A DLICENSE185 comment syntax for the file format. We also recommend that a
H A DREADME41 $ phing lint # Check syntax of source files
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md37 [src]: /projects/markdown/syntax.text
53 inspiration for Markdown's syntax is the format of plain text email.
62 To this end, Markdown's syntax is comprised entirely of punctuation
73 Markdown's syntax is intended for one purpose: to be used as a
77 syntax is very small, corresponding only to a very small subset of
116 link or image syntax, go right ahead.
805 Markdown uses an image syntax that is intended to resemble the syntax
808 Inline image syntax looks like this:
823 Reference-style image syntax looks like this:
828 are defined using syntax identical to link references:
[all …]
H A Dmd1_markdown_documentation_basics.md7 <li><a href="/projects/markdown/syntax" title="Markdown Syntax Documentation">Syntax</a></li>
17 The [syntax page] [s] provides complete, detailed documentation for
20 are written in a before/after style, showing example syntax and the
30 [s]: /projects/markdown/syntax "Markdown Syntax"
245 Image syntax is very much like link syntax.
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md8 - Improved handling of custom syntax with `[[`, references should not use `[` as the first characte…
65 …sions but is able to parse Markdown more accurately and uses an abstract syntax tree as the intern…
81 - #67 The way to extend markdown has changed due to the introduction of an abstract syntax tree. Se…
82 - Introduced an abstract syntax tree as an intermediate representation between parsing steps.
H A DREADME.md23 of the Markdown text as an abstract syntax tree (see [Extending the language](#extend)).
27 - **Traditional Markdown** according to <http://daringfireball.net/projects/markdown/syntax> ([try …
137 curl http://daringfireball.net/projects/markdown/syntax.text | bin/markdown > md.html
173 curl http://daringfireball.net/projects/markdown/syntax.text | bin/markdown > md.html
176 [1] http://daringfireball.net/projects/markdown/syntax
242 …. It will return two arguments: an array representing the block element in the abstract syntax tree
243 …of the markdown document and the line number to parse next. In the abstract syntax array the first…
278 …tName}()`-method where `elementName` refers to the name of the element in the abstract syntax tree:
321 …// return the parsed tag as an element of the abstract syntax tree and call `parseInline()` to all…
332 // rendering is the same as for block elements, we turn the abstract syntax array into a string.
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak19 require_once(DOKU_PLUGIN.'syntax.php');
H A Dsyntax.php.2018-03-08_165158.bak19 require_once(DOKU_PLUGIN.'syntax.php');
H A Dsyntax.php.2018-03-08_165027.bak19 require_once(DOKU_PLUGIN.'syntax.php');

1...<<11121314151617181920>>...26