mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Remove trailing whitespace from all files (#497)
This commit is contained in:
parent
d3f3cb7ab4
commit
7e2eae5c15
356 changed files with 41701 additions and 41680 deletions
102
third_party/python/Lib/test/cfgparser.2
vendored
102
third_party/python/Lib/test/cfgparser.2
vendored
|
@ -3,19 +3,19 @@
|
|||
# here. Samba has a huge number of configurable options (perhaps too
|
||||
# many!) most of which are not shown in this example
|
||||
#
|
||||
# Any line which starts with a ; (semi-colon) or a # (hash)
|
||||
# Any line which starts with a ; (semi-colon) or a # (hash)
|
||||
# is a comment and is ignored. In this example we will use a #
|
||||
# for commentry and a ; for parts of the config file that you
|
||||
# may wish to enable
|
||||
#
|
||||
# NOTE: Whenever you modify this file you should run the command #"testparm" # to check that you have not made any basic syntactic #errors.
|
||||
# NOTE: Whenever you modify this file you should run the command #"testparm" # to check that you have not made any basic syntactic #errors.
|
||||
#
|
||||
#======================= Global Settings =====================================
|
||||
[global]
|
||||
|
||||
# 1. Server Naming Options:
|
||||
# workgroup = NT-Domain-Name or Workgroup-Name
|
||||
|
||||
|
||||
workgroup = MDKGROUP
|
||||
|
||||
# netbios name is the name you will see in "Network Neighbourhood",
|
||||
|
@ -24,7 +24,7 @@
|
|||
; netbios name = <name_of_this_server>
|
||||
|
||||
# server string is the equivalent of the NT Description field
|
||||
|
||||
|
||||
server string = Samba Server %v
|
||||
|
||||
# Message command is run by samba when a "popup" message is sent to it.
|
||||
|
@ -36,20 +36,20 @@
|
|||
# (as cups is now used in linux-mandrake 7.2 by default)
|
||||
# if you want to automatically load your printer list rather
|
||||
# than setting them up individually then you'll need this
|
||||
|
||||
|
||||
printcap name = lpstat
|
||||
load printers = yes
|
||||
|
||||
# It should not be necessary to spell out the print system type unless
|
||||
# yours is non-standard. Currently supported print systems include:
|
||||
# bsd, sysv, plp, lprng, aix, hpux, qnx, cups
|
||||
|
||||
|
||||
printing = cups
|
||||
|
||||
# Samba 2.2 supports the Windows NT-style point-and-print feature. To
|
||||
# use this, you need to be able to upload print drivers to the samba
|
||||
# server. The printer admins (or root) may install drivers onto samba.
|
||||
# Note that this feature uses the print$ share, so you will need to
|
||||
# Note that this feature uses the print$ share, so you will need to
|
||||
# enable it below.
|
||||
# This parameter works like domain admin group:
|
||||
# printer admin = @<group> <user>
|
||||
|
@ -92,7 +92,7 @@
|
|||
|
||||
# Use password server option only with security = server or security = # domain
|
||||
# When using security = domain, you should use password server = *
|
||||
; password server =
|
||||
; password server =
|
||||
; password server = *
|
||||
|
||||
# Password Level allows matching of _n_ characters of the password for
|
||||
|
@ -122,7 +122,7 @@
|
|||
# enable pam password change
|
||||
; pam password change = yes
|
||||
; passwd program = /usr/bin/passwd %u
|
||||
; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password*
|
||||
; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password*
|
||||
# %n\n
|
||||
;*passwd:*all*authentication*tokens*updated*successfully*
|
||||
|
||||
|
@ -137,7 +137,7 @@
|
|||
# Options for using winbind. Winbind allows you to do all account and
|
||||
# authentication from a Windows or samba domain controller, creating
|
||||
# accounts on the fly, and maintaining a mapping of Windows RIDs to
|
||||
# unix uid's
|
||||
# unix uid's
|
||||
# and gid's. winbind uid and winbind gid are the only required
|
||||
# parameters.
|
||||
#
|
||||
|
@ -163,8 +163,8 @@
|
|||
; template homedir = /home/%D/%U
|
||||
|
||||
# When using winbind, you may want to have samba create home
|
||||
# directories on the fly for authenticated users. Ensure that
|
||||
# /etc/pam.d/samba is using 'service=system-auth-winbind' in pam_stack
|
||||
# directories on the fly for authenticated users. Ensure that
|
||||
# /etc/pam.d/samba is using 'service=system-auth-winbind' in pam_stack
|
||||
# modules, and then enable obedience of pam restrictions below:
|
||||
; obey pam restrictions = yes
|
||||
|
||||
|
@ -181,7 +181,7 @@
|
|||
# Configure Samba to use multiple interfaces
|
||||
# If you have multiple network interfaces then you must list them
|
||||
# here. See the man page for details.
|
||||
; interfaces = 192.168.12.2/24 192.168.13.2/24
|
||||
; interfaces = 192.168.12.2/24 192.168.13.2/24
|
||||
|
||||
# Configure remote browse list synchronisation here
|
||||
# request announcement to, or browse list sync from:
|
||||
|
@ -201,14 +201,14 @@
|
|||
# Domain Master specifies Samba to be the Domain Master Browser. This
|
||||
# allows Samba to collate browse lists between subnets. Don't use this
|
||||
# if you already have a Windows NT domain controller doing this job
|
||||
; domain master = yes
|
||||
; domain master = yes
|
||||
|
||||
# Preferred Master causes Samba to force a local browser election on
|
||||
# startup and gives it a slightly higher chance of winning the election
|
||||
; preferred master = yes
|
||||
|
||||
# 6. Domain Control Options:
|
||||
# Enable this if you want Samba to be a domain logon server for
|
||||
# Enable this if you want Samba to be a domain logon server for
|
||||
# Windows95 workstations or Primary Domain Controller for WinNT and
|
||||
# Win2k
|
||||
|
||||
|
@ -232,16 +232,16 @@
|
|||
; logon home = \\%L\%U\.profile
|
||||
|
||||
# The add user script is used by a domain member to add local user
|
||||
# accounts that have been authenticated by the domain controller, or by
|
||||
# the domain controller to add local machine accounts when adding
|
||||
# accounts that have been authenticated by the domain controller, or by
|
||||
# the domain controller to add local machine accounts when adding
|
||||
# machines to the domain.
|
||||
# The script must work from the command line when replacing the macros,
|
||||
# or the operation will fail. Check that groups exist if forcing a
|
||||
# or the operation will fail. Check that groups exist if forcing a
|
||||
# group.
|
||||
# Script for domain controller for adding machines:
|
||||
; add user script = /usr/sbin/useradd -d /dev/null -g machines –c
|
||||
# 'Machine Account' -s /bin/false -M %u
|
||||
# Script for domain controller with LDAP backend for adding machines
|
||||
# Script for domain controller with LDAP backend for adding machines
|
||||
#(please
|
||||
# configure in /etc/samba/smbldap_conf.pm first):
|
||||
; add user script = /usr/share/samba/scripts/smbldap-useradd.pl -w –d
|
||||
|
@ -264,7 +264,7 @@
|
|||
# LDAP configuration for Domain Controlling:
|
||||
# The account (dn) that samba uses to access the LDAP server
|
||||
# This account needs to have write access to the LDAP tree
|
||||
# You will need to give samba the password for this dn, by
|
||||
# You will need to give samba the password for this dn, by
|
||||
# running 'smbpasswd -w mypassword'
|
||||
; ldap admin dn = cn=root,dc=mydomain,dc=com
|
||||
; ldap ssl = start_tls
|
||||
|
@ -277,16 +277,16 @@
|
|||
# 7. Name Resolution Options:
|
||||
# All NetBIOS names must be resolved to IP Addresses
|
||||
# 'Name Resolve Order' allows the named resolution mechanism to be
|
||||
# specified the default order is "host lmhosts wins bcast". "host"
|
||||
# means use the unix system gethostbyname() function call that will use
|
||||
# either /etc/hosts OR DNS or NIS depending on the settings of
|
||||
# specified the default order is "host lmhosts wins bcast". "host"
|
||||
# means use the unix system gethostbyname() function call that will use
|
||||
# either /etc/hosts OR DNS or NIS depending on the settings of
|
||||
# /etc/host.config, /etc/nsswitch.conf
|
||||
# and the /etc/resolv.conf file. "host" therefore is system
|
||||
# configuration dependent. This parameter is most often of use to
|
||||
# and the /etc/resolv.conf file. "host" therefore is system
|
||||
# configuration dependent. This parameter is most often of use to
|
||||
# prevent DNS lookups
|
||||
# in order to resolve NetBIOS names to IP Addresses. Use with care!
|
||||
# The example below excludes use of name resolution for machines that
|
||||
# are NOT on the local network segment - OR - are not deliberately to
|
||||
# are NOT on the local network segment - OR - are not deliberately to
|
||||
# be known via lmhosts or via WINS.
|
||||
; name resolve order = wins lmhosts bcast
|
||||
|
||||
|
@ -296,7 +296,7 @@
|
|||
; wins support = yes
|
||||
|
||||
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
|
||||
# Note: Samba can be either a WINS Server, or a WINS Client, but
|
||||
# Note: Samba can be either a WINS Server, or a WINS Client, but
|
||||
# NOT both
|
||||
; wins server = w.x.y.z
|
||||
|
||||
|
@ -305,11 +305,11 @@
|
|||
# at least one WINS Server on the network. The default is NO.
|
||||
; wins proxy = yes
|
||||
|
||||
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS
|
||||
# names via DNS nslookups. The built-in default for versions 1.9.17 is
|
||||
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS
|
||||
# names via DNS nslookups. The built-in default for versions 1.9.17 is
|
||||
# yes, this has been changed in version 1.9.18 to no.
|
||||
|
||||
dns proxy = no
|
||||
dns proxy = no
|
||||
|
||||
# 8. File Naming Options:
|
||||
# Case Preservation can be handy - system default is _no_
|
||||
|
@ -325,7 +325,7 @@
|
|||
# you can match a Windows code page with a UNIX character set.
|
||||
# Windows: 437 (US), 737 (GREEK), 850 (Latin1 - Western European),
|
||||
# 852 (Eastern Eu.), 861 (Icelandic), 932 (Cyrillic - Russian),
|
||||
# 936 (Japanese - Shift-JIS), 936 (Simpl. Chinese), 949 (Korean
|
||||
# 936 (Japanese - Shift-JIS), 936 (Simpl. Chinese), 949 (Korean
|
||||
# Hangul),
|
||||
# 950 (Trad. Chin.).
|
||||
# UNIX: ISO8859-1 (Western European), ISO8859-2 (Eastern Eu.),
|
||||
|
@ -373,7 +373,7 @@
|
|||
; guest ok = yes
|
||||
|
||||
|
||||
# NOTE: If you have a CUPS print system there is no need to
|
||||
# NOTE: If you have a CUPS print system there is no need to
|
||||
# specifically define each individual printer.
|
||||
# You must configure the samba printers with the appropriate Windows
|
||||
# drivers on your Windows clients. On the Samba server no filtering is
|
||||
|
@ -395,9 +395,9 @@
|
|||
# print command: see above for details.
|
||||
# =====================================
|
||||
|
||||
print command = lpr-cups -P %p -o raw %s -r
|
||||
print command = lpr-cups -P %p -o raw %s -r
|
||||
# using client side printer drivers.
|
||||
; print command = lpr-cups -P %p %s
|
||||
; print command = lpr-cups -P %p %s
|
||||
# using cups own drivers (use generic PostScript on clients).
|
||||
# The following two commands are the samba defaults for printing=cups
|
||||
# change them only if you need different options:
|
||||
|
@ -406,11 +406,11 @@
|
|||
|
||||
# This share is used for Windows NT-style point-and-print support.
|
||||
# To be able to install drivers, you need to be either root, or listed
|
||||
# in the printer admin parameter above. Note that you also need write
|
||||
# access to the directory and share definition to be able to upload the
|
||||
# in the printer admin parameter above. Note that you also need write
|
||||
# access to the directory and share definition to be able to upload the
|
||||
# drivers.
|
||||
# For more information on this, please see the Printing Support Section
|
||||
# of /usr/share/doc/samba-/docs/Samba-HOWTO-Collection.pdf
|
||||
# of /usr/share/doc/samba-/docs/Samba-HOWTO-Collection.pdf
|
||||
|
||||
[print$]
|
||||
path = /var/lib/samba/printers
|
||||
|
@ -419,7 +419,7 @@
|
|||
write list = @adm root
|
||||
|
||||
# A useful application of samba is to make a PDF-generation service
|
||||
# To streamline this, install windows postscript drivers (preferably
|
||||
# To streamline this, install windows postscript drivers (preferably
|
||||
# colour)on the samba server, so that clients can automatically install
|
||||
# them.
|
||||
|
||||
|
@ -455,11 +455,11 @@
|
|||
# Uncomment next line.
|
||||
; vfs object = /usr/lib/samba/vfs/audit.so
|
||||
|
||||
# Other examples.
|
||||
# Other examples.
|
||||
#
|
||||
# A private printer, usable only by Fred. Spool data will be placed in
|
||||
# Fred's
|
||||
# home directory. Note that fred must have write access to the spool
|
||||
# home directory. Note that fred must have write access to the spool
|
||||
# directory,
|
||||
# wherever it is.
|
||||
;[fredsprn]
|
||||
|
@ -473,7 +473,7 @@
|
|||
|
||||
|
||||
-----------------------------------------------------------
|
||||
# A private directory, usable only by Fred. Note that Fred requires
|
||||
# A private directory, usable only by Fred. Note that Fred requires
|
||||
# write access to the directory.
|
||||
|
||||
;[fredsdir]
|
||||
|
@ -493,8 +493,8 @@
|
|||
|
||||
-----------------------------------------------------------
|
||||
|
||||
# a service which has a different directory for each machine that
|
||||
# connects this allows you to tailor configurations to incoming
|
||||
# a service which has a different directory for each machine that
|
||||
# connects this allows you to tailor configurations to incoming
|
||||
# machines. You could also use the %u option to tailor it by user name.
|
||||
# The %m gets replaced with the machine name that is connecting.
|
||||
;[pchome]
|
||||
|
@ -506,10 +506,10 @@
|
|||
|
||||
-----------------------------------------------------------
|
||||
# A publicly accessible directory, read/write to all users. Note that
|
||||
# all files created in the directory by users will be owned by the
|
||||
# default user, so any user with access can delete any other user's
|
||||
# files. Obviously this directory must be writable by the default user.
|
||||
# Another user could of course be specified, in which case all files
|
||||
# all files created in the directory by users will be owned by the
|
||||
# default user, so any user with access can delete any other user's
|
||||
# files. Obviously this directory must be writable by the default user.
|
||||
# Another user could of course be specified, in which case all files
|
||||
# would be owned by that user instead.
|
||||
|
||||
;[public]
|
||||
|
@ -521,10 +521,10 @@
|
|||
|
||||
-----------------------------------------------------------
|
||||
|
||||
# The following two entries demonstrate how to share a directory so
|
||||
# that two users can place files there that will be owned by the
|
||||
# specific users. In this setup, the directory should be writable by
|
||||
# both users and should have the sticky bit set on it to prevent abuse.
|
||||
# The following two entries demonstrate how to share a directory so
|
||||
# that two users can place files there that will be owned by the
|
||||
# specific users. In this setup, the directory should be writable by
|
||||
# both users and should have the sticky bit set on it to prevent abuse.
|
||||
# Obviously this could be extended to as many users as required.
|
||||
|
||||
;[myshare]
|
||||
|
|
8
third_party/python/Lib/test/cfgparser.3
vendored
8
third_party/python/Lib/test/cfgparser.3
vendored
|
@ -1,6 +1,6 @@
|
|||
# INI with as many tricky parts as possible
|
||||
# Most of them could not be used before 3.2
|
||||
|
||||
|
||||
# This will be parsed with the following options
|
||||
# delimiters = {'='}
|
||||
# comment_prefixes = {'#'}
|
||||
|
@ -21,7 +21,7 @@ go = %(interpolate)s
|
|||
|
||||
|
||||
[corruption]
|
||||
value = that is
|
||||
value = that is
|
||||
|
||||
|
||||
actually still here
|
||||
|
@ -45,7 +45,7 @@ go = %(interpolate)s
|
|||
[another one!]
|
||||
even if values are indented like this = seriously
|
||||
yes, this still applies to = section "another one!"
|
||||
this too = are there people with configurations broken as this?
|
||||
this too = are there people with configurations broken as this?
|
||||
beware, this is going to be a continuation
|
||||
of the value for
|
||||
key "this too"
|
||||
|
@ -63,7 +63,7 @@ interpolate = anything will do
|
|||
[tricky interpolation]
|
||||
interpolate = do this
|
||||
lets = %(go)s
|
||||
|
||||
|
||||
[more interpolation]
|
||||
interpolate = go shopping
|
||||
lets = %(go)s
|
||||
|
|
|
@ -10,7 +10,7 @@ python$target:::function-entry
|
|||
/self->trace/
|
||||
{
|
||||
printf("%d\t%*s:", timestamp, 15, probename);
|
||||
printf("%*s", self->indent, "");
|
||||
printf("%*s", self->indent, "");
|
||||
printf("%s:%s:%d\n", basename(copyinstr(arg0)), copyinstr(arg1), arg2);
|
||||
self->indent++;
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ python$target:::function-return
|
|||
{
|
||||
self->indent--;
|
||||
printf("%d\t%*s:", timestamp, 15, probename);
|
||||
printf("%*s", self->indent, "");
|
||||
printf("%*s", self->indent, "");
|
||||
printf("%s:%s:%d\n", basename(copyinstr(arg0)), copyinstr(arg1), arg2);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define python_width 16
|
||||
#define python_height 16
|
||||
static char python_bits[] = {
|
||||
0xDF, 0xFE, 0x8F, 0xFD, 0x5F, 0xFB, 0xAB, 0xFE, 0xB5, 0x8D, 0xDA, 0x8F,
|
||||
0xA5, 0x86, 0xFA, 0x83, 0x1A, 0x80, 0x0D, 0x80, 0x0D, 0x80, 0x0F, 0xE0,
|
||||
0xDF, 0xFE, 0x8F, 0xFD, 0x5F, 0xFB, 0xAB, 0xFE, 0xB5, 0x8D, 0xDA, 0x8F,
|
||||
0xA5, 0x86, 0xFA, 0x83, 0x1A, 0x80, 0x0D, 0x80, 0x0D, 0x80, 0x0F, 0xE0,
|
||||
0x0F, 0xF8, 0x0F, 0xF8, 0x0F, 0xFC, 0xFF, 0xFF, };
|
||||
|
|
12
third_party/python/Lib/test/keycert3.pem
vendored
12
third_party/python/Lib/test/keycert3.pem
vendored
|
@ -81,26 +81,26 @@ Certificate:
|
|||
c1:96:02:a1:de:96:1d:8a:b9:4d
|
||||
Exponent: 65537 (0x10001)
|
||||
X509v3 extensions:
|
||||
X509v3 Subject Alternative Name:
|
||||
X509v3 Subject Alternative Name:
|
||||
DNS:localhost
|
||||
X509v3 Key Usage: critical
|
||||
Digital Signature, Key Encipherment
|
||||
X509v3 Extended Key Usage:
|
||||
X509v3 Extended Key Usage:
|
||||
TLS Web Server Authentication, TLS Web Client Authentication
|
||||
X509v3 Basic Constraints: critical
|
||||
CA:FALSE
|
||||
X509v3 Subject Key Identifier:
|
||||
X509v3 Subject Key Identifier:
|
||||
8F:EA:1D:E3:33:5C:00:16:B3:8B:6F:6B:6F:D3:4C:CB:B5:CB:7C:55
|
||||
X509v3 Authority Key Identifier:
|
||||
X509v3 Authority Key Identifier:
|
||||
keyid:DD:BF:CA:DA:E6:D1:34:BA:37:75:21:CA:6F:9A:08:28:F2:35:B6:48
|
||||
DirName:/C=XY/O=Python Software Foundation CA/CN=our-ca-server
|
||||
serial:CB:2D:80:99:5A:69:52:5B
|
||||
|
||||
Authority Information Access:
|
||||
Authority Information Access:
|
||||
CA Issuers - URI:http://testca.pythontest.net/testca/pycacert.cer
|
||||
OCSP - URI:http://testca.pythontest.net/testca/ocsp/
|
||||
|
||||
X509v3 CRL Distribution Points:
|
||||
X509v3 CRL Distribution Points:
|
||||
|
||||
Full Name:
|
||||
URI:http://testca.pythontest.net/testca/revocation.crl
|
||||
|
|
12
third_party/python/Lib/test/keycert4.pem
vendored
12
third_party/python/Lib/test/keycert4.pem
vendored
|
@ -81,26 +81,26 @@ Certificate:
|
|||
59:98:2d:b7:6a:45:f9:a2:76:73
|
||||
Exponent: 65537 (0x10001)
|
||||
X509v3 extensions:
|
||||
X509v3 Subject Alternative Name:
|
||||
X509v3 Subject Alternative Name:
|
||||
DNS:fakehostname
|
||||
X509v3 Key Usage: critical
|
||||
Digital Signature, Key Encipherment
|
||||
X509v3 Extended Key Usage:
|
||||
X509v3 Extended Key Usage:
|
||||
TLS Web Server Authentication, TLS Web Client Authentication
|
||||
X509v3 Basic Constraints: critical
|
||||
CA:FALSE
|
||||
X509v3 Subject Key Identifier:
|
||||
X509v3 Subject Key Identifier:
|
||||
52:E0:93:AA:52:55:B7:BB:E7:A8:E0:8C:DE:41:2E:F4:07:F0:36:FB
|
||||
X509v3 Authority Key Identifier:
|
||||
X509v3 Authority Key Identifier:
|
||||
keyid:DD:BF:CA:DA:E6:D1:34:BA:37:75:21:CA:6F:9A:08:28:F2:35:B6:48
|
||||
DirName:/C=XY/O=Python Software Foundation CA/CN=our-ca-server
|
||||
serial:CB:2D:80:99:5A:69:52:5B
|
||||
|
||||
Authority Information Access:
|
||||
Authority Information Access:
|
||||
CA Issuers - URI:http://testca.pythontest.net/testca/pycacert.cer
|
||||
OCSP - URI:http://testca.pythontest.net/testca/ocsp/
|
||||
|
||||
X509v3 CRL Distribution Points:
|
||||
X509v3 CRL Distribution Points:
|
||||
|
||||
Full Name:
|
||||
URI:http://testca.pythontest.net/testca/revocation.crl
|
||||
|
|
|
@ -24,7 +24,7 @@ Here's an example interpreter session for test_gestalt which still leaks:
|
|||
[28938 refs]
|
||||
>>> leak()
|
||||
[28940 refs]
|
||||
>>>
|
||||
>>>
|
||||
|
||||
Once the leak is fixed, the test case should be moved into an appropriate
|
||||
test (even if it was originally from the test suite). This ensures the
|
||||
|
|
6
third_party/python/Lib/test/pycacert.pem
vendored
6
third_party/python/Lib/test/pycacert.pem
vendored
|
@ -41,12 +41,12 @@ Certificate:
|
|||
6a:1a:2f:7c:5f:83:c6:78:4f:1f
|
||||
Exponent: 65537 (0x10001)
|
||||
X509v3 extensions:
|
||||
X509v3 Subject Key Identifier:
|
||||
X509v3 Subject Key Identifier:
|
||||
DD:BF:CA:DA:E6:D1:34:BA:37:75:21:CA:6F:9A:08:28:F2:35:B6:48
|
||||
X509v3 Authority Key Identifier:
|
||||
X509v3 Authority Key Identifier:
|
||||
keyid:DD:BF:CA:DA:E6:D1:34:BA:37:75:21:CA:6F:9A:08:28:F2:35:B6:48
|
||||
|
||||
X509v3 Basic Constraints:
|
||||
X509v3 Basic Constraints:
|
||||
CA:TRUE
|
||||
Signature Algorithm: sha256WithRSAEncryption
|
||||
33:6a:54:d3:6b:c0:d7:01:5f:9d:f4:05:c1:93:66:90:50:d0:
|
||||
|
|
32
third_party/python/Lib/test/sgml_input.html
vendored
32
third_party/python/Lib/test/sgml_input.html
vendored
|
@ -22,11 +22,11 @@ function haha(z1) {
|
|||
<td>
|
||||
<table border="1">
|
||||
<select size="1" onchange="haha(this)">
|
||||
<option value="/game/flotten1.php?session=8912ae912fec&cp=33875341&mode=Flotte&gid=&messageziel=&re=0" selected>Alien sex friend [2:250:6]</option>
|
||||
<option value="/game/flotten1.php?session=8912ae912fec&cp=33905100&mode=Flotte&gid=&messageziel=&re=0" >1989 [2:248:14]</option>
|
||||
<option value="/game/flotten1.php?session=8912ae912fec&cp=34570808&mode=Flotte&gid=&messageziel=&re=0" >1990 [2:248:6]</option>
|
||||
<option value="/game/flotten1.php?session=8912ae912fec&cp=34570858&mode=Flotte&gid=&messageziel=&re=0" >1991 [2:254:6]</option>
|
||||
<option value="/game/flotten1.php?session=8912ae912fec&cp=34572929&mode=Flotte&gid=&messageziel=&re=0" >Colonia [2:253:12]</option>
|
||||
<option value="/game/flotten1.php?session=8912ae912fec&cp=33875341&mode=Flotte&gid=&messageziel=&re=0" selected>Alien sex friend [2:250:6]</option>
|
||||
<option value="/game/flotten1.php?session=8912ae912fec&cp=33905100&mode=Flotte&gid=&messageziel=&re=0" >1989 [2:248:14]</option>
|
||||
<option value="/game/flotten1.php?session=8912ae912fec&cp=34570808&mode=Flotte&gid=&messageziel=&re=0" >1990 [2:248:6]</option>
|
||||
<option value="/game/flotten1.php?session=8912ae912fec&cp=34570858&mode=Flotte&gid=&messageziel=&re=0" >1991 [2:254:6]</option>
|
||||
<option value="/game/flotten1.php?session=8912ae912fec&cp=34572929&mode=Flotte&gid=&messageziel=&re=0" >Colonia [2:253:12]</option>
|
||||
</select>
|
||||
</table>
|
||||
</td>
|
||||
|
@ -93,15 +93,15 @@ function haha(z1) {
|
|||
<th>Salida</th>
|
||||
<th>Objetivo</th>
|
||||
<th>Llegada</th>
|
||||
<th>Orden</th>
|
||||
<th>Orden</th>
|
||||
</tr>
|
||||
<tr height="20">
|
||||
<th>1</th>
|
||||
<th>
|
||||
<th>
|
||||
<a title="">Espionaje</a>
|
||||
<a title="Flota en el planeta">(F)</a>
|
||||
</th>
|
||||
<th> <a title="Sonda de espionaje: 3
|
||||
<th> <a title="Sonda de espionaje: 3
|
||||
">3</a></th>
|
||||
<th>[2:250:6]</th>
|
||||
<th>Wed Aug 9 18:00:02</th>
|
||||
|
@ -116,11 +116,11 @@ function haha(z1) {
|
|||
</tr>
|
||||
<tr height="20">
|
||||
<th>2</th>
|
||||
<th>
|
||||
<th>
|
||||
<a title="">Espionaje</a>
|
||||
<a title="Volver al planeta">(V)</a>
|
||||
</th>
|
||||
<th> <a title="Sonda de espionaje: 3
|
||||
<th> <a title="Sonda de espionaje: 3
|
||||
">3</a></th>
|
||||
<th>[2:250:6]</th>
|
||||
<th>Wed Aug 9 17:59:55</th>
|
||||
|
@ -132,7 +132,7 @@ function haha(z1) {
|
|||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
<form action="flotten2.php?session=8912ae912fec" method="POST">
|
||||
<table width="519" border="0" cellpadding="0" cellspacing="1">
|
||||
<tr height="20">
|
||||
|
@ -146,7 +146,7 @@ function haha(z1) {
|
|||
<th>-</th>
|
||||
</tr>
|
||||
<tr height="20">
|
||||
<th><a title="Velocidad: 8500">Nave pequeña de carga</a></th>
|
||||
<th><a title="Velocidad: 8500">Nave pequeña de carga</a></th>
|
||||
<th>10<input type="hidden" name="maxship202" value="10"/></th>
|
||||
<!-- <th>8500 -->
|
||||
<input type="hidden" name="consumption202" value="10"/>
|
||||
|
@ -156,7 +156,7 @@ function haha(z1) {
|
|||
<th><input name="ship202" size="10" value="0" alt="Nave pequeña de carga 10"/></th>
|
||||
</tr>
|
||||
<tr height="20">
|
||||
<th><a title="Velocidad: 12750">Nave grande de carga</a></th>
|
||||
<th><a title="Velocidad: 12750">Nave grande de carga</a></th>
|
||||
<th>19<input type="hidden" name="maxship203" value="19"/></th>
|
||||
<!-- <th>12750 -->
|
||||
<input type="hidden" name="consumption203" value="50"/>
|
||||
|
@ -166,7 +166,7 @@ function haha(z1) {
|
|||
<th><input name="ship203" size="10" value="0" alt="Nave grande de carga 19"/></th>
|
||||
</tr>
|
||||
<tr height="20">
|
||||
<th><a title="Velocidad: 27000">Crucero</a></th>
|
||||
<th><a title="Velocidad: 27000">Crucero</a></th>
|
||||
<th>6<input type="hidden" name="maxship206" value="6"/></th>
|
||||
<!-- <th>27000 -->
|
||||
<input type="hidden" name="consumption206" value="300"/>
|
||||
|
@ -176,7 +176,7 @@ function haha(z1) {
|
|||
<th><input name="ship206" size="10" value="0" alt="Crucero 6"/></th>
|
||||
</tr>
|
||||
<tr height="20">
|
||||
<th><a title="Velocidad: 3400">Reciclador</a></th>
|
||||
<th><a title="Velocidad: 3400">Reciclador</a></th>
|
||||
<th>1<input type="hidden" name="maxship209" value="1"/></th>
|
||||
<!-- <th>3400 -->
|
||||
<input type="hidden" name="consumption209" value="300"/>
|
||||
|
@ -186,7 +186,7 @@ function haha(z1) {
|
|||
<th><input name="ship209" size="10" value="0" alt="Reciclador 1"/></th>
|
||||
</tr>
|
||||
<tr height="20">
|
||||
<th><a title="Velocidad: 170000000">Sonda de espionaje</a></th>
|
||||
<th><a title="Velocidad: 170000000">Sonda de espionaje</a></th>
|
||||
<th>139<input type="hidden" name="maxship210" value="139"/></th>
|
||||
<!-- <th>170000000 -->
|
||||
<input type="hidden" name="consumption210" value="1"/>
|
||||
|
|
2
third_party/python/Lib/test/test_cmd_line.py
vendored
2
third_party/python/Lib/test/test_cmd_line.py
vendored
|
@ -365,7 +365,7 @@ class CmdLineTest(unittest.TestCase):
|
|||
# Issue #7111: Python should work without standard streams
|
||||
|
||||
@unittest.skipIf(True, # TODO: sys, os need to be tested first
|
||||
# os.name != 'posix',
|
||||
# os.name != 'posix',
|
||||
"test needs POSIX semantics")
|
||||
def _test_no_stdio(self, streams):
|
||||
code = """if 1:
|
||||
|
|
2
third_party/python/Lib/test/test_dict.py
vendored
2
third_party/python/Lib/test/test_dict.py
vendored
|
@ -1268,7 +1268,7 @@ class CAPITest(unittest.TestCase):
|
|||
self.assertEqual(dict_getitem_knownhash(d, 'y', hash('y')), 2)
|
||||
self.assertEqual(dict_getitem_knownhash(d, 'z', hash('z')), 3)
|
||||
|
||||
# # TODO: Did this break? What did this do?
|
||||
# # TODO: Did this break? What did this do?
|
||||
# (likely related to disabling BadInternalCall in #264)
|
||||
# # not a dict
|
||||
# # find the APE compilation mode, run this test in dbg only #
|
||||
|
|
|
@ -20,7 +20,7 @@ Content-type: multipart/alternative;
|
|||
Content-type: text/plain; charset="ISO-8859-1"
|
||||
Content-transfer-encoding: quoted-printable
|
||||
|
||||
Some removed test.
|
||||
Some removed test.
|
||||
|
||||
--MS_Mac_OE_3071477847_720252_MIME_Part
|
||||
Content-type: text/html; charset="ISO-8859-1"
|
||||
|
|
|
@ -17,10 +17,10 @@ Content-Transfer-Encoding: 7bit
|
|||
|
||||
|
||||
Unlike the test test_nested-multiples-with-internal-boundary, this
|
||||
piece of text not only contains the outer boundary tags
|
||||
------- =_aaaaaaaaaa1
|
||||
and
|
||||
------- =_aaaaaaaaaa0
|
||||
piece of text not only contains the outer boundary tags
|
||||
------- =_aaaaaaaaaa1
|
||||
and
|
||||
------- =_aaaaaaaaaa0
|
||||
but puts them at the start of a line! And, to be even nastier, it
|
||||
even includes a couple of end tags, such as this one:
|
||||
|
||||
|
@ -30,7 +30,7 @@ and this one, which is from a multipart we haven't even seen yet!
|
|||
|
||||
------- =_aaaaaaaaaa4--
|
||||
|
||||
This will, I'm sure, cause much breakage of MIME parsers. But, as
|
||||
This will, I'm sure, cause much breakage of MIME parsers. But, as
|
||||
far as I can tell, it's perfectly legal. I have not yet ever seen
|
||||
a case of this in the wild, but I've seen *similar* things.
|
||||
|
||||
|
|
2
third_party/python/Lib/test/test_re.py
vendored
2
third_party/python/Lib/test/test_re.py
vendored
|
@ -1342,7 +1342,7 @@ class ReTests(unittest.TestCase):
|
|||
self.assertTrue(re.match(' (?x) (?i) ' + upper_char, lower_char, re.X))
|
||||
|
||||
# [jart] why does it care if it's a py or pyc?
|
||||
|
||||
|
||||
# p = upper_char + '(?i)'
|
||||
# with self.assertWarns(DeprecationWarning) as warns:
|
||||
# self.assertTrue(re.match(p, lower_char))
|
||||
|
|
2
third_party/python/Lib/test/test_stat.py
vendored
2
third_party/python/Lib/test/test_stat.py
vendored
|
@ -86,7 +86,7 @@ class TestFilemode:
|
|||
|
||||
def get_mode(self, fname=TESTFN, lstat=True):
|
||||
if lstat:
|
||||
st_mode = os.lstat(fname).st_mode
|
||||
st_mode = os.lstat(fname).st_mode
|
||||
else:
|
||||
st_mode = os.stat(fname).st_mode
|
||||
modestr = self.statmod.filemode(st_mode)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: latin1 -*-
|
||||
# IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
|
||||
# IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
|
||||
# at the start of it. Make sure this is preserved if any changes
|
||||
# are made! Also note that the coding cookie above conflicts with
|
||||
# the presence of a utf-8 BOM signature -- this is intended.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
|
||||
# IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
|
||||
# at the start of it. Make sure this is preserved if any changes
|
||||
# are made!
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
|
||||
# IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
|
||||
# at the start of it. Make sure this is preserved if any changes
|
||||
# are made!
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Tests for the 'tokenize' module.
|
||||
# Large bits stolen from test_grammar.py.
|
||||
# Large bits stolen from test_grammar.py.
|
||||
|
||||
# Comments
|
||||
"#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue