Home
last modified time | relevance | path

Searched refs:markup (Results 51 – 75 of 147) sorted by relevance

123456

/plugin/codeprettify/code-prettify/src/
H A Dprettify.css32 .tag { color: #008 } /* a markup tag name */
33 .atn { color: #606 } /* a markup attribute name */
34 .atv { color: #080 } /* a markup attribute value */
/plugin/fckg/extra/
H A DREADME-MULTLINE-PLUGINS13 Place the plugin markup at the top and bottom of the multi-line plugin:
25 as standard markup for DokuWiki code blocks.
/plugin/bootswrapper/syntax/
H A Daffix.php154 …$markup = '<div style="z-index:1024;' . implode(';', $styles) . '" class="bs-wrap bs-wrap-affix" d…
156 $renderer->doc .= $markup;
H A Dbootstrap.php283 $markup = $this->template_start;
284 $renderer->doc .= $markup;
/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/typography/
H A DREADME.md5 Typography plugin extends DokuWiki markup by typesetting abilities.
6 The `<typo>` markup tag specifies CSS font properties such as font face, size, weight, and color of…
9 Some specific **short name** are also available as markup tag; `<ff>` (font familiy/name), `<fs>` (…
29 …e by hand. You should however avoid them whenever possible for "semantic markup", better maintaina…
/plugin/combo/ComboStrap/
H A DFetcherSvg.php164 * @param string $markup - the svg as a string
169 public static function createSvgFromMarkup(string $markup, string $name): FetcherSvg argument
171 return self::createSvgEmpty()->setMarkup($markup, $name);
810 * @param string $markup - the svg as a string
814 private function setMarkup(string $markup, string $name): FetcherSvg argument
817 $this->buildXmlDocumentIfNeeded($markup);
1681 private function buildXmlDocumentIfNeeded(string $markup = null): FetcherSvg argument
1685 * via markup (See {@link self::setMarkup()}
1695 if ($markup !== null) {
1696 $this->xmlDocument = XmlDocument::createXmlDocFromMarkup($markup);
[all...]
H A DLang.php100 public static function createForMarkup(MarkupPath $markup): Lang argument
103 $lang->setResource($markup);
H A DOutline.php95 * @param MarkupPath|null $markup - needed to store the parsed toc, h1, ... (null if the markup is dynamic)
99 public function __construct(CallStack $callStack, MarkupPath $markup = null, bool $isFragment = false)
101 if ($markup !== null) { argument
102 $this->markupPath = $markup;
112 * @param MarkupPath|null $markupPath - needed to store the parsed toc, h1, ... (null if the markup is dynamic)
495 * Utility class to create a outline from a markup string
619 $markup = FileSystems::getContent($path);
620 $instructions = MarkupRenderer::createFromMarkup($markup, $path, $path)
853 // outline is not runnned from a markup handle
[all...]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css110 .language-markup .token.tag,
111 .language-markup .token.attr-name,
112 .language-markup .token.punctuation {
/plugin/skipentity/
H A DREADME.md2 Creates monospaced text without converting entities and also preserves most markup as literals.
/plugin/header2/
H A Dplugin.info.txt6 desc Allows markup syntax in the header
/plugin/abbr/
H A Dplugin.info.txt6 desc abbr tag for abbreviation markup
/plugin/xhtmlruby/
H A Dstyle.css1 /* ---------------- Ruby markup ----------------- */
/plugin/header3/
H A Dplugin.info.txt6 desc Allows markup syntax in the header(like header2) and keeps your linebreaks (like xbr)
/plugin/randomtables/
H A Dplugin.info.txt6 desc Define Random Tables in markup and then roll to see results on the page.
/plugin/codeclipboard/
H A Dplugin.info.txt6 desc Provides frontend button to copy to clipboard what is inside a code markup
/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/heat/
H A Dplugin.info.txt6 desc Highlights HEAT numbers (eg Heat #01234567) in wiki markup
/plugin/nonblank/
H A DREADME3 When writing documents in markup languages which preserve a single link break in CJK,
/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
/plugin/exttab3/
H A DREADME.md11 | markup | description |
/plugin/block/
H A DREADME8 on their Dokuwiki markup.
/plugin/tableedit/
H A DREADME.md6 …ffers a friendly user iterface to underlying manipulation with the table markup using regular expr…
/plugin/rst/
H A DREADME.md24 … with ''.rst'' suffix, it gets automatically parsed as RST . To use that markup in other pages, th…

123456