Home
last modified time | relevance | path

Searched refs:markup (Results 101 – 125 of 147) sorted by path

123456

/plugin/keyboard/
H A Dplugin.info.txt7 …in order to markup text as keyboard keys, similar to (and making use of) the existing (X)HTML tag …
/plugin/latexcaption/syntax/
H A Dcaption.php235 … $markup = '<'.$tagtype.' class="plugin_latexcaption_'.$type.' plugin_latexcaption_'.$classes.'" ';
238 $markup .= 'id="'.$renderer->_xmlEntities($label).'"';
241 $markup .= '>';
242 $renderer->doc .= $markup;
261 …$markup .= '<'.$captagtype.' class="plugin_latexcaption_caption"><span class="plugin_latexcaption_…
264 $markup .= '>';
266 $markup .= '('.$this->helper->number_to_alphabet($count).') ';
269 $markup .= $this->getLang($type.$langset).' '. $count.$separator;
271 $markup .= '</span><span class="plugin_latexcaption_caption_text">';
273 $renderer->doc .= $markup;
H A Dreference.php71 $markup = '<a href="#'.$label.'">';
80 …$markup .= $this->getLang($type.$langset).' '.$parnum.'('.$this->helper->number_to_alphabet($num).…
83 $markup .= $this->getLang($type.$langset).' '.$num;
86 $markup .= '??REF:'.$label.'??';
88 $markup .= '</a>';
89 $renderer->doc .= $markup;
/plugin/lists/
H A Dsyntax_plugin_lists.css71 /* superflous markup by DokuWiki std lists (wasting bandwidth) */
/plugin/markdownextra/
H A DREADME.md24 …ffix, it gets automatically parsed using PHP Markdown Extra. To use that markup in other pages, th…
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php61 $markup = $this->renderAbsy($absy);
64 return $markup;
86 $markup = $this->renderAbsy($absy);
89 return $markup;
H A DREADME.md189 - [softark/creole](https://github.com/softark/creole) - A creole markup parser
390 * @var boolean whether to format markup according to HTML5 spec.
391 * Defaults to `false` which means that markup is formatted as HTML4.
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown82 $markup = $md->parse($markdown); variable
100 $markup
105 echo $markup;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md85 For any markup that is not covered by Markdown's syntax, you simply
460 markup source code. Rather than forming normal paragraphs, the lines
691 it's 234 characters. In the raw HTML, there's more markup than there
696 allowing you to move the markup-related metadata out of the paragraph,
/plugin/mediasyntax/
H A DREADME24 2013-08-04: 1 hour: keep "__". It is not a markup for <u>
/plugin/news/
H A DREADME4 the feed from the plugin markup.)
9 There are two types of markup. At the top of a page that holds new items, you must place one of th…
15 If you use the first form, then you bracket your news items with the following markup:
33 …news items are generated from material which is preceded by Dokuwiki header markup, and the headers
/plugin/nonblank/
H A DREADME3 When writing documents in markup languages which preserve a single link break in CJK,
/plugin/nstoc/
H A Dsyntax.php134 $markup[] = '</div>';
146 $markup[] = '</div>';
150 $markup[] .= '</li></ul>';
152 $markup[] = '</div>';
156 $markup[] = '</li><li class="level' . $curLvl
162 $markup[] = '</div>';
164 $markup[] = '</li><li class="level' . $curLvl
170 $markup[] = $link
179 $markup[] = '</div>';
181 $markup[] = '</li></ul>';
[all …]
/plugin/orphanmedia/
H A DREADME28 Basic usage is to place one or more of the following syntax lines into the page markup of page with…
/plugin/orphanmedia2/
H A DREADME28 Basic usage is to place one or more of the following syntax lines into the page markup of page with…
H A Ddokuwiki-plugin-page.md52 **Basic** usage is to place one of the following five syntax lines into the page markup of a page w…
/plugin/pagequery/
H A Dplugin.info.txt6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
H A Dreadme.md40 Insert the pagequery markup in a page wherever you want your list to appear. You can have more than one ''pagequery'' list on one page((works well with the [[plugin:columns|columns plugin]])).
/plugin/plantumlparser/
H A Dplugin.info.txt6 desc This plugin takes PlantUML markup from a wiki page and has it displayed in a user's browser.
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php7 private $markup;
11 public function __construct($markup,$plantUmlUrl) {
12 $this->markup = nl2br($markup);
13 $this->encoded = $this->encodep($markup);
18 return $this->markup;
4 private $markup; global() variable in PlantUmlDiagram
8 __construct($markup, $plantUmlUrl) global() argument
H A Dinjector.php43 $markup = str_replace('</' . $this->TAG . '>', '', str_replace('<' . $this->TAG . '>', '', $match));
53 $diagramObject = new PlantUmlDiagram($markup,$plantUmlUrl);
57 'markup' => $diagramObject->getMarkup(),
81 if(is_a($renderer,'renderer_plugin_dw2pdf') && (preg_match("/(@startlatex|@startmath|<math|<latex)/", $data['markup']))){
89 $renderer->doc .= "<span>".$data['markup']."</span>";
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js38 markup: '<div class="pp_pic_holder"> \
753 settings.markup = settings.markup.replace('{pp_social}','');
755 $('body').append(settings.markup); // Inject the markup
/plugin/randomtables/
H A Dplugin.info.txt6 desc Define Random Tables in markup and then roll to see results on the page.
/plugin/rater/
H A DREADME13 Simply place the following syntax into the page markup for 5-Star-Rater:
/plugin/rst/
H A DREADME.md24 … with ''.rst'' suffix, it gets automatically parsed as RST . To use that markup in other pages, th…

123456