| /plugin/pgn4web/pgn4web/ |
| D | pgn-standard.txt | 63 Another software producer may develop a non-proprietary system, but it may work 81 2) The details of the system must be non-proprietary so that users and software 120 [Result "1/2-1/2"] 122 1. e4 e5 2. Nf3 Nc6 3. Bb5 a6 4. Ba4 Nf6 5. O-O Be7 6. Re1 b5 7. Bb3 d6 8. c3 123 O-O 9. h3 Nb8 10. d4 Nbd7 11. c4 c6 12. cxb5 axb5 13. Nc3 Bb7 14. Bg5 b4 15. 128 40. Rd6 Kc5 41. Ra6 Nf2 42. g4 Bd3 43. Re6 1/2-1/2 143 the presentation level (i.e., highest level) of their programs. This means 182 baroque representations for a newline: multicharacter sequences, end-of-line 183 record markers, start-of-line byte counts, fixed length records, and so forth. 188 granted to use the local newline convention in non-archival PGN files for those [all …]
|
| D | pgn4web-help.html | 4 <!-- 6 copyright (C) 2009-2016 Paolo Casaschi 9 --> 22 overflow-x: hidden; 23 overflow-y: scroll; 28 min-height: 100%; 29 min-width: 100%; 30 font-size: 16px; 31 font-family: sans-serif; 36 text-align: justify; [all …]
|
| D | board-generator.html | 4 <!-- 6 copyright (C) 2009-2016 Paolo Casaschi 9 --> 24 font-family: sans-serif; 28 overflow-x: hidden; 32 text-decoration: none; 37 text-decoration: underline; 45 font-weight: bold; 49 margin-right: 1.0em; 53 margin-left: 1.3em; [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/src/routes/ |
| D | Edit.svelte | 3 import { codeStore, updateCode, updateCodeStore } from '../code-store.js'; 10 import { fromUrl } from '../code-store.js'; 22 historyList.length > 0 ? historyList[historyList.length - 1] : null; 60 A[Christmas] -->|Get money| B(Go shopping) 61 B --> C{Let me think} 62 C -->|One| D[Laptop] 63 C -->|Two| E[iPhone] 64 C -->|Three| F[fa:fa-car Car]`, 66 Alice->>+John: Hello John, how are you? 67 Alice->>+John: John, can you hear me? [all …]
|
| /plugin/codemirror/dist/modes/ |
| D | gherkin.min.js | 1 …-ho\-ho|Tausta|Taust|Situācija|Rerefons|Pozadina|Pozadie|Pozadí|Osnova|Latar Belakang|Kontext|Kont…
|
| D | gherkin.min.js.map | 1 …- http://www.cukes.info/\nReport bugs/issues here: https://github.com/codemirror/CodeMirror/issues…
|
| /plugin/diagramsnet/lib/shapes/pid2/ |
| D | mxPidMisc.js | 2 * $Id: mxPidMisc.js,v 1.4 2013/11/22 10:46:56 mate Exp $ 3 * Copyright (c) 2006-2013, JGraph Ltd 78 c.arcTo(w * 0.15, h * 0.03, -50, 0, 1, w * 0.4966, h * 0.5019); 79 c.arcTo(w * 0.15, h * 0.03, -50, 0, 1, w * 0.423, h * 0.636); 80 c.arcTo(w * 0.15, h * 0.03, -50, 0, 1, w * 0.3034, h * 0.7314); 81 c.arcTo(w * 0.15, h * 0.03, -50, 0, 1, w * 0.377, h * 0.5973); 175 c.lineTo(w, h - 15); 176 c.arcTo(w * 0.5, 15, 0, 0, 1, 0, h - 15); 188 var range = h - 50; 194 for (var i = 0; i <= range - step; i += step) [all …]
|
| /plugin/pgn4web/pgn4web/libs/garbochess/ |
| D | garbochess.js | 1 // garbochess.js code as of 2012-12-24 2 // from the garbochess repository https://github.com/glinscott/Garbochess-JS/ 14 // Non-perf todo: 51 result += "-"; 66 if (g_enPassentSquare == -1) { 67 result += '-'; 80 if (move & moveflagCastleKing) return "O-O"; 81 if (move & moveflagCastleQueen) return "O-O-O"; 90 for (var i = 0; i < validMoves.length; i++) { 91 var moveFrom = validMoves[i] & 0xFF; [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/device/ |
| D | mobiles.yml | 2 # Device Detector - The Universal Device Detection library for parsing User Agents 10 regex: '(?:BUZZ [1-5]|BUZZ 4(?:Pro|S|Lite)|CLEVER [13]|URBAN [123](?: Pro)?)(?:[);/ ]|$)' 13 - regex: 'BUZZ ([45]) Ultra' 15 - regex: 'BUZZ ([45]) Note' 17 - regex: 'BUZZ ([45]) Prime' 19 - regex: 'BUZZ 5 Pro Plus' 21 - regex: 'BUZZ ([45]) ?Pro' 23 - regex: 'BUZZ ([1245]) ?Lite' 25 - regex: 'BUZZ ([123]) Plus' 27 - regex: 'BUZZ 4S' [all …]
|
| /plugin/diagramsnet/lib/shapes/mockup/ |
| D | mxMockupText.js | 2 * $Id: mxMockupText.js,v 1.4 2013/05/24 07:12:36 mate Exp $ 3 * Copyright (c) 2006-2010, JGraph Ltd 53 c.moveTo(w * 0.5 - width * 0.5, (h + parseInt(textSize, 10)) * 0.5); 109 var selectedButton = -1; 113 for (var i = 0; i < buttonNum; i++) 115 var buttonText = textStrings[i]; 119 buttonText = textStrings[i].substring(1); 120 selectedButton = i; 127 buttonWidths[i] = 42; 131 buttonWidths[i] = currW; [all …]
|
| D | mxMockupButtons.js | 2 * $Id: mxMockupButtons.js,v 1.8 2013/05/16 06:09:21 mate Exp $ 3 * Copyright (c) 2006-2010, JGraph Ltd 72 c.lineTo(w - rSize, 0); 74 c.lineTo(w, h - rSize); 75 c.arcTo(rSize, rSize, 0, 0, 1, w - rSize, h); 77 c.arcTo(rSize, rSize, 0, 0, 1, 0, h - rSize); 176 c.lineTo(w - rSize, 0); 178 c.lineTo(w, h - rSize); 179 c.arcTo(rSize, rSize, 0, 0, 1, w - rSize, h); 181 c.arcTo(rSize, rSize, 0, 0, 1, 0, h - rSize); [all …]
|
| D | mxMockupGraphics.js | 2 * $Id: mxMockupGraphics.js,v 1.5 2013/05/22 12:28:49 mate Exp $ 3 * Copyright (c) 2006-2010, JGraph Ltd 364 for (var i = 0; i < partNum; i++) 366 total = total + parseInt(parts[i], 10); 370 for (var i = 0; i < partNum; i++) 372 if (partColors.length > i) 374 c.setFillColor(partColors[i]); 383 var currPerc = parseInt(parts[i], 10) / total; 390 for (var j = 0; j < i; j++) 399 var x1 = w * 0.5 - w * Math.sin(startAngle) * 0.5; [all …]
|
| D | mxMockupMisc.js | 2 * $Id: mxMockupMisc.js,v 1.5 2013/02/28 13:50:11 mate Exp $ 3 * Copyright (c) 2006-2010, JGraph Ltd 61 c.rect(0, (h - controlBarHeight) * 0.5, w, controlBarHeight); 74 c.ellipse(10, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 76 c.ellipse(40, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 78 c.ellipse(70, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 80 c.ellipse(100, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 82 c.ellipse(130, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 84 c.ellipse(160, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 86 c.ellipse(190, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); [all …]
|
| D | mxMockupForms.js | 2 * $Id: mxMockupForms.js,v 1.11 2013/05/24 05:21:33 mate Exp $ 3 * Copyright (c) 2006-2010, JGraph Ltd 50 var selected = -1; 56 for (var i = 0; i < optionNum; i++) 58 var currText = optionText[i]; 62 currText = optionText[i].substring(1); 63 selected = i; 84 for (var i = 0; i < optionNum; i++) 86 var currHeight = (i * lineH + lineH * 0.5) * trueH / minH; 88 var currText = optionText[i]; [all …]
|
| D | mxMockupContainers.js | 2 * $Id: mxMockupContainers.js,v 1.10 2013/07/09 11:19:51 mate Exp $ 3 * Copyright (c) 2006-2010, JGraph Ltd 91 var barY = h - barHeight; 94 var barMax = w - buttonR; 95 var barRange = barMax - barMin; 114 c.ellipse(barEnd - buttonR, barY - buttonR, 2 * buttonR, 2 * buttonR); 119 c.ellipse(barEnd - buttonR * 0.5, barY - buttonR * 0.5, buttonR, buttonR); 124 var iconY = h - (barHeight + iconSize) * 0.5; 139 var speakerY = h - barHeight; 157 var screenX = w - barHeight * 1.3; [all …]
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxEip.js | 2 * $Id: mxEip.js,v 1.0 2014/11/27 06:09:21 mate Exp $ 3 * Copyright (c) 2006-2015, JGraph Ltd 242 c.arcTo(12, 12, 0, 0, 1, 8, h * 0.5 - 10); 243 c.lineTo(w - 8, h * 0.5 - 10); 244 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 + 10); 253 c.moveTo(w - 8, h * 0.5 - 10); 254 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 + 10); 255 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 - 10); 267 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false, null, -2.7, 0)); 324 c.arcTo(12, 12, 0, 0, 1, 8, h * 0.5 - 10); [all …]
|
| D | mxAndroid.js | 2 * $Id: mxAndroid.js,v 1.5 2014/01/21 12:32:06 mate Exp $ 3 * Copyright (c) 2006-2013, JGraph Ltd 55 var selectedButton = -1; 58 for (var i = 0; i < buttonNum; i++) 60 var buttonText = textStrings[i]; 64 buttonText = textStrings[i].substring(1); 65 selectedButton = i; 68 …buttonWidths[i] = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).w… 70 buttonTotalWidth += buttonWidths[i]; 84 for (var i = 0; i < buttonNum; i++) [all …]
|
| D | mxBootstrap.js | 2 * $Id: mxBootstrap.js,v 1.0 2014/09/10 07:05:39 mate Exp $ 3 * Copyright (c) 2006-2014, JGraph Ltd 94 c.lineTo(w - rSize, 0); 147 c.lineTo(w, h - rSize); 148 c.arcTo(rSize, rSize, 0, 0, 1, w - rSize, h); 150 c.arcTo(rSize, rSize, 0, 0, 1, 0, h - rSize); 199 c.lineTo(w - rSize, 0); 201 c.lineTo(w, h - rSize); 202 c.arcTo(rSize, rSize, 0, 0, 1, w - rSize, h); 254 c.arcTo(rSize, rSize, 0, 0, 1, 0, h - rSize); [all …]
|
| D | mxElectrical.js | 2 * $Id: mxElectrical.js,v 1.0 2016/10/25 17:05:39 mate Exp $ 3 * Copyright (c) 2006-2016, JGraph Ltd 44 c.ellipse(w * 0.5 - size / 2, 0, size, size); 111 c.moveTo(w - x1, 0); 112 c.lineTo(w - x1, h - y1); 113 c.lineTo(w, h - y1); 115 c.lineTo(0, h - y1); 116 c.lineTo(x1, h - y1); 129 //Two-Line Bus Elbow 178 c.moveTo(0, h - hn); [all …]
|
| D | mxFloorplan.js | 2 * $Id: mxFloorplan.js,v 1.3 2014/02/17 17:05:39 mate Exp $ 3 * Copyright (c) 2006-2014, JGraph Ltd 49 c.rect(0, h * 0.5 - wallTh * 0.5, w, wallTh); 161 c.lineTo(w - wallTh, h); 162 c.lineTo(w - wallTh, wallTh); 222 c.lineTo(wallTh, h - wallTh); 223 c.lineTo(w - wallTh, h - wallTh); 224 c.lineTo(w - wallTh, wallTh); 274 c.rect(0, h * 0.5 - wallTh * 0.5, w, wallTh); 332 c.moveTo(w - 10, 15); [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/Parser/Device/ |
| D | AbstractDeviceParser.php | 4 * Device Detector - The Universal Device Detection library for parsing User Agents 44 … public const DEVICE_TYPE_TV = 5; // including set top boxes, blu-ray players,... 259 'BS' => 'BenQ-Siemens', 334 'GRD' => 'G-Guard', 354 '02' => 'Cell-C', 408 'CDE' => 'COOD-E', 524 'DTE' => 'D-Tech', 525 'DLI' => 'D-Link', 531 'EB' => 'E-Boda', 536 '2E' => 'E-Ceros', [all …]
|
| /plugin/diagramsnet/lib/shapes/ios7/ |
| D | mxIOS7Ui.js | 2 * $Id: mxIOS7Ui.js,v 1.6 2013/12/04 16:48:54 mate Exp $ 3 * Copyright (c) 2006-2013, JGraph Ltd 90 c.ellipse(5, h * 0.5 - 1.5, 3, 3); 92 c.ellipse(9, h * 0.5 - 1.5, 3, 3); 94 c.ellipse(13, h * 0.5 - 1.5, 3, 3); 96 c.ellipse(17, h * 0.5 - 1.5, 3, 3); 98 c.ellipse(21, h * 0.5 - 1.5, 3, 3); 111 c.moveTo(50, h * 0.5 - 1); 112 c.arcTo(6, 6, 0, 0, 1, 60, h * 0.5 - 1); 116 c.moveTo(w - 19, h * 0.5 - 2); [all …]
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
| D | vocab.bpe | 5 i n 16 i t 17 i s 37 i c 41 i on 58 i d 60 Ġ I 66 i m 74 i g 89 i r [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/ |
| D | README.md | 4 …rsion](https://poser.pugx.org/matomo/device-detector/v/stable)](https://packagist.org/packages/mat… 5 …loads](https://poser.pugx.org/matomo/device-detector/downloads)](https://packagist.org/packages/ma… 6 …icense](https://poser.pugx.org/matomo/device-detector/license)](https://packagist.org/packages/mat… 10 …//github.com/matomo-org/device-detector/actions/workflows/phpunit.yml/badge.svg?branch=master)](ht… 11 …//github.com/matomo-org/device-detector/actions/workflows/phpstan.yml/badge.svg?branch=master)](ht… 12 …://github.com/matomo-org/device-detector/actions/workflows/phpcs.yml/badge.svg?branch=master)](htt… 13 …//github.com/matomo-org/device-detector/actions/workflows/yamllint.yml/badge.svg?branch=master)](h… 14 …ub.com/matomo-org/device-detector/actions/workflows/regular_expressions.yml/badge.svg?branch=maste… 16 …tained.com/badge/resolution/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec… 17 …itmaintained.com/badge/open/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec… [all …]
|
| /plugin/tuxquote/ |
| D | quotes.txt | 25 The colder the x-ray table, the more of your body is required on it. 51 Vampires are make-believe, just like elves, gremlins and Eskimos. 54 I'm normally not a praying man, but if you're up there, please save me Superman. 55 You don't like your job, you don't strike. You go in every day and do it really half-assed. That's … 59 I poured Spot remover on my dog. Now he's gone. 61 I stopped fighting my inner demons, were on the same side now. 62 I would never die for my beliefs because I might be wrong. 65 It is not MY fault that I never learned to accept responsibility! 70 You laugh because I’m different…I laugh cause I just farted! 74 Happiness is having a large, loving, caring, close-knit family in another city. [all …]
|