Searched refs:normalizedKeys (Results 1 – 6 of 6) sorted by relevance
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | EasyHandle.php | 73 $normalizedKeys = Utils::normalizeHeaderKeys($headers); 75 … if (!empty($this->options['decode_content']) && isset($normalizedKeys['content-encoding'])) { 76 $headers['x-encoded-content-encoding'] = $headers[$normalizedKeys['content-encoding']]; 77 unset($headers[$normalizedKeys['content-encoding']]); 78 if (isset($normalizedKeys['content-length'])) { 79 $headers['x-encoded-content-length'] = $headers[$normalizedKeys['content-length']]; 83 $headers[$normalizedKeys['content-length']] = $bodyLength; 85 unset($headers[$normalizedKeys['content-length']]);
|
| D | StreamHandler.php | 166 $normalizedKeys = Utils::normalizeHeaderKeys($headers); 167 if (isset($normalizedKeys['content-encoding'])) { 168 $encoding = $headers[$normalizedKeys['content-encoding']]; 171 … $headers['x-encoded-content-encoding'] = $headers[$normalizedKeys['content-encoding']]; 174 unset($headers[$normalizedKeys['content-encoding']]); 177 if (isset($normalizedKeys['content-length'])) { 178 … $headers['x-encoded-content-length'] = $headers[$normalizedKeys['content-length']]; 181 unset($headers[$normalizedKeys['content-length']]); 183 $headers[$normalizedKeys['content-length']] = [$length];
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | EasyHandle.php | 54 $normalizedKeys = \GuzzleHttp\normalize_header_keys($headers); 57 && isset($normalizedKeys['content-encoding']) 60 = $headers[$normalizedKeys['content-encoding']]; 61 unset($headers[$normalizedKeys['content-encoding']]); 62 if (isset($normalizedKeys['content-length'])) { 64 = $headers[$normalizedKeys['content-length']]; 68 $headers[$normalizedKeys['content-length']] = $bodyLength; 70 unset($headers[$normalizedKeys['content-length']]);
|
| D | StreamHandler.php | 161 $normalizedKeys = \GuzzleHttp\normalize_header_keys($headers); 162 if (isset($normalizedKeys['content-encoding'])) { 163 $encoding = $headers[$normalizedKeys['content-encoding']]; 169 = $headers[$normalizedKeys['content-encoding']]; 171 unset($headers[$normalizedKeys['content-encoding']]); 173 if (isset($normalizedKeys['content-length'])) { 175 = $headers[$normalizedKeys['content-length']]; 179 unset($headers[$normalizedKeys['content-length']]); 181 $headers[$normalizedKeys['content-length']] = [$length];
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | usage.js | 248 const normalizedKeys = groups[groupName] 259 return { groupName, normalizedKeys }; 261 .filter(({ normalizedKeys }) => normalizedKeys.length > 0) property 262 .map(({ groupName, normalizedKeys }) => { property 263 const switches = normalizedKeys.reduce((acc, key) => { 287 return { groupName, normalizedKeys, switches }; 291 ….some(({ normalizedKeys, switches }) => !normalizedKeys.every(key => isLongSwitch(switches[key]))); property 295 .forEach(({ normalizedKeys, switches }) => { property 296 normalizedKeys.forEach(key => { 303 displayedGroups.forEach(({ groupName, normalizedKeys, switches }) => { property [all …]
|
| /plugin/asciidocjs/node_modules/yargs/build/ |
| D | index.cjs | 1 …normalizedKeys:h[t].filter(C).map((t=>{if(M.includes(t))return t;for(let e,s=0;void 0!==(e=M[s]);s…
|