| /plugin/database/ |
| D | database.php | 1385 var $CR ; variable in File 1398 $this->CR= chr(13); 1501 $rows = explode($this->CR,$buf); 1543 if (fwrite ($handle,$buf.$this->CR) === FALSE) 1563 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR); 1568 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR); 1592 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR); 1601 fwrite($handle,$this->CR); 1604 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR);
|
| /plugin/godiag/ |
| D | syntax.php | 739 $CR = array(); 768 $CR[] = $position; // add circle markup 809 if (count($CR)) $Markup = 'CR[' . join('][', $CR) . "]\n";
|
| /plugin/letsencrypt/ |
| D | country-codes.csv | 54 Costa Rica,CR
|
| /plugin/sketchcanvas/script/ |
| D | js-yaml.mjs | 845 // [ 64, 65, 66 ] -> [ padding, CR, LF ] 858 // Skip CR/LF 873 input = data.replace(/[\r\n=]/g, ''), // remove CR/LF & padding to simplify scan 1125 return (c === 0x0A/* LF */) || (c === 0x0D/* CR */); 1136 (c === 0x0D/* CR */); 1475 } else if (ch === 0x0D/* CR */) { 1504 } while (ch !== 0x0A/* LF */ && ch !== 0x0D/* CR */ && ch !== 0); 2750 input.charCodeAt(input.length - 1) !== 0x0D/* CR */) { 2836 var CHAR_CARRIAGE_RETURN = 0x0D; /* CR */
|
| /plugin/codemirror/dist/modes/ |
| D | forth.min.js.map | 1 … >IN\\\n <# # #S #> HOLD SIGN BASE >NUMBER HEX DECIMAL\\\n FILL MOVE\\\n . CR EMIT SPACE SPACES TY…
|
| /plugin/quickstats/GEOIP/ |
| D | geoip.inc | 133 "CR" => 50, 391 "CR",
|
| /plugin/fckg/ |
| D | Changes | 40 Fixed for smileys in lists where CR was lost if smiley was in li
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-fileupload-1.3.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
| D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
| D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/geonav/db/ |
| D | test.sqlite | 564 …V132Cape Verde, Republic ofCape Verde ��P=�61=54NACRCRI188Costa Rica, …
|
| /plugin/diagramsnet/lib/img/lib/ibm/vpc/ |
| D | FloatingIP.svg | 1 …W7L7mtaftI7x5Ze1baspJneyia9kZZlXnqLR YL8IvqASQBGfqdvaisCjAzOhNUYlCxgK1CBDL+CR/4X3R/QbiuVAJsqMPoMRi…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 32183 …var AI, AL, BA, BK, CB, CI_BRK, CJ, CP_BRK, CR, DI_BRK, ID, IN_BRK, LF, LineBreaker, NL, NS, PR_BR… variable 32189 …_ref = __webpack_require__(94), BK = _ref.BK, CR = _ref.CR, LF = _ref.LF, NL = _ref.NL, CB = _ref.… 32270 if (this.curClass === BK || (this.curClass === CR && this.nextClass !== LF)) { 32282 case CR: 32283 return CR; 65063 …var AI, AL, B2, BA, BB, BK, CB, CJ, CL, CM, CP, CR, EX, GL, H2, H3, HL, HY, ID, IN, IS, JL, JT, JV… variable 65131 exports.CR = CR = 33;
|
| /plugin/jdraw/lib/ |
| D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/jcapture/lib/ |
| D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | editor.worker.js.map | 1 …CR and LF. Otherwise, break before and after controls.\n // GB3 …
|
| D | json.worker.js.map | 1 …CR and LF. Otherwise, break before and after controls.\n // GB3 …
|
| /plugin/ditaa/ditaa/ |
| D | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js.map | 4 …CR, LF ]\r\nvar BASE64_MAP = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\\n…
|
| /plugin/codemirror/dist/keymaps/ |
| D | vim.min.js.map | 1 …CR>', type: 'keyToKey', toKeys: 'j^', context: 'normal' },\n { keys: '<Ins>', type: 'action', a…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 75709 var CR = 0xD; 76074 if (!end && ( // A trailing CR or surrogate must be carried over to the next 76076 lastCode === CR || lastCode >= 0xD800 && lastCode <= 0xDBFF)) { 76149 case CR: 76235 case CR: 83364 var CR = 0xD; 83371 exports.S_LIST = [SPACE, NL, CR, TAB]; 83381 …return c >= SPACE && c <= 0xD7FF || c === NL || c === CR || c === TAB || c >= 0xE000 && c <= 0xFFF… 83394 return c === SPACE || c === NL || c === CR || c === TAB; 83459 var CR = 0xD; [all …]
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 14807 CR = 0xD, 14816 while (ch !== LF && ch !== CR && ch !== LT) { 14871 if (ch === TAB || ch === LF || ch === CR || ch === SPACE) { 14885 } while (ch !== LF && ch !== CR); 15965 CR = 0xD; 15981 if (ch === SPACE || ch === LF || ch === CR) { 15992 if (ch !== LF && ch !== CR && (ch < SPACE || ch > 0x7F)) {
|