Home
last modified time | relevance | path

Searched refs:syntax (Results 76 – 100 of 636) sorted by relevance

12345678910>>...26

/plugin/tfslink/scripts/
H A Daddworkitemlink_wiz.js133 var sel, pc, id, title, syntax;
150 syntax = '[[wi>'+ pc + '#' + (id ? id : '-1');
152 syntax += '|' + title;
153 syntax+=']]';
155 pasteText(sel, syntax,{startofs: 5, endofs: 2});
/plugin/abc2/abc-libraries/abc2svg/
H A DMIDI-1.js51 if(isNaN(v)||v<0||v>127){abc.syntax(1,abc.errs.bad_val,"%%MIDI chordvol")
66 if(isNaN(v)||v<=0||v>16){abc.syntax(1,abc.errs.bad_val,"%%MIDI channel")
76 if(!n||!v){abc.syntax(1,abc.errs.bad_val,"%%MIDI drummap")
89 if(isNaN(v)||v<0||v>127){abc.syntax(1,abc.errs.bad_val,"%%MIDI program")
95 if(isNaN(n)||n<0||n>127){abc.syntax(1,"Bad controller number in %%MIDI")
98 if(isNaN(v)||v<0||v>127){abc.syntax(1,"Bad controller value in %%MIDI")
104 if(isNaN(n)||n<5||n>255){abc.syntax(1,abc.errs.bad_val,"%%MIDI "+a[1])
134 abc.syntax(0,abc.errs.bad_val,"%%MIDI "+a[1])
/plugin/vshare/syntax/
H A Ddebug.php53 $syntax = new syntax_plugin_vshare_video();
63 $data = $syntax->handle("{{ $site>{$info['vid']} }}", DOKU_LEXER_MATCHED, 0, $handler);
64 $syntax->render($mode, $renderer, $data);
/plugin/bootswrapper/exe/help/
H A Dlist-group.txt44 * [[:wiki:syntax]]
52 * [[:wiki:syntax]]
60 * [[:wiki:syntax]] \\ DokuWiki Syntax
68 * [[:wiki:syntax]] \\ DokuWiki Syntax
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.ruby.css1 .syntax-theme-base .syntax .ruby .string .ruby {
H A Djquery.syntax.brush.clang.css1 .syntax-theme-base .syntax .preprocessor {
/plugin/magnifier/
H A DREADME.md13 The syntax is synonymous to the image syntax.
19 * __%IMAGE%__ - is the usual image syntax including sizing specifiers
/plugin/jspwiki_import/
H A Daction.php32 'desc' => 'Allows to convert JspWiki syntax into DokuWiki syntax',
/plugin/dataplot/
H A DChangeLog11 * syntax.php: Fixed 'linespoints' plot style. Created a customizable color
17 * syntax.php: Pages with more than one plot now properly display all of them,
23 * syntax.php: Fixed MD5 sum independent of the date. Added debug option
/plugin/bookcreator/_test/
H A DSyntaxTest.php12 * Tests for the syntax component of the bookcreator plugin
22 'archive syntax with full normal details' => [ '~~ARCHIVEBOOK:5&date~~', [ 'archive', 5, 'date' ] ],
23 'archive syntax with full reversed details' => [ '~~ARCHIVEBOOK:title&7~~', [ 'archive', 7, 'title' ] ],
24 'archive syntax with count only' => [ '~~ARCHIVEBOOK:8~~', [ 'archive', 8, 'date' ] ],
25 'archive syntax with order only' => [ '~~ARCHIVEBOOK:title~~', [ 'archive', 10, 'title' ] ],
26 'archive syntax with defaults' => [ '~~ARCHIVEBOOK~~', [ 'archive', 10, 'date' ] ],
27 'archive syntax with full details but wrong ordername' => [ '~~ARCHIVEBOOK:5&unknownorder~~', [ 'archive', 5, 'date' ] ],
28 'archive syntax with full reversed details but wrong ordername' => [ '~~ARCHIVEBOOK:unknownorder&7~~', [ 'archive', 7, 'date' ] ],
29 'archive syntax with full details, zero count' => [ '~~ARCHIVEBOOK:date&0~~', [ 'archive', 0, 'date' ] ],
30 'bookmanager syntax'
37 test_ArchiveSyntax($syntax, $expectedData) global() argument
[all...]
/plugin/bootnote/
H A Daction.php20 $syntax = array (
66 foreach ($syntax as $syntax_name => $syntax_data) {
/plugin/strata/syntax/
H A Dentry.php12 * Data entry syntax for dedicated data blocks.
18 $this->syntax =& plugin_load('helper', 'strata_syntax');
81 $tree = $this->syntax->constructTree($lines,'data entry');
87 $lines = $this->syntax->extractText($tree);
91 msg(sprintf($this->syntax->getLang('error_entry_block'), ($tree['cs'][0]['tag']?sprintf($this->syntax->getLang('named_group'),utf8_tohtml(hsc($tree['cs'][0]['tag']))):$this->syntax->getLang('unnamed_group')), utf8_tohtml(hsc($result['entry']))),-1);
95 $p = $this->syntax->getPatterns();
131 msg(sprintf($this->syntax->getLang('error_entry_line'), utf8_tohtml(hsc($line))),-1);
187 * Handles the header of the syntax
[all...]
/plugin/redissue/
H A Daction.php23 $syntax = array (
45 foreach ($syntax as $syntax_name => $syntax_data) {
/plugin/talkpage/
H A DMenuItem.php19 $syntax = plugin_load('syntax', 'talkpage');
21 $info = $syntax->getLink();
/plugin/publish/_test/
H A Dmail.unit.test.php25 …$expected_difflink = 'http://wiki.example.com' . DOKU_BASE . 'doku.php?id=wiki:syntax&do=diff&rev2…
34 $ID = 'wiki:syntax';
36 $actual_apprejlink = $mail->revlink('wiki:syntax','1');
/plugin/jquery-syntax/
H A Dplugin.info.txt6 desc Fast and lightweight syntax highlighting.
7 url http://www.oriontransfer.co.nz/software/jquery-syntax
/plugin/latexcaption/
H A DREADME.md3 Adds syntax for latex-like figure captions and numbering
9 Originally forked from Till Biskup and mostly re-written. New repo due to change in syntax.
15 - Change syntax to allow multiple classes to be used eg. left, center, right.
17 - Add option to change caption tag syntax.
21syntax conflicts with bootstraps' caption. I recommend to modify the boostrap3 syntax to use somet…
/plugin/include/
H A Daction.php141 * Supplies the current section level to the include syntax plugin
343 $syntax = substr($match, 2, -2); // strip markup
344 $replacers = explode('|', $syntax);
345 $syntax = array_shift($replacers);
346 list($syntax, $flags) = array_pad(explode('&', $syntax, 2), 2, "");
349 list($mode, $page, $sect) = array_pad(preg_split('/>|#/u', $syntax, 3), 3, "");
/plugin/color/
H A DREADME.md5 …g/plugin:color) for detailed documentation. Here we provide a brief summary of the required syntax:
16 - In the first syntax, the color specification(s) MUST NOT include a slash (`/`).
17 - In the second syntax, the color specification(s) MUST NOT include a colon character (`:`). We do …
/plugin/gallery/
H A DGalleryNode.php87 * Get syntax option-string if the option is different from the default
/plugin/approve/
H A Ddeleted.files5 syntax.php
7 syntax/old.php
/plugin/txt2tags/
H A Dconfig.t2t6 % Dokuwiki syntax is close to the txt2tags one. Yet txt2tags has a few more
17 % use [[the description | your_page]] syntax
21 % use [[your_page]] syntax
/plugin/toctweak/
H A Ddeleted.files8 syntax/movetoc.php
14 syntax/locator.php
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js272 let sel, ns, depth, syntax, eo;
286 syntax = '{{indexmenu>' + ns + depth + options + '}}';
289 pasteText(sel, syntax, {startofs: 12, endofs: eo});
298 let sel, selnum, syntax, number;
310 syntax = '{{indexmenu_n>' + number + '}}';
312 pasteText(sel, syntax, {startofs: 14, endofs: 2});
/plugin/diagrams/
H A Ddeleted.files12 syntax.php
13 syntax/inline.php

12345678910>>...26