/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | guards.js | 14 var _types = require("./types"); variable 16 var IS_TYPE = (_IS_TYPE = {}, _IS_TYPE[_types.ATTRIBUTE] = true, _IS_TYPE[_types.CLASS] = true, _IS_TYPE[_types.COMBINATOR] = true, _IS_TYPE[_types.COMMENT] = true, _IS_TYPE[_types.ID] = true, _IS_TYPE[_types.NESTING] = true, _IS_TYPE[_types.PSEUDO] = true, _IS_TYPE[_types.ROOT] = true, _IS_TYPE[_types [all...] |
H A D | index.js | 4 var _types = require("./types"); variable 5 Object.keys(_types).forEach(function (key) { 7 if (key in exports && exports[key] === _types[key]) return; 8 exports[key] = _types[key];
|
H A D | selector.js | 6 var _types = require("./types"); variable 15 _this.type = _types.SELECTOR;
|
H A D | nesting.js | 6 var _types = require("./types"); variable 15 _this.type = _types.NESTING;
|
H A D | string.js | 6 var _types = require("./types"); variable 15 _this.type = _types.STRING;
|
H A D | tag.js | 6 var _types = require("./types"); variable 15 _this.type = _types.TAG;
|
H A D | universal.js | 6 var _types = require("./types"); variable 15 _this.type = _types.UNIVERSAL;
|
H A D | id.js | 6 var _types = require("./types"); variable 15 _this.type = _types.ID;
|
H A D | combinator.js | 6 var _types = require("./types"); variable 15 _this.type = _types.COMBINATOR;
|
H A D | comment.js | 6 var _types = require("./types"); variable 15 _this.type = _types.COMMENT;
|
H A D | pseudo.js | 6 var _types = require("./types"); variable 15 _this.type = _types.PSEUDO;
|
H A D | root.js | 6 var _types = require("./types"); variable 17 _this.type = _types.ROOT;
|
H A D | className.js | 8 var _types = require("./types"); variable 19 _this.type = _types.CLASS;
|
H A D | attribute.js | 9 var _types = require("./types"); variable 69 _this.type = _types.ATTRIBUTE;
|
/third_party/python/Lib/test/ |
H A D | test_memoryview.py | 28 def _types(self): member in AbstractMemoryTests 53 for tp in self._types: 57 for tp in self._types: 129 for tp in self._types: 138 for tp in self._types: 148 for tp in self._types: 156 for tp in self._types: 158 for tp_comp in self._types: 208 for tp in self._types: 220 for tp in self._types [all...] |
/third_party/python/Lib/idlelib/ |
H A D | multicall.py | 76 self.sequence = '<'+_types[type][0]+'>' 192 self.typename = _types[type][0] 248 _types = ( variable 258 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4) 262 for number in range(len(_types)) 263 for name in _types[number]} 270 the event type (as an index of _types), and the detail - None if none, or a 308 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'-'+ \ 311 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'>' 332 for i in range(len(_types))] [all...] |
/third_party/mesa3d/src/intel/isl/ |
H A D | gen_format_layout.py | 136 _types = { variable in Channel 160 self.type = self._types[grouped.group('type')].upper()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneGenericNames.java | 639 private EnumSet<GenericNameType> _types; field in TimeZoneGenericNames.GenericNameSearchHandler 644 _types = types; in GenericNameSearchHandler() 654 if (_types != null && !_types.contains(info.type)) { in handlePrefixMatch()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneGenericNames.java | 644 private EnumSet<GenericNameType> _types; field in TimeZoneGenericNames.GenericNameSearchHandler 649 _types = types; in GenericNameSearchHandler() 659 if (_types != null && !_types.contains(info.type)) { in handlePrefixMatch()
|
/third_party/python/Lib/ |
H A D | pprint.py | 41 import types as _types namespace 360 _dispatch[_types.MappingProxyType.__repr__] = _pprint_mappingproxy 363 if type(object) is _types.SimpleNamespace: 375 _dispatch[_types.SimpleNamespace.__repr__] = _pprint_simplenamespace
|
H A D | tempfile.py | 47 import types as _types namespace 705 __class_getitem__ = classmethod(_types.GenericAlias) 919 __class_getitem__ = classmethod(_types.GenericAlias)
|
/third_party/python/Lib/tomllib/ |
H A D | _re.py | 12 from ._types import ParseFloat
|
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 4 import types as _types namespace 456 __class_getitem__ = classmethod(_types.GenericAlias)
|
/third_party/littlefs/scripts/ |
H A D | structs.py | 110 _types = {'size': Int} variable in StructResult 310 types = Result._types
|
H A D | cov.py | 184 _types = { variable in CovResult 349 types = Result._types
|