Home
last modified time | relevance | path

Searched refs:b (Results 1626 – 1650 of 2511) sorted by relevance

1...<<61626364656667686970>>...101

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D65.65.js.map1 ….twig'],\n // operators - logic\n [/(and|or|not|b-and|b-xor|b-or)(\\s+)/, ['…
H A Djson.worker.js.map1b) => a === b) {\n if (one === other) {\n return true;\n }\n if (!one || !other) {…
H A D17.17.js.map1 … markers: {\n start: /^\\s*\\s*#?region\\b/,\n end: /^\\s*\\s*#?endregion\\
H A D41.41.js.map1b'),\n end: new RegExp('^\\\\s*(#|//)endregion\\\\b')\n }\n }\n};\nexport var…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1b","sort","throttle","timeout","wait","apply","arguments","setTimeout","isArray","Array","undefine…
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js406 case 66: // b
2233 if ((cc == "w") || (cc == "b")) {
2234 if (cc == "b") {
2410 var ColorName = new Array ("w", "b");
2411 var PiecePrefix = new Array ("k", "q", "r", "b", "n", "p");
3297 …essMovesRegExp = new RegExp("\\b((\\d+(\\.{1,3}|\\s)\\s*)?((([KQRBN][a-h1-8]?)|[a-h])?x?[a-h][1-8]…
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc27 regex = new RegExp('\\>\\{\\{(.*?)\\.\\w+\\<\\/font\\>\\b', 'gm');
135 'b': '**',
244 'b': true,
1060 if (tag == 'b' || tag == 'i' && this.list_level) {
1603 heading = '<b>' + heading + "</b>\n";
1728 function(all, type, b, c, tail) {
1781 function(m, a, b, c) {
1791 else c = '{{' + b + '|' + c + '}}';
1826 …esults.replace(/\[\[(.*?)\|(<font[^\>]+>)(.*?)(<\/font>)\s*(\]\])\s*/gm, function(match, a, b, c) {
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak580 public int read(byte[] b) throws IOException {
581 return inc(super.read(b));
585 public int read(byte[] b, int off, int len) throws IOException {
586 return inc(super.read(b, off, len));
1239 editorKit.insertHTML(document, start, ((bold) ? "<b>"
1241 + text + ((bold) ? "</b>" : "</i>"), 0, 0,
H A DEditorActions.java580 public int read(byte[] b) throws IOException { in post()
581 return inc(super.read(b)); in post()
585 public int read(byte[] b, int off, int len) throws IOException { in post()
586 return inc(super.read(b, off, len)); in post()
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1b:"**",i:"//",em:"//",u:"__",br:w,strike:"<del>",del:"<del>",s:"<del>",p:"\n\n",a:"[[",img:"{{",st… property in parse_wikitext.t
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.min.js17b="class",y={"default":/^(?:\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u[\dA-F… function
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1b","NaN","f","compare","length","x","ascending","left","lo","hi","mid","right","ascendingBisect","…
/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1b\", \"i\");\n }\n\n var singleOperators = new RegExp(\"^[\\\\+\\\\-\\\\*/&#!_?\\\\\\\\<>=\\…
H A Dwebidl.min.js.map1b\");\n};\n\nvar builtinArray = [\n \"Clamp\",\n \"Constructor\",\n \"EnforceRange\",\n \"Expo…
H A Dprotobuf.min.js.map1 …exp(words) {\n return new RegExp(\"^((\" + words.join(\")|(\") + \"))\\\\b\", \"i\");\n };\n\n…
/plugin/ifauthex/lib/
H A Dparser.php637 usort($elmDefs, function ($a, $b) { return $a->priority() - $b->priority(); });
/plugin/adhoctags/
H A DREADME.md20 - `<b>` – “[Bring Attention To](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b)” (also known as “bold”)
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css73 a:hover, a:active, a:focus, a:hover b, a:hover var {
92 code a b {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php429 $this->mpdf->PDFAXwarnings[] = 'Core Adobe font Zapfdingbats cannot be embedded in mPDF - used in Form element: Select - which is required for PDFA1-b or PDFX/1-a. (Different character/font will be substituted.)';
1261 function SetFormBorderColor($r, $g = -1, $b = -1)
1263 $this->form_border_color = $this->getColor($r, $g, $b); argument
1266 function SetFormBackgroundColor($r, $g = -1, $b = -1)
1268 $this->form_background_color = $this->getColor($r, $g, $b); argument
1271 private function getColor($r, $g = -1, $b = -1)
1273 if (($r == 0 && $g == 0 && $b == 0) || $g == -1) { argument
1276 return sprintf('%.3F %.3F %.3F', $r / 255, $g / 255, $b / 255);
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmultiline.js19b=g.BBOX;var f=a.mo().With({SVGdata:{w:0,x:0}});var e={newline:0,nobreak:1000000,goodbreak:[-200],…
/plugin/docimporter/
H A D.action.php.swp26 ��� ��� ��� ��� ��o ��n ��b ��X ��P ��O �� �������������������������������������������������…
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt329 literal b, t и nil

1...<<61626364656667686970>>...101