Home
last modified time | relevance | path

Searched refs:syntax (Results 51 – 75 of 636) sorted by path

12345678910>>...26

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A D.php_cs7 'array_syntax' => ['syntax' => 'short'],
H A DCHANGELOG.md892 * Added support for PHP 5.5's CurlFile to prevent warnings with the deprecated @ syntax
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist7 'array_syntax' => ['syntax' => 'short'],
14 'list_syntax' => ['syntax' => 'long'],
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md4 * Fixed AsMonologProcessor syntax to be compatible with PHP 7.2 (#1651)
/plugin/authnc/
H A DREADME.md15 * ~The login form throws a `failure 998` invalid syntax, see [this](https://www.freedesktop.org/wik…
/plugin/authsqlite/
H A DREADME.md6 engines support a similar SQL syntax.
/plugin/autosearch/
H A Daction.php44 …ist') && is_dir(dirname(wikiFN("$ID:dummy"))) && $indexmenu =& plugin_load('syntax', 'indexmenu')){
/plugin/autotabber/
H A DLICENSE184 comment syntax for the file format. We also recommend that a
/plugin/avatar/
H A Dsyntax.php3 * Avatar Plugin: displays avatar images with syntax {{avatar>email@domain.com}}
29 list($syntax, $match) = explode('>', substr($match, 0, -2), 2); // strip markup
/plugin/backlinks/
H A Ddeleted.files2 _test/syntax.test.php
/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/blockquote/
H A Ddeleted.files4 syntax/quote.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
/plugin/bootnote/
H A DREADME.md30 …e the plugin [note](https://www.dokuwiki.org/plugin:note) in settings to continue using its syntax.
H A Daction.php20 $syntax = array (
66 foreach ($syntax as $syntax_name => $syntax_data) {
/plugin/bootswrapper/exe/
H A Dhelp.php48 $syntax = $INPUT->get->str('syntax'); variable
50 if ($syntax) {
52 $help_file = dirname(__FILE__) . '/help/' . $syntax . '.txt';
H A Dpopup.php59 $syntax = array(); variable
80 $syntax[$tag_name] = $tag_attributes;
85 ksort($syntax);
124 <?php foreach (array_keys($syntax) as $tag): ?>
135 <?php foreach ($syntax as $tag => $item): ?>
/plugin/bootswrapper/exe/help/
H A Dlead.txt3 Make a paragraph stand out by ''<nowiki><lead></nowiki>'' syntax.
H A Dlist-group.txt44 * [[:wiki:syntax]]
52 * [[:wiki:syntax]]
60 * [[:wiki:syntax]] \\ DokuWiki Syntax
68 * [[:wiki:syntax]] \\ DokuWiki Syntax
H A Dnav.txt11 * [[:wiki:syntax]]
22 * [[:wiki:syntax]]
41 * [[:wiki:syntax]]
52 * [[:wiki:syntax]]
71 * [[:wiki:syntax]]
82 * [[:wiki:syntax]]
95 * [[:wiki:syntax]]
106 * [[:wiki:syntax]]
119 * [[:wiki:syntax]]
140 * [[wiki:syntax]]
[all …]
H A Dpopover.txt60 ==== DokuWiki syntax ====
76 | ''html'' | ''false'' | ''true'' ''false'' | Insert DokuWiki syntax into the popover |
H A Dtext.txt4 This syntax have two version (lowercase and uppercase).
H A Dthumbnail.txt50 …sn't require a database. It is loved by users for its clean and readable syntax. The ease of maint…
66 …sn't require a database. It is loved by users for its clean and readable syntax. The ease of maint…
76 …sn't require a database. It is loved by users for its clean and readable syntax. The ease of maint…
86 …sn't require a database. It is loved by users for its clean and readable syntax. The ease of maint…
96 …sn't require a database. It is loved by users for its clean and readable syntax. The ease of maint…
H A Dtooltip.txt12 | ''html'' | ''false'' | ''true'', ''false'' | Enable DokuWiki syntax inside the ''title'' |

12345678910>>...26