Home
last modified time | relevance | path

Searched refs:headerType (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/
H A DAccessCondition.php50 * @param string $headerType header name
55 protected function __construct($headerType, $value) argument
57 $this->setHeader($headerType);
288 public function setHeader($headerType) argument
293 $this->_header = $headerType;
331 * @param string $headerType candidate header type
337 public static function isValid($headerType) argument
339 if ($headerType == Resources::EMPTY_STRING
341 || $headerType == Resources::IF_MATCH
343 || $headerType == Resources::IF_NONE_MATCH
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/IO/src/brainsuite/
H A Ddfsurface.h126 headerType[0]='D'; in DFSHeader()
127 headerType[1]='F'; in DFSHeader()
128 headerType[2]='S'; in DFSHeader()
129 headerType[3]='_'; in DFSHeader()
131 headerType[5]='E'; in DFSHeader()
132 headerType[6]=' '; in DFSHeader()
133 headerType[7]='v'; in DFSHeader()
134 headerType[8]='2'; in DFSHeader()
135 headerType[9]='.'; in DFSHeader()
136 headerType[10]='0'; in DFSHeader()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/extension/authentication/
H A DHttpSenderAuthHeaderListenerUnitTest.java86 String headerType = "My-header"; in shouldAddSpecifiedHeaderWhenDefined() local
88 map.put(HttpSenderAuthHeaderListener.ZAP_AUTH_HEADER, headerType); in shouldAddSpecifiedHeaderWhenDefined()
98 assertThat(msg.getRequestHeader().getHeader(headerType), is(headerValue)); in shouldAddSpecifiedHeaderWhenDefined()
123 String headerType = "My-header"; in shouldNotChangeResponse() local
125 map.put(HttpSenderAuthHeaderListener.ZAP_AUTH_HEADER, headerType); in shouldNotChangeResponse()
141 String headerType = "My-header"; in shouldAddSpecifiedHeaderToSpecifiedHost() local
144 map.put(HttpSenderAuthHeaderListener.ZAP_AUTH_HEADER, headerType); in shouldAddSpecifiedHeaderToSpecifiedHost()
156 assertThat(msgLocal.getRequestHeader().getHeader(headerType), is(headerValue)); in shouldAddSpecifiedHeaderToSpecifiedHost()
164 String headerType = "My-header"; in shouldIgnoreEmptyHost() local
166 map.put(HttpSenderAuthHeaderListener.ZAP_AUTH_HEADER, headerType); in shouldIgnoreEmptyHost()
[all …]
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/autocreatescripts/sieveconditions/
H A Dsieveconditionheader.cpp41 auto headerType = new SelectHeaderTypeComboBox; in createParamWidget() local
42 headerType->setObjectName(QStringLiteral("headertype")); in createParamWidget()
43 …connect(headerType, &SelectHeaderTypeComboBox::valueChanged, this, &SieveConditionHeader::valueCha… in createParamWidget()
44 grid->addWidget(headerType, 0, 0, 1, 2); in createParamWidget()
63 …const SelectHeaderTypeComboBox *headerType = w->findChild<SelectHeaderTypeComboBox *>(QStringLiter… in code() local
64 const QString headerStr = headerType->code(); in code()
96 … auto headerType = w->findChild<SelectHeaderTypeComboBox *>(QStringLiteral("headertype")); in setParamWidgetValue() local
97 headerType->setCode(element.readElementText()); in setParamWidgetValue()
110 … auto headerType = w->findChild<SelectHeaderTypeComboBox *>(QStringLiteral("headertype")); in setParamWidgetValue() local
111 headerType->setCode(AutoCreateScriptUtil::listValueToStr(element)); in setParamWidgetValue()
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/job/
H A Dprotectedheadersjob.cpp123 const QByteArray headerType(header->type()); in process() local
124 if (headerType.startsWith("X-KMail-")) { in process()
127 if (headerType == "MIME-Version") { in process()
130 if (headerType == "Bcc") { in process()
133 if (headerType.startsWith("Content-")) { in process()
144 auto copyHeader = KMime::Headers::createHeader(headerType); in process()
146 copyHeader = new KMime::Headers::Generic(headerType.constData(), headerType.size()); in process()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/codec/
H A DSkBmpCodec.cpp186 BmpHeaderType headerType; in ReadHeader() local
191 headerType = kInfoV1_BmpHeaderType; in ReadHeader()
194 headerType = kInfoV2_BmpHeaderType; in ReadHeader()
197 headerType = kInfoV3_BmpHeaderType; in ReadHeader()
200 headerType = kInfoV4_BmpHeaderType; in ReadHeader()
203 headerType = kInfoV5_BmpHeaderType; in ReadHeader()
216 headerType = kOS2VX_BmpHeaderType; in ReadHeader()
225 headerType = kUnknown_BmpHeaderType; in ReadHeader()
250 headerType = kOS2V1_BmpHeaderType; in ReadHeader()
320 switch (headerType) { in ReadHeader()
[all …]
/dports/www/pomerium/pomerium-0.8.3/internal/sessions/header/
H A Dheader_store.go33 func NewStore(enc encoding.Unmarshaler, headerType string) *Store {
34 if headerType == "" {
35 headerType = defaultAuthType
39 authType: headerType,
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/System/Functions/
H A DBve5Shared.cs19 …edHeader, double maxSupportedVersion, out double Version, out Encoding Encoding, string headerType) in ValidateHeader() argument
25 throw new InvalidDataException("Invalid BVE5 " + headerType + " header: " + fileHeader); in ValidateHeader()
42 throw new InvalidDataException("Invalid BVE5 " + headerType + " version: " + s); in ValidateHeader()
46 throw new InvalidDataException("Unsupported BVE5 " + headerType + " version: " + s); in ValidateHeader()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DMessageSerializer.java199 Preconditions.checkArgument(schemaMessage.headerType() == MessageHeader.Schema, in deserializeSchema()
200 "Expected schema but result was: %s", schemaMessage.headerType()); in deserializeSchema()
217 if (result.getMessage().headerType() != MessageHeader.Schema) { in deserializeSchema()
218 throw new IOException("Expected schema but header was " + result.getMessage().headerType()); in deserializeSchema()
359 if (result.getMessage().headerType() != MessageHeader.RecordBatch) { in deserializeRecordBatch()
547 if (result.getMessage().headerType() != MessageHeader.DictionaryBatch) { in deserializeDictionaryBatch()
613 switch (result.getMessage().headerType()) { in deserializeMessageBatch()
638 byte headerType, in serializeMessage() argument
641 return serializeMessage(builder, headerType, headerOffset, bodyLength, IpcOption.DEFAULT); in serializeMessage()
656 byte headerType, in serializeMessage() argument
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DMessageSerializer.java199 Preconditions.checkArgument(schemaMessage.headerType() == MessageHeader.Schema, in deserializeSchema()
200 "Expected schema but result was: %s", schemaMessage.headerType()); in deserializeSchema()
217 if (result.getMessage().headerType() != MessageHeader.Schema) { in deserializeSchema()
218 throw new IOException("Expected schema but header was " + result.getMessage().headerType()); in deserializeSchema()
359 if (result.getMessage().headerType() != MessageHeader.RecordBatch) { in deserializeRecordBatch()
547 if (result.getMessage().headerType() != MessageHeader.DictionaryBatch) { in deserializeDictionaryBatch()
613 switch (result.getMessage().headerType()) { in deserializeMessageBatch()
638 byte headerType, in serializeMessage() argument
641 return serializeMessage(builder, headerType, headerOffset, bodyLength, IpcOption.DEFAULT); in serializeMessage()
656 byte headerType, in serializeMessage() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Protocols/
H A DSoapReflector.cs19 internal Type headerType; field in System.Web.Services.Protocols.SoapReflectedHeader
462 if (soapHeader.headerType.IsArray) { in ReflectMethod()
463 soapHeader.headerType = soapHeader.headerType.GetElementType(); in ReflectMethod()
465 …if (soapHeader.headerType != typeof(SoapUnknownHeader) && soapHeader.headerType != typeof(SoapHead… in ReflectMethod()
475 if (headerTypes.Contains(soapHeader.headerType)) { in ReflectMethod()
479 headerTypes[soapHeader.headerType] = direction | prevDirection; in ReflectMethod()
482 headerTypes[soapHeader.headerType] = direction; in ReflectMethod()
484 …if (soapHeader.headerType != typeof(SoapHeader) && soapHeader.headerType != typeof(SoapUnknownHead… in ReflectMethod()
486 member.MemberName = soapHeader.headerType.Name; in ReflectMethod()
487 member.MemberType = soapHeader.headerType; in ReflectMethod()
[all …]
H A DSoapHeader.cs164 internal Type headerType; field in System.Web.Services.Protocols.SoapHeaderMapping
172 return headerType;
231 missingHeader = GetHeaderElementName(mappings[0].headerType); in ReadHeaders()
263 missingHeader = GetHeaderElementName(mappings[i].headerType); in ReadHeaders()
401 if (mapping.headerType.IsAssignableFrom(header.GetType())) { in SetHeaderMembers()
406 … MemberHelper.SetValue(mapping.memberInfo, target, list.ToArray(mapping.headerType)); in SetHeaderMembers()
413 if (mapping.headerType.IsAssignableFrom(header.GetType())) { in SetHeaderMembers()
468 Type headerType = header.GetType(); in FindMapping()
473 if (mapping.headerType.IsAssignableFrom(headerType)) { in FindMapping()
480 static string GetHeaderElementName(Type headerType) { in GetHeaderElementName() argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/
H A DArrowStreamReader.java112 if (result.getMessage().headerType() == MessageHeader.RecordBatch) { in loadNextBatch()
124 } else if (result.getMessage().headerType() == MessageHeader.DictionaryBatch) { in loadNextBatch()
132 result.getMessage().headerType()); in loadNextBatch()
168 if (result.getMessage().headerType() != MessageHeader.Schema) { in readSchema()
169 throw new IOException("Expected schema but header was " + result.getMessage().headerType()); in readSchema()
/dports/sysutils/plasma5-kinfocenter/kinfocenter-5.23.5/Modules/pci/
H A Dkpci.cpp107 if (info->cooked.headerType.headerType_bits.headerType == PCI_HEADER_TYPE_CARDBUS) { in addVendor()
263 if (info->cooked.headerType.headerType_bits.headerType == PCI_HEADER_TYPE_NORMAL) { in addLatency()
290 getNameById(headerType, info->cooked.headerType.headerType_bits.headerType) in addHeaderType()
417 if (info->cooked.headerType.headerType_bits.headerType == PCI_HEADER_TYPE_BRIDGE) { in addBus()
437 if (info->cooked.headerType.headerType_bits.headerType == PCI_HEADER_TYPE_BRIDGE) { in addSecStatus()
524 if (info->cooked.headerType.headerType_bits.headerType == PCI_HEADER_TYPE_BRIDGE) { in addBridgeBehind()
569 if (info->cooked.headerType.headerType_bits.headerType == PCI_HEADER_TYPE_BRIDGE) { in addBridgeControl()
623 if ((info->cooked.headerType.headerType_bits.headerType == PCI_HEADER_TYPE_NORMAL) in addRom()
646 if (info->cooked.headerType.headerType_bits.headerType == PCI_HEADER_TYPE_CARDBUS) { in addCardbusResource()
680 if (info->cooked.headerType.headerType_bits.headerType == PCI_HEADER_TYPE_CARDBUS) { in addCardbusControl()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/
H A DArrowStreamReader.java114 if (result.getMessage().headerType() == MessageHeader.RecordBatch) { in loadNextBatch()
126 } else if (result.getMessage().headerType() == MessageHeader.DictionaryBatch) { in loadNextBatch()
134 result.getMessage().headerType()); in loadNextBatch()
170 if (result.getMessage().headerType() != MessageHeader.Schema) { in readSchema()
171 throw new IOException("Expected schema but header was " + result.getMessage().headerType()); in readSchema()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DMessageSerializer.java189 Preconditions.checkArgument(schemaMessage.headerType() == MessageHeader.Schema, in deserializeSchema()
190 "Expected schema but result was: %s", schemaMessage.headerType()); in deserializeSchema()
207 if (result.getMessage().headerType() != MessageHeader.Schema) { in deserializeSchema()
208 throw new IOException("Expected schema but header was " + result.getMessage().headerType()); in deserializeSchema()
341 if (result.getMessage().headerType() != MessageHeader.RecordBatch) { in deserializeRecordBatch()
342 … throw new IOException("Expected RecordBatch but header was " + result.getMessage().headerType()); in deserializeRecordBatch()
524 if (result.getMessage().headerType() != MessageHeader.DictionaryBatch) { in deserializeDictionaryBatch()
589 switch (result.getMessage().headerType()) { in deserializeMessageBatch()
595 throw new IOException("Unexpected message header type " + result.getMessage().headerType()); in deserializeMessageBatch()
622 byte headerType, in serializeMessage() argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/ipc/metadata/
H A Dmessage.ts59 public static fromJSON<T extends MessageHeader>(msg: any, headerType: T): Message<T> {
60 const message = new Message(0, MetadataVersion.V4, headerType);
61 message._createHeader = messageHeaderFromJSON(msg, headerType);
71 const headerType: MessageHeader = _message.headerType(); constant
72 const message = new Message(bodyLength, version, headerType);
73 message._createHeader = decodeMessageHeader(_message, headerType);
90 _Message.addHeaderType(b, message.headerType);
115 public get type() { return this.headerType; }
117 public get headerType() { return this._headerType; } method in Message
126 constructor(bodyLength: Long | number, version: MetadataVersion, headerType: T, header?: any) {
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/js/src/ipc/metadata/
H A Dmessage.ts75 public static fromJSON<T extends MessageHeader>(msg: any, headerType: T): Message<T> {
76 const message = new Message(0, MetadataVersion.V4, headerType);
77 message._createHeader = messageHeaderFromJSON(msg, headerType);
87 const headerType: MessageHeader = _message.headerType(); constant
88 const message = new Message(bodyLength, version, headerType);
89 message._createHeader = decodeMessageHeader(_message, headerType);
107 _Message.addHeaderType(b, message.headerType);
131 public get type() { return this.headerType; }
133 public get headerType() { return this._headerType; } method in Message
141 constructor(bodyLength: Long | number, version: MetadataVersion, headerType: T, header?: any) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/ipc/metadata/
H A Dmessage.ts59 public static fromJSON<T extends MessageHeader>(msg: any, headerType: T): Message<T> {
60 const message = new Message(0, MetadataVersion.V4, headerType);
61 message._createHeader = messageHeaderFromJSON(msg, headerType);
71 const headerType: MessageHeader = _message.headerType(); constant
72 const message = new Message(bodyLength, version, headerType);
73 message._createHeader = decodeMessageHeader(_message, headerType);
90 _Message.addHeaderType(b, message.headerType);
115 public get type() { return this.headerType; }
117 public get headerType() { return this._headerType; } method in Message
126 constructor(bodyLength: Long | number, version: MetadataVersion, headerType: T, header?: any) {
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A DRTMP.cpp446 hr.headerType = static_cast<PacketSize>(htype); in readPacketHeader()
549 hr.headerType = static_cast<PacketSize>(htype); in readPacketHeader()
604 assert(hr.headerType == RTMP_PACKET_SIZE_LARGE); in sendPacket()
619 hr.headerType = RTMP_PACKET_SIZE_MEDIUM; in sendPacket()
626 hr.headerType = RTMP_PACKET_SIZE_SMALL; in sendPacket()
637 hr.headerType = RTMP_PACKET_SIZE_LARGE; in sendPacket()
642 assert (hr.headerType < 4); in sendPacket()
644 int nSize = packetSize[hr.headerType]; in sendPacket()
673 c = hr.headerType << 6; in sendPacket()
710 if (hr.headerType == RTMP_PACKET_SIZE_LARGE) { in sendPacket()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Headers/
H A DKnownHeader.cs16 …public KnownHeader(string name, HttpHeaderType headerType, HttpHeaderParser parser, string[] known… in KnownHeader() argument
20 Debug.Assert(headerType != HttpHeaderType.Custom); in KnownHeader()
24 _headerType = headerType; in KnownHeader()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/ipc/
H A DArrowStreamReader.java152 if (result.getMessage().headerType() == MessageHeader.RecordBatch) { in loadNextBatch()
164 } else if (result.getMessage().headerType() == MessageHeader.DictionaryBatch) { in loadNextBatch()
172 result.getMessage().headerType()); in loadNextBatch()
208 if (result.getMessage().headerType() != MessageHeader.Schema) { in readSchema()
209 throw new IOException("Expected schema but header was " + result.getMessage().headerType()); in readSchema()
/dports/games/libretro-scummvm/scummvm-7b1e929/image/codecs/
H A Dtruemotion1.cpp187 _header.headerType = headerBuffer[10]; in decodeHeader()
209 if (_header.headerType > 3) { in decodeHeader()
210 error("Invalid header type %d", _header.headerType); in decodeHeader()
211 } else if (_header.headerType == 2 || _header.headerType == 3) { in decodeHeader()
222 } else if (_header.headerType < 2 && _header.xsize < 213 && _header.ysize >= 176) { in decodeHeader()
233 if ((_header.compression & 1) && _header.headerType) in decodeHeader()
/dports/games/residualvm/residualvm-0.3.1/image/codecs/
H A Dtruemotion1.cpp187 _header.headerType = headerBuffer[10]; in decodeHeader()
209 if (_header.headerType > 3) { in decodeHeader()
210 error("Invalid header type %d", _header.headerType); in decodeHeader()
211 } else if (_header.headerType == 2 || _header.headerType == 3) { in decodeHeader()
222 } else if (_header.headerType < 2 && _header.xsize < 213 && _header.ysize >= 176) { in decodeHeader()
233 if ((_header.compression & 1) && _header.headerType) in decodeHeader()
/dports/games/scummvm/scummvm-2.5.1/image/codecs/
H A Dtruemotion1.cpp187 _header.headerType = headerBuffer[10]; in decodeHeader()
209 if (_header.headerType > 3) { in decodeHeader()
210 error("Invalid header type %d", _header.headerType); in decodeHeader()
211 } else if (_header.headerType == 2 || _header.headerType == 3) { in decodeHeader()
222 } else if (_header.headerType < 2 && _header.xsize < 213 && _header.ysize >= 176) { in decodeHeader()
233 if ((_header.compression & 1) && _header.headerType) in decodeHeader()

12345678910>>...19