Index: tools/telemetry/docs/pydoc/telemetry.core.os_version.html |
diff --git a/tools/telemetry/docs/pydoc/telemetry.core.os_version.html b/tools/telemetry/docs/pydoc/telemetry.core.os_version.html |
deleted file mode 100644 |
index bb21b3f285ec2c0f7ab63952ebe06ae7f60abc43..0000000000000000000000000000000000000000 |
--- a/tools/telemetry/docs/pydoc/telemetry.core.os_version.html |
+++ /dev/null |
@@ -1,350 +0,0 @@ |
- |
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
-<html><head><title>Python: module telemetry.core.os_version</title> |
-<meta charset="utf-8"> |
-</head><body bgcolor="#f0f0f8"> |
- |
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
-<tr bgcolor="#7799ee"> |
-<td valign=bottom> <br> |
-<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.os_version</strong></big></big></font></td |
-><td align=right valign=bottom |
-><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/os_version.py">telemetry/core/os_version.py</a></font></td></tr></table> |
- <p><tt># Copyright 2014 The Chromium Authors. All rights reserved.<br> |
-# Use of this source code is governed by a BSD-style license that can be<br> |
-# found in the LICENSE file.</tt></p> |
-<p> |
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
-<tr bgcolor="#ee77aa"> |
-<td colspan=3 valign=bottom> <br> |
-<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> |
- |
-<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> |
-<td width="100%"><dl> |
-<dt><font face="helvetica, arial"><a href="__builtin__.html#str">__builtin__.str</a>(<a href="__builtin__.html#basestring">__builtin__.basestring</a>) |
-</font></dt><dd> |
-<dl> |
-<dt><font face="helvetica, arial"><a href="telemetry.core.os_version.html#OSVersion">OSVersion</a> |
-</font></dt></dl> |
-</dd> |
-</dl> |
- <p> |
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
-<tr bgcolor="#ffc8d8"> |
-<td colspan=3 valign=bottom> <br> |
-<font color="#000000" face="helvetica, arial"><a name="OSVersion">class <strong>OSVersion</strong></a>(<a href="__builtin__.html#str">__builtin__.str</a>)</font></td></tr> |
- |
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
-<td colspan=2><tt># pylint: disable=W0212<br> </tt></td></tr> |
-<tr><td> </td> |
-<td width="100%"><dl><dt>Method resolution order:</dt> |
-<dd><a href="telemetry.core.os_version.html#OSVersion">OSVersion</a></dd> |
-<dd><a href="__builtin__.html#str">__builtin__.str</a></dd> |
-<dd><a href="__builtin__.html#basestring">__builtin__.basestring</a></dd> |
-<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
-</dl> |
-<hr> |
-Methods defined here:<br> |
-<dl><dt><a name="OSVersion-__ge__"><strong>__ge__</strong></a>(self, other)</dt></dl> |
- |
-<dl><dt><a name="OSVersion-__gt__"><strong>__gt__</strong></a>(self, other)</dt></dl> |
- |
-<dl><dt><a name="OSVersion-__le__"><strong>__le__</strong></a>(self, other)</dt></dl> |
- |
-<dl><dt><a name="OSVersion-__lt__"><strong>__lt__</strong></a>(self, other)</dt></dl> |
- |
-<hr> |
-Static methods defined here:<br> |
-<dl><dt><a name="OSVersion-__new__"><strong>__new__</strong></a>(cls, friendly_name, sortable_name, *args, **kwargs)</dt></dl> |
- |
-<hr> |
-Data descriptors defined here:<br> |
-<dl><dt><strong>__dict__</strong></dt> |
-<dd><tt>dictionary for instance variables (if defined)</tt></dd> |
-</dl> |
-<hr> |
-Methods inherited from <a href="__builtin__.html#str">__builtin__.str</a>:<br> |
-<dl><dt><a name="OSVersion-__add__"><strong>__add__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__add__">__add__</a>(y) <==> x+y</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__contains__"><strong>__contains__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__contains__">__contains__</a>(y) <==> y in x</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__eq__"><strong>__eq__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__eq__">__eq__</a>(y) <==> x==y</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__format__"><strong>__format__</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-__format__">__format__</a>(format_spec) -> string<br> |
- <br> |
-Return a formatted version of S as described by format_spec.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__getnewargs__"><strong>__getnewargs__</strong></a>(...)</dt></dl> |
- |
-<dl><dt><a name="OSVersion-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
- <br> |
-Use of negative indices is not supported.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__hash__"><strong>__hash__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__hash__">__hash__</a>() <==> hash(x)</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__len__"><strong>__len__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__len__">__len__</a>() <==> len(x)</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__mod__"><strong>__mod__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__mod__">__mod__</a>(y) <==> x%y</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__mul__"><strong>__mul__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__mul__">__mul__</a>(n) <==> x*n</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__ne__"><strong>__ne__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__ne__">__ne__</a>(y) <==> x!=y</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__rmod__"><strong>__rmod__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__rmod__">__rmod__</a>(y) <==> y%x</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__rmul__"><strong>__rmul__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__rmul__">__rmul__</a>(n) <==> n*x</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__sizeof__"><strong>__sizeof__</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-__sizeof__">__sizeof__</a>() -> size of S in memory, in bytes</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__str__">__str__</a>() <==> <a href="__builtin__.html#str">str</a>(x)</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-capitalize"><strong>capitalize</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-capitalize">capitalize</a>() -> string<br> |
- <br> |
-Return a copy of the string S with only its first character<br> |
-capitalized.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-center"><strong>center</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-center">center</a>(width[, fillchar]) -> string<br> |
- <br> |
-Return S centered in a string of length width. Padding is<br> |
-done using the specified fill character (default is a space)</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-count"><strong>count</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-count">count</a>(sub[, start[, end]]) -> int<br> |
- <br> |
-Return the number of non-overlapping occurrences of substring sub in<br> |
-string S[start:end]. Optional arguments start and end are interpreted<br> |
-as in slice notation.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-decode"><strong>decode</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-decode">decode</a>([encoding[,errors]]) -> object<br> |
- <br> |
-Decodes S using the codec registered for encoding. encoding defaults<br> |
-to the default encoding. errors may be given to set a different error<br> |
-handling scheme. Default is 'strict' meaning that encoding errors raise<br> |
-a UnicodeDecodeError. Other possible values are 'ignore' and 'replace'<br> |
-as well as any other name registered with codecs.register_error that is<br> |
-able to handle UnicodeDecodeErrors.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-encode"><strong>encode</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-encode">encode</a>([encoding[,errors]]) -> object<br> |
- <br> |
-Encodes S using the codec registered for encoding. encoding defaults<br> |
-to the default encoding. errors may be given to set a different error<br> |
-handling scheme. Default is 'strict' meaning that encoding errors raise<br> |
-a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and<br> |
-'xmlcharrefreplace' as well as any other name registered with<br> |
-codecs.register_error that is able to handle UnicodeEncodeErrors.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-endswith"><strong>endswith</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-endswith">endswith</a>(suffix[, start[, end]]) -> bool<br> |
- <br> |
-Return True if S ends with the specified suffix, False otherwise.<br> |
-With optional start, test S beginning at that position.<br> |
-With optional end, stop comparing S at that position.<br> |
-suffix can also be a tuple of strings to try.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-expandtabs"><strong>expandtabs</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-expandtabs">expandtabs</a>([tabsize]) -> string<br> |
- <br> |
-Return a copy of S where all tab characters are expanded using spaces.<br> |
-If tabsize is not given, a tab size of 8 characters is assumed.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-find"><strong>find</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-find">find</a>(sub [,start [,end]]) -> int<br> |
- <br> |
-Return the lowest index in S where substring sub is found,<br> |
-such that sub is contained within S[start:end]. Optional<br> |
-arguments start and end are interpreted as in slice notation.<br> |
- <br> |
-Return -1 on failure.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-format"><strong>format</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-format">format</a>(*args, **kwargs) -> string<br> |
- <br> |
-Return a formatted version of S, using substitutions from args and kwargs.<br> |
-The substitutions are identified by braces ('{' and '}').</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-index"><strong>index</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-index">index</a>(sub [,start [,end]]) -> int<br> |
- <br> |
-Like S.<a href="#OSVersion-find">find</a>() but raise ValueError when the substring is not found.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-isalnum"><strong>isalnum</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-isalnum">isalnum</a>() -> bool<br> |
- <br> |
-Return True if all characters in S are alphanumeric<br> |
-and there is at least one character in S, False otherwise.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-isalpha"><strong>isalpha</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-isalpha">isalpha</a>() -> bool<br> |
- <br> |
-Return True if all characters in S are alphabetic<br> |
-and there is at least one character in S, False otherwise.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-isdigit"><strong>isdigit</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-isdigit">isdigit</a>() -> bool<br> |
- <br> |
-Return True if all characters in S are digits<br> |
-and there is at least one character in S, False otherwise.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-islower"><strong>islower</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-islower">islower</a>() -> bool<br> |
- <br> |
-Return True if all cased characters in S are lowercase and there is<br> |
-at least one cased character in S, False otherwise.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-isspace"><strong>isspace</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-isspace">isspace</a>() -> bool<br> |
- <br> |
-Return True if all characters in S are whitespace<br> |
-and there is at least one character in S, False otherwise.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-istitle"><strong>istitle</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-istitle">istitle</a>() -> bool<br> |
- <br> |
-Return True if S is a titlecased string and there is at least one<br> |
-character in S, i.e. uppercase characters may only follow uncased<br> |
-characters and lowercase characters only cased ones. Return False<br> |
-otherwise.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-isupper"><strong>isupper</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-isupper">isupper</a>() -> bool<br> |
- <br> |
-Return True if all cased characters in S are uppercase and there is<br> |
-at least one cased character in S, False otherwise.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-join"><strong>join</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-join">join</a>(iterable) -> string<br> |
- <br> |
-Return a string which is the concatenation of the strings in the<br> |
-iterable. The separator between elements is S.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-ljust"><strong>ljust</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-ljust">ljust</a>(width[, fillchar]) -> string<br> |
- <br> |
-Return S left-justified in a string of length width. Padding is<br> |
-done using the specified fill character (default is a space).</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-lower"><strong>lower</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-lower">lower</a>() -> string<br> |
- <br> |
-Return a copy of the string S converted to lowercase.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-lstrip"><strong>lstrip</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-lstrip">lstrip</a>([chars]) -> string or unicode<br> |
- <br> |
-Return a copy of the string S with leading whitespace removed.<br> |
-If chars is given and not None, remove characters in chars instead.<br> |
-If chars is unicode, S will be converted to unicode before stripping</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-partition"><strong>partition</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-partition">partition</a>(sep) -> (head, sep, tail)<br> |
- <br> |
-Search for the separator sep in S, and return the part before it,<br> |
-the separator itself, and the part after it. If the separator is not<br> |
-found, return S and two empty strings.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-replace"><strong>replace</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-replace">replace</a>(old, new[, count]) -> string<br> |
- <br> |
-Return a copy of string S with all occurrences of substring<br> |
-old replaced by new. If the optional argument count is<br> |
-given, only the first count occurrences are replaced.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-rfind"><strong>rfind</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rfind">rfind</a>(sub [,start [,end]]) -> int<br> |
- <br> |
-Return the highest index in S where substring sub is found,<br> |
-such that sub is contained within S[start:end]. Optional<br> |
-arguments start and end are interpreted as in slice notation.<br> |
- <br> |
-Return -1 on failure.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-rindex"><strong>rindex</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rindex">rindex</a>(sub [,start [,end]]) -> int<br> |
- <br> |
-Like S.<a href="#OSVersion-rfind">rfind</a>() but raise ValueError when the substring is not found.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-rjust"><strong>rjust</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rjust">rjust</a>(width[, fillchar]) -> string<br> |
- <br> |
-Return S right-justified in a string of length width. Padding is<br> |
-done using the specified fill character (default is a space)</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-rpartition"><strong>rpartition</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rpartition">rpartition</a>(sep) -> (head, sep, tail)<br> |
- <br> |
-Search for the separator sep in S, starting at the end of S, and return<br> |
-the part before it, the separator itself, and the part after it. If the<br> |
-separator is not found, return two empty strings and S.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-rsplit"><strong>rsplit</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rsplit">rsplit</a>([sep [,maxsplit]]) -> list of strings<br> |
- <br> |
-Return a list of the words in the string S, using sep as the<br> |
-delimiter string, starting at the end of the string and working<br> |
-to the front. If maxsplit is given, at most maxsplit splits are<br> |
-done. If sep is not specified or is None, any whitespace string<br> |
-is a separator.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-rstrip"><strong>rstrip</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rstrip">rstrip</a>([chars]) -> string or unicode<br> |
- <br> |
-Return a copy of the string S with trailing whitespace removed.<br> |
-If chars is given and not None, remove characters in chars instead.<br> |
-If chars is unicode, S will be converted to unicode before stripping</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-split"><strong>split</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-split">split</a>([sep [,maxsplit]]) -> list of strings<br> |
- <br> |
-Return a list of the words in the string S, using sep as the<br> |
-delimiter string. If maxsplit is given, at most maxsplit<br> |
-splits are done. If sep is not specified or is None, any<br> |
-whitespace string is a separator and empty strings are removed<br> |
-from the result.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-splitlines"><strong>splitlines</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-splitlines">splitlines</a>(keepends=False) -> list of strings<br> |
- <br> |
-Return a list of the lines in S, breaking at line boundaries.<br> |
-Line breaks are not included in the resulting list unless keepends<br> |
-is given and true.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-startswith"><strong>startswith</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-startswith">startswith</a>(prefix[, start[, end]]) -> bool<br> |
- <br> |
-Return True if S starts with the specified prefix, False otherwise.<br> |
-With optional start, test S beginning at that position.<br> |
-With optional end, stop comparing S at that position.<br> |
-prefix can also be a tuple of strings to try.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-strip"><strong>strip</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-strip">strip</a>([chars]) -> string or unicode<br> |
- <br> |
-Return a copy of the string S with leading and trailing<br> |
-whitespace removed.<br> |
-If chars is given and not None, remove characters in chars instead.<br> |
-If chars is unicode, S will be converted to unicode before stripping</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-swapcase"><strong>swapcase</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-swapcase">swapcase</a>() -> string<br> |
- <br> |
-Return a copy of the string S with uppercase characters<br> |
-converted to lowercase and vice versa.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-title"><strong>title</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-title">title</a>() -> string<br> |
- <br> |
-Return a titlecased version of S, i.e. words start with uppercase<br> |
-characters, all remaining cased characters have lowercase.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-translate"><strong>translate</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-translate">translate</a>(table [,deletechars]) -> string<br> |
- <br> |
-Return a copy of the string S, where all characters occurring<br> |
-in the optional argument deletechars are removed, and the<br> |
-remaining characters have been mapped through the given<br> |
-translation table, which must be a string of length 256 or None.<br> |
-If the table argument is None, no translation is applied and<br> |
-the operation simply removes the characters in deletechars.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-upper"><strong>upper</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-upper">upper</a>() -> string<br> |
- <br> |
-Return a copy of the string S converted to uppercase.</tt></dd></dl> |
- |
-<dl><dt><a name="OSVersion-zfill"><strong>zfill</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-zfill">zfill</a>(width) -> string<br> |
- <br> |
-Pad a numeric string S with zeros on the left, to fill a field<br> |
-of the specified width. The string S is never truncated.</tt></dd></dl> |
- |
-</td></tr></table></td></tr></table><p> |
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
-<tr bgcolor="#55aa55"> |
-<td colspan=3 valign=bottom> <br> |
-<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> |
- |
-<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> |
-<td width="100%"><strong>ELCAPITAN</strong> = 'elcapitan'<br> |
-<strong>LEOPARD</strong> = 'leopard'<br> |
-<strong>LION</strong> = 'lion'<br> |
-<strong>MAVERICKS</strong> = 'mavericks'<br> |
-<strong>MOUNTAINLION</strong> = 'mountainlion'<br> |
-<strong>SNOWLEOPARD</strong> = 'snowleopard'<br> |
-<strong>VISTA</strong> = 'vista'<br> |
-<strong>WIN7</strong> = 'win7'<br> |
-<strong>WIN8</strong> = 'win8'<br> |
-<strong>XP</strong> = 'xp'<br> |
-<strong>YOSEMITE</strong> = 'yosemite'</td></tr></table> |
-</body></html> |