Home
last modified time | relevance | path

Searched refs:newBody (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dreduce-non-adjacent.js73 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/
DCorePlugin.php497 $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 DCorePlugin.php497 $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 DPlugin.php724 $newBody = $this->convertVCard(
729 $response->setBody($newBody);
731 $response->setHeader('Content-Length', strlen($newBody));
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
DPlugin.php780 $newBody = $this->convertVCard(
785 $response->setBody($newBody);
787 $response->setHeader('Content-Length', strlen($newBody));