Searched refs:newBody (Results 1 – 5 of 5) sorted by relevance
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | reduce-non-adjacent.js | 73 function reduceBody(token, newBody, processedCount, tokenIdx) { argument 75 token[2] = newBody; 99 function collectReducedBodies(token, newBody, processedCount, tokenIdx) { argument 101 localContext.reducedBodies.push(newBody); 173 var newBody = bodies.splice(propertyIdx + 1); 174 context.callback(tokens[processedTokens[tokenIdx]], newBody, processedCount, tokenIdx);
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | CorePlugin.php | 497 $newBody = fopen('php://temp', 'r+'); 498 fwrite($newBody, $firstByte); 499 stream_copy_to_stream($body, $newBody); 500 rewind($newBody); 502 $body = $newBody;
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | CorePlugin.php | 497 $newBody = fopen('php://temp', 'r+'); 498 fwrite($newBody, $firstByte); 499 stream_copy_to_stream($body, $newBody); 500 rewind($newBody); 502 $body = $newBody;
|
| /plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
| H A D | Plugin.php | 724 $newBody = $this->convertVCard( 729 $response->setBody($newBody); 731 $response->setHeader('Content-Length', strlen($newBody));
|
| /plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
| D | Plugin.php | 780 $newBody = $this->convertVCard( 785 $response->setBody($newBody); 787 $response->setHeader('Content-Length', strlen($newBody));
|