Searched refs:hR (Results 1 – 3 of 3) sorted by relevance
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | TemporaryFileFilterPlugin.php | 143 $hR = $this->server->httpResponse; 144 $hR->setHeader('X-Sabre-Temp', 'true'); 184 * @param ResponseInterface $hR 188 function httpGet(RequestInterface $request, ResponseInterface $hR, $tempLocation) { argument 192 $hR->setHeader('Content-Type', 'application/octet-stream'); 193 $hR->setHeader('Content-Length', filesize($tempLocation)); 194 $hR->setHeader('X-Sabre-Temp', 'true'); 195 $hR->setStatus(200); 196 $hR->setBody(fopen($tempLocation, 'r')); 205 * @param ResponseInterface $hR [all …]
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | TemporaryFileFilterPlugin.php | 146 $hR = $this->server->httpResponse; 147 $hR->setHeader('X-Sabre-Temp', 'true'); 187 * @param ResponseInterface $hR 191 function httpGet(RequestInterface $request, ResponseInterface $hR, $tempLocation) { argument 195 $hR->setHeader('Content-Type', 'application/octet-stream'); 196 $hR->setHeader('Content-Length', filesize($tempLocation)); 197 $hR->setHeader('X-Sabre-Temp', 'true'); 198 $hR->setStatus(200); 199 $hR->setBody(fopen($tempLocation, 'r')); 208 * @param ResponseInterface $hR [all …]
|
| /plugin/bpmnio/vendor/bpmn-js/dist/ |
| H A D | bpmn-modeler.production.min.js | 211 …hR(p)}),o&&t.on("shape.move.start",fR,function(a){var s=a.context,c=s.shapes,p=Rf(c);E(p,function(… function
|