Home
last modified time | relevance | path

Searched refs:syntax (Results 301 – 325 of 636) sorted by last modified time

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

/plugin/randomquote/
H A DREADME.md3 This is a very (!) simple syntax plugin for DokuWiki that allows you to show random quotes on your …
/plugin/stars2/
H A DREADME.md18 <td>syntax</td>
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …obe describes the same format including a trailing apostrophe.\n * This syntax in incorrect, but …
H A Dpdf.worker.js.map1syntax\n var dictionary = {};\n var dictionaryFlags = readUint16(data, position); //…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1syntax from \"Parameters for Opening PDF Files\"\n if ('nameddest' in params) {\n this…
/plugin/note/
H A DREADME.md7 When you have it installed, use the following syntax `<note>message</note>`:
/plugin/formatplus2/
H A DREADME4 DokuWiki. But the syntax isn't always consistent or compatible with
12 The inline formatting syntax is as follows:
52 block delete will be used when there are no attributes, but the syntax
H A Dplugin.info.txt7 desc Provides additional XHTML formatting syntax. (fork of Format+ plugin by Tom N Harris)
/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.
/plugin/minimap/
H A DREADME.md67 …), you may want to add a `~~NOCACHE~~` [macro](https://www.dokuwiki.org/wiki:syntax#control_macros)
117 …* The handle function of the syntax class does not have any other variable instantiation than the …
H A DLICENSE184 comment syntax for the file format. We also recommend that a
/plugin/tab/
H A Dplugin.info.txt6 desc Special syntax for tabs
/plugin/acronym4glossary/
H A Dplugin.info.txt5 name acronym4glossary plugin (syntax component)
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1syntax and\n * flags, beyond what browsers support natively. XRegExp is also a regex utility belt …
H A Dtheme-swift.css2 * Emulates Apple Swift documentation syntax highlighting
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md30 * Add option to override `<code>` DokuWiki syntax (Issue #4)
35 * Fix short syntax for arrays (Issue #8)
H A DREADME.md73 list($syntax, $attr, $content) = $data;
74 if ($syntax == 'sxh') {
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/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md139 a single group with `$vcard->{'ITEM1.'}` syntax. (@armin-hackmann)
/plugin/sketchcanvas/
H A Dmakezip.sh1 zip -u -r sketchcanvas.zip plugin.info.txt action.php CanvasElement.php script.js style.less syntax.php README.md phplib script media images
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown157 This new syntax allows you to call any internal slick method as well:
177 slickFilter | filter : selector or function | Filters slides using jQuery .filter syntax
/plugin/yuriigantt/
H A DREADME.md31 1. add the least required syntax into the page
90 If you change syntax parser, to refresh rendered page cache please run page with purge
/plugin/pycode/
H A Dscript.js465 var syntax = "<pycode";
469 syntax += data[k];
472 syntax += " " + data[k];
476 syntax += ">";
482 pasteText(sel, syntax, 0);
/plugin/pagetitle/
H A Ddeleted.files8 syntax.php
10 syntax/metaonly.php
/plugin/codeprettify/
H A Dplugin.info.txt6 desc syntax highlighting of source code snippets in wiki page using Javascript code prettifier

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