Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A DMailer.class.php27 protected $boundary = ''; variable in Mailer
50 $this->boundary = '__________' . md5(uniqid(random_int(0, mt_getrandmax()), true));
473 $mime .= '--' . $this->boundary . MAILHEADER_EOL;
528 ' boundary="' . $this->boundary . 'XX"';
529 $body .= '--' . $this->boundary . 'XX' . MAILHEADER_EOL;
534 $body .= '--' . $this->boundary . 'XX' . MAILHEADER_EOL;
536 ' boundary="' . $this->boundary . '";' . MAILHEADER_EOL .
541 $body .= '--' . $this->boundary . MAILHEADER_EOL;
548 $body .= '--' . $this->boundary . '--' . MAILHEADER_EOL;
552 $body .= '--' . $this->boundary . 'XX--' . MAILHEADER_EOL;
/dokuwiki/inc/HTTP/
H A DHTTPClient.php62 protected $boundary = '---DokuWikiHTTPClient--4523452351'; variable in dokuwiki\\HTTP\\HTTPClient
223 $headers['Content-Type'] = 'multipart/form-data; boundary=' . $this->boundary;
859 $boundary = '--' . $this->boundary;
862 $out .= $boundary . HTTP_NL;
878 $out .= "$boundary--" . HTTP_NL;
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG199 - Minor changes to boundary checks (SF#3077256, BenBE)