Home
last modified time | relevance | path

Searched refs:markup (Results 101 – 125 of 147) sorted by last modified time

123456

/plugin/isauth/
H A DCHANGELOG
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc160 markup['blank'] = "";
161 markup['fn_start'] = '((';
162 markup['fn_end'] = '))';
163 markup['row_span'] = ":::";
284 if(markup[tag]) {
308 markup['li'] = markup[tag];
1046 if(this.prev_list_level > 0 && markup['li'] == markup['ol']) {
1157 } // if markup tag
1183 if(!markup[tag]) return;
1317 tag = markup[tag];
[all …]
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md273 * Issue with pasting SCAYT markup in CKEditor.
841 …tor.com/ticket/11660): [IE] Fixed: Table content is lost when some extra markup is inside the tabl…
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md19 * Issue with pasting SCAYT markup in CKEditor
/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/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/fckg/fckeditor/editor/lang/
H A Dlang-template.txt160 + " the markup and this method will fail. "
/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/fckg/
H A DChanges72 Fixed bug where table markup inside code blocks dropped empty cells (edit.php::_preprocess)
145 convert html tag markup < and > to entities in indented code blocks
149 replace '>' in interwiki markup in lists, removed in above.
229 Corrects bug which deletes final monospace markup from list items
294 Removed Aug 13 fix for handling plain text samaba shares; it corrupts some plugin markup.
312 Fixed bug in handling of rss feed syntax that inserted initial italic markup following feed markup.
/plugin/issuetracker/
H A DREADME32 Simply place the following syntax into the page markup of 2 different pages:
/plugin/nonblank/
H A DREADME3 When writing documents in markup languages which preserve a single link break in CJK,
/plugin/rater/
H A DREADME13 Simply place the following syntax into the page markup for 5-Star-Rater:
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2markup,canvas,property){if(canvas[property]&&canvas[property].toSVG){markup.push('<pattern x="0" y… argument
4markup,commonAttributes;this.colorStops.sort(function(a,b){return a.offset-b.offset});if(!(object.… argument
8markup=[];if(this.fill&&this.fill.toLive){markup.push(this.fill.toSVG(this,false))}if(this.stroke&…
9markup=this._createBaseSVGMarkup(),addTransform="";for(var i=0,len=this.path.length;i<len;i++){chu…
11markup=this._createBaseSVGMarkup(),offsets=this._getSVGLeftTopOffsets(this.ctx),textAndBg=this._ge… argument
H A Dfabric.js3420 markup.push(
3787 markup += [
3797 if (markup) {
3798 markup = [
5050 markup = [
5063 markup = [
6921 markup.push(
12837 return markup;
13714 markup.push(
13726 return reviver ? reviver(markup.join('')) : markup.join('');
[all …]
/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/jwhelloworld/
H A DREADME.md4 …a Dokuwiki page, just install the plugin (and jokuwiki) then add the following markup to your page:
/plugin/jokuwiki/
H A DREADME.md26 …the noscript content is sent to the browser as is (i.e. may contain HTML markup). If the configura…
30 …pening and closing jw tags. This will be parsed by Dokuwiki and hence may contain the usual markup.
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/markdownextra/
H A DREADME.md24 …ffix, it gets automatically parsed using PHP Markdown Extra. To use that markup in other pages, th…
/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/mediasyntax/
H A DREADME24 2013-08-04: 1 hour: keep "__". It is not a markup for <u>
/plugin/header2/
H A Dplugin.info.txt6 desc Allows markup syntax in the header
/plugin/header3/
H A DREADME.md4 It also enables the rendering of links and other markup in headings.

123456