Home
last modified time | relevance | path

Searched refs:syntax (Results 26 – 50 of 636) sorted by last modified time

12345678910>>...26

/plugin/confmanager/lang/ko/
H A Dentities.txt10 추가 정보: [[doku>syntax#text_to_html_conversions]]
/plugin/confmanager/lang/ja/
H A Dentities.txt12 [[doku>ja:syntax#テキストから HTML への変換]]も参照してください。
/plugin/confmanager/lang/nl/
H A Dentities.txt10 zie ook [[doku>nl:wiki:syntax#tekst naar html conversie]].
H A Dinterwiki.txt1 … meer een makkelijke manier om van de ene naar de andere wiki te verwijzen met simpele link syntax.
/plugin/confmanager/lang/zh/
H A Dentities.txt10 另请参阅 [[doku>syntax#text_to_html_conversions|文本到html的转换]].
/plugin/xlsx2dw/
H A DREADME.md33 4. Selected table is converted to DokuWiki syntax.
35 ![Alt text](./screenshots/table_in_dokusyntax.png?raw=true "DokuWiki syntax")
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5559 o.push('<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">\n');
/plugin/gallery/
H A DGalleryNode.php87 * Get syntax option-string if the option is different from the default
/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/button/
H A Dplugin.info.txt6 desc Add button links syntax
/plugin/bibtex4dw/
H A DCHANGELOG.md11 * Change syntax of format strings for bibliography, see [#6](https://github.com/tillbiskup/dokuwiki-bibtex/pull/6)
26 * Massive speedup of SQL by changing SQL syntax and pooling requests in single transaction
/plugin/translation/
H A Ddeleted.files490 syntax.php
/plugin/bureaucracy/helper/
H A Dactionmail.php197 list($syntax,) = explode(' ', trim($codeoptions), 2);
198 if($syntax == 'html') {
201 if($syntax == 'text' || $syntax == '') {
/plugin/tgnotify/
H A DLICENSE184 comment syntax for the file format. We also recommend that a
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md153 - Converted arrays to short syntax
/plugin/combo/
H A Ddeleted.files4 syntax/group.php
5 syntax/collapse.php
6 syntax/cardheader.php
7 syntax/cardheading.php
8 syntax/blockquoteheading.php
9 syntax/blockquoteheader.php
10 syntax/blockquotecite.php
11 syntax/noteheader.php
12 syntax/buttonlink.php
23 syntax/im
[all...]
/plugin/combo/resources/
H A DREADME.md10 * `Firebug` : use by [webcode](../syntax/webcode.php) called when editing the code in JsFiddle
11 * `webcode` : Javascript and Styling for the console of [webcode](../syntax/webcode.php)
/plugin/dwtimeline/
H A Ddeleted.files4 syntax/helper.php
5 syntax/syntax.php
/plugin/mobiletable/
H A DREADME.md61 To activate mobile tables, wrap it in `<mobiletable>...</mobiletable>` syntax:
138 Note that the previous example could also be expressed using the ''!''-syntax for backwards compati…
145 However, this syntax is not recommended anymore as it breaks section editing.
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md128 * `FEAT`: use ES2018 syntax ([#1737](https://github.com/bpmn-io/bpmn-js/pull/1737))
132 * Migrated to ES2018 syntax. [Read the blog post with details and a migration guide](https://bpmn.i…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md36 * `FEAT`: use ES2018 syntax ([#717](https://github.com/bpmn-io/bpmn-js/pull/717))
40 * Migrated to ES2018 syntax. [Read the blog post with details and a migration guide](https://bpmn.i…
/plugin/bpmnio/
H A Ddeleted.files4 syntax.php
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a standards compliant, simple to use [[wp>Wiki]], mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful [[wiki:syntax]] which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored in plain text files -- no database is required.
14 All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>|www.dokuwiki.org]].
34 * [[doku>syntax|Wiki Syntax]]
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
62 This links to [[syntax#internal|this Section]].
66 * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
92 You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
98 Please note: The image formatting is the only formatting syntax accepted in link names.
100 The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
241 Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
269 DokuWiki supports a simple syntax to create tables.
306 Apart from the rowspan syntax thos
[all...]
/plugin/sql2wiki/
H A DREADME3 Save results of sqlite queries into page syntax.

12345678910>>...26