Searched refs:bq (Results 1 – 10 of 10) sorted by relevance
| /plugin/formatplus/ |
| D | script.js | 67 var bq = bqelems[i]; 68 var bq_cite = bq.getAttribute('title'); 69 if (bq.className == 'citation' && bq_cite) { 73 bq.appendChild(bq_after);
|
| /plugin/formatplus2/ |
| D | script.js | 95 var bq = bqelems[i]; 96 var bq_cite = bq.getAttribute('title'); 97 if (bq.className == 'citation' && bq_cite) { 101 bq.appendChild(bq_after);
|
| /plugin/markdownextra/ |
| D | markdown.php | 1336 $bq = $matches[1]; 1338 $bq = preg_replace('/^[ ]*>[ ]?|^[ ]+$/m', '', $bq); 1339 $bq = $this->runBlockGamut($bq); # recurse 1341 $bq = preg_replace('/^/m', " ", $bq); 1344 $bq = preg_replace_callback('{(\s*<pre>.+?</pre>)}sx', 1345 array(&$this, '_doBlockQuotes_callback2'), $bq); 1347 return "\n". $this->hashBlock("<blockquote>\n$bq\n</blockquote>")."\n\n";
|
| /plugin/markdownextra/lib/meltdown/js/lib/ |
| D | js-markdown-extra.js | 1299 ), function(match, bq) { argument 1302 bq = bq.replace(/^[ ]*>[ ]?|^[ ]+$/mg, ''); 1303 bq = self.runBlockGamut(bq); // recurse 1305 bq = bq.replace(/^/mg, " "); 1308 bq = bq.replace(/(\\s*<pre>[\\s\\S]+?<\/pre>)/mg, function(match, pre) { 1314 return "\n" + self.hashBlock("<blockquote>\n" + bq + "\n</blockquote>") + "\n\n";
|
| /plugin/codemirror/dist/modes/ |
| D | textile.min.js | 1 …bq:"bq",definitionList:/- .*?:=+/,definitionListEnd:/.*=:\s*$/,div:"div",drawTable:/\|.*\|/,foot:/… property
|
| D | textile.min.js.map | 1 …bq","definitionListEnd","drawTable","foot","list","para","tableCellAttributes","tableText","text",…
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | specs.md | 202 Markdown's email-style [blockquoting][bq] and multi-paragraph [list items][l] 205 [bq]: #blockquote
|
| /plugin/xlsx2dw/packages/xmltojson/ |
| D | xmltojson.js | 19 function bq(){} function 145 function Up(){Up=Nf;Sp=new bq;Tp=new gq} 600 … Xp;var Ke=Ck(ou,'Collections/EmptyListIterator',108);Mf(110,140,{3:1,4:1},bq);_.X=function cq(a){…
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js.map | 1 …bq[qwxr]?\\([\\s\\S]*?\\)/g,\n css: 'string'\n },\n {\n regex: /\\bq[qwxr]?\\{[\\s…
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 350 …bq=N(()=>{"use strict";Eh();mD();Nv();xq();o(Pke,"linearish");o(Tl,"linear")});function yD(t,e){t=…
|