Home
last modified time | relevance | path

Searched refs:syntax (Results 201 – 225 of 636) sorted by last modified time

12345678910>>...26

/plugin/refnotes/
H A Dplugin.info.txt6 desc Extended syntax for footnotes and references.
/plugin/refnotes/syntax/
H A Dnotes.php24 * What kind of syntax are we?
108 private function handleBasic($syntax) {
109 preg_match('/~~REFNOTES(.*?)~~/', $syntax, $match);
117 private function handleExtended($syntax) {
118 preg_match('/<refnotes(.*?)(?:\/>|>(.*?)<\/refnotes>)/s', $syntax, $match);
137 private function parseAttributes($syntax) {
144 $token = preg_split('/\s+/', $syntax, -1, PREG_SPLIT_NO_EMPTY);
178 private function parseStyles($syntax) {
180 preg_match_all('/([-\w]+)\s*:[ \t]*([^\s\n;].*?)[ \t]*?(?:[\n;]|$)/', $syntax, $match, PREG_SET_ORDER);
104 handleBasic($syntax) global() argument
113 handleExtended($syntax) global() argument
133 parseAttributes($syntax) global() argument
174 parseStyles($syntax) global() argument
H A Dreferences.php76 * What kind of syntax are we?
164 private function handleEnter($syntax) { argument
165 if (preg_match($this->handlePattern, $syntax, $match) == 0) {
/plugin/refnotes/lang/en/
H A D__template.txt7 * Define notes using [[wp>BibTeX]] syntax. BibTeX entries have to be wrapped into a ''<code>'' section. The key of BibTeX entry serves as name of the note. The namespace can be either specified as part of the key or in a separate comment (see example below) for all entries that follow.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1syntax),e.references&&e.references.length>0&&(t+="\n\n",t+=e.references.map((function(e){return e.…
H A D4.4.js.map1syntax tokens: http://daringfireball.net/projects/markdown/syntax#backslash\n }\n return und…
H A D41.41.js.map1 … The next line contains a syntax error:\n// __construct\n// if () {\n// \treturn \"The parser reco…
H A D42.42.js.map1 … },\n // lexing_IDENT_alp:\n // NOTE: (?!regex) is syntax for \"not-followed…
H A D56.56.js1 …:(?:\.\d*)?(?:[eE][+-]?\d+)?)?/,"number.float"],[/(?:\b(?:(define|define-syntax|define-macro))\b)(…
H A D56.56.js.map1syntax-rules',\n 'format',\n 'set!',\n 'quote',\n 'eval',\n 'ap…
H A D7.7.js.map1 …switchstates',\n 'symbol',\n 'syncpoints',\n 'syntax',\n 'syntax-check',\n 'syntax-…
H A Dbundle.js.map1syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpCh…
H A Djson.worker.js.map1syntax tokens: http://daringfireball.net/projects/markdown/syntax#backslash\n }\n return und…
H A D2.2.js24412 result += "\n\nSyntax: " + entry.syntax;
24436 if ('syntax' in entry && entry.syntax) {
24437 result += "\n\nSyntax: " + textToMarkedString(entry.syntax);
H A D3.3.js.map1syntax tokens: http://daringfireball.net/projects/markdown/syntax#backslash\n }\n MarkedStri…
H A D2.2.js.map1syntax tokens: http://daringfireball.net/projects/markdown/syntax#backslash\n }\n MarkedStri…
H A D39.39.js.map1 …}\n ],\n // https://learn.perl.org/docs/keywords.html\n // Perl syntax\n keywords: [\n…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpCh…
/plugin/dirtylittlehelper/
H A DREADME.md29 …d be nice to have a tree on the left side like "dokubook" template -> added syntax for the tree.
31 The tree on the left is not always needed - added syntax for "no sidebar"...
33 I like comments -> syntax added
97 When you click the mermaid live editor you can follow the links to syntax etc.
140 <dlh.th.wiki> table head __wiki__ syntax </dlh.th.wiki>
141 <dlh.th.wiki> **another** table head __wiki__ syntax </dlh.th.wiki>
145 <dlh.td.wiki> **wiki syntax here** </dlh.th.wiki>
H A Ddokuwiki_plugin_dirtylittlehelper.txt68 …d be nice to have a tree on the left side like "dokubook" template -> added syntax for the tree.
70 The tree on the left is not always needed - added syntax for "no sidebar"...
72 I like comments -> syntax added
79 ===== what can dlh do four you? (syntax and more) =====
160 When you click the mermaid live editor you can follow the links to syntax etc.
209 <dlh.th.wiki> table head __wiki__ syntax </dlh.th.wiki>
210 <dlh.th.wiki> **another** table head __wiki__ syntax </dlh.th.wiki>
214 <dlh.td.wiki> **wiki syntax here** </dlh.td.wiki>
/plugin/openlayersmapoverlays/
H A DREADME.md5 Provides a syntax for rendering additional map layers in the OpenLayers based map in a wiki page.
H A Dplugin.info.txt6 desc Provides a syntax for rendering additional map layers in the OpenLayers based map in a wiki …
/plugin/schedule/
H A DTODO.txt10 * lang dans syntax/*.php
/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/bookcreator/
H A Ddeleted.files5 syntax.php

12345678910>>...26