Home
last modified time | relevance | path

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

123456

/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css320 markup:
378 markup:
569 markup:
632 markup:
673 markup:
700 markup:
726 markup:
766 markup:
977 markup:
1144 markup:
[all …]
/plugin/edittable/renderer/
H A Dinverse.php48 $markup = str_repeat('=', 7 - $level);
49 $this->doc .= "$markup $text $markup".DOKU_LF;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst59 :doc:`parent<../functions/parent>`) always return safe markup.
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php86 throw new ExceptionBadSyntax("The xml text markup should not be empty.", self::CANONICAL);
285 public static function createHtmlDocFromMarkup($markup): XmlDocument argument
287 return self::createXmlDocFromMarkup($markup, true);
/plugin/tagfilter/script/select2/
H A Dselect2.js370 function markMatch(text, term, markup, escapeMarkup) { argument
375 markup.push(escapeMarkup(text));
379 markup.push(escapeMarkup(text.substring(0, match)));
380 markup.push("<span class='select2-match'>");
381 markup.push(escapeMarkup(text.substring(match, match + tl)));
382 markup.push("</span>");
383 markup.push(escapeMarkup(text.substring(match + tl, text.length)));
386 function defaultEscapeMarkup(markup) { argument
397 return String(markup).replace(/[&<>"'\/\\]/g, function (match) {
3322 var markup
[all...]
/plugin/commonmark/
H A DREADME.md13 If you want to parse all DW pages as Commonmark without specific doctype, you can enable `force_commonmark` option on config. But this action may conflit with existing document of DW markup, so please use it carefully.
/plugin/dokuprism/prism/
H A Dprism.js2 https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+abap+abnf+actionscript+ada+antlr4+apacheconf+apl+applescript+aql+arduino+arff+asciidoc+aspnet+asm6502+autohotkey+autoit+bash+basic+batch+bbcode+bison+bnf+brainfuck+brightscript+bro+c+csharp+cpp+cil+clojure+cmake+coffeescript+csp+crystal+css-extras+d+dart+diff+django+dns-zone-file+docker+ebnf+eiffel+ejs+elixir+elm+etlua+erb+erlang+fsharp+fortran+gml+gedcom+go+graphql+groovy+haml+handlebars+haskell+haxe+hcl+http+hpkp+hsts+ichigojam+icon+inform7+ini+io+j+java+javadoc+javadoclike+javastacktrace+jolie+jq+jsdoc+js-extras+json+json5+jsonp+js-templates+julia+keyman+kotlin+latex+latte+less+lilypond+liquid+lisp+livescript+lolcode+lua+makefile+markdown+markup-templating+matlab+mel+mizar+monkey+moonscript+n1ql+n4js+nand2tetris-hdl+nasm+neon+nginx+nim+nix+objectivec+pascal+perl+php+phpdoc+php-extras+plsql+powershell+processing+prolog+properties+protobuf+pug+puppet+pure+python+q+qml+qore+r+jsx+tsx+reason+regex+renpy+rest+rip+roboconf+robotframework+ruby+rust+sas+sass+scss+scala+scheme+shell-session+smalltalk+smarty+solidity+soy+sparql+splunk-spl+sqf+sql+stylus+swift+t4-templating+t4-cs+t4-vb+tap+tcl+tt2+textile+toml+turtle+twig+typescript+vala+vbnet+velocity+verilog+vhdl+vim+visual-basic+wasm+wiki+xeora+xojo+xquery+yaml+zig&plugins=show-language+remove-initial-line-feed+previewers+toolbar+copy-to-clipboard+download-button */
4 Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",(function(a){"entity"===a.type&&(a.attributes.title=a.content.replace(/&amp;/,"&"))})),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(a,e){var s={};s["language-"+e]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[e]},s.cdata=/^<!\[CDATA\[|\]\]>$/i;var t={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:s}};t["language-"+e]={pattern:/[\s\S]+/,inside:Prism.languages[e]};var n={};n[a]={pattern:RegExp("(<__[^>]*>)(?:<!\\[CDATA\\[(?:[^\\]]|\\](?!\\]>))*\\]\\]>|(?!<!\\[CDATA\\[)[^])*?(?=</__>)".replace(/__/g,(function(){return a})),"i"),lookbehind:!0,greedy:!0,inside:t},Prism.languages.insertBefore("markup","cdata",n)}}),Object.defineProperty(Prism.languages.markup class in Prism.languages
67 !function(n){n.languages.haml={"multiline-comment":{pattern:/((?:^|\r?\n|\r)([\t ]*))(?:\/|-#).*(?:(?:\r?\n|\r)\2[\t ].+)*/,lookbehind:!0,alias:"comment"},"multiline-c global() class in n.languages.haml
134 !function(e){e.languages.pug={comment:{pattern:/(^([\t ]*))\/\/.*(?:(?:\r?\n|\r)\2[\t ].+)*/m,lookbehind:!0},"multiline-script":{pattern:/(^([\t ]*)script\b.*\.[\t global() class in e.languages.pug
193 !function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document&&Function.prototype.bind){var e,s,t={gradient:{create:(e={},s=function(s){if(e[s])return e[s];var t=s.match(/ global() class in t.time.languages
[all...]
H A Dprism.css2 https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+abap+abnf+actionscript+ada+antlr4+apacheconf+apl+applescript+aql+arduino+arff+asciidoc+aspnet+asm6502+autohotkey+autoit+bash+basic+batch+bbcode+bison+bnf+brainfuck+brightscript+bro+c+csharp+cpp+cil+clojure+cmake+coffeescript+csp+crystal+css-extras+d+dart+diff+django+dns-zone-file+docker+ebnf+eiffel+ejs+elixir+elm+etlua+erb+erlang+fsharp+fortran+gml+gedcom+go+graphql+groovy+haml+handlebars+haskell+haxe+hcl+http+hpkp+hsts+ichigojam+icon+inform7+ini+io+j+java+javadoc+javadoclike+javastacktrace+jolie+jq+jsdoc+js-extras+json+json5+jsonp+js-templates+julia+keyman+kotlin+latex+latte+less+lilypond+liquid+lisp+livescript+lolcode+lua+makefile+markdown+markup-templating+matlab+mel+mizar+monkey+moonscript+n1ql+n4js+nand2tetris-hdl+nasm+neon+nginx+nim+nix+objectivec+pascal+perl+php+phpdoc+php-extras+plsql+powershell+processing+prolog+properties+protobuf+pug+puppet+pure+python+q+qml+qore+r+jsx+tsx+reason+regex+renpy+rest+rip+roboconf+robotframework+ruby+rust+sas+sass+scss+scala+scheme+shell-session+smalltalk+smarty+solidity+soy+sparql+splunk-spl+sqf+sql+stylus+swift+t4-templating+t4-cs+t4-vb+tap+tcl+tt2+textile+toml+turtle+twig+typescript+vala+vbnet+velocity+verilog+vhdl+vim+visual-basic+wasm+wiki+xeora+xojo+xquery+yaml+zig&plugins=show-language+remove-initial-line-feed+previewers+toolbar+copy-to-clipboard+download-button */
/plugin/codeprettify/code-prettify/
H A DCHANGES.md59 * Added `.mxml` extension to the markup style handler for
91 * A variety of markup formatting fixes courtesy *smain* and *thezbyg*.
H A DREADME.md162 ### How do I prevent a portion of markup from being marked as code?
164 You can use the `nocode` class to identify a span of markup that is not code:
/plugin/foldablelist/
H A DREADME.md14 this list can be generated via markup or dokuwiki plugins like the tag-plugin.
/plugin/deletepagebutton/
H A DREADME.md59 Other Templates should work as well, as long as they use the same markup for
/plugin/txt2tags/
H A DREADME.doku42 To use that txt2tags markup in other pages, the content must be embedded in a ''t2t'' block. For ex…
H A DREADME.t2t43 To use that txt2tags markup in other pages, the content must be embedded in a ``t2t`` block. For ex…
/plugin/combo/ComboStrap/
H A DCallStack.php176 static function createFromMarkup($markup): CallStack argument
179 $handler = \ComboStrap\Parser::parseMarkupToHandler($markup);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D32.32.js.map1markup within lines\n { include: '@linecontent' }\n ],\n table_header: [\…
/plugin/mediasyntax/
H A DREADME24 2013-08-04: 1 hour: keep "__". It is not a markup for <u>
/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/displayfile/
H A DREADME.md27 …alues are the same as those provided by Dokuwiki's `<code>` and `<file>` markup and can be found o…
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc138 var on_page; //tags found in page tag markup
/plugin/xcom/lang/en/
H A Dhowto.txt32 …e open at any one time, so that, for instance, you can be looking at the markup for a page while a…
34 …- ''Edit'' view enables you to make changes to the markup and save it back to the remote wiki whi…
/plugin/snap/
H A Dsyntax.php.ori45 $match = trim(substr($match,4,-1)); // strip markup
/plugin/orphanmedia2/
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/issuetracker/
H A DREADME32 Simply place the following syntax into the page markup of 2 different pages:
/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,

123456