Home
last modified time | relevance | path

Searched refs:syntax (Results 1 – 25 of 636) sorted by last modified time

12345678910>>...26

/plugin/pagequery/
H A Dreadme.md25 Nothing worthwhile is built in isolation: pagequery has been built on the shoulders of giants — i.e. the DokuWiki core functions. Under the skin it makes shamefaced use of the excellent built-in page and full-text [[:search]] functions available in DokuWiki, so there's no new search syntax to learn. However it does bring a little something new to the mix by providing powerful sorting and grouping options.
74 **Update:** Namespaces are now supported when searching by pagename (pageid) only. Use the same syntax as fulltext [[:search]], i.e. @namespace|^namespace. I haven't provide support for relative namespaces yet. In addition, you can use regular expressions when searching by pagename.
/plugin/dbquery/
H A Ddeleted.files7 syntax.php
/plugin/siteexport/
H A DREADME.md177 There is the additional syntax: aggregator. This allows an in-page selection of an ordered list of …
/plugin/linkback/
H A DCHANGELOG10 * Don't allow usage of syntax in comments
/plugin/diagrams/
H A Ddeleted.files12 syntax.php
13 syntax/inline.php
/plugin/struct/
H A Ddeleted.files96 syntax/lookup.php
/plugin/openlayersmap/
H A DREADME.md5 Provides a syntax for rendering an OpenLayers based map in a wiki page.
H A Dplugin.info.txt6 desc Provides a syntax for rendering an OpenLayers based map in a wiki page.
H A Ddeleted.files91 _test/syntax.test.php
/plugin/geotag/
H A DREADME.md3 Provides a syntax and rendering of geotag information in your wiki page.
/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.
H A Dplugin.info.txt6 desc Extend DokuWiki list syntax to allow definition list and multiple paragraphs in a list entry
/plugin/spatialhelper/
H A Ddeleted.files1 syntax.php
/plugin/acknowledge/
H A Ddeleted.files7 syntax.php
/plugin/backlinks/
H A Ddeleted.files2 _test/syntax.test.php
/plugin/dokusioc/
H A Ddeleted.files1 syntax.php
/plugin/keywords/
H A Dplugin.info.txt6 desc Defines keywords for the page, using {{keywords>word1, word2, wordN}} syntax.
/plugin/columns/
H A Daction.php353 static $syntax = array(
362 foreach ($syntax as $pattern => $name) {
392 private function parseAlignAttribute($syntax) { argument
394 $align1 = $this->getAlignStyle($syntax[0]);
395 if (strlen($syntax) == 2) {
420 if ($syntax[2] != '-') {
421 $result['column-width'] = $syntax[2];
423 $align = $syntax[1] . '-' . $syntax[3];
433 private function getAlignment($syntax) { argument
443 if (array_key_exists($syntax, $align)) {
[all …]
H A Dsyntax.php15 private $syntax; variable in syntax_plugin_columns
43 $this->syntax[DOKU_LEXER_ENTER] = '/' . $enterHandler . '/';
44 $this->syntax[DOKU_LEXER_MATCHED] = '/' . $newColumnHandler . '/';
45 $this->syntax[DOKU_LEXER_EXIT] = '/' . $exit . '/';
76 foreach ($this->syntax as $state => $pattern) {
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md41 Parsedown is capable of escaping user-input within the HTML that it generates. Additionally Parsedown will apply sanitisation to additional scripting vectors (such as scripting link destinations) that are introduced by the markdown syntax itself.
/plugin/imagemapping/
H A DREADME48 {{https://github.com/i-net-software/dokuwiki-plugin-popupviewer/blob/master/syntax/viewer.php|popupviewer plugin}}.
/plugin/confmanager/lang/de/
H A Dentities.txt2 z.B. <code> << zu « >> zu » => zu ⇒ </code> Siehe ebenfalls [[doku>syntax#text_to_html_conversions]…
/plugin/confmanager/lang/en/
H A Dentities.txt11 see also [[doku>syntax#text_to_html_conversions]].
H A Dinterwiki.txt1 …ts more of an easy way to link from one wiki to another by having some simple link syntax to do so.
/plugin/confmanager/lang/fr/
H A Dentities.txt10 Voir également [[doku>fr:syntax#typographie|typographie]].

12345678910>>...26