Searched refs:_version (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | version.py | 203 self._version = _Version( 216 self._version.epoch, 217 self._version.release, 218 self._version.pre, 219 self._version.post, 220 self._version.dev, 221 self._version.local, 274 return self._version.epoch 290 return self._version.release 305 return self._version [all...] |
/third_party/python/Lib/ |
H A D | ipaddress.py | 329 if ips and ips[-1]._version != ip._version: 334 if ips and ips[-1]._version != ip._version: 342 if nets and nets[-1]._version != ip._version: 418 raise AddressValueError(msg % (address, self._version)) 422 self._version)) 429 expected_len, self._version)) 580 and self._version 1145 _version = 4 global() variable in _BaseV4 1587 _version = 6 global() variable in _BaseV6 [all...] |
H A D | warnings.py | 498 def _deprecated(name, message=_DEPRECATED_MSG, *, remove, _version=sys.version_info): 509 if (_version[:2] > remove) or (_version[:2] == remove and _version[3] != "alpha"):
|
H A D | aifc.py | 303 # _version -- the AIFF-C version number 315 self._version = 0 347 self._version = _read_ulong(chunk) 410 ## return self._version 571 # _version -- the AIFF-C version number 597 self._version = _AIFC_version 696 ## self._version = version 869 _write_ulong(self._file, self._version)
|
/third_party/python/Lib/zoneinfo/ |
H A D | _common.py | 148 _version = stream.read(1) 149 if _version == b"\x00": 152 version = int(_version)
|
/third_party/qrcodegen/python/ |
H A D | qrcodegen.py | 139 _version: int 175 self._version = version 211 return self._version 291 if self._version < 7: 295 rem: int = self._version # version is uint6, in the range [7, 40] 298 bits: int = self._version << 12 | rem # uint18 342 version: int = self._version 379 assert len(data) == QrCode._get_num_raw_data_modules(self._version) // 8 482 ver: int = self._version
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.cpp | 1379 TiXmlDeclaration::TiXmlDeclaration( const char * _version, 1384 version = _version; 1391 TiXmlDeclaration::TiXmlDeclaration( const std::string& _version, 1396 version = _version;
|
H A D | tinyxml.h | 1293 TiXmlDeclaration( const std::string& _version, 1299 TiXmlDeclaration( const char* _version,
|
/third_party/python/Lib/email/ |
H A D | headerregistry.py | 421 self._version = kw.pop('version') 436 return self._version
|
/third_party/lame/ACM/tinyxml/ |
H A D | tinyxml.cpp | 861 TiXmlDeclaration::TiXmlDeclaration( const std::string& _version, in TiXmlDeclaration() argument 865 , version( _version ) in TiXmlDeclaration()
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 1548 result[key] = key === this._versionOptionName ? this._version : this[key]; 1800 if (str === undefined) return this._version; 1801 this._version = str;
|
/third_party/python/Lib/test/test_warnings/ |
H A D | __init__.py | 1263 _version=version) 1269 _version=version) 1278 _version=version) 1284 _version=version)
|
/third_party/ffmpeg/fftools/ |
H A D | opt_common.c | 160 unsigned int version = libname##_version(); \
|
H A D | ffprobe.c | 3517 unsigned int version = libname##_version(); \
|
Completed in 24 milliseconds