/plugin/task/ |
H A D | ics.php | 27 $output = 'BEGIN:VCALENDAR'.CRLF. 28 'PRODID:-//Wikidesign//NONSGML Task Plugin for DokuWiki//EN'.CRLF. 29 'VERSION:2.0'.CRLF. 31 'END:VCALENDAR'.CRLF;
|
H A D | helper.php | 349 $ret = 'BEGIN:VTODO'.CRLF. 350 'UID:'.$id.'@'.$_SERVER['SERVER_NAME'].CRLF. 351 'URL:'.wl($id, '', true, '&').CRLF. 352 'SUMMARY:'.$this->_vsc($meta['title']).CRLF; 358 $ret .= 'CREATED:'.$this->_vdate($task['date']['created']).CRLF; 362 $ret .= 'DUE:'.$this->_vdate($task['date']['due']).CRLF; 366 'MAILTO:'.$task['user']['mail'].CRLF; 367 $ret .= 'STATUS:'.$this->_vstatus($task['status']).CRLF; 369 $ret .= 'PRIORITY:'.(7 - ($task['priority'] * 2)).CRLF; 370 $ret .= 'CLASS:'.$this->_vclass($id).CRLF. [all …]
|
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/ |
H A D | SMTP.php | 68 protected $CRLF = "\r\n"; variable in Tx\\Mailer\\SMTP 196 $in = "STARTTLS" . $this->CRLF; 215 $in = "EHLO " . $this->ehlo . $this->CRLF; 240 $in = "AUTH LOGIN" . $this->CRLF; 245 $in = base64_encode($this->username) . $this->CRLF; 250 $in = base64_encode($this->password) . $this->CRLF; 266 $in = "MAIL FROM:<{$this->message->getFromEmail()}>" . $this->CRLF; 283 $in = "RCPT TO:<" . $toEmail . ">" . $this->CRLF; 301 $in = "DATA" . $this->CRLF; 322 $in = "QUIT" . $this->CRLF;
|
H A D | Message.php | 85 protected $CRLF = "\r\n"; variable in Tx\\Mailer\\Message
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.cfm | 34 <cfset CRLF = Chr(13) & Chr(10)> 37 <cfset text = text & "%" & CRLF 38 & "^A" & CRLF 39 & "!" & CRLF> 40 <cfloop list="#URLDecode(field)#" index="line" delimiters="#CRLF#"> 41 <cfset text = ListAppend(text, "^" & Trim(JSStringFormat(line)), CRLF)> 73 <cfloop list="#food#" index="aspell_line" delimiters="#CRLF#"> 78 <cfset texts.words = ListAppend(texts.words, "words[#input_cnt#] = [];", CRLF)> 79 <cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#] = [];", CRLF)> 89 …fset texts.words = ListAppend(texts.words, "words[#input_cnt#][#word_cnt#] = '#bad_word#';", CRLF)> [all …]
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.cfm | 34 <cfset CRLF = Chr(13) & Chr(10)> 37 <cfset text = text & "%" & CRLF 38 & "^A" & CRLF 39 & "!" & CRLF> 42 <cfloop list="#field#" index="line" delimiters="#CRLF#"> 43 <cfset text = ListAppend(text, "^" & Trim(JSStringFormat(line)), CRLF)> 75 <cfloop list="#food#" index="aspell_line" delimiters="#CRLF#"> 80 <cfset texts.words = ListAppend(texts.words, "words[#input_cnt#] = [];", CRLF)> 81 <cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#] = [];", CRLF)> 91 …fset texts.words = ListAppend(texts.words, "words[#input_cnt#][#word_cnt#] = '#bad_word#';", CRLF)> [all …]
|
/plugin/smtp/classes/ |
H A D | Message.php | 88 $body = join($this->CRLF, $lines); 90 return $body . $this->CRLF . $this->CRLF . "." . $this->CRLF;
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | googlecode_upload.py | 120 CRLF = '\r\n' 152 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)
|
/plugin/codemirror/dist/modes/ |
H A D | sieve.min.js.map | 1 …\"text:\" *(SP / HTAB) (hash-comment / CRLF)\n // *(multiline-literal / multiline-dotstart)\n …
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | servlet-api.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
H A D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js | 1 …CRLF=2]="CRLF"}(pt||(pt={})),function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write…
|
H A D | editor.worker.js.map | 1 …CRLF\"] = 2] = \"CRLF\";\n})(DefaultEndOfLine || (DefaultEndOfLine = {}));\n/**\n * A document hig…
|
H A D | json.worker.js.map | 1 …CRLF\"] = 2] = \"CRLF\";\n})(DefaultEndOfLine || (DefaultEndOfLine = {}));\n/**\n * A document hig…
|
H A D | bundle.js.map | 1 …CRLF */;\n }\n return this._modelData.model.getValue(eolPreference, preserveBOM);\n …
|
H A D | bundle.js | 426 …CRLF=2]="CRLF"}(d||(d={})),function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write"}…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | editor.worker.js | 1 …CRLF=2]="CRLF"}(pt||(pt={})),function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write…
|
H A D | bundle.js | 426 …CRLF=2]="CRLF"}(d||(d={})),function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write"}…
|
/plugin/mantis/lib/ |
H A D | changelog | 180 - soap_transport_http: accept chunking with LF separators in addition to CRLF.
|
/plugin/jcapture/lib/ |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/ditaa/ditaa/ |
H A D | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |
/plugin/codemirror/dist/ |
H A D | scripts.min.js.map | 1 …n(text, style) {\n if (text == \"\\n\") {\n // Emitting LF or CRLF on IE8 or earlier r…
|