Home
last modified time | relevance | path

Searched refs:firstHeader (Results 1 – 5 of 5) sorted by path

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php228 $contentLength = Core::firstHeader($request, 'Content-Length');
385 $accept = Core::firstHeader($request, 'Accept-Encoding');
H A DStreamHandler.php73 switch (Core::firstHeader($response, 'Content-Encoding', true)) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php85 public static function firstHeader($message, $header) function in GuzzleHttp\\Ring\\Core
/plugin/latexport/implementation/
H A Ddecorator_persister.php29 private $firstHeader; variable in DecoratorPersister
195 $this->firstHeader = true;
261 if ($this->firstHeader) {
263 $this->firstHeader = false;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js4391 firstHeader: null,
16595 if (model.firstHeader && typeof model.firstHeader === 'string') {
16596 xmlStream.leafNode('firstHeader', null, model.firstHeader);
16679 this.model.firstHeader = text;