Home
last modified time | relevance | path

Searched defs:Record (Results 1 – 25 of 5529) sorted by relevance

12345678910>>...222

/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/src/Text/TeXMath/Unicode/
H A DToTeX.hs208 , Record {uchar = '\161', commands = [], category = Ord, comments = "iexcl"} function
214 , Record {uchar = '\167', commands = [], category = Ord, comments = "sect"} function
221 , Record {uchar = '\178', commands = [], category = Ord, comments = "sup2"} function
222 , Record {uchar = '\179', commands = [], category = Ord, comments = "sup3"} function
227 , Record {uchar = '\185', commands = [], category = Ord, comments = "sup1"} function
228 , Record {uchar = '\188', commands = [], category = Ord, comments = "frac14"} function
229 , Record {uchar = '\189', commands = [], category = Ord, comments = "frac12"} function
230 , Record {uchar = '\190', commands = [], category = Ord, comments = "frac34"} function
231 , Record {uchar = '\191', commands = [], category = Ord, comments = "iquest"} function
347 , Record {uchar = '\8195', commands = [], category = Ord, comments = "emsp"} function
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/src/Text/TeXMath/Unicode/
H A DToTeX.hs208 , Record {uchar = '\161', commands = [], category = Ord, comments = "iexcl"} function
214 , Record {uchar = '\167', commands = [], category = Ord, comments = "sect"} function
221 , Record {uchar = '\178', commands = [], category = Ord, comments = "sup2"} function
222 , Record {uchar = '\179', commands = [], category = Ord, comments = "sup3"} function
227 , Record {uchar = '\185', commands = [], category = Ord, comments = "sup1"} function
228 , Record {uchar = '\188', commands = [], category = Ord, comments = "frac14"} function
229 , Record {uchar = '\189', commands = [], category = Ord, comments = "frac12"} function
230 , Record {uchar = '\190', commands = [], category = Ord, comments = "frac34"} function
231 , Record {uchar = '\191', commands = [], category = Ord, comments = "iquest"} function
347 , Record {uchar = '\8195', commands = [], category = Ord, comments = "emsp"} function
[all …]
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.FastCgi/Obsolete/
H A DRecord.cs39 public struct Record struct
43 readonly byte version;
45 readonly RecordType type;
49 readonly Buffers buffers;
67 public Record (Socket socket) : this (socket, new Buffers()) in Record() method
75 public Record (Socket socket, Buffers receive_buffer) : this() in Record() method
109 public Record (byte version, RecordType type, ushort requestID, in Record() method
116 public Record (byte version, RecordType type, ushort requestID, in Record() method
126 public Record (byte version, RecordType type, ushort requestID, in Record() method
158 public byte Version {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vcs/
H A Dstruct_record.go19 type Record struct { struct
21 CorpName string `json:"CorpName" xml:"CorpName"`
22 RuleName string `json:"RuleName" xml:"RuleName"`
27 Score float64 `json:"Score" xml:"Score"`
29 IsvSubId string `json:"IsvSubId" xml:"IsvSubId"`
35 TaskId string `json:"TaskId" xml:"TaskId"`
37 CorpId string `json:"CorpId" xml:"CorpId"`
43 Vendor string `json:"Vendor" xml:"Vendor"`
53 GbId string `json:"GbId" xml:"GbId"`
54 AcuUsed int `json:"AcuUsed" xml:"AcuUsed"`
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() argument
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() function
52 Record() {} in test_NonTriviallyCopyable() function
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() function
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() argument
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() argument
52 Record() {} in test_NonTriviallyCopyable() function
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() function
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() argument
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() argument
52 Record() {} in test_NonTriviallyCopyable() function
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() function
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() argument
52 Record() {} in test_NonTriviallyCopyable() argument
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() function
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() argument
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() argument
52 Record() {} in test_NonTriviallyCopyable() argument
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() argument
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() function
52 Record() {} in test_NonTriviallyCopyable() function
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() function
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() argument
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() argument
52 Record() {} in test_NonTriviallyCopyable() argument
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() function
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() argument
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() argument
52 Record() {} in test_NonTriviallyCopyable() argument
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() function
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() argument
52 Record() {} in test_NonTriviallyCopyable() argument
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() argument
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() argument
52 Record() {} in test_NonTriviallyCopyable() function
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() argument
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() argument
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() argument
52 Record() {} in test_NonTriviallyCopyable() argument
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() function
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() function
52 Record() {} in test_NonTriviallyCopyable() argument
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() argument
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dwarn-range-loop-analysis-trivially-copyable.cpp5 struct Record { in test_POD_64_bytes() struct
6 char a[64]; in test_POD_64_bytes()
15 struct Record { in test_POD_65_bytes() struct
16 char a[65]; in test_POD_65_bytes()
28 Record() {} in test_TriviallyCopyable_64_bytes() function
29 char a[64]; in test_TriviallyCopyable_64_bytes()
39 Record() {} in test_TriviallyCopyable_65_bytes() argument
52 Record() {} in test_NonTriviallyCopyable() function
55 int b; in test_NonTriviallyCopyable()
67 Record() {} in test_TrivialABI_64_bytes() function
[all …]
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.FastCgi/
H A DRecord.cs39 struct Record struct
41 public readonly byte Version;
42 public readonly RecordType Type;
43 public readonly ushort RequestID;
44 public readonly ushort BodyLength;
45 public readonly Buffers Content;
47 public const int HEADER_SIZE = 8;
49 …public Record (byte version, RecordType type, ushort requestID, int bodyLength, Buffers buffers) :… in Record() argument
92 public void Send (Socket socket) in Send()
124 public IReadOnlyList<byte> GetBody () in GetBody()
[all …]
/dports/security/lego/lego-4.5.3/vendor/gopkg.in/ns1/ns1-go.v2/rest/model/dns/
H A Drecord.go13 type Record struct { struct
14 Meta *data.Meta `json:"meta,omitempty"`
16 ID string `json:"id,omitempty"`
17 Zone string `json:"zone"`
18 Domain string `json:"domain"`
19 Type string `json:"type"`
25 Answers []*Answer `json:"answers"`
27 Filters []*filter.Filter `json:"filters"`
41 func (r Record) String() string {
65 func (r *Record) LinkTo(to string) {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/gopkg.in/ns1/ns1-go.v2/rest/model/dns/
H A Drecord.go13 type Record struct { struct
14 Meta *data.Meta `json:"meta,omitempty"`
16 ID string `json:"id,omitempty"`
17 Zone string `json:"zone"`
18 Domain string `json:"domain"`
19 Type string `json:"type"`
25 Answers []*Answer `json:"answers"`
27 Filters []*filter.Filter `json:"filters"`
41 func (r Record) String() string {
65 func (r *Record) LinkTo(to string) {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cdrs/
H A Dstruct_record.go19 type Record struct { struct
20 RuleName string `json:"RuleName" xml:"RuleName"`
22 Attributes string `json:"Attributes" xml:"Attributes"`
24 MonitorType string `json:"MonitorType" xml:"MonitorType"`
26 DeviceList string `json:"DeviceList" xml:"DeviceList"`
27 CreateDate string `json:"CreateDate" xml:"CreateDate"`
29 TaskId string `json:"TaskId" xml:"TaskId"`
30 Expression string `json:"Expression" xml:"Expression"`
31 Status string `json:"Status" xml:"Status"`
33 Description string `json:"Description" xml:"Description"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vs/
H A Dstruct_record.go19 type Record struct { struct
21 OssObject string `json:"OssObject" xml:"OssObject"`
22 Url string `json:"Url" xml:"Url"`
23 OssBucket string `json:"OssBucket" xml:"OssBucket"`
24 Height int64 `json:"Height" xml:"Height"`
25 StartTime string `json:"StartTime" xml:"StartTime"`
26 EndTime string `json:"EndTime" xml:"EndTime"`
27 StreamId string `json:"StreamId" xml:"StreamId"`
29 Width int64 `json:"Width" xml:"Width"`
31 Id string `json:"Id" xml:"Id"`
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-record/pb/
H A Drecord.pb.go27 type Record struct { struct
34 XXX_NoUnkeyedLiteral struct{} `json:"-"`
35 XXX_unrecognized []byte `json:"-"`
36 XXX_sizecache int32 `json:"-"`
41 func (*Record) ProtoMessage() {}
63 func (m *Record) XXX_Size() int {
66 func (m *Record) XXX_DiscardUnknown() {
72 func (m *Record) GetKey() []byte {
79 func (m *Record) GetValue() []byte {
86 func (m *Record) GetTimeReceived() string {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/audit/
H A Drecord.go14 type Record struct { struct
15 APIPath string
16 Event string
17 Status string
18 UserID string
19 SessionID string
20 Client string
21 IPAddress string
22 Meta Meta
23 metaConv []FuncMetaTypeConv
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/alidns/
H A Dstruct_record.go19 type Record struct { struct
20 Value string `json:"Value" xml:"Value"`
21 TTL int64 `json:"TTL" xml:"TTL"`
22 Remark string `json:"Remark" xml:"Remark"`
24 RR string `json:"RR" xml:"RR"`
25 Priority int64 `json:"Priority" xml:"Priority"`
27 Status string `json:"Status" xml:"Status"`
28 Locked bool `json:"Locked" xml:"Locked"`
29 Weight int `json:"Weight" xml:"Weight"`
30 Line string `json:"Line" xml:"Line"`
[all …]

12345678910>>...222