Home
last modified time | relevance | path

Searched refs:json_v (Results 1 – 7 of 7) sorted by relevance

/dports/security/py-pycryptodomex/pycryptodome-3.10.1/Doc/src/cipher/
H A Dmodern.rst154 >>> json_v = [ b64encode(x).decode('utf-8') for x in cipher.nonce, header, ciphertext, tag ]
155 >>> result = json.dumps(dict(zip(json_k, json_v)))
218 >>> json_v = [ b64encode(x).decode('utf-8') for x in cipher.nonce, header, ciphertext, tag ]
219 >>> result = json.dumps(dict(zip(json_k, json_v)))
283 >>> json_v = [ b64encode(x).decode('utf-8') for x in [cipher.nonce, header, ciphertext, tag ]]
284 >>> result = json.dumps(dict(zip(json_k, json_v)))
367 >>> json_v = [ b64encode(x).decode('utf-8') for x in nonce, header, ciphertext, tag ]
368 >>> result = json.dumps(dict(zip(json_k, json_v)))
462 >>> json_v = [ b64encode(x).decode('utf-8') for x in cipher.nonce, header, ciphertext, tag ]
463 >>> result = json.dumps(dict(zip(json_k, json_v)))
/dports/security/py-pycryptodome/pycryptodome-3.10.1/Doc/src/cipher/
H A Dmodern.rst154 >>> json_v = [ b64encode(x).decode('utf-8') for x in cipher.nonce, header, ciphertext, tag ]
155 >>> result = json.dumps(dict(zip(json_k, json_v)))
218 >>> json_v = [ b64encode(x).decode('utf-8') for x in cipher.nonce, header, ciphertext, tag ]
219 >>> result = json.dumps(dict(zip(json_k, json_v)))
283 >>> json_v = [ b64encode(x).decode('utf-8') for x in [cipher.nonce, header, ciphertext, tag ]]
284 >>> result = json.dumps(dict(zip(json_k, json_v)))
367 >>> json_v = [ b64encode(x).decode('utf-8') for x in nonce, header, ciphertext, tag ]
368 >>> result = json.dumps(dict(zip(json_k, json_v)))
462 >>> json_v = [ b64encode(x).decode('utf-8') for x in cipher.nonce, header, ciphertext, tag ]
463 >>> result = json.dumps(dict(zip(json_k, json_v)))
/dports/devel/grpc/grpc-1.42.0/third_party/upb/upb/
H A Ddef.c1574 upb_value v, field_v, json_v; in create_fielddef() local
1595 json_v = pack_def(f, UPB_DEFTYPE_FIELD_JSONNAME); in create_fielddef()
1604 upb_strtable_insert(&m->ntof, json_name, json_size, json_v, ctx->arena); in create_fielddef()
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/
H A Ddef.c1445 upb_value v, field_v, json_v; in create_fielddef() local
1469 json_v = pack_def(f, UPB_DEFTYPE_FIELD_JSONNAME); in create_fielddef()
1478 upb_strtable_insert3(&m->ntof, json_name, json_size, json_v, alloc); in create_fielddef()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/upb/upb/
H A Ddef.c1574 upb_value v, field_v, json_v; in create_fielddef() local
1595 json_v = pack_def(f, UPB_DEFTYPE_FIELD_JSONNAME); in create_fielddef()
1604 upb_strtable_insert(&m->ntof, json_name, json_size, json_v, ctx->arena); in create_fielddef()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/upb/
H A Ddef.c1732 upb_value v, field_v, json_v; in create_fielddef() local
1753 json_v = pack_def(f, UPB_DEFTYPE_FIELD_JSONNAME); in create_fielddef()
1762 upb_strtable_insert(&m->ntof, json_name, json_size, json_v, ctx->arena); in create_fielddef()
/dports/devel/pecl-protobuf/protobuf-3.19.1/
H A Dphp-upb.c6387 upb_value v, field_v, json_v; in create_fielddef() local
6408 json_v = pack_def(f, UPB_DEFTYPE_FIELD_JSONNAME); in create_fielddef()
6417 upb_strtable_insert(&m->ntof, json_name, json_size, json_v, ctx->arena); in create_fielddef()