Home
last modified time | relevance | path

Searched refs:Length (Results 1 – 25 of 42) sorted by relevance

12

/plugin/rdplink/RdpEncrypt/
DRdpEncrypt.vb72 blob.pbData = Marshal.AllocHGlobal(data.Length)
81 blob.cbData = data.Length
82 Marshal.Copy(data, 0, blob.pbData, data.Length)
113 For i = 0 To result.Length - 1
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php260 if (!$easy->request->hasHeader('Content-Length')) {
261 $conf[\CURLOPT_HTTPHEADER][] = 'Content-Length: 0';
276 $size = $request->hasHeader('Content-Length')
277 ? (int) $request->getHeaderLine('Content-Length')
284 // Don't duplicate the Content-Length header
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
DStream.php116 'message' => 'Content-Length: 14',
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
Dupload_fck.pl191 $Length, #
199 push(@NEWFNAME_DATA,"$FileName\t$Ext\t$Length\t$ImageWidth\t$ImageHeight\t$ContentName");
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/perl/
Dupload_fck.pl191 $Length, #
199 push(@NEWFNAME_DATA,"$FileName\t$Ext\t$Length\t$ImageWidth\t$ImageHeight\t$ContentName");
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DCubeHandler.php161 'Content-Length: ' . strlen('['.$data.']'),
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
DFormErrorHandlerTest.php23 use Symfony\Component\Validator\Constraints\Length; alias
108 new Length(['min' => 10]),
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dsplit.rst31 chunks. Length is set by the ``limit`` argument (one character by default).
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
Dphar-sample.phar83 header('Content-Length: ' . filesize($a));
97 header('Content-Length: ' . filesize($a));
/plugin/webdav/vendor/sabre/http/
DCHANGELOG.md20 * #72: Handling clients that send invalid `Content-Length` headers.
26 the `Content-Length` header. This allows users to pass much larger strings
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DMetadataWriter.php256 $this->writer->write('/Length ' . strlen($s) . '>>');
305 $this->writer->write('/Length '.strlen($filestream));
/plugin/aclauditor/
Dadmin.php122 header('Content-Length: '.strlen($this->scenario));
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Usage.md72 $response->withoutHeader('Content-Length');
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
Dclass_upload.asp132 …' 修正说明:由于iis6的Content-Length 头信息中包含的请求长度超过了 AspMaxRequestEntityAllowed 的值(默认200K), IIS 将返回一个 403 错…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D43.43.js.map1Length',\n 'Binary.ToList',\n 'Binary.ToText',\n 'BinaryFormat.7BitEncodedSig…
D4.4.js1Length=29]="Length",e[e.Angle=30]="Angle",e[e.Time=31]="Time",e[e.Freq=32]="Freq",e[e.Exclamation=…
D2.2.js28007 this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Length) ||
28317 staticUnitTable['px'] = TokenType.Length;
28318 staticUnitTable['cm'] = TokenType.Length;
28319 staticUnitTable['mm'] = TokenType.Length;
28320 staticUnitTable['in'] = TokenType.Length;
28321 staticUnitTable['pt'] = TokenType.Length;
28322 staticUnitTable['pc'] = TokenType.Length;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dper-request-configuration.asciidoc228 [Content-Length] => Array
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md90 * Improvement: Always include the Content-Length if there's a body [#1721](https://github.com/guzzl…
115 * Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
184 * Bug fix: Adding a Content-Length to PHP stream wrapper requests if not set.
196 `Content-Length` modified to reflect the message size after removing the
731 * Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is retur…
872 * Bug fix: Removing `Transfer-Encoding: chunked` header when a Content-Length is present
1051 * Bug: Fixed Content-Length parsing of Response factory
1187 * Content-Length is set to 0 before emitting the request.before_send event when sending an empty re…
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md369 * Improvement: Always include the Content-Length if there's a body [#1721](https://github.com/guzzl…
396 * Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
468 * Bug fix: Adding a Content-Length to PHP stream wrapper requests if not set.
481 `Content-Length` modified to reflect the message size after removing the
1026 * Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is retur…
1167 * Bug fix: Removing `Transfer-Encoding: chunked` header when a Content-Length is present
1346 * Bug: Fixed Content-Length parsing of Response factory
1482 * Content-Length is set to 0 before emitting the request.before_send event when sending an empty re…
/plugin/a2s/
Ddemo.txt107 …* border stroke dash : A serie of pair of dash length and space length. Length unit is unknown. Ex…
/plugin/mantis/lib/
Dchangelog254 - soap_transport_http: ignore Content-Length when chunked encoding is used
514 - soap_transport_http: don't set HTTP Host and Content-Length headers when using cURL
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js11Length+=e.length}}(this)),this.deflate.on("end",this.finalize)},t.prototype.write=function(t){var …
Dpdfmake.js20268 return _this.data.Length += chunk.length;
20280 if ((_base = this.data).Length == null) {
20281 _base.Length = 0;
20290 return this.data.Length += chunk.length;
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md2171 * Fixed: Sending Content-Length: 0 for every empty response. This improves NGinx

12