Home
last modified time | relevance | path

Searched refs:Length (Results 26 – 34 of 34) sorted by path

12

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …: undefined,\n };\n\n let length = parseInt(getResponseHeader('Content-Length'), 10);\n if (!Nu…
H A Dpdf.worker.js.map1Length');\n if (!Number.isInteger(length)) {\n info(`Bad length \"${length}\" in stream`);…
/plugin/rdplink/RdpEncrypt/
H A 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/subjectindex/plugins/
H A Dbible_verses.txt14196 Life he asked of you. You gave [it] to him,Length of days to time indefinite, even forever.
16472 Length of days is in its right hand; in its left hand there are riches and glory.
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2171 * Fixed: Sending Content-Length: 0 for every empty response. This improves NGinx
/plugin/webdav/vendor/sabre/http/
H A 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/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp132 …' 修正说明:由于iis6的Content-Length 头信息中包含的请求长度超过了 AspMaxRequestEntityAllowed 的值(默认200K), IIS 将返回一个 403 错…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dupload_fck.pl191 $Length, #
199 push(@NEWFNAME_DATA,"$FileName\t$Ext\t$Length\t$ImageWidth\t$ImageHeight\t$ContentName");
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4007 /* [MS-OFFCRYPTO] 2.1.2 Length-Prefixed Padded Unicode String (UNICODE-LP-P4) */
4009 /* [MS-OFFCRYPTO] 2.1.3 Length-Prefixed UTF-8 String (UTF-8-LP-P4) */
6267 …if(NumSets === 1 && Offset0 !== blob.l) throw new Error("Length mismatch: " + Offset0 + " !== " + …
6278 if(blob.l !== Offset1) throw new Error("Length mismatch 2: " + blob.l + " !== " + Offset1);

12