Home
last modified time | relevance | path

Searched refs:markup (Results 76 – 100 of 147) sorted by relevance

123456

/plugin/isauth/
H A DCHANGELOG
/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/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/code3/styles/schemes/
H A Didea_alloy.css19 /** markup declaration such as a DOCTYPE. */
H A Ddefault.css49 /** markup declaration such as a DOCTYPE. */
/plugin/textinsert/
H A DREADME30 HTML markup will be treated as literals. With it, <p> creates a paragraph; wthout it the <p>
31 markup is printed to the screen.
/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…
/plugin/showif/
H A Dsyntax.php.alternative.version37 'Shows text only if all of some conditions are true. Basic markup will be shown, but heading-markup
/plugin/header3/
H A DREADME.md4 It also enables the rendering of links and other markup in headings.
/plugin/jwhelloworld/
H A DREADME.md4 …a Dokuwiki page, just install the plugin (and jokuwiki) then add the following markup to your page:
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md19 * Issue with pasting SCAYT markup in CKEditor
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md19 * Issue with pasting SCAYT markup in CKEditor
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php115 * @return WikiPath from where the markup slot should be searched
272 $markup = MarkupPath::createPageFromPathObject($path);
273 if ($markup->isSlot()) {
316 LogUtility::internalError("This template is not for a markup path, it cannot have slots then.");
746 $markup = MarkupPath::createPageFromPathObject($wikiPath);
747 return Toc::createForPage($markup);
H A DFetcherMarkup.php19 * A class that renders a markup fragment
48 const CANONICAL = "markup-fragment-fetcher";
56 public const MARKUP_DYNAMIC_EXECUTION_NAME = "markup-dynamic-execution";
95 * @var bool threat the markup as a document (not as a fragment)
118 * @var Path the source path of the markup (may be not set if we render a markup string for instance)
160 * @param Path $executingPath - the path where we can find the markup
195 public static function createStandaloneExecutionFromStringMarkupToXhtml(string $markup): FetcherMarkup argument
198 ->setRequestedMarkupString($markup)
207 * Starts a child fetcher markup
[all...]
/plugin/rater/
H A DREADME13 Simply place the following syntax into the page markup for 5-Star-Rater:
/plugin/codebuttonmod1/
H A DPlugin.txt34 …nd of your regular toolbar. Use them to add "''<code>Insert_Code</code>''" to your DokuWiki markup.
/plugin/markdownextra/
H A DREADME.md24 …ffix, it gets automatically parsed using PHP Markdown Extra. To use that markup in other pages, th…
/plugin/codebuttonmod2/
H A DPlugin.txt36 The second button adds a simple "''<code>Insert_Code</code>''" markup.
/plugin/yalist/
H A DREADME.md4 This plugin extends DokuWiki's list markup syntax to allow definition lists
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst96 * Embed the markup for the top/bottom and left/right boxes into each page
152 out the HTML markup for the boxes.
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js8markup&&Prism.languages.insertBefore("markup","tag",{script:{pattern:/(&lt;|<)script[\w\W]*?(>|&gt…
/plugin/lists/
H A Dsyntax_plugin_lists.css71 /* superflous markup by DokuWiki std lists (wasting bandwidth) */
/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

123456