Home
last modified time | relevance | path

Searched refs:_REALM_PFX (Results 1 – 2 of 2) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/containerregistry/client/v2/
H A Ddocker_http_.py134 _REALM_PFX = 'realm=' variable
238 if t.startswith(_REALM_PFX):
239 self._realm = t[len(_REALM_PFX):].strip('"')
245 'header: %s' % (_REALM_PFX, challenge))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/containerregistry/client/v2_2/
H A Ddocker_http_.py164 _REALM_PFX = 'realm=' variable
268 if t.startswith(_REALM_PFX):
269 self._realm = t[len(_REALM_PFX):].strip('"')
275 'header: %s' % (_REALM_PFX, challenge))