Home
last modified time | relevance | path

Searched refs:_TYPES (Results 1 – 25 of 80) sorted by relevance

1234

/dports/net/ryu/ryu-4.26/ryu/lib/
H A Dtype_desc.py130 _TYPES = {} variable in TypeDisp
143 cls._TYPES = cls._TYPES.copy()
146 cls._TYPES[type_] = subcls
154 return cls._TYPES[type_]
161 rev = dict((v, k) for k, v in cls._TYPES.items())
/dports/finance/beancount/beancount-2.3.3/beancount/parser/
H A Doptions.py170 _TYPES = account_types.DEFAULT_ACCOUNT_TYPES variable
253 Opt("name_assets", _TYPES.assets),
254 Opt("name_liabilities", _TYPES.liabilities),
255 Opt("name_equity", _TYPES.equity),
256 Opt("name_income", _TYPES.income),
257 Opt("name_expenses", _TYPES.expenses),
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dpacket_base.py24 _TYPES = {} variable in PacketBase
32 return cls._TYPES.get(type_)
40 cls._TYPES[type_] = cls_
H A Dlinux.py55 return cls._TYPES.get(type_)
59 linuxcooked._TYPES = vlan.vlan._TYPES
H A Dethernet.py86 return cls._TYPES.get(type_)
90 ethernet._TYPES = vlan.vlan._TYPES
H A Dvlan.py88 return cls._TYPES.get(type_)
118 return cls._TYPES.get(type_)
H A Dgeneve.py97 geneve._TYPES = ethernet.ethernet._TYPES
H A Dgre.py158 gre._TYPES = ethernet.ethernet._TYPES
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/user/
H A DReals.tex20 …le by setting the corresponding macro: \emph{STD\_TYPES}, \emph{LONG\_TYPES} or \emph{LONG\_LONG\_…
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/api/
H A Dapi_base_pb.py127 _TYPES = _BuildTagLookupTable({ variable in StringProto
229 _TYPES = _BuildTagLookupTable({ variable in Integer32Proto
331 _TYPES = _BuildTagLookupTable({ variable in Integer64Proto
431 _TYPES = _BuildTagLookupTable({ variable in BoolProto
531 _TYPES = _BuildTagLookupTable({ variable in DoubleProto
633 _TYPES = _BuildTagLookupTable({ variable in BytesProto
701 _TYPES = _BuildTagLookupTable({ variable in VoidProto
H A Duser_service_pb.py115 _TYPES = _BuildTagLookupTable({ variable in UserServiceError
282 _TYPES = _BuildTagLookupTable({ variable in CreateLoginURLRequest
381 _TYPES = _BuildTagLookupTable({ variable in CreateLoginURLResponse
516 _TYPES = _BuildTagLookupTable({ variable in CreateLogoutURLRequest
614 _TYPES = _BuildTagLookupTable({ variable in CreateLogoutURLResponse
786 _TYPES = _BuildTagLookupTable({ variable in GetOAuthUserRequest
1125 _TYPES = _BuildTagLookupTable({ variable in GetOAuthUserResponse
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/
H A Dperf_accumulate.cpp27 #define PERF_TEST_P_ACCUMULATE(_NAME, _TYPES, _INIT, _FUN) \ argument
31 testing::Values(_TYPES) \
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dpeertube.py1300 _TYPES = { variable in PeerTubePlaylistIE
1308 ''' % (PeerTubeIE._INSTANCES_RE, '|'.join(_TYPES.keys()))
1401 type = self._TYPES[type]
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/cell/
H A Dcell.py94 _TYPES = {int:'n', float:'n', unicode:'s', basestring:'s', bool:'b'} variable
106 _TYPES[t] = dt
213 dt = _TYPES[t]
/dports/databases/kdb/kdb-3.2.0/src/expression/
H A DKDbFunctionExpression.cpp409 #define _TYPES(name, ...) static int name[] = { __VA_ARGS__, KDbField::InvalidType } in BuiltInFunctions() macro
410 _TYPES(argAnyTextOrNull, AnyText, KDbField::Null); in BuiltInFunctions()
411 _TYPES(argAnyIntOrNull, AnyInt, KDbField::Null); in BuiltInFunctions()
412 _TYPES(argAnyNumberOrNull, AnyNumber, KDbField::Null); in BuiltInFunctions()
413 _TYPES(argAnyFloatOrNull, AnyFloat, KDbField::Null); in BuiltInFunctions()
415 _TYPES(argAnyOrNull, Any, KDbField::Null); in BuiltInFunctions()
416 _TYPES(argBLOBOrNull, KDbField::BLOB, KDbField::Null); in BuiltInFunctions()
418 _TYPES(argAnyTextBLOBOrNull, AnyText, KDbField::BLOB, KDbField::Null); in BuiltInFunctions()
419 #undef _TYPES in BuiltInFunctions()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/meta/
H A Dcache_util.py50 _TYPES = { variable in GetCache
84 for cache_id, cache_class in six.iteritems(self._TYPES):
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/asf/
H A D_attrs.py24 _TYPES = {} variable in ASFBaseAttribute
51 cls._TYPES[other.TYPE] = other
58 return cls._TYPES[type_]
H A D_objects.py24 _TYPES = {} variable in BaseObject
45 cls._TYPES[other.GUID] = other
50 if guid in cls._TYPES:
51 return cls._TYPES[guid]()
/dports/devel/py-cursive/cursive-0.2.2/
H A DChangeLog27 * Make REGISTERED\_TYPES public
/dports/net/py-zeroconf/python-zeroconf-0.37.0/zeroconf/
H A Dconst.py119 _TYPES = { variable
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/dev/
H A Dinitialisation.tex66 … {\bf STD\_TYPES}, {\bf LONG\_TYPES}, {\bf LONGLONG\_TYPES} to set the precision of scalar non int…
/dports/net/py-zeroconf/python-zeroconf-0.37.0/zeroconf/_protocol/
H A Dincoming.py32 _TYPES,
199 _TYPES.get(type_, type_),
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/proto/
H A Dopaquemessage_pb.py125 _TYPES = _BuildTagLookupTable({ variable in OpaqueMessage
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/api/memcache/
H A Dmemcache_service_pb.py115 _TYPES = _BuildTagLookupTable({ variable in MemcacheServiceError
216 _TYPES = _BuildTagLookupTable({ variable in AppOverride
437 _TYPES = _BuildTagLookupTable({ variable in MemcacheGetRequest
836 _TYPES = _BuildTagLookupTable({ variable in MemcacheGetResponse
1340 _TYPES = _BuildTagLookupTable({ variable in MemcacheSetRequest
1478 _TYPES = _BuildTagLookupTable({ variable in MemcacheSetResponse
1789 _TYPES = _BuildTagLookupTable({ variable in MemcacheDeleteRequest
1918 _TYPES = _BuildTagLookupTable({ variable in MemcacheDeleteResponse
2247 _TYPES = _BuildTagLookupTable({ variable in MemcacheIncrementRequest
2404 _TYPES = _BuildTagLookupTable({ variable in MemcacheIncrementResponse
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/datastore/
H A Ddatastore_v4_pb.py140 _TYPES = _BuildTagLookupTable({ variable in Error
326 _TYPES = _BuildTagLookupTable({ variable in EntityResult
781 _TYPES = _BuildTagLookupTable({ variable in Query
891 _TYPES = _BuildTagLookupTable({ variable in KindExpression
993 _TYPES = _BuildTagLookupTable({ variable in PropertyReference
1143 _TYPES = _BuildTagLookupTable({ variable in PropertyExpression
1296 _TYPES = _BuildTagLookupTable({ variable in PropertyOrder
1458 _TYPES = _BuildTagLookupTable({ variable in Filter
1624 _TYPES = _BuildTagLookupTable({ variable in CompositeFilter
1832 _TYPES = _BuildTagLookupTable({ variable in PropertyFilter
[all …]

1234