Home
last modified time | relevance | path

Searched refs:syntax (Results 151 – 175 of 636) sorted by last modified time

12345678910>>...26

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DMethod.php48 public $syntax; variable in Google\\Service\\ServiceManagement\\Method
137 public function setSyntax($syntax) argument
139 $this->syntax = $syntax;
146 return $this->syntax;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DType.php40 public $syntax; variable in Google\\Service\\Monitoring\\Type
115 public function setSyntax($syntax) argument
117 $this->syntax = $syntax;
124 return $this->syntax;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE184 comment syntax for the file format. We also recommend that a
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE184 comment syntax for the file format. We also recommend that a
/plugin/vshare/_test/
H A DVideoSyntaxTest.php8 * syntax handling tests for the vshare plugin
44 $syntax = new \syntax_plugin_vshare_video();
46 list($width, $height) = $syntax->parseSize($params);
96 $syntax = new \syntax_plugin_vshare_video();
97 $result = $syntax->handle($input, DOKU_LEXER_MATCHED, 0, new \Doku_Handler());
/plugin/vshare/
H A Ddeleted.files8 syntax.php
/plugin/vshare/syntax/
H A Ddebug.php53 $syntax = new syntax_plugin_vshare_video();
63 $data = $syntax->handle("{{ $site>{$info['vid']} }}", DOKU_LEXER_MATCHED, 0, $handler);
64 $syntax->render($mode, $renderer, $data);
/plugin/instructions/
H A Dplugin.info.txt6 desc Special syntax for instructions
/plugin/commonmark/
H A DREADME.md10 2. if exists, parses entire document and renders to DW syntax
15 Commonmark plugin aims for complete compatiblity of Markdown in Dokuwiki. Most Markdown syntax have corresponding DW syntax, so it will work without problem; but in some cases, Markdown syntax do not matches DW specification one-by-one, or vice versa. Here is a list of known ambiguities between Commonmark and Dokuwiki, and its implements in the plugin:
18 - If you have enabled htmlok plugin, adding `html` as [info string](https://spec.commonmark.org/0.28/#info-string) in [Fenced code blocks](https://spec.commonmark.org/0.30/#fenced-code-blocks) will parse HTML code inside the block to DW's [\<HTML\>](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) block; In case of `nowiki`, `<nowiki>` syntax will be parsed; if `dokuwiki`, raw DW code will be passed. For example:
/plugin/tablelayout/
H A Dhelper.php22 $syntax = array();
24 $syntax[] = 'rowsHeaderSource=' . $layout->rowsHeaderSource;
27 $syntax[] = 'rowsVisible=' . $layout->rowsVisible;
30 $syntax[] = 'colwidth="' . implode(',', $layout->colwidth) . '"';
33 $syntax[] = 'float=' . $layout->float;
36 $syntax[] = 'tableSort=1';
39 $syntax[] = 'tableSearch=1';
42 $syntax[] = 'tablePrint=1';
45 if (count($syntax) === 0) {
48 $syntax = '{{tablelayout?' . implode('&', $syntax) . '}}';
[all …]
/plugin/lms/
H A Ddeleted.files1 syntax.php
/plugin/latex-was/
H A DREADME11 Adds the following syntax to DokuWiki:
12 $$...$$ syntax for displayed LaTeX-math [ddollar]
13 \begin{displaymath} ... \end{displaymath} syntax [displaymath]
14 $...$ syntax for inline LaTeX-math [dollar]
15 \begin{eqnarray} ... \end{eqnarray} syntax [eqnarray]
16 \begin{eqnarray*} ... \end{eqnarray*} syntax [eqnarraystar]
17 \begin{equation} ... \end{equation} syntax [equation]
18 \begin{equation*} ... \end{equation*} syntax [equationstar]
19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex]
/plugin/openas/
H A DREADME4 There are three syntax formats:
/plugin/include/
H A Daction.php141 * Supplies the current section level to the include syntax plugin
343 $syntax = substr($match, 2, -2); // strip markup
344 $replacers = explode('|', $syntax);
345 $syntax = array_shift($replacers);
346 list($syntax, $flags) = array_pad(explode('&', $syntax, 2), 2, "");
349 list($mode, $page, $sect) = array_pad(preg_split('/>|#/u', $syntax, 3), 3, "");
H A Ddeleted.files6 syntax/close_last_secedit.php
7 syntax/div.php
8 syntax/meta.php
10 syntax.php
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md116 - Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
122 - Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
H A DCHANGELOG-0.x.md
/plugin/passpolicy/
H A Dwords.txt3552 syntax
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A D.php_cs8 'array_syntax' => ['syntax' => 'short'],
13 'list_syntax' => ['syntax' => 'long'],
H A DLICENSE185 comment syntax for the file format. We also recommend that a
/plugin/quickstats/lang/en/
H A Dquery.txt46 There is a drop-down menu of files which are currently using the quickstats syntax. You can click …
50 charts you may have created with the quickstats syntax plugin.
/plugin/quickstats/lang/nl/
H A Dgeneral_intro.txt2 …- een lijst bijhouden van bestanden die de quickstats syntax plugin gebruiken, om dit actueel te …
H A Dintro.txt2 gebruik maken van de ''quickstats'' syntax en dus gebruik maken van de scripts. Dit gereedschap v…
4 een pagina uit de cache te verwijderen. Indien het de ''quickstats'' syntax bevat, zal het weer in…
H A Dquery.txt43 er is een keuzemenu van bestanden die gebruikmaken van de quickstats syntax. Indien gekozen zal e…
46 …oeren, en geeft direct toegang tot elke kaart die werd vervaardigd met de quickstats syntax plugin.
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DLICENSE185 comment syntax for the file format. We also recommend that a

12345678910>>...26