Home
last modified time | relevance | path

Searched refs:NewQueryWithString (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/jid/jid-0.7.6/
H A Djson_manager_test.go47 q := NewQueryWithString(".name")
61 q = NewQueryWithString(".abcde")
106 q = NewQueryWithString(".def")
118 q := NewQueryWithString(".name")
209 q := NewQueryWithString(".abcde")
268 q = NewQueryWithString(".")
276 q = NewQueryWithString(".cc.")
302 q = NewQueryWithString(".bb")
315 q = NewQueryWithString("")
343 q := NewQueryWithString(`.name`)
[all …]
H A Dquery_test.go51 q := NewQueryWithString(".name")
60 q := NewQueryWithString("name")
173 q := NewQueryWithString(".hello.world")
H A Dquery.go45 func NewQueryWithString(query string) *Query { func