Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/
H A DMailer.class.php27 protected $boundary = '';
38 * Initializes the boundary strings, part counters and token replacements
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
24 protected $boundary = ''; global() variable in Mailer
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG197 - Minor changes to boundary checks (SF#3077256, BenBE)
/dokuwiki/inc/HTTP/
H A DHTTPClient.php61 // what we use as boundary on multipart/form-data posts variable in dokuwiki\\HTTP\\HTTPClient
62 protected $boundary = '---DokuWikiHTTPClient--4523452351';
223 $headers['Content-Type'] = 'multipart/form-data; boundary=' . $this->boundary;
859 $boundary = '--' . $this->boundary;
862 $out .= $boundary . HTTP_NL;
878 $out .= "$boundary--" . HTTP_NL;