Home
last modified time | relevance | path

Searched refs:syntax (Results 51 – 75 of 636) sorted by relevance

12345678910>>...26

/plugin/prosemirror/parser/
H A DRootNode.php40 * Get the syntax for each active macro
42 * This produces the syntax representation for the and NOCACHE NOTOC macros
48 $syntax = '';
50 $syntax .= "~~NOCACHE~~\n";
53 $syntax .= "~~NOTOC~~\n";
55 return $syntax;
/plugin/prosemirror/action/
H A Dparser.php51 $syntax = $helper->getSyntaxFromProsemirrorData($unparsedJSON);
66 $event->data['text'] = $syntax;
96 $syntax = $helper->getSyntaxFromProsemirrorData($unparsedJSON);
110 if ($syntax !== null) {
111 $TEXT = $syntax;
/plugin/tooltip/
H A DChangeLog12 * syntax/tooltip.php, syntax/short.php: Updated getInfo()
14 * syntax/tooltip.php, syntax/short.php: changed XHTML container to
16 * syntax/tooltip.php, syntax/short.php: added text ('text') renderer
36 * syntax/*.php: enabled parsing of internal wikitext
/plugin/vshare/_test/
H A DVideoSyntaxTest.php8 * syntax handling tests for the vshare plugin
44 $syntax = new \syntax_plugin_vshare_video();
46 list($width, $height) = $syntax->parseSize($params);
96 $syntax = new \syntax_plugin_vshare_video();
97 $result = $syntax->handle($input, DOKU_LEXER_MATCHED, 0, new \Doku_Handler());
/plugin/bootswrapper/exe/
H A Dpopup.php59 $syntax = array(); variable
80 $syntax[$tag_name] = $tag_attributes;
85 ksort($syntax);
124 <?php foreach (array_keys($syntax) as $tag): ?>
135 <?php foreach ($syntax as $tag => $item): ?>
H A Dhelp.php48 $syntax = $INPUT->get->str('syntax'); variable
50 if ($syntax) {
52 $help_file = dirname(__FILE__) . '/help/' . $syntax . '.txt';
/plugin/syntaxhighlighter4/
H A Dsyntax.php28 protected $syntax; variable in syntax_plugin_syntaxhighlighter4
85 $this->syntax = strtolower(substr($match, 1));
102 return array($this->syntax, $attr, $content);
125 list($this->syntax, $attr, $content) = $data;
138 if ($this->syntax == 'file') {
200 if ($this->syntax == 'sxh') {
205 if ($this->syntax == $tag) {
/plugin/gil/
H A DChangeLog8 * syntax.php: improved output with tooltip, print-stylesheet compatibility.
9 * syntax.php: plugin syntax now accepts comma as decimal separator.
10 * syntax.php: the plugin checks for connectivity to Yahoo Services on load.
20 * syntax.php: (add) Basic form of caching for conversion factor.
24 * syntax.php: (add) Basic support for the text renderer.
/plugin/jquery-syntax/jquery-syntax/modern/
H A Djquery.syntax.layout.editor.css1 .syntax-container.syntax-theme-modern div.editor.syntax {
H A Djquery.syntax.layout.inline.css1 .syntax-container.syntax-theme-modern code.syntax {
/plugin/fckg/syntax/
H A Ddwplugin.php65 $this->syntax = $DOKU_PLUGINS['syntax']['info']->Lexer;
281 global $syntax;
283 $syntax = $this->syntax;
284 $regexes = $this->syntax->_regexes;
285 $base_patterns = $syntax->_regexes['base']->_patterns;
286 $base_labels= $syntax->_regexes['base']->_labels;
299 if(!isset($syntax->_regexes[$plugin])) {
304 $plugin_patterns = $syntax->_regexes[$plugin]->_patterns;
335 $syntax = $this->syntax;
337 $base_patterns = $syntax->_regexes['base']->_patterns;
[all …]
/plugin/bootswrapper/exe/help/
H A Dnav.txt11 * [[:wiki:syntax]]
22 * [[:wiki:syntax]]
41 * [[:wiki:syntax]]
52 * [[:wiki:syntax]]
71 * [[:wiki:syntax]]
82 * [[:wiki:syntax]]
95 * [[:wiki:syntax]]
106 * [[:wiki:syntax]]
119 * [[:wiki:syntax]]
140 * [[wiki:syntax]]
[all …]
/plugin/jquery-syntax/
H A Ddw-fixes.css1 ol.syntax {
5 .syntax-container .toolbar {
9 .syntax-container pre {
H A Daction.php43 $syntax_root = $plugin_root.'/jquery-syntax/';
54 'src' => $plugin_root.'/jquery-syntax/jquery.syntax.min.js'
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php57 $this->syntax = substr($match, 1);
64 if ($this->syntax == 'sxh') {
77 return array($this->syntax, $attr, $content);
89 list($syntax, $attr, $content) = $data;
90 if ($syntax == 'sxh') {
/plugin/since/
H A Dsince.php50 $this->syntax = substr($match, 1);
60 return array($this->syntax, trim($attr), $content);
69 list($syntax, $attr, $content) = $data;
70 if ($syntax != 'since') return false;
/plugin/topbarsyntax/
H A DREADME10 This syntax plugin is derived from simple template created by Michael Klier and
12 it within the page syntax of dw wherever you might need it.
20 horizontal menu bar syntax = {{topbarsyntax>850px,h}}
21 left sided vertical menu bar syntax = {{topbarsyntax>12em,vl}}
22 right sided vertical menu bar syntax = {{topbarsyntax>12em,vr}}
/plugin/gallery/action/
H A Dprosemirror.php32 * Render our syntax instructions for prosemirror
61 * Render our syntax instructions for prosemirror
97 * Render our syntax instructions for prosemirror
139 $syntax = $node->toSyntax();
140 $html = p_render('xhtml', p_get_instructions($syntax), $info);
/plugin/dwtimeline/
H A Ddeleted.files4 syntax/helper.php
5 syntax/syntax.php
/plugin/addressbook/
H A Daction.php41 $syntax = plugin_load('syntax', 'addressbook');
45 …foreach ($list as $l) $res .= $syntax->showcontact($l['id'],($this->getConf('search link target') …
46 …} else $res .= $syntax->buildIndex($list,false,($this->getConf('search link target') != ''? $this-…
50 foreach ($found as $f) $res .= $syntax->showcontact($f['id']);
/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/commonmark/
H A DREADME.md10 2. if exists, parses entire document and renders to DW syntax
15 Commonmark plugin aims for complete compatiblity of Markdown in Dokuwiki. Most Markdown syntax have corresponding DW syntax, so it will work without problem; but in some cases, Markdown syntax do not matches DW specification one-by-one, or vice versa. Here is a list of known ambiguities between Commonmark and Dokuwiki, and its implements in the plugin:
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/webcode/_test/data/pages/
H A Ddisplay.txt4 This is possible to cache code block with this syntax:
11 The ''display="none"'' syntax comes from the [[https://www.dokuwiki.org/syntax_highlighting|advance…
17 * The cached code blocked in the example below is written with this syntax.
/plugin/yalist/
H A DREADME.md4 This plugin extends DokuWiki's list markup syntax to allow definition lists
5 and list items with multiple paragraphs. The complete syntax is as follows:
8 - ordered list item [<ol><li>] <!-- as standard syntax -->
9 * unordered list item [<ul><li>] <!-- as standard syntax -->
19 Lists can be nested within lists, just as in the standard DokuWiki syntax.
/plugin/divalign2/
H A DChangeLog22 * Refactored syntax classes to inherit from common class.
35 * syntax/: fixed missing calls to ::getPType() and ::getAllowedTypes()
36 in all syntax mode files.
69 * syntax/justify.php: Added file with justified syntax mode.
74 * syntax/: Left, Right and Center alignment syntax modes.

12345678910>>...26