Home
last modified time | relevance | path

Searched full:bq (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/syntaxhighlighter3/sxh3/src/js/
DshBrushPerl.js51 { regex: /\bq[qwxr]?\([\s\S]*?\)/g, css: 'string' }, // quote-like operators ()
52 { regex: /\bq[qwxr]?\{[\s\S]*?\}/g, css: 'string' }, // quote-like operators {}
53 { regex: /\bq[qwxr]?\[[\s\S]*?\]/g, css: 'string' }, // quote-like operators []
54 { regex: /\bq[qwxr]?(<|&lt;)[\s\S]*?(>|&gt;)/g, css: 'string' }, // quote-like operators <>
55 { regex: /\bq[qwxr]?([^\w({<[])[\s\S]*?\1/g, css: 'string' }, // quote-like operators non-paired
/plugin/formatplus/
Dscript.js67 var bq = bqelems[i];
68 var bq_cite = bq.getAttribute('title');
69 if (bq.className == 'citation' && bq_cite) {
73 bq.appendChild(bq_after);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshBrushPerl.js67 { regex: /\bq[qwxr]?\([\s\S]*?\)/g, css: 'string' }, // quote-like operators ()
68 { regex: /\bq[qwxr]?\{[\s\S]*?\}/g, css: 'string' }, // quote-like operators {}
69 { regex: /\bq[qwxr]?\[[\s\S]*?\]/g, css: 'string' }, // quote-like operators []
70 { regex: /\bq[qwxr]?(<|&lt;)[\s\S]*?(>|&gt;)/g, css: 'string' }, // quote-like operators <>
71 { regex: /\bq[qwxr]?([^\w({<[])[\s\S]*?\1/g, css: 'string' }, // quote-like operators non-paired
/plugin/formatplus2/
Dscript.js95 var bq = bqelems[i];
96 var bq_cite = bq.getAttribute('title');
97 if (bq.className == 'citation' && bq_cite) {
101 bq.appendChild(bq_after);
/plugin/diagramsnet/lib/templates/cloud/gcp/
Dgcp_websites_content_hosting.xml1 …h2J8+BgI6ljmrH65Dur1bXC9unfGRydPJqN8dP6FzzN8pEbp8dHiu/DRYoqMF4rt/XDdvL1/t2/+BQ==</diagram></mxfile>
/plugin/codemirror/dist/modes/
Dtextile.min.js1bq:"bq",definitionList:/- .*?:=+/,definitionListEnd:/.*=:\s*$/,div:"div",drawTable:/\|.*\|/,foot:/… property
Dtextile.min.js.map1bq","definitionListEnd","drawTable","foot","list","para","tableCellAttributes","tableText","text",…
/plugin/diagramsnet/lib/templates/cloud/aws/
Daws_5.xml1 …Y0OCQH45RNvFr060JuGeyMdfbc1fROpqD5F0Fwc57Mt2dTT9if3i+WFCxa7t1bl34omvaCDmYi3/BQ==</diagram></mxfile>
Daws_2.xml1 …mzNu2zrhc+jo/6v1CbmnCOUmQdBKxtTPDcN5HIq/0UB+VRDDJ7nwm+72QyAjsILPDht3jpZGu+3Bq/9lYaISf7b0lMfaVCfsL2…
/plugin/letsencrypt/
Dcountry-codes.csv41 Caribbean Netherlands,BQ
/plugin/textile2/
DclassTextile.php74 Blockquote: bq.
75 Example: bq. Block quotation... -> <blockquote>Block quotation...</blockquote>
77 Blockquote with citation: bq.:http://citation.url
78 Example: bq.:http://textism.com/ Text...
252 $this->btag = array('bq', 'bc', 'notextile', 'pre', 'h[1-6]', 'fn\d+', 'p');
603 if ($tag == "bq") {
1129 $this->btag = array('bq', 'p');
/plugin/statistics/vendor/matomo/device-detector/regexes/device/
Dmobiles.yml2752 - regex: '5085[BQ]'
5659 # bq OR BQ
5660 bq:
5661 …regex: 'Aquaris|bq [^/;]+ Build|BQS[-_][0-9]{4}|(?:BQ(?:ru)?[_ -][0-9]{3,4})|BQ_\d{2}FSF?|BQ5059|B…
5664 - regex: 'BQ(?:ru)?-(?:5209L|5044)(?:[);/ ]|$)'
5666 - regex: 'BQ(?:ru)?-(?:6035L)(?:[);/ ]|$)'
5668 - regex: 'BQ(?:ru)?-(?:5535L)(?:[);/ ]|$)'
5670 - regex: 'BQ(S|ru)?-6353L'
5672 - regex: 'BQ(S|ru)?-(?:5070|6040L)(?:[);/ ]|$)'
5674 - regex: 'BQ(S|ru)?-(?:6424L)(?:[);/ ]|$)'
[all …]
/plugin/markdownextra/lib/meltdown/js/lib/
Djs-markdown-extra.js1299 ), 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/markdownextra/
Dmarkdown.php1336 $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/pgn4web/pgn4web/images/igorsvg/
Dbq.svg15 sodipodi:docname="bq.svg">
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dspecs.md202 Markdown's email-style [blockquoting][bq] and multi-paragraph [list items][l]
205 [bq]: #blockquote
/plugin/mizarverifiabledocs/src/
H A Dmizar-parser.js14 …i#f#g8o#i#j3v~8lP#f#g!|~8rP#c#d8u~8xP#a#b(}~9OP#]#^9R~9UP#j#k9X~9[P#X#Y(k~9bQ#X#Y9h#c#d:Y~9kQ#b#c,…
/plugin/quickstats/GEOIP/
Dgeoip.inc336 "BQ" => 253,
594 "BQ",
/plugin/hyphenation/phpHyphenation/patterns/
Des.php9 …2 bio1ú2 bi1u2ní 2bj 2bk b2l 2bl_ 2bm 2b3m2n 2bn 2bp 2b3p2n 2b3p2s 2b3p2t 2bq b2r 2br_ 2bs 2bt 2b3…
/plugin/dw2pdf/vendor/mpdf/qrcode/data/
Dqrv16_3.dat321 …p�p�ZHA�Q�bt��l�X�v`�ˁے���bH��t��bdX��n���vZHA�b��tA�rd����~H�X�v˂�����bQ�Z|���d��f`�vXJXQ�r�…
Dqrv21_1.dat401 …�ZHA�bXQ�r��˂��ے`�Jl�|��ZdQ|��ZdQtAl��JtA�r���~H�f���nX�vJ`�ے��QJ�����bQJ`�ے�|���d��rt��bdQ�…
Dqrv25_1.dat465 …��r��˂p��r��˂p��r��˂p�tA�rd���tA�rd����v���nX�fp��v���bHAXQJ��d��rtAl��t�bQ�Z|���d��n���vp��n���…
/plugin/dw2pdf/vendor/mpdf/mpdf/data/patterns/
Des.php10 …2 bi1u2n\xc3\xad 2bj 2bk b2l 2bl_ 2bm 2b3m2n 2bn 2bp 2b3p2n 2b3p2s 2b3p2t 2bq b2r 2br_ 2bs 2bt 2b3…
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php257 'BQ' => 'BenQ',
314 'BX' => 'bq',
/plugin/jquery-syntax/
Djquery-1.6.min.js16bq=/^-?\d+(?:px)?$/i,br=/^-?\d/,bs=/^[+\-]=/,bt=/[^+\-\.\de]+/g,bu={position:"absolute",visibility…

1234