fna-workbench

fna-workbench Git Source Tree


Root/gendarme/vorbisfile.ignore

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
R: Gendarme.Rules.Design.Generic.AvoidDeclaringCustomDelegatesRule
T: Vorbisfile/read_func
T: Vorbisfile/seek_func
T: Vorbisfile/close_func
T: Vorbisfile/tell_func
 
R: Gendarme.Rules.Performance.AvoidLargeStructureRule
T: Vorbisfile/vorbis_info
 
R: Gendarme.Rules.Naming.AvoidNonAlphanumericIdentifierRule
M: System.Int32 Vorbisfile::ov_fopen(System.String,System.IntPtr&)
M: System.Int32 Vorbisfile::ov_open_callbacks(System.IntPtr,System.IntPtr&,System.IntPtr,System.IntPtr,Vorbisfile/ov_callbacks)
M: Vorbisfile/vorbis_info Vorbisfile::ov_info(System.IntPtr,System.Int32)
M: Vorbisfile/vorbis_comment Vorbisfile::ov_comment(System.IntPtr,System.Int32)
M: System.Double Vorbisfile::ov_time_total(System.IntPtr,System.Int32)
M: System.Int64 Vorbisfile::ov_read(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Int32,System.Int32,System.Int32&)
M: System.Int64 Vorbisfile::ov_read(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32&)
M: System.Int32 Vorbisfile::ov_time_seek(System.IntPtr,System.Double)
M: System.Int32 Vorbisfile::ov_clear(System.IntPtr&)
T: Vorbisfile/SeekWhence
T: Vorbisfile/read_func
T: Vorbisfile/seek_func
T: Vorbisfile/close_func
T: Vorbisfile/tell_func
T: Vorbisfile/vorbis_info
T: Vorbisfile/vorbis_comment
T: Vorbisfile/ov_callbacks
 
R: Gendarme.Rules.Design.AvoidRefAndOutParametersRule
M: System.Int32 Vorbisfile::ov_fopen(System.String,System.IntPtr&)
M: System.Int32 Vorbisfile::ov_open_callbacks(System.IntPtr,System.IntPtr&,System.IntPtr,System.IntPtr,Vorbisfile/ov_callbacks)
M: System.Int32 Vorbisfile::ov_clear(System.IntPtr&)
 
R: Gendarme.Rules.Design.AvoidVisibleFieldsRule
T: Vorbisfile/vorbis_info
T: Vorbisfile/vorbis_comment
T: Vorbisfile/ov_callbacks
 
R: Gendarme.Rules.Design.AvoidVisibleNestedTypesRule
T: Vorbisfile/SeekWhence
T: Vorbisfile/read_func
T: Vorbisfile/seek_func
T: Vorbisfile/close_func
T: Vorbisfile/tell_func
T: Vorbisfile/vorbis_info
T: Vorbisfile/vorbis_comment
T: Vorbisfile/ov_callbacks
 
R: Gendarme.Rules.Interoperability.CentralizePInvokesIntoNativeMethodsTypeRule
M: System.IntPtr Vorbisfile::malloc(System.IntPtr)
M: System.Void Vorbisfile::free(System.IntPtr)
M: System.Int32 Vorbisfile::INTERNAL_ov_fopen(System.String,System.IntPtr)
M: System.Int32 Vorbisfile::INTERNAL_ov_open_callbacks(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,Vorbisfile/ov_callbacks)
M: System.IntPtr Vorbisfile::INTERNAL_ov_info(System.IntPtr,System.Int32)
M: System.IntPtr Vorbisfile::INTERNAL_ov_comment(System.IntPtr,System.Int32)
M: System.Double Vorbisfile::ov_time_total(System.IntPtr,System.Int32)
M: System.Int64 Vorbisfile::ov_read(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Int32,System.Int32,System.Int32&)
M: System.Int64 Vorbisfile::ov_read(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32&)
M: System.Int32 Vorbisfile::ov_time_seek(System.IntPtr,System.Double)
M: System.Int32 Vorbisfile::INTERNAL_ov_clear(System.IntPtr)
 
R: Gendarme.Rules.Design.MarkAssemblyWithAssemblyVersionRule
A: Vorbisfile-CS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
 
R: Gendarme.Rules.Design.MarkAssemblyWithCLSCompliantRule
A: Vorbisfile-CS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
 
R: Gendarme.Rules.Design.MarkAssemblyWithComVisibleRule
A: Vorbisfile-CS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
 
R: Gendarme.Rules.Security.NativeFieldsShouldNotBeVisibleRule
T: Vorbisfile/vorbis_info
T: Vorbisfile/vorbis_comment
 
R: Gendarme.Rules.Naming.UseCorrectCasingRule
M: System.IntPtr Vorbisfile::malloc(System.IntPtr)
M: System.Void Vorbisfile::free(System.IntPtr)
M: System.Int32 Vorbisfile::ov_fopen(System.String,System.IntPtr&)
M: System.Int32 Vorbisfile::ov_open_callbacks(System.IntPtr,System.IntPtr&,System.IntPtr,System.IntPtr,Vorbisfile/ov_callbacks)
M: Vorbisfile/vorbis_info Vorbisfile::ov_info(System.IntPtr,System.Int32)
M: Vorbisfile/vorbis_comment Vorbisfile::ov_comment(System.IntPtr,System.Int32)
M: System.Double Vorbisfile::ov_time_total(System.IntPtr,System.Int32)
M: System.Int64 Vorbisfile::ov_read(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Int32,System.Int32,System.Int32&)
M: System.Int64 Vorbisfile::ov_read(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32&)
M: System.Int32 Vorbisfile::ov_time_seek(System.IntPtr,System.Double)
M: System.Int32 Vorbisfile::ov_clear(System.IntPtr&)
T: Vorbisfile/read_func
T: Vorbisfile/seek_func
T: Vorbisfile/close_func
T: Vorbisfile/tell_func
T: Vorbisfile/vorbis_info
T: Vorbisfile/vorbis_comment
T: Vorbisfile/ov_callbacks

Archive Download this file

Branches

Number of commits:
Page rendered in 0.08252s using 11 queries.