Add not enabled namespace on each file
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** User authentication (abstract class) */
|
/** User authentication (abstract class) */
|
||||||
class auth
|
class auth
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
require_once ("domframework/authparams.php");
|
require_once ("domframework/authparams.php");
|
||||||
require_once ("domframework/authsession.php");
|
require_once ("domframework/authsession.php");
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|
||||||
/** User authentication against .htpasswd file
|
/** User authentication against .htpasswd file
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
require_once ("domframework/imap.php");
|
require_once ("domframework/imap.php");
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/jwt.php");
|
require_once ("domframework/jwt.php");
|
||||||
require_once ("domframework/uuid.php");
|
require_once ("domframework/uuid.php");
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|
||||||
/** User authentication against LDAP server */
|
/** User authentication against LDAP server */
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** All the needed functions to authorize or deny access to an authenticated
|
/** All the needed functions to authorize or deny access to an authenticated
|
||||||
user */
|
user */
|
||||||
class authorization
|
class authorization
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
error_reporting (E_ALL);
|
error_reporting (E_ALL);
|
||||||
require_once ("domframework/dblayer.php");
|
require_once ("domframework/dblayer.php");
|
||||||
require_once ("domframework/authorization.php");
|
require_once ("domframework/authorization.php");
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Takes the email and the password of the user */
|
/** Takes the email and the password of the user */
|
||||||
class authparams
|
class authparams
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** User authentication against SESSION */
|
/** User authentication against SESSION */
|
||||||
class authsession extends auth
|
class authsession extends auth
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|
||||||
/** User authentication against Shibboleth */
|
/** User authentication against Shibboleth */
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/dblayer.php");
|
require_once ("domframework/dblayer.php");
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/auth.php");
|
require_once ("domframework/auth.php");
|
||||||
|
|
||||||
/** User authentication against SYMPA server
|
/** User authentication against SYMPA server
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/dblayer.php");
|
require_once ("domframework/dblayer.php");
|
||||||
|
|
||||||
/** All the needed functions to authorize or deny access to an authenticated
|
/** All the needed functions to authorize or deny access to an authenticated
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/dblayeroo.php");
|
require_once ("domframework/dblayeroo.php");
|
||||||
|
|
||||||
/** All the needed functions to authorize or deny access to an authenticated
|
/** All the needed functions to authorize or deny access to an authenticated
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Display the backtrace in HTML with clicks to display the content
|
/** Display the backtrace in HTML with clicks to display the content
|
||||||
*/
|
*/
|
||||||
class backtrace
|
class backtrace
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** A cache manager in file
|
/** A cache manager in file
|
||||||
*/
|
*/
|
||||||
class cachefile
|
class cachefile
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** 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
|
||||||
* available, use it.
|
* available, use it.
|
||||||
* It resend the headers as the ouptut send them
|
* It resend the headers as the ouptut send them
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** An certificate authority
|
/** An certificate authority
|
||||||
*/
|
*/
|
||||||
class certificationauthority
|
class certificationauthority
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Allow to interract with controllers and models from the CLI */
|
/** Allow to interract with controllers and models from the CLI */
|
||||||
class cli
|
class cli
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Convert the name of colors to RGB
|
/** Convert the name of colors to RGB
|
||||||
*/
|
*/
|
||||||
class color
|
class color
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Manage the configurations of the module done by administrator in a config
|
/** Manage the configurations of the module done by administrator in a config
|
||||||
* file
|
* file
|
||||||
* It is based on the module configuration defaults
|
* It is based on the module configuration defaults
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** 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
|
||||||
* When using this class, you must use the $console::echo method and not
|
* When using this class, you must use the $console::echo method and not
|
||||||
* display directely on screen
|
* display directely on screen
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Convert a format to another one
|
/** Convert a format to another one
|
||||||
*/
|
*/
|
||||||
class convert
|
class convert
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** CSRF protection
|
/** CSRF protection
|
||||||
* By default, the CSRF protection is active if a SESSION is active too.
|
* By default, the CSRF protection is active if a SESSION is active too.
|
||||||
* It can be disabled if needed. An Exception is raised if the form is send
|
* It can be disabled if needed. An Exception is raised if the form is send
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/fork.php");
|
require_once ("domframework/fork.php");
|
||||||
require_once ("domframework/file.php");
|
require_once ("domframework/file.php");
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** DBJSON : a NoSQL DB in JSON
|
/** DBJSON : a NoSQL DB in JSON
|
||||||
* Documentation
|
* Documentation
|
||||||
* - A filter is an array containing the fields and the values to found
|
* - A filter is an array containing the fields and the values to found
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
// dblayer.php
|
// dblayer.php
|
||||||
|
|
||||||
/* Documentation :
|
/* Documentation :
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/dblayer.php");
|
require_once ("domframework/dblayer.php");
|
||||||
|
|
||||||
/** DBLayer with authorization
|
/** DBLayer with authorization
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Permit abstraction on the differents SQL databases available
|
/** Permit abstraction on the differents SQL databases available
|
||||||
*/
|
*/
|
||||||
class dblayeroo
|
class dblayeroo
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Allow to encrypt/decrypt data
|
/** Allow to encrypt/decrypt data
|
||||||
*/
|
*/
|
||||||
class encrypt
|
class encrypt
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** 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
|
||||||
* plateforms, and a right management compatible with database
|
* plateforms, and a right management compatible with database
|
||||||
* Don't follow links !
|
* Don't follow links !
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Manage the fork of children in Posix mode
|
/** Manage the fork of children in Posix mode
|
||||||
*/
|
*/
|
||||||
class fork
|
class fork
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/csrf.php");
|
require_once ("domframework/csrf.php");
|
||||||
|
|
||||||
/** This class permit to create easily some forms to HTML (or text mode in
|
/** This class permit to create easily some forms to HTML (or text mode in
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** The Full Text Search
|
/** The Full Text Search
|
||||||
* Analyze the provided search text (like a search engine), and create the
|
* Analyze the provided search text (like a search engine), and create the
|
||||||
* sql query to found the answer. It also allow to check if a sentence is valid
|
* sql query to found the answer. It also allow to check if a sentence is valid
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/verify.php");
|
require_once ("domframework/verify.php");
|
||||||
|
|
||||||
/** Manage the options provided on the command line
|
/** Manage the options provided on the command line
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/color.php");
|
require_once ("domframework/color.php");
|
||||||
|
|
||||||
/** This class allow to generate an image which is a graphic. A graphic takes
|
/** This class allow to generate an image which is a graphic. A graphic takes
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** HTTP Helper : understand the best choices provided by browser, the HTTP
|
/** HTTP Helper : understand the best choices provided by browser, the HTTP
|
||||||
* codes
|
* codes
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/tcpclient.php");
|
require_once ("domframework/tcpclient.php");
|
||||||
|
|
||||||
/** This programe allow to get a HTTP page from a site, and examine the content.
|
/** This programe allow to get a HTTP page from a site, and examine the content.
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** IMAP connection abstraction
|
/** IMAP connection abstraction
|
||||||
In the IMAP terminology, "mailbox" is a folder in the mailbox of the user */
|
In the IMAP terminology, "mailbox" is a folder in the mailbox of the user */
|
||||||
class imap
|
class imap
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Manage .ini files like in php.ini
|
/** Manage .ini files like in php.ini
|
||||||
Support the sections (or not) */
|
Support the sections (or not) */
|
||||||
class inifile
|
class inifile
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Manage the IP addresses conversions */
|
/** Manage the IP addresses conversions */
|
||||||
class ipaddresses
|
class ipaddresses
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/encrypt.php");
|
require_once ("domframework/encrypt.php");
|
||||||
|
|
||||||
/** Allow to manage the JSON Web Tokens
|
/** Allow to manage the JSON Web Tokens
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Language class : change the messages
|
/** Language class : change the messages
|
||||||
*/
|
*/
|
||||||
class language
|
class language
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** The lock management of files
|
/** The lock management of files
|
||||||
*/
|
*/
|
||||||
class lockfile
|
class lockfile
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** The logger class permit to log the information from the soft
|
/** The logger class permit to log the information from the soft
|
||||||
* It allow to debug too
|
* It allow to debug too
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Manage the MAC addresses
|
/** Manage the MAC addresses
|
||||||
* Based on :
|
* Based on :
|
||||||
* https://www.stetsenko.net/2011/01/php-mac-address-validating-and-formatting/
|
* https://www.stetsenko.net/2011/01/php-mac-address-validating-and-formatting/
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** 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
|
||||||
*/
|
*/
|
||||||
class mail
|
class mail
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Convert the Markdown text to html format
|
/** Convert the Markdown text to html format
|
||||||
*/
|
*/
|
||||||
class markdown
|
class markdown
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Module management
|
/** Module management
|
||||||
*/
|
*/
|
||||||
class module
|
class module
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Class used to display data
|
/** Class used to display data
|
||||||
*/
|
*/
|
||||||
class output
|
class output
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|
||||||
/** Display in CSV the data provided
|
/** Display in CSV the data provided
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** 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,
|
||||||
* without using too much memory. In also allow to manage the resuming of a
|
* without using too much memory. In also allow to manage the resuming of a
|
||||||
* paused transfert by getting the range of download.
|
* paused transfert by getting the range of download.
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|
||||||
/** Display in HTML the data provided, with the layout support
|
/** Display in HTML the data provided, with the layout support
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|
||||||
/** Display in JSON the data provided
|
/** Display in JSON the data provided
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
require_once ("domframework/rest.php");
|
require_once ("domframework/rest.php");
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|
||||||
/** Display in Text the data provided
|
/** Display in Text the data provided
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/output.php");
|
require_once ("domframework/output.php");
|
||||||
|
|
||||||
/** Display in XML the data provided
|
/** Display in XML the data provided
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** A class to manage the password hashing, password generation
|
/** A class to manage the password hashing, password generation
|
||||||
*/
|
*/
|
||||||
class password
|
class password
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Manage a queue in multiple storages
|
/** Manage a queue in multiple storages
|
||||||
* A process can add entries to the end of a queue
|
* A process can add entries to the end of a queue
|
||||||
* A process can get all the entries in a queue
|
* A process can get all the entries in a queue
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/queue.php");
|
require_once ("domframework/queue.php");
|
||||||
require_once ("domframework/file.php");
|
require_once ("domframework/file.php");
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** The rate limit abstract class
|
/** The rate limit abstract class
|
||||||
*/
|
*/
|
||||||
class ratelimit
|
class ratelimit
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/lockfile.php");
|
require_once ("domframework/lockfile.php");
|
||||||
require_once ("domframework/ratelimit.php");
|
require_once ("domframework/ratelimit.php");
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** 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
|
||||||
*/
|
*/
|
||||||
class renderer
|
class renderer
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/http.php");
|
require_once ("domframework/http.php");
|
||||||
|
|
||||||
/** Allow to manage the REST protocol by using the users output types
|
/** Allow to manage the REST protocol by using the users output types
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** This class analyze the provided robots.txt file content and allow to
|
/** This class analyze the provided robots.txt file content and allow to
|
||||||
* get the configured data for DomSearch.
|
* get the configured data for DomSearch.
|
||||||
* It allow to examine an URL against the robots.txt file and return if the URL
|
* It allow to examine an URL against the robots.txt file and return if the URL
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/http.php");
|
require_once ("domframework/http.php");
|
||||||
require_once ("domframework/ratelimitfile.php");
|
require_once ("domframework/ratelimitfile.php");
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/route.php");
|
require_once ("domframework/route.php");
|
||||||
require_once ("domframework/form.php");
|
require_once ("domframework/form.php");
|
||||||
require_once ("domframework/renderer.php");
|
require_once ("domframework/renderer.php");
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/verify.php");
|
require_once ("domframework/verify.php");
|
||||||
require_once ("domframework/convert.php");
|
require_once ("domframework/convert.php");
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** 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
|
||||||
* the available URL and parameters
|
* the available URL and parameters
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Allow to send mails by smtp
|
/** Allow to send mails by smtp
|
||||||
*/
|
*/
|
||||||
class smtp
|
class smtp
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require ("domframework/ipaddresses.php");
|
require ("domframework/ipaddresses.php");
|
||||||
|
|
||||||
/** This class allow to get a SPF record for a domain and check an IP against
|
/** This class allow to get a SPF record for a domain and check an IP against
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** This class allow to manage Server-Sent Events
|
/** This class allow to manage Server-Sent Events
|
||||||
* The browser will be connected to a not ending loop. This loop will send
|
* The browser will be connected to a not ending loop. This loop will send
|
||||||
* ping regularly. If the backend value change, it will be sent to the
|
* ping regularly. If the backend value change, it will be sent to the
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** TCP Client
|
/** TCP Client
|
||||||
* Allow to create TCP connections to a server.
|
* Allow to create TCP connections to a server.
|
||||||
* If both IPv6 and IPv4 are allowed by the server, try in IPv6 then back in
|
* If both IPv6 and IPv4 are allowed by the server, try in IPv6 then back in
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** 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
|
||||||
* client is connected on it. Each client is separated in a child, so the
|
* client is connected on it. Each client is separated in a child, so the
|
||||||
* server allow to have multiple simultaneous connections.
|
* server allow to have multiple simultaneous connections.
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** The abstraction class of the users
|
/** The abstraction class of the users
|
||||||
* Allow to manage the users in multiple storages (SQL, HTPasswd, passwd file).
|
* Allow to manage the users in multiple storages (SQL, HTPasswd, passwd file).
|
||||||
* CRUD the users and allow to modify the password
|
* CRUD the users and allow to modify the password
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/dblayer.php");
|
require_once ("domframework/dblayer.php");
|
||||||
require_once ("domframework/users.php");
|
require_once ("domframework/users.php");
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Generate a UUID v4
|
/** Generate a UUID v4
|
||||||
*/
|
*/
|
||||||
class uuid
|
class uuid
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Permit to check the validity of fields
|
/** Permit to check the validity of fields
|
||||||
*/
|
*/
|
||||||
class verify
|
class verify
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** This is the version of DomFramework.
|
/** This is the version of DomFramework.
|
||||||
* It can be used to test if the framework is uptodate for the application
|
* It can be used to test if the framework is uptodate for the application
|
||||||
* with :
|
* with :
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
/** Create a diff from two strings, array or files
|
/** Create a diff from two strings, array or files
|
||||||
* The output is compatible with "patch" command.
|
* The output is compatible with "patch" command.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* @license BSD
|
* @license BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//namespace Domframework;
|
||||||
|
|
||||||
require_once ("domframework/tcpclient.php");
|
require_once ("domframework/tcpclient.php");
|
||||||
|
|
||||||
/** This class allow to send XMPP messages to a server.
|
/** This class allow to send XMPP messages to a server.
|
||||||
|
|||||||
Reference in New Issue
Block a user