Home
last modified time | relevance | path

Searched full:boundary (Results 1 – 25 of 223) sorted by path

123456789

/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/
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 Dcommon.php45 * @param string $separator The boundary string
H A Dfulltext.php563 * Wraps a search term in regex boundary checks.
H A Dhttputils.php146 header('Content-Type: multipart/byteranges; boundary=' . HTTP_MULTIPART_BOUNDARY, true);
/dokuwiki/inc/Parsing/Handler/
H A DTable.php248 // can't cross thead/tbody boundary
/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/vendor/geshi/geshi/
H A DCHANGELOG197 - Minor changes to boundary checks (SF#3077256, BenBE)
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dabap.php205 'set left scroll-boundary',
H A Dmysql.php256 'Area','AsBinary','AsText','AsWKB','AsWKT','Boundary','Buffer',
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php892 * Log Boundary
/plugin/advrack/
H A Draphael.js3878 - fit (boolean) `true` if you want graphics to fit into new boundary box
/plugin/aichat/
H A Dcomposer.lock190 "boundary",
/plugin/aichat/vendor/composer/
H A Dinstalled.json196 "boundary",
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md15 Sentence boundary disambiguation.
H A Dcomposer.json9 "boundary",
/plugin/aimg/
H A Dscript.js445 // element doesn't go under minimum size, and doesn't go beyond its boundary.
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js20607 * Sets selection start (left boundary of a selection)
20621 * Sets selection end (right boundary of a selection)
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js6886 //--- BYTEBITS() ---// /* go to byte boundary */
8430 * Flush the bit buffer and align the output on a byte boundary
8454 bi_windup(s); /* align on byte boundary */
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js23643 * Flush the bit buffer and align the output on a byte boundary
23667 bi_windup(s); /* align on byte boundary */
25234 //--- BYTEBITS() ---// /* go to byte boundary */
H A Dpdfmake.min.js.map1boundary\n\t */\n\tfunction bi_windup(s)\n\t{\n\t if (s.bi_valid > 8) {\n\t put_short(s, s.bi_…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1113 if(ssz < 4 + jj) throw "FAT boundary crossed: " + j + " 4 "+ssz;
1135 if(ssz < 4 + jj) throw "FAT boundary crossed: " + j + " 4 "+ssz;
H A Dxlsx.min.js3boundary crossed: "+j+" 4 "+ssz;j=__readInt32LE(sectors[addr],jj)}return{nodes:buf,data:__toBuffer…
/plugin/asiansearch/
H A Daction.php199 // boundary breaks a matching string longer than the current match

123456789