Translated using Weblate (Slovenian)
[phpmyadmin.git] / doc / glossary.rst
blobf273f3a6f4df5ee12f84cd54496cb36b792be9ce
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:: <https://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:: <https://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:: <https://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:: <https://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:: <https://www.wikipedia.org/wiki/CGI>
40     Changelog
41       a log or record of changes made to a project.     
43       .. seealso:: <https://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:: <https://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:: <https://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:: <https://www.wikipedia.org/wiki/HTTP_cookie>
60     CSV
61       Comma- separated values   
63       .. seealso:: <https://www.wikipedia.org/wiki/Comma-separated_values>
65     DB
66       look at :term:`database`
68     database
69       an organized collection of data.  
71       .. seealso:: <https://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:: <https://www.wikipedia.org/wiki/extension>
81     FAQ
82       Frequently Asked Questions is a list of commonly asked question and there
83       answers.  
85       .. seealso:: <https://www.wikipedia.org/wiki/FAQ>
87     Field
88       one part of divided data/columns. 
90       .. seealso:: <https://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:: <https://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:: <https://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:: <https://www.wikipedia.org/wiki/Gzip>
117     host
118       any machine connected to a computer network, a node that has a hostname.  
120       .. seealso:: <https://www.wikipedia.org/wiki/Host>
122     hostname
123       the unique name by which a network attached device is known on a network. 
125       .. seealso:: <https://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:: <https://www.wikipedia.org/wiki/HyperText_Transfer_Protocol>
133     https
134       a :term:`HTTP`-connection with additional security measures.      
136       .. seealso:: <https://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:: <https://www.wikipedia.org/wiki/Internet_Information_Services>
147     Index
148       a feature that allows quick access to the rows in a table.        
150       .. seealso:: <https://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:: <https://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:: <https://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:: <https://www.wikipedia.org/wiki/IPv6>
171     ISAPI
172       Internet Server Application Programming Interface is the API of Internet Information Services (IIS).      
174       .. seealso:: <https://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:: <https://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:: <https://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:: <https://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:: <https://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:: <https://www.wikipedia.org/wiki/Mac_OS_X>
211     MCrypt
212       a cryptographic library.  
214       .. seealso:: <https://www.wikipedia.org/wiki/MCrypt>
216     mcrypt
217       the MCrypt PHP extension. 
219       .. seealso:: <https://php.net/mcrypt>
221     MIME
222       Multipurpose Internet Mail Extensions is
223       an Internet Standard for the format of e-mail.    
225       .. seealso:: <https://www.wikipedia.org/wiki/MIME>
227     module
228       some sort of extension for the Apache Webserver.  
230       .. seealso:: <https://www.wikipedia.org/wiki/module>
232     mod_proxy_fcgi
233       an Apache module implmenting a Fast CGI interface; PHP can be run as a CGI module, FastCGI, or
234       directly as an Apache module.
236     MySQL
237       a multithreaded, multi-user, SQL (Structured Query Language) Database Management System (DBMS).   
239       .. seealso:: <https://www.wikipedia.org/wiki/MySQL>
241     mysqli
242       the improved MySQL client PHP extension.  
244       .. seealso:: <https://php.net/mysqli>
246     mysql
247       the MySQL client PHP extension.   
249       .. seealso:: <https://php.net/mysql>
251     OpenDocument
252       open standard for office documents.       
254       .. seealso:: <https://www.wikipedia.org/wiki/OpenDocument>
256     OS X
257       look at :term:`Mac OS X`.
259       .. seealso:: <https://www.wikipedia.org/wiki/OS_X>
261     PDF
262       Portable Document Format is a file format developed by Adobe Systems for
263       representing two dimensional documents in a device independent and
264       resolution independent format.    
266       .. seealso:: <https://www.wikipedia.org/wiki/Portable_Document_Format>
268     PEAR
269       the PHP Extension and Application Repository.     
271       .. seealso:: <https://pear.php.net/>
273     PCRE
274       Perl Compatible Regular Expressions is the perl-compatible regular
275       expression functions for PHP      
277       .. seealso:: <https://php.net/pcre>
279     PHP
280       short for "PHP: Hypertext Preprocessor", is an open-source, reflective
281       programming language used mainly for developing server-side applications
282       and dynamic web content, and more recently, a broader range of software
283       applications.     
285       .. seealso:: <https://www.wikipedia.org/wiki/PHP>
287     port
288       a connection through which data is sent and received.     
290       .. seealso:: <https://www.wikipedia.org/wiki/Port_(computing)>
292     RFC
293       Request for Comments (RFC) documents are a series of memoranda
294       encompassing new research, innovations, and methodologies applicable to
295       Internet technologies.    
297       .. seealso:: <https://www.wikipedia.org/wiki/Request_for_Comments>
299     RFC 1952
300       GZIP file format specification version 4.3
302       .. seealso:: :rfc:`1952`
304     Row (record, tuple)
305       represents a single, implicitly structured data item in a table.  
307       .. seealso:: <https://www.wikipedia.org/wiki/Row_(database)>
309     Server
310       a computer system that provides services to other computing systems over a network.       
312       .. seealso:: <https://www.wikipedia.org/wiki/Server_(computing)>
314     Storage Engines
315       handlers for different table types        
317       .. seealso:: <https://dev.mysql.com/doc/en/storage-engines.html>
319     socket
320       a form of inter-process communication.    
322       .. seealso:: <https://en.wikipedia.org/wiki/Unix_domain_socket>
324     SSL
325       Secure Sockets Layer is a cryptographic protocol which provides secure
326       communication on the Internet.    
328       .. seealso:: <https://www.wikipedia.org/wiki/Secure_Sockets_Layer>
330     Stored procedure
331       a subroutine available to applications accessing a relational database system     
333       .. seealso:: <https://en.wikipedia.org/wiki/Stored_procedure>
335     SQL
336       Structured Query Language 
338       .. seealso:: <https://www.wikipedia.org/wiki/SQL>
340     table
341       a set of data elements (cells) that is organized, defined and stored as
342       horizontal rows and vertical columns where each item can be uniquely
343       identified by a label or key or by it?s position in relation to other
344       items.    
346       .. seealso:: <https://www.wikipedia.org/wiki/Table_(database)>
348     tar
349       a type of archive file format: the Tape ARchive format.   
351       .. seealso:: <https://www.wikipedia.org/wiki/Tar_(file_format)>
353     TCP
354       Transmission Control Protocol is one of the core protocols of the
355       Internet protocol suite.  
357       .. seealso:: <https://www.wikipedia.org/wiki/TCP>
359     TCPDF
360       Rewrite of :term:`UFPDF` with various improvements.
362       .. seealso:: <https://tcpdf.org/>
364     trigger
365       a procedural code that is automatically executed in response to certain events on a particular table or view in a database        
367       .. seealso:: <https://en.wikipedia.org/wiki/Database_trigger>
369     UFPDF
370       Unicode/UTF-8 extension for :term:`FPDF`
372       .. seealso:: <https://acko.net/blog/ufpdf-unicode-utf-8-extension-for-fpdf/>
374     URL
375       Uniform Resource Locator is a sequence of characters, conforming to a
376       standardized format, that is used for referring to resources, such as
377       documents and images on the Internet, by their location.  
379       .. seealso:: <https://www.wikipedia.org/wiki/URL>
381     Webserver
382       A computer (program) that is responsible for accepting HTTP requests from clients and serving them Web pages.     
384       .. seealso:: <https://www.wikipedia.org/wiki/Webserver>
386     XML
387       Extensible Markup Language is a W3C-recommended general- purpose markup
388       language for creating special-purpose markup languages, capable of
389       describing many different kinds of data.  
391       .. seealso:: <https://www.wikipedia.org/wiki/XML>
393     ZIP
394       a popular data compression and archival format.   
396       .. seealso:: <https://www.wikipedia.org/wiki/ZIP_(file_format)>
398     zlib
399       an open-source, cross- platform data compression library by Jean-loup Gailly and Mark Adler.      
401       .. seealso:: <https://www.wikipedia.org/wiki/Zlib>