Add license BSD on each file header
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6096 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** User authentication (abstract class) */
|
/** User authentication (abstract class) */
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/jwt.php");
|
require_once ("domframework/jwt.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** All the needed functions to authorize or deny access to an authenticated
|
/** All the needed functions to authorize or deny access to an authenticated
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
error_reporting (E_ALL);
|
error_reporting (E_ALL);
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Takes the email and the password of the user */
|
/** Takes the email and the password of the user */
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** User authentication against SESSION */
|
/** User authentication against SESSION */
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/dblayer.php");
|
require_once ("domframework/dblayer.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/dblayer.php");
|
require_once ("domframework/dblayer.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/dblayeroo.php");
|
require_once ("domframework/dblayeroo.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Display the backtrace in HTML with clicks to display the content
|
/** Display the backtrace in HTML with clicks to display the content
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** A cache manager in file
|
/** A cache manager in file
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** This class permit to cache the ouptut of a code. If the cache is already
|
/** This class permit to cache the ouptut of a code. If the cache is already
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** An certificate authority
|
/** An certificate authority
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Allow to interract with controllers and models from the CLI */
|
/** Allow to interract with controllers and models from the CLI */
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Convert the name of colors to RGB
|
/** Convert the name of colors to RGB
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Manage the configurations of the module done by administrator in a config
|
/** Manage the configurations of the module done by administrator in a config
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Allow to manage a linux Console to have a minimal but working text interface
|
/** Allow to manage a linux Console to have a minimal but working text interface
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Convert a format to another one
|
/** Convert a format to another one
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** CSRF protection
|
/** CSRF protection
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/fork.php");
|
require_once ("domframework/fork.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** DBJSON : a NoSQL DB in JSON
|
/** DBJSON : a NoSQL DB in JSON
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// dblayer.php
|
// dblayer.php
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/dblayer.php");
|
require_once ("domframework/dblayer.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Permit abstraction on the differents SQL databases available
|
/** Permit abstraction on the differents SQL databases available
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Allow to encrypt/decrypt data
|
/** Allow to encrypt/decrypt data
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** The file method allow to manage files like PHP with a working chroot on all
|
/** The file method allow to manage files like PHP with a working chroot on all
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Manage the fork of children in Posix mode
|
/** Manage the fork of children in Posix mode
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/csrf.php");
|
require_once ("domframework/csrf.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** The Full Text Search
|
/** The Full Text Search
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/verify.php");
|
require_once ("domframework/verify.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/color.php");
|
require_once ("domframework/color.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** HTTP Helper : understand the best choices provided by browser, the HTTP
|
/** HTTP Helper : understand the best choices provided by browser, the HTTP
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/tcpclient.php");
|
require_once ("domframework/tcpclient.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** IMAP connection abstraction
|
/** IMAP connection abstraction
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Manage .ini files like in php.ini
|
/** Manage .ini files like in php.ini
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Manage the IP addresses conversions */
|
/** Manage the IP addresses conversions */
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/encrypt.php");
|
require_once ("domframework/encrypt.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Language class : change the messages
|
/** Language class : change the messages
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** The lock management of files
|
/** The lock management of files
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** The logger class permit to log the information from the soft
|
/** The logger class permit to log the information from the soft
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Manage the MAC addresses
|
/** Manage the MAC addresses
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** The class to create a complete email. Can read an email from a content
|
/** The class to create a complete email. Can read an email from a content
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Convert the Markdown text to html format
|
/** Convert the Markdown text to html format
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Module management
|
/** Module management
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Class used to display data
|
/** Class used to display data
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** This class allow a program to download a specific file from the filesystem,
|
/** This class allow a program to download a specific file from the filesystem,
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** A class to manage the password hashing, password generation
|
/** A class to manage the password hashing, password generation
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Manage a queue in multiple storages
|
/** Manage a queue in multiple storages
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/queue.php");
|
require_once ("domframework/queue.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** The rate limit abstract class
|
/** The rate limit abstract class
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/lockfile.php");
|
require_once ("domframework/lockfile.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Display the data in HTML with a FLASH method to display the errors
|
/** Display the data in HTML with a FLASH method to display the errors
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/http.php");
|
require_once ("domframework/http.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** This class analyze the provided robots.txt file content and allow to
|
/** This class analyze the provided robots.txt file content and allow to
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/http.php");
|
require_once ("domframework/http.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/route.php");
|
require_once ("domframework/route.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/verify.php");
|
require_once ("domframework/verify.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** This class allow to read the sitemaps files available in websites, and give
|
/** This class allow to read the sitemaps files available in websites, and give
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Allow to send mails by smtp
|
/** Allow to send mails by smtp
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require ("domframework/ipaddresses.php");
|
require ("domframework/ipaddresses.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** This class allow to manage Server-Sent Events
|
/** This class allow to manage Server-Sent Events
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** TCP Client
|
/** TCP Client
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** This class allow to start a TCP server and call a function each time a
|
/** This class allow to start a TCP server and call a function each time a
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** The abstraction class of the users
|
/** The abstraction class of the users
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/dblayer.php");
|
require_once ("domframework/dblayer.php");
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Generate a UUID v4
|
/** Generate a UUID v4
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Permit to check the validity of fields
|
/** Permit to check the validity of fields
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** This is the version of DomFramework.
|
/** This is the version of DomFramework.
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Create a diff from two strings, array or files
|
/** Create a diff from two strings, array or files
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
/** DomFramework
|
/** DomFramework
|
||||||
* @package domframework
|
* @package domframework
|
||||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once ("domframework/tcpclient.php");
|
require_once ("domframework/tcpclient.php");
|
||||||
|
|||||||
Reference in New Issue
Block a user