Home
last modified time | relevance | path

Searched full:boundary (Results 1 – 12 of 12) sorted by relevance

/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...]
H A Dhttputils.php146 header('Content-Type: multipart/byteranges; boundary=' . HTTP_MULTIPART_BOUNDARY, true);
H A Dfulltext.php563 * Wraps a search term in regex boundary checks.
H A Dcommon.php47 * @param string $separator The boundary string
/dokuwiki/inc/Utf8/
H A DClean.php178 * 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 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;
/dokuwiki/inc/Parsing/Handler/
H A DTable.php248 // can't cross thead/tbody boundary
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmysql.php256 'Area','AsBinary','AsText','AsWKB','AsWKT','Boundary','Buffer',
H A Dabap.php205 'set left scroll-boundary',
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG199 - Minor changes to boundary checks (SF#3077256, BenBE)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php905 * Log Boundary