Searched full:boundary (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/inc/ |
H A D | Mailer.class.php | 27 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...] |
H A D | httputils.php | 146 header('Content-Type: multipart/byteranges; boundary=' . HTTP_MULTIPART_BOUNDARY, true);
|
H A D | fulltext.php | 563 * Wraps a search term in regex boundary checks.
|
H A D | common.php | 47 * @param string $separator The boundary string
|
/dokuwiki/inc/Utf8/ |
H A D | Clean.php | 178 * adjust a byte index into a utf8 string to a utf8 character boundary 184 * @param bool $next direction to search for boundary, false = up (current character) true = down (next character) 185 * @return int byte index into $str now pointing to a utf8 character boundary
|
/dokuwiki/inc/HTTP/ |
H A D | HTTPClient.php | 61 // 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;
|
/dokuwiki/inc/Parsing/Handler/ |
H A D | Table.php | 248 // can't cross thead/tbody boundary
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | mysql.php | 256 'Area','AsBinary','AsText','AsWKB','AsWKT','Boundary','Buffer',
|
H A D | abap.php | 205 'set left scroll-boundary',
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 199 - Minor changes to boundary checks (SF#3077256, BenBE)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SSH1.php |
|
H A D | SSH2.php | 905 * Log Boundary
|