Home
last modified time | relevance | path

Searched refs:syntax (Results 101 – 125 of 636) sorted by relevance

12345678910>>...26

/plugin/pagetitle/
H A Ddeleted.files8 syntax.php
10 syntax/metaonly.php
/plugin/jsmath/
H A Ddiff1 diff syntax.php syntax.php.orig
/plugin/prosemirror/
H A Dhelper.php20 * @return null|string DokuWiki syntax or null on error
31 $syntax = $rootNode->toSyntax();
32 return $syntax;
/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/pageredirect/
H A Daction.php218 // Strip syntax
221 list($syntax, $src, $anchor) = array_pad(preg_split("/>|#/", $match), 3, "");
231 $result = "~~".$syntax.">".$new_src;
240 // Strip syntax
243 list($syntax, $src, $anchor) = array_pad(preg_split("/ |#/", $match), 3, "");
253 $result = "\n#".$syntax." ".$new_src;
/plugin/prosemirror/parser/
H A DRSSNode.php59 $syntax = self::attrToSyntax($attrs);
60 $ins = p_get_instructions($syntax);
/plugin/refnotes/lang/en/
H A Dintro.txt6 * //Use footnotes syntax// --- if enabled the RefNotes plugin will be used to handle native DokuWiki footnotes along with it's own syntax.
11 * //Inline// --- specifies if the note text should be [[doku>plugin:refnotes:syntax#inline_notes|inlined]]. For inline notes you can configure if various reference styles are applied or not.
/plugin/searchpattern/
H A Dplugin.info.txt6syntax : ~~SEARCHPATTERN(:|;|\#)\'[pattern or regexp to search]\'~~ ; ~~SEARCHPATTERN:\'myString\'…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A D.php_cs8 'array_syntax' => ['syntax' => 'short'],
13 'list_syntax' => ['syntax' => 'long'],
/plugin/bureaucracy-au/helper/
H A Dactionmail.php188 list($syntax,) = explode(' ', trim($codeoptions), 2);
189 if($syntax == 'html') {
192 if($syntax == 'text' || $syntax == '') {
/plugin/bureaucracyau/helper/
H A Dactionmail.php188 list($syntax,) = explode(' ', trim($codeoptions), 2);
189 if($syntax == 'html') {
192 if($syntax == 'text' || $syntax == '') {
/plugin/bureaucracy/helper/
H A Dactionmail.php197 list($syntax,) = explode(' ', trim($codeoptions), 2);
198 if($syntax == 'html') {
201 if($syntax == 'text' || $syntax == '') {
/plugin/issuelinks/classes/
H A DServiceProvider.php44 $syntax = $className::SYNTAX;
46 $keys[$syntax] = $className;
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt3 …ams, workgroups and small companies. It has a simple but powerful [[wiki:syntax]] which makes sure…
14 All documentation and additional information besides the [[syntax|syntax description]] is maintaine…
34 * [[wiki:syntax|Wiki Syntax]]
65 … tarball((files inside the ''data'' directory -- eg: ''dokuwiki.txt'', ''syntax.txt'', ''dokuwiki-…
/plugin/markdownextra/
H A DREADME.md6 type : syntax
60 …, but I can't use it with page with .md suffix as {{tag>tat1 tag2 tag3}} syntax will not work with…
63 For syntax, refer to http://michelf.com/projects/php-markdown/extra/
/plugin/ebnf/
H A Debnf.php48 syntax = [ title ] "{" { rule } "}" [ comment ].
65 if (isset($_GET['syntax'])) {
66 $input = $_GET['syntax'];
85 $syntax = $dom->createElement("syntax");
86 $syntax->setAttribute('title', 'EBNF - Syntax Error'); variable
87 $syntax->setAttribute('meta', $e->getMessage());
88 $dom->appendChild($syntax);
202 } else if ($node->nodeName=='syntax') {
280 $syntax
[all...]
/plugin/tooltip/
H A DREADME3 * Introduces syntax for tooltip text
11 Tooltip introduces two syntax modes:
/plugin/aceeditor/
H A DNEWS13 * Fixed setting to enabled/disable syntax highlighting
40 * Fixed syntax of nowiki tags
54 * Fixed syntax highlighting of media and internal links
55 * Fixed syntax highlighting of content inside tables
95 * Fixed syntax error with compact JavaScript
/plugin/duoshuo-dokuwiki/
H A Daction.php83 $syntax = new syntax_plugin_duoshuo();
84 return $syntax->getDuoshuoScript();
/plugin/publist/
H A Dchangelog6 * Included simple (optional) TeX to utf8 sanitiser in syntax.php.
8 * "handle" function (syntax.php) parser code corrections. "only" option
/plugin/diff/
H A Dsyntax_plugin_diff.css2 Cascading Style Sheet for DIFF syntax plugin
15 /* This are the same classnames as used with the CODE syntax plugin. */
/plugin/bootswrapper/exe/help/
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…
/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]]
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt7 type : syntax
24 with simple intuitive syntax.
63 You can use this syntax for Bug links anywhere. For example, create your own
90 The query format for buglists uses the bugzilla quicksearch syntax. You can query for various field…
92 …Bugzillas XML-RPC-API as of version 4.x. Therefore, only a subset of the syntax is implemented unt…
145 …* Buglist query syntax should be completely switched to Bugzilla quicksearch syntax once Bugzilla …
/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>

12345678910>>...26