Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / doc / html / _sources / glossary.txt
blobd558b44059a291b006cb3077b1e1f127b7d86e7b
1 .. _glossary:
3 Glossary
4 ========
6 From Wikipedia, the free encyclopedia
8 .. glossary::
10     .htaccess
11       the default name of Apache's directory-level configuration file.  
13       .. seealso:: <http://www.wikipedia.org/wiki/.htaccess>
15     ACL
16       Access Contol List
18     Blowfish
19       a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier.      
21       .. seealso:: <http://www.wikipedia.org/wiki/Blowfish_(cipher)>
23     Browser 
24       a software application that enables a user to display and interact with text, images, and other information typically located on a web page at a website on the World Wide Web.   
26       .. seealso:: <http://en.wikipedia.org/wiki/Web_browser>
28     bzip2
29       a free software/open source data compression algorithm and program developed by Julian Seward.    
31       .. seealso:: <http://www.wikipedia.org/wiki/Bzip2>
33     CGI 
34       Common Gateway Interface is an important World Wide Web technology that
35       enables a client web browser to request data from a program executed on
36       the Web server.   
38       .. seealso:: <http://www.wikipedia.org/wiki/CGI>
40     Changelog
41       a log or record of changes made to a project.     
43       .. seealso:: <http://www.wikipedia.org/wiki/Changelog>
45     Client
46       a computer system that accesses a (remote) service on another computer by some kind of network.   
48       .. seealso:: <http://www.wikipedia.org/wiki/Client_(computing)>
50     column
51       a set of data values of a particular simple type, one for each row of the table.  
53       .. seealso:: <http://www.wikipedia.org/wiki/Column_(database)>
55     Cookie
56       a packet of information sent by a server to a World Wide Web browser and then sent back by the browser each time it accesses that server. 
58       .. seealso:: <http://www.wikipedia.org/wiki/HTTP_cookie>
60     CSV
61       Comma- separated values   
63       .. seealso:: <http://www.wikipedia.org/wiki/Comma-separated_values>
65     DB 
66       look at :term:`database`
68     database
69       an organized collection of data.  
71       .. seealso:: <http://www.wikipedia.org/wiki/Database>
73     Engine 
74       look at :term:`storage engines`
76     extension
77       a PHP module that extends PHP with additional functionality.      
79       .. seealso:: <http://www.wikipedia.org/wiki/extension>
81     FAQ 
82       Frequently Asked Questions is a list of commonly asked question and there
83       answers.  
85       .. seealso:: <http://www.wikipedia.org/wiki/FAQ>
87     Field
88       one part of divided data/columns. 
90       .. seealso:: <http://www.wikipedia.org/wiki/Field_(computer_science)>
92     foreign key
93       a column or group of columns in a database row that point to a key column
94       or group of columns forming a key of another database row in some
95       (usually different) table.        
97       .. seealso:: <http://www.wikipedia.org/wiki/Foreign_key>
99     FPDF
100       the free :term:`PDF` library      
102       .. seealso:: <http://www.fpdf.org/>
104     GD 
105       Graphics Library by Thomas Boutell and others for dynamically manipulating images.        
107       .. seealso:: <http://www.wikipedia.org/wiki/GD_Graphics_Library>
109     GD2 
110       look at :term:`gd`
112     gzip
113       gzip is short for GNU zip, a GNU free software file compression program.  
115       .. seealso:: <http://www.wikipedia.org/wiki/Gzip>
117     host
118       any machine connected to a computer network, a node that has a hostname.  
120       .. seealso:: <http://www.wikipedia.org/wiki/Host>
122     hostname
123       the unique name by which a network attached device is known on a network. 
125       .. seealso:: <http://www.wikipedia.org/wiki/Hostname>
127     HTTP 
128       HyperText Transfer Protocol is the primary method used to transfer or
129       convey information on the World Wide Web. 
131       .. seealso:: <http://www.wikipedia.org/wiki/HyperText_Transfer_Protocol>
133     https
134       a :term:`HTTP`-connection with additional security measures.      
136       .. seealso:: <http://www.wikipedia.org/wiki/Https:_URI_scheme>
138     IEC
139       International Electrotechnical Commission
141     IIS 
142       Internet Information Services is a set of Internet-based services for
143       servers using Microsoft Windows.  
145       .. seealso:: <http://www.wikipedia.org/wiki/Internet_Information_Services>
147     Index
148       a feature that allows quick access to the rows in a table.        
150       .. seealso:: <http://www.wikipedia.org/wiki/Index_(database)>
152     IP 
153       Internet Protocol is a data-oriented protocol used by source and
154       destination hosts for communicating data across a packet-switched
155       internetwork.     
157       .. seealso:: <http://www.wikipedia.org/wiki/Internet_Protocol>
159     IP Address
160       a unique number that devices use in order to identify and communicate with each other on a network utilizing the Internet Protocol standard.      
162       .. seealso:: <http://www.wikipedia.org/wiki/IP_Address>
164     IPv6 
165       IPv6 (Internet Protocol version 6) is the latest revision of the 
166       Internet Protocol (:term:`IP`), designed to deal with the 
167       long-anticipated problem of its precedessor IPv4 running out of addresses.
169       .. seealso:: <http://www.wikipedia.org/wiki/IPv6>
171     ISAPI 
172       Internet Server Application Programming Interface is the API of Internet Information Services (IIS).      
174       .. seealso:: <http://www.wikipedia.org/wiki/ISAPI>
176     ISP 
177       Internet service provider is a business or organization that offers users
178       access to the Internet and related services.      
180       .. seealso:: <http://www.wikipedia.org/wiki/ISP>
182     ISO
183       International Standards Organisation
185     JPEG
186       a most commonly used standard method of lossy compression for photographic images.        
188       .. seealso:: <http://www.wikipedia.org/wiki/JPEG>
190     JPG 
191       look at :term:`jpeg`
193     Key
194       look at :term:`index`
196     LATEX
197       a document preparation system for the TEX typesetting program.    
199       .. seealso:: <http://www.wikipedia.org/wiki/LaTeX>
201     Mac
202        Apple Macintosh is line of personal computers is designed, developed, manufactured, and marketed by Apple Computer.      
204       .. seealso:: <http://www.wikipedia.org/wiki/Mac>
206     Mac OS X
207       the operating system which is included with all currently shipping Apple Macintosh computers in the consumer and professional markets.    
209       .. seealso:: <http://www.wikipedia.org/wiki/Mac_OS_X>
211     MCrypt
212       a cryptographic library.  
214       .. seealso:: <http://www.wikipedia.org/wiki/MCrypt>
216     mcrypt
217       the MCrypt PHP extension. 
219       .. seealso:: <http://php.net/mcrypt>
221     MIME 
222       Multipurpose Internet Mail Extensions is
223       an Internet Standard for the format of e-mail.    
225       .. seealso:: <http://www.wikipedia.org/wiki/MIME>
227     module
228       some sort of extension for the Apache Webserver.  
230       .. seealso:: <http://www.wikipedia.org/wiki/module>
232     MySQL
233       a multithreaded, multi-user, SQL (Structured Query Language) Database Management System (DBMS).   
235       .. seealso:: <http://www.wikipedia.org/wiki/MySQL>
237     mysqli
238       the improved MySQL client PHP extension.  
240       .. seealso:: <http://php.net/mysqli>
242     mysql
243       the MySQL client PHP extension.   
245       .. seealso:: <http://php.net/mysql>
247     OpenDocument
248       open standard for office documents.       
250       .. seealso:: <http://www.wikipedia.org/wiki/OpenDocument>
252     OS X
253       look at :term:`Mac OS X`.
255       .. seealso:: <http://www.wikipedia.org/wiki/OS_X>
257     PDF 
258       Portable Document Format is a file format developed by Adobe Systems for
259       representing two dimensional documents in a device independent and
260       resolution independent format.    
262       .. seealso:: <http://www.wikipedia.org/wiki/Portable_Document_Format>
264     PEAR
265       the PHP Extension and Application Repository.     
267       .. seealso:: <http://pear.php.net/>
269     PCRE 
270       Perl Compatible Regular Expressions is the perl-compatible regular
271       expression functions for PHP      
273       .. seealso:: <http://php.net/pcre>
275     PHP
276       short for "PHP: Hypertext Preprocessor", is an open-source, reflective
277       programming language used mainly for developing server-side applications
278       and dynamic web content, and more recently, a broader range of software
279       applications.     
281       .. seealso:: <http://www.wikipedia.org/wiki/PHP>
283     port
284       a connection through which data is sent and received.     
286       .. seealso:: <http://www.wikipedia.org/wiki/Port_(computing)>
288     RFC
289       Request for Comments (RFC) documents are a series of memoranda
290       encompassing new research, innovations, and methodologies applicable to
291       Internet technologies.    
293       .. seealso:: <http://www.wikipedia.org/wiki/Request_for_Comments>
295     RFC 1952
296       GZIP file format specification version 4.3
298       .. seealso:: :rfc:`1952`
300     Row (record, tuple)
301       represents a single, implicitly structured data item in a table.  
303       .. seealso:: <http://www.wikipedia.org/wiki/Row_(database)>
305     Server
306       a computer system that provides services to other computing systems over a network.       
308       .. seealso:: <http://www.wikipedia.org/wiki/Server_(computing)>
310     Storage Engines
311       handlers for different table types        
313       .. seealso:: <http://dev.mysql.com/doc/en/storage-engines.html>
315     SOAP
316       Simple Object Access Protocol is a protocol specification for exchanging
317       structured information in the implementation of Web Services in computer
318       networks.
320       .. seealso:: <http://en.wikipedia.org/wiki/SOAP>
322     socket
323       a form of inter-process communication.    
325       .. seealso:: <http://www.wikipedia.org/wiki/Socket#Computer_sockets>
327     SSL 
328       Secure Sockets Layer is a cryptographic protocol which provides secure
329       communication on the Internet.    
331       .. seealso:: <http://www.wikipedia.org/wiki/Secure_Sockets_Layer>
333     Stored procedure
334       a subroutine available to applications accessing a relational database system     
336       .. seealso:: <http://en.wikipedia.org/wiki/Stored_procedure>
338     SQL
339       Structured Query Language 
341       .. seealso:: <http://www.wikipedia.org/wiki/SQL>
343     table
344       a set of data elements (cells) that is organized, defined and stored as
345       horizontal rows and vertical columns where each item can be uniquely
346       identified by a label or key or by it?s position in relation to other
347       items.    
349       .. seealso:: <http://www.wikipedia.org/wiki/Table_(database)>
351     tar
352       a type of archive file format: the Tape ARchive format.   
354       .. seealso:: <http://www.wikipedia.org/wiki/Tar_(file_format)>
356     TCP 
357       Transmission Control Protocol is one of the core protocols of the
358       Internet protocol suite.  
360       .. seealso:: <http://www.wikipedia.org/wiki/TCP>
362     TCPDF
363       Rewrite of :term:`UFPDF` with various improvements.
365       .. seealso:: <http://www.tcpdf.org/>
367     trigger
368       a procedural code that is automatically executed in response to certain events on a particular table or view in a database        
370       .. seealso:: <http://en.wikipedia.org/wiki/Database_trigger>
372     UFPDF
373       Unicode/UTF-8 extension for :term:`FPDF`
375       .. seealso:: <http://www.acko.net/node/56>
377     URL
378       Uniform Resource Locator is a sequence of characters, conforming to a
379       standardized format, that is used for referring to resources, such as
380       documents and images on the Internet, by their location.  
382       .. seealso:: <http://www.wikipedia.org/wiki/URL>
384     Webserver
385       A computer (program) that is responsible for accepting HTTP requests from clients and serving them Web pages.     
387       .. seealso:: <http://www.wikipedia.org/wiki/Webserver>
389     XML 
390       Extensible Markup Language is a W3C-recommended general- purpose markup
391       language for creating special-purpose markup languages, capable of
392       describing many different kinds of data.  
394       .. seealso:: <http://www.wikipedia.org/wiki/XML>
396     ZIP
397       a popular data compression and archival format.   
399       .. seealso:: <http://www.wikipedia.org/wiki/ZIP_(file_format)>
401     zlib
402       an open-source, cross- platform data compression library by Jean-loup Gailly and Mark Adler.      
404       .. seealso:: <http://www.wikipedia.org/wiki/Zlib>