Home
last modified time | relevance | path

Searched refs:type_field_name (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/commands/
H A Dtemplate_create.py99 type_field_name = '{}_type'.format(property_name)
108 setattr(namespace, type_field_name, 'none')
121 setattr(namespace, type_field_name, 'existingId')
146 setattr(namespace, type_field_name, 'new')
/dports/security/py-josepy/josepy-1.10.0/src/josepy/
H A Djson_util.py463 type_field_name: str = "type" variable in TypedJSONObjectWithFields
485 if cls.type_field_name not in jobj:
487 "Missing type field ({0})".format(cls.type_field_name))
497 typ = jobj[cls.type_field_name]
516 jobj[self.type_field_name] = self.typ
H A Djwk.py25 type_field_name = 'kty' variable in JWK
133 required = ('k', JWK.type_field_name)
163 required = ('e', JWK.type_field_name, 'n')
276 required = ('crv', JWK.type_field_name, 'x', 'y')
/dports/security/py-josepy/josepy-1.10.0/tests/
H A Djson_util_test.py351 type_field_name = 'type' variable in TypedJSONObjectWithFieldsTest.setUp.MockParentTypedJSONObjectWithFields
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/
H A Dt_mstch_swift_generator.cc579 {"field:typeFieldName", &mstch_swift_field::type_field_name}, in mstch_swift_field()
636 mstch::node type_field_name() { in type_field_name() function in apache::thrift::compiler::mstch_swift_field