MCPcopy Create free account

hub / github.com/StackExchange/httpunit / functions

Functions233 in github.com/StackExchange/httpunit

↓ 1 callersFunctionisEmpty
(rv reflect.Value)
_third_party/github.com/BurntSushi/toml/encode.go:476
↓ 1 callersMethodisImplicit
isImplicit returns true if the key group pointed to by the key was created implicitly.
_third_party/github.com/BurntSushi/toml/parse.go:385
↓ 1 callersFunctionisUnifiable
(rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:475
↓ 1 callersFunctionisZero
(rv reflect.Value)
_third_party/github.com/BurntSushi/toml/encode.go:457
↓ 1 callersFunctionlex
(input string)
_third_party/github.com/BurntSushi/toml/lex.go:88
↓ 1 callersFunctionlexStringEscape
(lx *lexer)
_third_party/github.com/BurntSushi/toml/lex.go:572
↓ 1 callersFunctionmismatch
(user reflect.Value, expected string, data interface{})
_third_party/github.com/BurntSushi/toml/decode.go:489
↓ 1 callersMethodnextItem
()
_third_party/github.com/BurntSushi/toml/lex.go:77
↓ 1 callersFunctionparse
(data string)
_third_party/github.com/BurntSushi/toml/parse.go:40
↓ 1 callersMethodremoveImplicit
removeImplicit stops tagging the given key as having been implicitly created.
_third_party/github.com/BurntSushi/toml/parse.go:379
↓ 1 callersMethodsafeEncode
(key Key, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/encode.go:94
↓ 1 callersFunctionstripEscapedWhitespace
(s string)
_third_party/github.com/BurntSushi/toml/parse.go:407
↓ 1 callersMethodtestConnect
()
httpunit.go:459
↓ 1 callersMethodtestHTTP
()
httpunit.go:475
↓ 1 callersFunctiontomlArrayType
tomlArrayType returns the element type of a TOML array. The type returned may be nil if it cannot be determined (e.g., a nil slice or a zero length sl
_third_party/github.com/BurntSushi/toml/encode.go:413
↓ 1 callersMethodtopLevel
(item item)
_third_party/github.com/BurntSushi/toml/parse.go:99
↓ 1 callersFunctiontypeFields
typeFields returns a list of fields that TOML should recognize for the given type. The algorithm is breadth-first search over the set of structs to in
_third_party/github.com/BurntSushi/toml/type_fields.go:67
↓ 1 callersMethodtypeOfArray
typeOfArray returns a tomlType for an array given a list of types of its values. In the current spec, if an array is homogeneous, then its type is al
_third_party/github.com/BurntSushi/toml/type_check.go:77
↓ 1 callersMethodtypeString
()
_third_party/github.com/BurntSushi/toml/type_check.go:25
↓ 1 callersMethodunifyAnything
(data interface{}, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:415
↓ 1 callersMethodunifyArray
(data interface{}, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:292
↓ 1 callersMethodunifyBool
(data interface{}, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:407
↓ 1 callersMethodunifyDatetime
(data interface{}, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:329
↓ 1 callersMethodunifyFloat64
(data interface{}, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:345
↓ 1 callersMethodunifyInt
(data interface{}, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:360
↓ 1 callersMethodunifyMap
(mapping interface{}, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:267
↓ 1 callersMethodunifySlice
(data interface{}, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:305
↓ 1 callersMethodunifyString
(data interface{}, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:337
↓ 1 callersMethodunifyStruct
(mapping interface{}, rv reflect.Value)
_third_party/github.com/BurntSushi/toml/decode.go:225
↓ 1 callersMethodunifyText
(data interface{}, v TextUnmarshaler)
_third_party/github.com/BurntSushi/toml/decode.go:420
FunctionBenchmarkSortInt32New
(b *testing.B)
_third_party/github.com/bradfitz/slice/slice_test.go:131
FunctionBenchmarkSortInt32Old
(b *testing.B)
_third_party/github.com/bradfitz/slice/slice_test.go:144
FunctionBenchmarkSortInt64New
(b *testing.B)
_third_party/github.com/bradfitz/slice/slice_test.go:107
FunctionBenchmarkSortInt64Old
(b *testing.B)
_third_party/github.com/bradfitz/slice/slice_test.go:120
FunctionBenchmarkSortStructNew
(b *testing.B)
_third_party/github.com/bradfitz/slice/slice_test.go:166
FunctionBenchmarkSortStructOld
(b *testing.B)
_third_party/github.com/bradfitz/slice/slice_test.go:155
FunctionDecodeFile
DecodeFile is just like Decode, except it will automatically read the contents of the file at `fpath` and decode it for you.
_third_party/github.com/BurntSushi/toml/decode.go:119
FunctionDecodeReader
DecodeReader is just like Decode, except it will consume all bytes from the reader and decode it for you.
_third_party/github.com/BurntSushi/toml/decode.go:129
FunctionExampleDecode
()
_third_party/github.com/BurntSushi/toml/decode_test.go:529
FunctionExampleEncoder_Encode
()
_third_party/github.com/BurntSushi/toml/encode_test.go:519
FunctionExampleMetaData_PrimitiveDecode
()
_third_party/github.com/BurntSushi/toml/decode_test.go:471
FunctionExample_strictDecoding
Example StrictDecoding shows how to detect whether there are keys in the TOML document that weren't decoded into the value given. This is useful for r
_third_party/github.com/BurntSushi/toml/decode_test.go:640
FunctionExample_unmarshalTOML
Example UnmarshalTOML shows how to implement a struct type that knows how to unmarshal itself. The struct must take full responsibility for mapping th
_third_party/github.com/BurntSushi/toml/decode_test.go:666
FunctionExample_unmarshaler
Example Unmarshaler shows how to decode TOML strings into your own custom data type.
_third_party/github.com/BurntSushi/toml/decode_test.go:594
FunctionExtractHiera
* ExtractHiera returns listener members from a hiera sets.json file. For example, the following file would create three entries for the given IPs and
httpunit.go:50
MethodKeys
Keys returns a slice of every key in the TOML data, including key groups. Each key is itself a slice, where the first element is the top of the hierar
_third_party/github.com/BurntSushi/toml/decode_meta.go:99
MethodLen
()
_third_party/github.com/BurntSushi/toml/type_fields.go:48
MethodLen
()
_third_party/github.com/bradfitz/slice/slice_test.go:182
MethodLen
()
_third_party/github.com/bradfitz/slice/slice_test.go:189
MethodLen
()
_third_party/github.com/bradfitz/slice/slice_test.go:195
MethodLess
(i, j int)
_third_party/github.com/BurntSushi/toml/type_fields.go:32
MethodLess
(i, j int)
_third_party/github.com/BurntSushi/toml/type_fields.go:52
MethodLess
(i, j int)
_third_party/github.com/bradfitz/slice/slice.go:109
MethodLess
(i, j int)
_third_party/github.com/bradfitz/slice/slice_test.go:30
MethodLess
(i, j int)
_third_party/github.com/bradfitz/slice/slice_test.go:183
MethodLess
(i, j int)
_third_party/github.com/bradfitz/slice/slice_test.go:190
MethodName
()
_third_party/github.com/BurntSushi/toml/decode_test.go:926
MethodName
()
_third_party/github.com/BurntSushi/toml/decode_test.go:937
MethodName
()
_third_party/github.com/BurntSushi/toml/decode_test.go:948
FunctionPrimitiveDecode
DEPRECATED! Use MetaData.PrimitiveDecode instead.
_third_party/github.com/BurntSushi/toml/decode.go:47
MethodString
()
_third_party/github.com/BurntSushi/toml/type_check.go:29
MethodString
()
_third_party/github.com/BurntSushi/toml/lex.go:830
MethodSwap
(i, j int)
_third_party/github.com/BurntSushi/toml/type_fields.go:30
MethodSwap
(i, j int)
_third_party/github.com/BurntSushi/toml/type_fields.go:50
MethodSwap
(i, j int)
_third_party/github.com/bradfitz/slice/slice.go:121
MethodSwap
(i, j int)
_third_party/github.com/bradfitz/slice/slice.go:133
MethodSwap
(i, j int)
_third_party/github.com/bradfitz/slice/slice.go:146
MethodSwap
(i, j int)
_third_party/github.com/bradfitz/slice/slice.go:159
MethodSwap
(i, j int)
_third_party/github.com/bradfitz/slice/slice.go:178
MethodSwap
(i, j int)
_third_party/github.com/bradfitz/slice/slice_test.go:184
MethodSwap
(i, j int)
_third_party/github.com/bradfitz/slice/slice_test.go:191
MethodTest
Test performs this test case.
httpunit.go:445
FunctionTestCase
Case insensitive matching tests. A bit more comprehensive than needed given the current implementation, but implementations change. Probably still mis
_third_party/github.com/BurntSushi/toml/decode_test.go:174
FunctionTestDecodeArrayWrongSize
(t *testing.T)
_third_party/github.com/BurntSushi/toml/decode_test.go:300
FunctionTestDecodeEmbedded
(t *testing.T)
_third_party/github.com/BurntSushi/toml/decode_test.go:79
FunctionTestDecodeLargeIntoSmallInt
(t *testing.T)
_third_party/github.com/BurntSushi/toml/decode_test.go:307
FunctionTestDecodeSimple
(t *testing.T)
_third_party/github.com/BurntSushi/toml/decode_test.go:15
FunctionTestDecodeSimpleArray
(t *testing.T)
_third_party/github.com/BurntSushi/toml/decode_test.go:293
FunctionTestDecodeSizedInts
(t *testing.T)
_third_party/github.com/BurntSushi/toml/decode_test.go:317
FunctionTestEncode
XXX(burntsushi) I think these tests probably should be removed. They are good, but they ought to be obsolete by toml-test.
_third_party/github.com/BurntSushi/toml/encode_test.go:62
FunctionTestEncodeArrayHashWithNormalHashOrder
(t *testing.T)
_third_party/github.com/BurntSushi/toml/encode_test.go:436
FunctionTestEncodeNestedTableArrays
(t *testing.T)
_third_party/github.com/BurntSushi/toml/encode_test.go:396
FunctionTestEncodeRoundTrip
(t *testing.T)
_third_party/github.com/BurntSushi/toml/encode_test.go:12
FunctionTestEncodeWithOmitEmpty
(t *testing.T)
_third_party/github.com/BurntSushi/toml/encode_test.go:458
FunctionTestEncodeWithOmitZero
(t *testing.T)
_third_party/github.com/BurntSushi/toml/encode_test.go:472
FunctionTestIPMapResolve
(t *testing.T)
httpunit_test.go:5
FunctionTestPointers
(t *testing.T)
_third_party/github.com/BurntSushi/toml/decode_test.go:239
FunctionTestSort
(t *testing.T)
_third_party/github.com/bradfitz/slice/slice_test.go:73
FunctionTestSort3
(t *testing.T)
_third_party/github.com/bradfitz/slice/slice_test.go:55
FunctionTestSortStruct
(t *testing.T)
_third_party/github.com/bradfitz/slice/slice_test.go:90
FunctionTestSwapMem
(t *testing.T)
_third_party/github.com/bradfitz/slice/slice_test.go:36
FunctionTestTableArrays
(t *testing.T)
_third_party/github.com/BurntSushi/toml/decode_test.go:122
FunctionTestUnmarshaler
(t *testing.T)
_third_party/github.com/BurntSushi/toml/decode_test.go:352
MethodUnmarshalTOML
(p interface{})
_third_party/github.com/BurntSushi/toml/decode_test.go:431
MethodUnmarshalTOML
(data interface{})
_third_party/github.com/BurntSushi/toml/decode_test.go:841
MethodUnmarshalText
(text []byte)
_third_party/github.com/BurntSushi/toml/decode_test.go:586
Functioninit
()
_third_party/github.com/BurntSushi/toml/decode_test.go:11
FunctionisStringType
(ty itemType)
_third_party/github.com/BurntSushi/toml/parse.go:495
FunctionisValidKeyName
(s string)
_third_party/github.com/BurntSushi/toml/encode.go:549
FunctionlexArrayEnd
lexArrayEnd finishes the lexing of an array. It assumes that a ']' has just been consumed.
_third_party/github.com/BurntSushi/toml/lex.go:464
← previousnext →101–200 of 233, ranked by callers