/plugin/davcal/vendor/sabre/http/lib/ |
H A D | Sapi.php | 74 $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 D | LanguageConstructSpacingSniff.php | 76 $contentLength = strlen($content); 77 if ($contentLength !== 1) { 79 $data = array($contentLength);
|
/plugin/webdav/vendor/sabre/http/lib/ |
H A D | Sapi.php | 74 $contentLength = $response->getHeader('Content-Length'); 75 if ($contentLength !== null) { 80 stream_copy_to_stream($body, $output, $contentLength); 88 fwrite($output, $body, $contentLength);
|
H A D | Message.php | 77 $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 D | SpecificationTest.php | 43 public function testUpdateRange($headerValue, $httpStatus, $endResult, $contentLength = 4) { argument 50 if ($contentLength) { 51 $headers['Content-Length'] = (string)$contentLength;
|
/plugin/prosemirror/schema/ |
H A D | Node.php | 181 $contentLength = count($this->content) - 1; 182 $this->content[$contentLength]->trimContentRight(); 183 if ($this->content[$contentLength]->getText() === '') {
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/ |
H A D | HTTPClient.php | 99 $contentLength = strlen($this->requestBody); 100 $headers .= "Content-length: " . $contentLength . "\r\n";
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
H A D | StreamHandler.php | 196 * @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 D | AbstractCaptureApplet.java | 218 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 D | CurlFactory.php | 228 $contentLength = Core::firstHeader($request, 'Content-Length'); 229 $size = $contentLength !== null ? (int) $contentLength : null;
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-fileupload-1.3.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
H A D | servlet-api.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
H A D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | File.php | 1560 $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 D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | jcapture.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 377 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 D | pdf.js | 11392 contentLength: fullReader.contentLength
|
H A D | pdf.js.map | 1 …contentLength","rangeReader","pdfInfo","updatePassword","exception","exportedError","exportedData"…
|
H A D | pdf.worker.js.map | 1 …contentLength","startPos","endPos","checkPos","tokenStr","objToken","xrefTagOffset","lexer","allow…
|