Home
last modified time | relevance | path

Searched refs:contentLength (Results 1 – 24 of 24) sorted by relevance

/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php74 $contentLength = $response->getHeader('Content-Length');
75 if ($contentLength !== null) {
78 stream_copy_to_stream($body, $output, $contentLength);
80 fwrite($output, $body, $contentLength);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DLanguageConstructSpacingSniff.php76 $contentLength = strlen($content);
77 if ($contentLength !== 1) {
79 $data = array($contentLength);
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php74 $contentLength = $response->getHeader('Content-Length');
75 if ($contentLength !== null) {
80 stream_copy_to_stream($body, $output, $contentLength);
88 fwrite($output, $body, $contentLength);
H A DMessage.php77 $contentLength = $this->getHeader('Content-Length');
78 if (is_int($contentLength) || ctype_digit($contentLength)) {
79 return stream_get_contents($body, $contentLength);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DSpecificationTest.php43 public function testUpdateRange($headerValue, $httpStatus, $endResult, $contentLength = 4) { argument
50 if ($contentLength) {
51 $headers['Content-Length'] = (string)$contentLength;
/plugin/prosemirror/schema/
H A DNode.php179 $contentLength = count($this->content) - 1;
180 $this->content[$contentLength]->trimContentRight();
181 if ($this->content[$contentLength]->getText() === '') {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php99 $contentLength = strlen($this->requestBody);
100 $headers .= "Content-length: " . $contentLength . "\r\n";
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php196 * @param string $contentLength Header specifying the amount of
205 $contentLength argument
214 (strlen($contentLength) > 0 && (int) $contentLength > 0) ? (int) $contentLength : -1
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java218 final long contentLength, in post() argument
240 …tStream(parentComponent, "Uploading "+ fileName + " ("+formatByteSize(contentLength)+")", content)… in post()
245 return contentLength; in post()
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php228 $contentLength = Core::firstHeader($request, 'Content-Length');
229 $size = $contentLength !== null ? (int) $contentLength : null;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php1560 $contentLength = @iconv_strlen($content, $encoding);
1561 if ($contentLength === false) {
1563 $contentLength = strlen($content);
1566 $contentLength = strlen($content);
1569 $currColumn += $contentLength;
1570 $length += $contentLength;
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js377 length: fullRequest.contentLength,
432 total: Math.max(loaded, fullRequest.contentLength || 0)
14909 var contentLength = void 0,
14914 contentLength = endPos - position;
14925 contentLength -= objToken[1].length;
14933 var content = buffer.subarray(position, position + contentLength);
14936 if (xrefTagOffset < contentLength && content[xrefTagOffset + 5] < 64) {
14941 position += contentLength;
56030 _this._contentLength = data.contentLength;
H A Dpdf.js11392 contentLength: fullReader.contentLength
H A Dpdf.js.map1contentLength","rangeReader","pdfInfo","updatePassword","exception","exportedError","exportedData"…
H A Dpdf.worker.js.map1contentLength","startPos","endPos","checkPos","tokenStr","objToken","xrefTagOffset","lexer","allow…