Definition of List

Babylon English Dictionary
write or print a series of names or items according to a certain order, make a list; inscribe, record; lean to one side (Nautical)
series of names or items written or printed according to a certain order, roll, roster, inventory; edge, border (especially of cloth); strip, band; instance of leaning over to one side (Nautical)
Search Dictionary
List Definition from Arts & Humanities Dictionaries & Glossaries
Chaucer's Middle English Glossary
verb, prsnt. sg. please, pleases
List Definition from Language, Idioms & Slang Dictionaries & Glossaries
Webster's Revised Unabridged Dictionary (1913)
(n.)
A limit or boundary; a border.
  
(n.)
A line inclosing or forming the extremity of a piece of ground, or field of combat; hence, in the plural (lists), the ground or field inclosed for a race or combat.
  
(n.)
A little square molding; a fillet; -- called also listel.
  
(n.)
A narrow strip of wood, esp. sapwood, cut from the edge of a plank or board.
  
(n.)
A piece of woolen cloth with which the yarns are grasped by a workman.
  
(n.)
A roll or catalogue, that is row or line; a record of names; as, a list of names, books, articles; a list of ratable estate.
  
(n.)
A strip forming the woven border or selvedge of cloth, particularly of broadcloth, and serving to strengthen it; hence, a strip of cloth; a fillet.
  
(n.)
A stripe.
  
(n.)
A wirelike rim of tin left on an edge of the plate after it is coated.
  
(n.)
An inclination to one side; as, the ship has a list to starboard.
  
(n.)
Inclination; desire.
  
(n.)
The first thin coat of tin.
  
(n.)
The lobe of the ear; the ear itself.
  
(v. i.)
To desire or choose; to please.
  
(v. i.)
To engage in public service by enrolling one's name; to enlist.
  
(v. i.)
To hearken; to attend; to listen.
  
(v. i.)
To lean; to incline; as, the ship lists to port.
  
(v. t.)
To cover with list, or with strips of cloth; to put list on; as, to list a door; to stripe as if with list.
  
(v. t.)
To cut away a narrow strip, as of sapwood, from the edge of; as, to list a board.
  
(v. t.)
To engage, as a soldier; to enlist.
  
(v. t.)
To enroll; to place or register in a list.
  
(v. t.)
To inclose for combat; as, to list a field.
  
(v. t.)
To listen or hearken to.
  
(v. t.)
To sew together, as strips of cloth, so as to make a show of colors, or form a border.
  
Webster's Revised Unabridged Dictionary (1913), edited by Noah Porter. About
hEnglish - advanced version

list
\list\ (l&ibreve;st), n. [f. lice, ll. liciae, pl., from l. licium thread, girdle.] a line inclosing or forming the extremity of a piece of ground, or field of combat; hence, in the plural (lists), the ground or field inclosed for a race or combat. in measured lists to toss the weighty lance.


  similar words(27) 



 to list a stock 
 list system 
 list processing 
 lloyd`s list 
 access control list 
 tick-list features 
 white list 
 free list 
 list-processing language 
 black list 
 check list 
 linked list 
 lazy list 
 waiting list 
 interrupt list 
 sick list 
 stock list 
 retired list 
 want list 
 civil list 
 list price 
 mailing list 
 list enhanced 
 wish list 
 price list 
 push-down list 
 list comprehension 
English Phonetics

www.interactiveselfstudy.com
Shakespeare Words
place of combat, the lists
Anagram
  slit  silt
Australian Slang
putative list of people one wishes not to socialise with; a list of geeks
1. list of names of the intended victims of assassins or terrorists; 2. list of people, organisations, etc., targeted in some way, as for cost-cutting, reform, criticism, etc.
pissed; drunk (rhyming slang)
list of things desired
WordNet 2.0

Noun
1. a database containing an ordered array of items (names or topics)
(synonym) listing
(hypernym) database
(hyponym) agenda, agendum, order of business
(part-meronym) item, point
(derivation) number
2. the property possessed by a line or surface that departs from the vertical; "the tower had a pronounced tilt"; "the ship developed a list to starboard"; "he walked with a heavy inclination to the right"
(synonym) tilt, inclination, lean, leaning
(hypernym) position, spatial relation
(derivation) heel

Verb
1. give or make a list of; name individually; give the names of; "List the states west of the Mississippi"
(synonym) name
(hypernym) enumerate, recite, itemize, itemise
(derivation) listing
2. include in a list; "Am I listed in your register?"
(hypernym) register
(hyponym) inventory
(derivation) listing
3. enumerate; "We must number the names of the great mathematicians"
(synonym) number
(hypernym) name, identify
(hyponym) itemize, itemise
(derivation) listing
4. cause to lean to the side; "Erosion listed the old tree"
(synonym) lean
(hypernym) move
(verb-group) heel
5. tilt to one side; "The balloon heeled over"; "the wind made the vessel heel"; "The ship listed to starboard"
(synonym) heel
(hypernym) lean, tilt, tip, slant, angle
(verb-group) lean
(derivation) tilt, inclination, lean, leaning
List Definition from Business & Finance Dictionaries & Glossaries
2K Group Shipping, Trade, Insurance Dictionary
A tilt to one side.
Glossary of petroleum Industry
the position of a ship or offshore drilling rig that heels to one side because of a shift in cargo, machinery, or supplies.
List Definition from Social Science Dictionaries & Glossaries
The Knighthood, Chivalry & Tournaments Arms and Armour Glossary
The place where a tournament was to be held. "To be in the lists" meant to be competing in the tournament, as well as referring to the physical place where the combats were held. Originally the lists were simply designated as participation, but by the 14th century, when more enclosed fields began to be used, the term meant the field. During the 15th century René d’Anjou described the lists in great detail, including the proper dimensions for the field.
In modern usage the word has been twisted somewhat to mean the list of combatants who are participating in a tournament. In the Company of Saint George we have used the term "list enclosure" to refer to our fencing that surrounds a list field, "venans " to refer to the challengers and "tenans " to refer to the defenders, sometimes the sponsors of a pas d’armes .
List Definition from Computer & Internet Dictionaries & Glossaries
An Everquest Glossary
(n.) A social convention whereby certain popular areas are shared by large numbers of people, using a first-come, first-serve method.
JDK Doc(JAVA)
- Variable in class javax.swing.plaf.basic.BasicListUI 
protected JList list
- Constructor for class java.awt.List 
public List ()
Creates a new scrolling list. By default, there are four visible lines and multiple selections are not allowed.
- Constructor for class java.awt.List 
public List (int rows)
Creates a new scrolling list initialized with the specified number of visible lines. By default, multiple selections are not allowed.Parameters: rows - the number of items to show.Since: JDK1.1
- Constructor for class java.awt.List 
public List (int rows, boolean multipleMode)
Creates a new scrolling list initialized to display the specified number of rows. If the value of multipleMode is true, then the user can select multiple items from the list. If it is false, only one item at a time can be selected.Parameters: rows - the number of items to show. - if , then multiple selections are allowed; otherwise, only one item can be selected at a time.multipleMode - if true, then multiple selections are allowed; otherwise, only one item can be selected at a time.
- Variable in class javax.swing.plaf.basic.BasicComboPopup 
protected JList list
- Method in class java.io.File 
public String [] list ()
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname. If this abstract pathname does not denote a directory, then this method returns null. Otherwise an array of strings is returned, one for each file or directory in the directory. Names denoting the directory itself and the directory's parent directory are not included in the result. Each string is a file name rather than a complete path. There is no guarantee that the name strings in the resulting array will appear in any specific order; they are not, in particular, guaranteed to appear in alphabetical order.Returns: An array of strings naming the files and directories in the directory denoted by this abstract pathname. The array will be empty if the directory is empty. Returns null if this abstract pathname does not denote a directory, or if an I/O error occurs.Throws: SecurityException - If a security manager exists and its method denies read access to the directory
- Method in class java.lang.ThreadGroup 
public void list ()
Prints information about this thread group to the standard output. This method is useful only for debugging.Since: JDK1.0
- Method in interface java.rmi.registry.Registry 
public String [] list () throws RemoteException , AccessException 
Returns an array of the names bound in the registry. The names are URL-formatted strings. The array contains a snapshot of the names present in the registry at the time of the call.Parameters: name - a URL-formatted name that specifies the remote registryReturns: an array of names (in the appropriate URL format) bound in the registryThrows: MalformedURLException - if the name is not an appropriately formatted URL - if registry could not be contactedRemoteException - if registry could not be contactedSince: JDK1.1
- Method in class java.io.File 
public String [] list (FilenameFilter  filter)
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter. The behavior of this method is the same as that of the method, except that the strings in the returned array must satisfy the filter. If the given filter is null then all names are accepted. Otherwise, a name satisfies the filter if and only if the value true results when the method of the filter is invoked on this abstract pathname and the name of a file or directory in the directory that it denotes.Parameters: filter - A filename filterReturns: An array of strings naming the files and directories in the directory denoted by this abstract pathname that were accepted by the given filter. The array will be empty if the directory is empty or if no names were accepted by the filter. Returns null if this abstract pathname does not denote a directory, or if an I/O error occurs.Throws: SecurityException - If a security manager exists and its method denies read access to the directory
- Method in class java.awt.Component 
public void list (PrintStream  out)
Prints a listing of this component to the specified output stream.Parameters: out - a print stream.Since: JDK1.0
- Method in class java.util.Properties 
public void list (PrintStream  out)
Prints this property list out to the specified output stream. This method is useful for debugging.Parameters: out - an output stream.
- Method in class java.awt.Component 
public void list (PrintStream  out, int indent)
Prints out a list, starting at the specified indention, to the specified print stream.Parameters: out - a print stream. - number of spaces to indent.indent - number of spaces to indent.Since: JDK1.0See Also:  PrintStream.println(java.lang.Object)
- Method in class java.awt.Container 
public void list (PrintStream  out, int indent)
Prints a listing of this container to the specified output stream. The listing starts at the specified indentation.Overrides: list in class Component Parameters: out - a print stream. - the number of spaces to indent.indent - the number of spaces to indent.Since: JDKSee Also:  Component.list(java.io.PrintStream, int)
- Method in class java.awt.Component 
public void list (PrintWriter  out)
Prints a listing to the specified print writer.Parameters: out - The print writer to print to.Since: JDK1.1
- Method in class java.util.Properties 
public void list (PrintWriter  out)
Prints this property list out to the specified output stream. This method is useful for debugging.Parameters: out - an output stream.Since: JDK1.1
- Method in class java.awt.Component 
public void list (PrintWriter  out, int indent)
Prints out a list, starting at the specified indention, to the specified print writer.Parameters: out - The print writer to print to. - The number of spaces to indent.indent - The number of spaces to indent.Since: JDK1.1See Also:  PrintStream.println(java.lang.Object)
- Method in class java.awt.Container 
public void list (PrintWriter  out, int indent)
Prints out a list, starting at the specified indention, to the specified print writer.Overrides: list in class Component Tags copied from class: Component  Parameters: out - The print writer to print to. - The number of spaces to indent.indent - The number of spaces to indent.See Also:  PrintStream.println(java.lang.Object)
- Static method in class java.rmi.Naming 
public static String [] list (String  name) throws RemoteException , MalformedURLException 
Returns an array of the names bound in the registry. The names are URL-formatted strings. The array contains a snapshot of the names present in the registry at the time of the call.Parameters: name - a URL-formatted name that specifies the remote registryReturns: an array of names (in the appropriate URL format) bound in the registryThrows: MalformedURLException - if the name is not an appropriately formatted URL - if registry could not be contacted.RemoteException - if registry could not be contacted.Since: JDK1.1
- Method in interface org.omg.CosNaming.NamingContext 
public void list (int how_many, BindingListHolder  bl, BindingIteratorHolder  bi)
The list operation allows a client to iterate through a set of bindings in a naming context. The list operation returns at most the requested number of bindings in BindingList bl. Parameters: how_many - the maximum number of bindings to return - the returned list of bindings bl - the returned list of bindings - the returned binding iterator bi - the returned binding iterator
- Method in class org.omg.CosNaming._NamingContextStub 
public void list (int how_many, BindingListHolder  bl, BindingIteratorHolder  bi)
Description copied from interface: NamingContext  The list operation allows a client to iterate through a set of bindings in a naming context. The list operation returns at most the requested number of bindings in BindingList bl. Specified by:  list in interface NamingContext Tags copied from interface: NamingContext  Parameters: how_many - the maximum number of bindings to return - the returned list of bindings bl - the returned list of bindings - the returned binding iterator bi - the returned binding iterator
PHP Functions (4.3.2)
(PHP 3, PHP 4 )
list --
Assign variables as if they were an array

void list ( mixed ...)
More Info
List Definition from Encyclopedia Dictionaries & Glossaries
Wikipedia English - The Free Encyclopedia
List or lists may refer to:
Enumerations
  • Any enumeration of a set of items
  • A list of comma separated values, a common way of listing in everyday life and computing. (British usage: Comma-separated values)
  • A mailing list
  • An electronic mailing list
  • An electoral list
  • List (computing)
  • Task lists, a list of tasks to be completed
  • Listicle, an article in list format
  • Watchlist
  • Ranker

See more at Wikipedia.org...
© This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License and under the Creative Commons Attribution-ShareAlike License
List Definition from Sports Dictionaries & Glossaries
maritime&shipping&trade
the leaning of a boat to the side because of excess weight on that side
Nautical Nomenclature
the leaning of a boat to the side because of excess weight on that side
List Definition from Society & Culture Dictionaries & Glossaries
EPA Terms of Environment
Shorthand term for EPA list of violating facilities or firms debarred from obtaining government contracts because they violated certain sections of the Clean Air or Clean Water Acts. The list is maintained by The Office of Enforcement and Compliance Monitoring.
Provided as a public service by the U.S. Environmental Protection Agency
Environmental Engineering (English ver.)
Shorthand term for EPA list of violating facilities or firms debarred from obtaining government contracts because they violated certain sections of the Clean Air or Clean Water Acts. The list is maintained by The Office of Enforcement and Compliance Monitoring.
List Definition from Entertainment & Music Dictionaries & Glossaries
English to Federation-Standard Golic Vulcan
feim, feim-tor
galat, gal-tor
English - Klingon
n. tetlh
n. naD tetlh