Path: blob/master/test/jdk/java/util/Scanner/input.txt
41149 views
# Data for fromFileTest1143434412241343423343242334432342345534234256634243267743243378910# Data for usage case 11123.4 Frank 34.8 -9.0122.333 6.75 Joe -2133.3 -888.8 -16.00 Mary14Michelle -5 -5.5 -5.555151617# Data for usage case 218cat-9-dog-6-pig-2--5-192021# Data for usage case 322/**23* Returns the next string in the input that matches the specified pattern.24* This method may block while waiting for input25* to scan, even if a previous invocation of {@link #hasNext(Pattern)}26* returned <code>true</code>. If the match is successful, the scanner27* advances past the input that matched the pattern.28*29* @param pattern the pattern to scan for30* @return the next token31* @throws NoSuchElementException if no more tokens are available32* @throws IllegalStateException if this scanner is closed33*/343536# Data for usage case 437<html>38<body bgcolor="#EEEEEE">39<title>Source Directory</title>40<center><h1>tiger</h1></center>41<p>42Parent workspace is /java/jdk/1.5/ws/integration/TL/j2se <br>43Child workspace is /export/tiger <br>44<hr>45<code>46<p>47<a href=make/java/java/mapfile-vers.diff.html>Diffs</a>48<a href=make/java/java/mapfile-vers.sdiff.html>Sdiffs</a>49<a href=make/java/java/mapfile-vers-.html>Old</a>50<a href=make/java/java/mapfile-vers.html>New</a>51<b>make/java/java/mapfile-vers</b><p>52<ul>53<li><a href=http://example.com/cgi-bin/bugtraq_showbug?bugid=4904881>4904881</a>: JVM crash during java.io.File.deleteOnExit()<br>54</ul>55<p>56<a href=src/share/classes/java/lang/Shutdown.java.diff.html>Diffs</a>57<a href=src/share/classes/java/lang/Shutdown.java.sdiff.html>Sdiffs</a>58<a href=src/share/classes/java/lang/Shutdown.java-.html>Old</a>59<a href=src/share/classes/java/lang/Shutdown.java.html>New</a>60<b>src/share/classes/java/lang/Shutdown.java</b><p>61<ul>62<li><a href=http://example.com/cgi-bin/bugtraq_showbug?bugid=4904881>4904881</a>: JVM crash during java.io.File.deleteOnExit()<br>63</ul>64<p>65<a href=src/share/native/java/lang/Shutdown.c.diff.html>Diffs</a>66<a href=src/share/native/java/lang/Shutdown.c.sdiff.html>Sdiffs</a>67<a href=src/share/native/java/lang/Shutdown.c-.html>Old</a>68<a href=src/share/native/java/lang/Shutdown.c.html>New</a>69<b>src/share/native/java/lang/Shutdown.c</b><p>70<ul>71<li><a href=http://example.com/cgi-bin/bugtraq_showbug?bugid=4904881>4904881</a>: JVM crash during java.io.File.deleteOnExit()<br>72</ul>73</code>74<p>75</font>76</html>7778# Data for usage case 57980# This is the main Samba configuration file. You should read the81# smb.conf(5) manual page in order to understand the options listed82# here. Samba has a huge number of configurable options (perhaps too83# many!) most of which are not shown in this example84#85# Any line which starts with a ; (semi-colon) or a # (hash)86# is a comment and is ignored. In this example we will use a #87# for commentry and a ; for parts of the config file that you88# may wish to enable89#90# NOTE: Whenever you modify this file you should run the command "testparm"91# to check that you have not many any basic syntactic errors.92#93#======================= Global Settings =====================================94[global]9596##97## Basic Server Settings98##99100# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4101workgroup = MYGROUP102103# server string is the equivalent of the NT Description field104server string = Samba Server105106# This option is important for security. It allows you to restrict107# connections to machines which are on your local network. The108# following example restricts access to two C class networks and109# the "loopback" interface. For more examples of the syntax see110# the smb.conf man page111; hosts allow = 192.168.1. 192.168.2.0./24 192.168.3.0/255.255.255.0 127.0.0.1112113# Uncomment this if you want a guest account, you must add this to /etc/passwd114# otherwise the user "nobody" is used115; guest account = pcguest116117# this tells Samba to use a separate log file for each machine118# that connects119log file = /usr/local/samba/var/log.%m120121# How much information do you want to see in the logs?122# default is only to log critical messages123; log level = 1124125# Put a capping on the size of the log files (in Kb).126max log size = 50127128# Security mode. Most people will want user level security. See129# security_level.txt for details.130security = user131132# Using the following line enables you to customise your configuration133# on a per machine basis. The %m gets replaced with the netbios name134# of the machine that is connecting.135# Note: Consider carefully the location in the configuration file of136# this line. The included file is read at that point.137; include = /usr/local/samba/lib/smb.conf.%m138139# Most people will find that this option gives better performance.140# See speed.txt and the manual pages for details141# You may want to add the following on a Linux system:142# SO_RCVBUF=8192 SO_SNDBUF=8192143; socket options = TCP_NODELAY144145# Configure Samba to use multiple interfaces146# If you have multiple network interfaces and want to limit smbd will147# use, list the ones desired here. Otherwise smbd & nmbd will bind to all148# active interfaces on the system. See the man page for details.149; interfaces = 192.168.12.2/24 192.168.13.2/24150151# Should smbd report that it has MS-DFS Capabilities? Only available152# if --with-msdfs was passed to ./configure153; host msdfs = yes154155##156## Network Browsing157##158# set local master to no if you don't want Samba to become a master159# browser on your network. Otherwise the normal election rules apply160; local master = no161162# OS Level determines the precedence of this server in master browser163# elections. The default value (20) should be reasonable164; os level = 20165166# Domain Master specifies Samba to be the Domain Master Browser. This167# allows Samba to collate browse lists between subnets. Don't use this168# if you already have a Windows NT domain controller doing this job169; domain master = yes170171# Preferred Master causes Samba to force a local browser election on startup172# and gives it a slightly higher chance of winning the election173; preferred master = yes174175176##177## WINS & Name Resolution178##179# Windows Internet Name Serving Support Section:180# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server181; wins support = yes182183# WINS Server - Tells the NMBD components of Samba to be a WINS Client184# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both185; wins server = w.x.y.z186187# WINS Proxy - Tells Samba to answer name resolution queries on188# behalf of a non WINS capable client, for this to work there must be189# at least one WINS Server on the network. The default is NO.190; wins proxy = yes191192# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names193# via DNS nslookups.194dns proxy = no195196197##198## Passwords & Authentication199##200# Use password server option only with security = server201# The argument list may include:202# password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]203# or to auto-locate the domain controller/s204; password server = *205; password server = <NT-Server-Name>206207# You may wish to use password encryption. Please read208# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.209# Do not enable this option unless you have read those documents210; encrypt passwords = yes211212# Should smbd obey the session and account lines in /etc/pam.d/samba ?213# only available if --with-pam was used at compile time214; obey pam restrictions = yes215216# When using encrypted passwords, Samba can synchronize the local217# UNIX password as well. You will also need the "passwd chat" parameters218; unix password sync = yes219220# how should smbd talk to the local system when changing a UNIX221# password? See smb.conf(5) for details222; passwd chat = <custom chat string>223224# This is only available if you compiled Samba to include --with-pam225# Use PAM for changing the password226; pam password change = yes227228##229## Domain Control230##231# Enable this if you want Samba act as a domain controller.232# make sure you have read the Samba-PDC-HOWTO included in the documentation233# before enabling this parameter234; domain logons = yes235236# if you enable domain logons then you may want a per-machine or237# per user logon script238# run a specific logon batch file per workstation (machine)239; logon script = %m.bat240# run a specific logon batch file per username241; logon script = %U.bat242243# Where to store roving profiles (only for Win95 and WinNT)244# %L substitutes for this servers netbios name, %U is username245# You must uncomment the [Profiles] share below246; logon path = \\%L\Profiles\%U247248# UNC path specifying the network location of the user's home directory249# only used when acting as a DC for WinNT/2k/XP. Ignored by Win9x clients250; logon home = \\%L\%U251252# What drive should the "logon home" be mounted at upon login ?253# only used when acting as a DC for WinNT/2k/XP. Ignored by Win9x clients254; logon drive = H:255256##257## Printing258##259260# If you want to automatically load your printer list rather261# than setting them up individually then you'll need this262load printers = yes263264# you may wish to override the location of the printcap file265; printcap name = /etc/printcap266267# on SystemV system setting printcap name to lpstat should allow268# you to automatically obtain a printer list from the SystemV spool269# system270; printcap name = lpstat271272# It should not be necessary to specify the print system type unless273# it is non-standard. Currently supported print systems include:274# bsd, sysv, plp, lprng, aix, hpux, qnx275; printing = bsd276277# Enable this to make Samba 2.2 behavior just like Samba 2.0278# not recommended nuless you are sure of what you are doing279; disable spoolss = yes280281# list of users and groups which should be able to remotely manage282# printer drivers installed on the server283; printer admin = root, +ntadmin284285286##287## Winbind288##289290# specify the uid range which can be used by winbindd291# to allocate uids for Windows users as necessary292; winbind uid = 10000-65000293294# specify the uid range which can be used by winbindd295# to allocate uids for Windows users as necessary296; winbind gid = 10000-65000297298# Define a home directory to be given to passwd(5) style entries299# generated by libnss_winbind.so. You can use variables here300; winbind template homedir = /home/%D/%U301302# Specify a shell for all winbind user entries return by the303# libnss_winbind.so library.304; winbind template shell = /bin/sh305306# What character should be used to separate the DOMAIN and Username307# for a Windows user. The default is DOMAIN\user, but many people308# prefer DOMAIN+user309; winbind separator = +310311312#============================ Share Definitions ==============================313[homes]314comment = Home Directories315browseable = no316writable = yes317valid users = %S318319# Un-comment the following and create the netlogon directory for Domain Logons320; [netlogon]321; comment = Network Logon Service322; path = /usr/local/samba/lib/netlogon323; guest ok = yes324; writable = no325; share modes = no326327328# Un-comment the following to provide a specific roving profile share329# the default is to use the user's home directory330;[Profiles]331; path = /usr/local/samba/profiles332; browseable = no333; guest ok = yes334335336# NOTE: If you have a BSD-style print system there is no need to337# specifically define each individual printer338[printers]339comment = All Printers340path = /usr/spool/samba341browseable = no342# Set public = yes to allow user 'guest account' to print343guest ok = no344writable = no345printable = yes346347# This one is useful for people to share files348#[tmp]349# comment = Temporary file space350# path = /tmp351# read only = no352# public = yes353354355# MS-DFS support is only available if Samba was compiled to356# include --with-msdfs357;[dfsroot]358; dfs root = yes359360361# A publicly accessible directory, but read only, except for people in362# the "staff" group363;[public]364; comment = Public Stuff365; path = /home/samba366; public = yes367; writable = yes368; printable = no369; write list = @staff370371372##373## Other examples.374##375376# A private printer, usable only by fred. Spool data will be placed in fred's377# home directory. Note that fred must have write access to the spool directory,378# wherever it is.379#[fredsprn]380# comment = Fred's Printer381# valid users = fred382# path = /homes/fred383# printer = freds_printer384# public = no385# writable = no386# printable = yes387388# A private directory, usable only by fred. Note that fred requires write389# access to the directory.390#[fredsdir]391# comment = Fred's Service392# path = /usr/somewhere/private393# valid users = fred394# public = no395# writable = yes396# printable = no397398# a service which has a different directory for each machine that connects399# this allows you to tailor configurations to incoming machines. You could400# also use the %U option to tailor it by user name.401# The %m gets replaced with the machine name that is connecting.402#[pchome]403# comment = PC Directories404# path = /usr/pc/%m405# public = no406# writable = yes407408# A publicly accessible directory, read/write to all users. Note that all files409# created in the directory by users will be owned by the default user, so410# any user with access can delete any other user's files. Obviously this411# directory must be writable by the default user. Another user could of course412# be specified, in which case all files would be owned by that user instead.413#[public]414# path = /usr/somewhere/else/public415# public = yes416# only guest = yes417# writable = yes418# printable = no419420# The following two entries demonstrate how to share a directory so that two421# users can place files there that will be owned by the specific users. In this422# setup, the directory should be writable by both users and should have the423# sticky bit set on it to prevent abuse. Obviously this could be extended to424# as many users as required.425#[myshare]426# comment = Mary's and Fred's stuff427# path = /usr/somewhere/shared428# valid users = mary fred429# public = no430# writable = yes431# printable = no432# create mask = 0765433434435436437# Data for usage case 6438439440