Home
last modified time | relevance | path

Searched refs:childAtPath (Results 1 – 25 of 92) sorted by relevance

1234

/dports/net/py-suds-community/suds-community-1.0.0/tests/
H A Dtest_sax_element.py46 result = root.childAtPath(name1 + "\\" + name2)
53 result = root.childAtPath("a/b\\c")
58 result = root.childAtPath("child")
64 result = root.childAtPath("child")
70 result = root.childAtPath("child/grandchild")
76 result = root.childAtPath("child/grandchild")
81 result = root.childAtPath("a/b")
86 result = root.childAtPath("an invalid path")
92 result = root.childAtPath("dumbo/foo - bar")
101 result = root.childAtPath(path)
[all …]
/dports/devel/py-oslo.vmware/oslo.vmware-3.10.0/oslo_vmware/
H A Dservice.py394 detail = doc.childAtPath('/detail')
397 detail = doc.childAtPath('/Envelope/Body/Fault/detail')
466 login = (record.msg.childAtPath('/Envelope/Body/Login') or
467 record.msg.childAtPath('/Envelope/Body/SessionIsActive'))
471 if login.childAtPath('userName') is not None:
472 login.childAtPath('userName').setText('***')
473 if login.childAtPath('password') is not None: # nosec
474 login.childAtPath('password').setText('***') # nosec
476 session_id = login.childAtPath('sessionID')
/dports/devel/py-oslo.vmware/oslo.vmware-3.10.0/oslo_vmware/tests/
H A Dtest_service.py144 doc.childAtPath.return_value = detail
157 doc.childAtPath.assert_called_once_with('/detail')
195 doc.childAtPath.side_effect = [None, detail]
210 self.assertEqual(exp_calls, doc.childAtPath.call_args_list)
230 doc.childAtPath.return_value = detail
244 doc.childAtPath.assert_called_once_with('/detail')
557 self.login.childAtPath.side_effect = login_child_at_path_mock
571 message.childAtPath.side_effect = child_at_path_mock
586 message.childAtPath.side_effect = child_at_path_mock
600 message.childAtPath.side_effect = child_at_path_mock
/dports/net/py-suds-jurko/suds-jurko-0.6/suds/sax/
H A Ddocument.py87 def childAtPath(self, path): member in Document
104 return self.__root.childAtPath(path[1])
/dports/net/py-suds-community/suds-community-1.0.0/suds/sax/
H A Ddocument.py87 def childAtPath(self, path): member in Document
104 return self.__root.childAtPath(path[1])
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Denum.go76 func (e *enum) childAtPath(path []int32) Entity { func
83 return e.vals[path[1]].childAtPath(path[2:])
H A Dservice_test.go145 assert.Equal(t, s, s.childAtPath(nil))
146 assert.Nil(t, s.childAtPath([]int32{0}))
147 assert.Nil(t, s.childAtPath([]int32{0, 0}))
H A Denum_test.go144 assert.Equal(t, e, e.childAtPath(nil))
145 assert.Nil(t, e.childAtPath([]int32{1}))
146 assert.Nil(t, e.childAtPath([]int32{999, 123}))
H A Dservice.go89 func (s *service) childAtPath(path []int32) Entity { func
96 return s.methods[path[1]].childAtPath(path[2:])
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Denum.go76 func (e *enum) childAtPath(path []int32) Entity { func
83 return e.vals[path[1]].childAtPath(path[2:])
H A Denum_test.go144 assert.Equal(t, e, e.childAtPath(nil))
145 assert.Nil(t, e.childAtPath([]int32{1}))
146 assert.Nil(t, e.childAtPath([]int32{999, 123}))
H A Dservice_test.go145 assert.Equal(t, s, s.childAtPath(nil))
146 assert.Nil(t, s.childAtPath([]int32{0}))
147 assert.Nil(t, s.childAtPath([]int32{0, 0}))
H A Dservice.go89 func (s *service) childAtPath(path []int32) Entity { func
96 return s.methods[path[1]].childAtPath(path[2:])
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Denum.go76 func (e *enum) childAtPath(path []int32) Entity { func
83 return e.vals[path[1]].childAtPath(path[2:])
H A Denum_test.go144 assert.Equal(t, e, e.childAtPath(nil))
145 assert.Nil(t, e.childAtPath([]int32{1}))
146 assert.Nil(t, e.childAtPath([]int32{999, 123}))
H A Dservice_test.go145 assert.Equal(t, s, s.childAtPath(nil))
146 assert.Nil(t, s.childAtPath([]int32{0}))
147 assert.Nil(t, s.childAtPath([]int32{0, 0}))
H A Dservice.go89 func (s *service) childAtPath(path []int32) Entity { func
96 return s.methods[path[1]].childAtPath(path[2:])
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Denum.go76 func (e *enum) childAtPath(path []int32) Entity { func
83 return e.vals[path[1]].childAtPath(path[2:])
H A Dservice_test.go145 assert.Equal(t, s, s.childAtPath(nil))
146 assert.Nil(t, s.childAtPath([]int32{0}))
147 assert.Nil(t, s.childAtPath([]int32{0, 0}))
H A Denum_test.go144 assert.Equal(t, e, e.childAtPath(nil))
145 assert.Nil(t, e.childAtPath([]int32{1}))
146 assert.Nil(t, e.childAtPath([]int32{999, 123}))
H A Dservice.go89 func (s *service) childAtPath(path []int32) Entity { func
96 return s.methods[path[1]].childAtPath(path[2:])
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Denum.go76 func (e *enum) childAtPath(path []int32) Entity { func
83 return e.vals[path[1]].childAtPath(path[2:])
H A Denum_test.go144 assert.Equal(t, e, e.childAtPath(nil))
145 assert.Nil(t, e.childAtPath([]int32{1}))
146 assert.Nil(t, e.childAtPath([]int32{999, 123}))
H A Dservice_test.go145 assert.Equal(t, s, s.childAtPath(nil))
146 assert.Nil(t, s.childAtPath([]int32{0}))
147 assert.Nil(t, s.childAtPath([]int32{0, 0}))
H A Dservice.go89 func (s *service) childAtPath(path []int32) Entity { func
96 return s.methods[path[1]].childAtPath(path[2:])

1234