Home
last modified time | relevance | path

Searched refs:CR (Results 1 – 25 of 37) sorted by relevance

12

/plugin/database/
H A Ddatabase.php1385 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/
H A Dsyntax.php739 $CR = array();
768 $CR[] = $position; // add circle markup
809 if (count($CR)) $Markup = 'CR[' . join('][', $CR) . "]\n";
/plugin/letsencrypt/
H A Dcountry-codes.csv54 Costa Rica,CR
/plugin/codemirror/dist/modes/
H A Dforth.min.js.map1 … >IN\\\n <# # #S #> HOLD SIGN BASE >NUMBER HEX DECIMAL\\\n FILL MOVE\\\n . CR EMIT SPACE SPACES TY…
/plugin/quickstats/GEOIP/
H A Dgeoip.inc133 "CR" => 50,
391 "CR",
/plugin/fckg/
H A DChanges40 Fixed for smileys in lists where CR was lost if smiley was in li
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/geonav/db/
H A Dtest.sqlite564 …V�132�Cape Verde, Republic of�Cape Verde �������P��=����6 1=54�NA�CR�CRI�188�Costa Rica, …
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DFloatingIP.svg1 …W7L7mtaftI7x5Ze1baspJneyia9kZZlXnqLR YL8IvqASQBGfqdvaisCjAzOhNUYlCxgK1CBDL+CR/4X3R/QbiuVAJsqMPoMRi…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js32183 …var AI, AL, BA, BK, CB, CI_BRK, CJ, CP_BRK, CR, DI_BRK, ID, IN_BRK, LF, LineBreaker, NL, NS, PR_BR…
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…
65131 exports.CR = CR = 33;
H A Dpdfmake.min.js15 …,p,g,v,m,y,w,_,b,x,S,k,E,C,I,A,L;x=n(92),C=new x(n(93)),A=n(94),o=A.BK,l=A.CR,p=A.LF,v=A.NL,a=A.CB…
16 …25,e.JV=k=26,e.JT=S=27,e.RI=M=28,e.AI=t=29,e.BK=a=30,e.CB=s=31,e.CJ=h=32,e.CR=f=33,e.LF=E=34,e.NL=…
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1CR and LF. Otherwise, break before and after controls.\n // GB3 …
H A Djson.worker.js.map1CR and LF. Otherwise, break before and after controls.\n // GB3 …
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1CR>', type: 'keyToKey', toKeys: 'j^', context: 'normal' },\n { keys: '<Ins>', type: 'action', a…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js75709 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];
83394 return c === SPACE || c === NL || c === CR || c === TAB;
83459 var CR = 0xD;
83466 exports.S_LIST = [SPACE, NL, CR, TAB];
[all …]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js14807 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)) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2875 Added ID3v2 genre abbreviations 'RX' (remix) and 'CR' (cover)

12