From 1b33fb919740ed8cf130546fcf157b9a3cf63d6d Mon Sep 17 00:00:00 2001 From: opensides Date: Mon, 21 Jun 2004 22:14:57 +0000 Subject: [PATCH] nouvelle version de la documention des classes php --- .../default/classtrees_Webcal.html | 24 + .../default/classtrees_default.html | 38 + .../default/classtrees_mysql.lib.php.html | 24 + .../default/classtrees_price.lib.php.html | 20 + .../default/classtrees_thermometer.php.html | 20 + .../default/elementindex_Webcal.html | 141 ++ .../default/elementindex_default.html | 1530 +++++++++++ .../default/elementindex_mysql.lib.php.html | 422 ++++ .../default/elementindex_price.lib.php.html | 62 + .../default/elementindex_thermometer.php.html | 62 + .../default/li_Webcal.html | 34 + .../default/li_default.html | 91 + .../default/li_mysql.lib.php.html | 34 + .../default/li_price.lib.php.html | 34 + .../default/li_thermometer.php.html | 34 + .../default/mysql.lib.php/DoliDb.html | 1173 +++++++++ .../default/mysql.lib.php/_mysql_lib_php.html | 68 + .../default/price.lib.php/_price_lib_php.html | 83 + .../thermometer.php/_thermometer_php.html | 88 + .../phpedit/Webcal/Webcal.html | 279 ++ .../phpedit/Webcal/_webcal_class_php.html | 168 ++ .../phpedit/classtrees_Webcal.html | 24 + .../phpedit/classtrees_default.html | 38 + .../phpedit/classtrees_mysql.lib.php.html | 24 + .../phpedit/classtrees_price.lib.php.html | 20 + .../phpedit/classtrees_thermometer.php.html | 20 + .../default/CJP_StandardConnector.html | 253 ++ .../phpedit/default/CMailFile.html | 422 ++++ .../phpedit/default/Jabber.html | 2238 +++++++++++++++++ .../phpedit/default/MakeXML.html | 680 +++++ .../phpedit/default/_CMailFile_class_php.html | 178 ++ .../phpedit/default/_functions_inc_php.html | 790 ++++++ .../default/_jabber_class_jabber_php.html | 174 ++ .../default/_vcard_vcard_class_php.html | 208 ++ .../phpedit/default/vCard.html | 446 ++++ .../phpedit/elementindex_Webcal.html | 118 + .../phpedit/elementindex_default.html | 1108 ++++++++ .../phpedit/elementindex_mysql.lib.php.html | 320 +++ .../phpedit/elementindex_price.lib.php.html | 54 + .../phpedit/elementindex_thermometer.php.html | 54 + .../phpedit/li_Webcal.html | 136 + .../phpedit/li_default.html | 360 +++ .../phpedit/li_mysql.lib.php.html | 136 + .../phpedit/li_price.lib.php.html | 136 + .../phpedit/li_thermometer.php.html | 136 + .../phpedit/mysql.lib.php/DoliDb.html | 918 +++++++ .../phpedit/mysql.lib.php/_mysql_lib_php.html | 170 ++ .../phpedit/price.lib.php/_price_lib_php.html | 184 ++ .../thermometer.php/_thermometer_php.html | 187 ++ 49 files changed, 13961 insertions(+) create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_Webcal.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_default.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_mysql.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_price.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_thermometer.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_Webcal.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_default.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_mysql.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_price.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_thermometer.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_Webcal.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_default.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_mysql.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_price.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_thermometer.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/mysql.lib.php/DoliDb.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/mysql.lib.php/_mysql_lib_php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/price.lib.php/_price_lib_php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/thermometer.php/_thermometer_php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/Webcal/Webcal.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/Webcal/_webcal_class_php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_Webcal.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_default.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_mysql.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_price.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_thermometer.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/CJP_StandardConnector.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/CMailFile.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/Jabber.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/MakeXML.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_CMailFile_class_php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_functions_inc_php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_jabber_class_jabber_php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_vcard_vcard_class_php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/vCard.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_Webcal.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_default.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_mysql.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_price.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_thermometer.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_Webcal.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_default.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_mysql.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_price.lib.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_thermometer.php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/mysql.lib.php/DoliDb.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/mysql.lib.php/_mysql_lib_php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/price.lib.php/_price_lib_php.html create mode 100644 doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/thermometer.php/_thermometer_php.html diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_Webcal.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_Webcal.html new file mode 100644 index 00000000000..c6b4fb75aff --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_Webcal.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + +

+ +

+

Root class Webcal

+ + +

+ Documentation generated on Mon, 21 Jun 2004 23:58:23 +0200 by phpDocumentor 1.2.3 +

+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_default.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_default.html new file mode 100644 index 00000000000..d6b7628b2ed --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_default.html @@ -0,0 +1,38 @@ + + + + + + + + + + + + +

+ +

+

Root class CJP_StandardConnector

+ + +

Root class CMailFile

+ + +

Root class Jabber

+ + +

Root class vCard

+ + +

+ Documentation generated on Mon, 21 Jun 2004 23:58:23 +0200 by phpDocumentor 1.2.3 +

+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_mysql.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_mysql.lib.php.html new file mode 100644 index 00000000000..42efc11bb53 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_mysql.lib.php.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + +

+ +

+

Root class DoliDb

+ + +

+ Documentation generated on Mon, 21 Jun 2004 23:58:23 +0200 by phpDocumentor 1.2.3 +

+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_price.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_price.lib.php.html new file mode 100644 index 00000000000..374f070c239 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_price.lib.php.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +

+ +

+

+ Documentation generated on Mon, 21 Jun 2004 23:58:23 +0200 by phpDocumentor 1.2.3 +

+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_thermometer.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_thermometer.php.html new file mode 100644 index 00000000000..374f070c239 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/classtrees_thermometer.php.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +

+ +

+

+ Documentation generated on Mon, 21 Jun 2004 23:58:23 +0200 by phpDocumentor 1.2.3 +

+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_Webcal.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_Webcal.html new file mode 100644 index 00000000000..8227f241bf0 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_Webcal.html @@ -0,0 +1,141 @@ + + + + + + + + + + + +

[Webcal] element index

+

Package indexes

+ +All elements +
+
+ a + d + g + h + l + w +
+ + +
+
a
+
top
+
+
+
+
+ add +
+
+
Webcal::add() in webcal.class.php
+
ajoute une entree dans le calendrier de l'utilsateur
+
+
+ +
+
d
+
top
+
+
+
+
+ $duree +
+
+
Webcal::$duree in webcal.class.php
+
+
+ +
+
g
+
top
+
+
+
+
+ get_next_id +
+
+
Webcal::get_next_id() in webcal.class.php
+
obtient l'id suivant
+
+
+ +
+
h
+
top
+
+
+
+
+ $heure +
+
+
Webcal::$heure in webcal.class.php
+
+
+ +
+
l
+
top
+
+
+
+
+ $localdb +
+
+
Webcal::$localdb in webcal.class.php
+
+
+ +
+
w
+
top
+
+
+
+
+ Webcal +
+
+
Webcal::Webcal() in webcal.class.php
+
permet la connection a la base de donnée webcal
+
+
+ Webcal +
+
+
Webcal in webcal.class.php
+
classe Webcal
+
+
+ webcal.class.php +
+
+
webcal.class.php in webcal.class.php
+
+
+ +
+ a + d + g + h + l + w +
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_default.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_default.html new file mode 100644 index 00000000000..4358591108b --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_default.html @@ -0,0 +1,1530 @@ + + + + + + + + + + + +

[default] element index

+

Package indexes

+ +All elements +
+
+ a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + _ +
+ + +
+
_
+
top
+
+
+
+
+ _array_htmlspecialchars +
+
+ +
+
+ _check_connected +
+
+
Jabber::_check_connected() in class.jabber.php
+
+
+ _close_logfile +
+
+
Jabber::_close_logfile() in class.jabber.php
+
+
+ _create_logfile +
+
+
Jabber::_create_logfile() in class.jabber.php
+
+
+ _get_packet_type +
+
+
Jabber::_get_packet_type() in class.jabber.php
+
+
+ _listen_incoming +
+
+
Jabber::_listen_incoming() in class.jabber.php
+
+
+ _preg_grep_keys +
+
+
MakeXML::_preg_grep_keys() in class.jabber.php
+
+
+ _sendauth_0k +
+
+
Jabber::_sendauth_0k() in class.jabber.php
+
+
+ _sendauth_digest +
+
+
Jabber::_sendauth_digest() in class.jabber.php
+
+
+ _sendauth_plaintext +
+
+
Jabber::_sendauth_plaintext() in class.jabber.php
+
+
+ _split_incoming +
+
+
Jabber::_split_incoming() in class.jabber.php
+
+
+ _xml_depth +
+
+
Jabber::_xml_depth() in class.jabber.php
+
+
+ +
+
a
+
top
+
+
+
+
+ $active_socket +
+
+ +
+
+ $addr_cc +
+
+
CMailFile::$addr_cc in CMailFile.class.php
+
+
+ $addr_to +
+
+
CMailFile::$addr_to in CMailFile.class.php
+
+
+ accessforbidden +
+
+
accessforbidden() in functions.inc.php
+
+
+ AccountRegistration +
+
+
Jabber::AccountRegistration() in class.jabber.php
+
+
+ AddPacketDetails +
+
+
MakeXML::AddPacketDetails() in class.jabber.php
+
+
+ AddToLog +
+
+
Jabber::AddToLog() in class.jabber.php
+
+
+ attach_file +
+
+
CMailFile::attach_file() in CMailFile.class.php
+
+
+ +
+
b
+
top
+
+
+
+
+ block_access +
+
+
block_access() in functions.inc.php
+
+
+ BuildPacket +
+
+
MakeXML::BuildPacket() in class.jabber.php
+
+
+ +
+
c
+
top
+
+
+
+
+ $connected +
+
+
Jabber::$connected in class.jabber.php
+
+
+ $connection +
+
+
Jabber::$connection in class.jabber.php
+
+
+ $CONNECTOR +
+
+
Jabber::$CONNECTOR in class.jabber.php
+
+
+ CallHandler +
+
+
Jabber::CallHandler() in class.jabber.php
+
+
+ CJP_StandardConnector +
+
+
CJP_StandardConnector in class.jabber.php
+
+
+ CloseSocket +
+
+ +
+
+ CMailFile +
+
+
CMailFile::CMailFile() in CMailFile.class.php
+
+
+ CMailFile +
+
+
CMailFile in CMailFile.class.php
+
+
+ CMailFile.class.php +
+
+
CMailFile.class.php in CMailFile.class.php
+
+
+ Connect +
+
+
Jabber::Connect() in class.jabber.php
+
+
+ creer_pass_aleatoire +
+
+
creer_pass_aleatoire() in functions.inc.php
+
+
+ CruiseControl +
+
+
Jabber::CruiseControl() in class.jabber.php
+
+
+ class.jabber.php +
+
+
class.jabber.php in class.jabber.php
+
+
+ +
+
d
+
top
+
+
+
+
+ $delay_disconnect +
+
+
Jabber::$delay_disconnect in class.jabber.php
+
+
+ Disconnect +
+
+
Jabber::Disconnect() in class.jabber.php
+
+
+ dolibarr_del_const +
+
+
dolibarr_del_const() in functions.inc.php
+
+
+ dolibarr_fiche_head +
+
+
dolibarr_fiche_head() in functions.inc.php
+
+
+ dolibarr_print_ca +
+
+
dolibarr_print_ca() in functions.inc.php
+
+
+ dolibarr_print_date +
+
+
dolibarr_print_date() in functions.inc.php
+
+
+ dolibarr_print_object_info +
+
+
dolibarr_print_object_info() in functions.inc.php
+
+
+ dolibarr_print_phone +
+
+
dolibarr_print_phone() in functions.inc.php
+
+
+ dolibarr_set_const +
+
+
dolibarr_set_const() in functions.inc.php
+
+
+ dolibarr_syslog +
+
+
dolibarr_syslog() in functions.inc.php
+
+
+ dolibarr_user_page_param +
+
+
dolibarr_user_page_param() in functions.inc.php
+
+
+ doliMoveFileUpload +
+
+
doliMoveFileUpload() in functions.inc.php
+
+
+ dol_delete_file +
+
+
dol_delete_file() in functions.inc.php
+
+
+ +
+
e
+
top
+
+
+
+
+ $enable_logging +
+
+
Jabber::$enable_logging in class.jabber.php
+
+
+ $error_codes +
+
+
Jabber::$error_codes in class.jabber.php
+
+
+ encode +
+
+
encode() in vcard.class.php
+
*************************************************************************
+
+
+ encode_file +
+
+
CMailFile::encode_file() in CMailFile.class.php
+
+
+ escape +
+
+
escape() in vcard.class.php
+
+
+ +
+
f
+
top
+
+
+
+
+ $filename +
+
+
vCard::$filename in vcard.class.php
+
+
+ francs +
+
+
francs() in functions.inc.php
+
+
+ functions.inc.php +
+
+
functions.inc.php in functions.inc.php
+
+
+ +
+
g
+
top
+
+
+
+
+ getFileName +
+
+
vCard::getFileName() in vcard.class.php
+
+
+ GetFirstFromQueue +
+
+
Jabber::GetFirstFromQueue() in class.jabber.php
+
+
+ GetFromQueueById +
+
+
Jabber::GetFromQueueById() in class.jabber.php
+
+
+ GetInfoFromIqError +
+
+
Jabber::GetInfoFromIqError() in class.jabber.php
+
+
+ GetInfoFromIqFrom +
+
+
Jabber::GetInfoFromIqFrom() in class.jabber.php
+
+
+ GetInfoFromIqId +
+
+
Jabber::GetInfoFromIqId() in class.jabber.php
+
+
+ GetInfoFromIqKey +
+
+
Jabber::GetInfoFromIqKey() in class.jabber.php
+
+
+ GetInfoFromIqType +
+
+
Jabber::GetInfoFromIqType() in class.jabber.php
+
+
+ GetInfoFromMessageBody +
+
+ +
+
+ GetInfoFromMessageError +
+
+ +
+
+ GetInfoFromMessageFrom +
+
+ +
+
+ GetInfoFromMessageId +
+
+
Jabber::GetInfoFromMessageId() in class.jabber.php
+
+
+ GetInfoFromMessageSubject +
+
+ +
+
+ GetInfoFromMessageThread +
+
+ +
+
+ GetInfoFromMessageType +
+
+ +
+
+ GetInfoFromPresenceFrom +
+
+ +
+
+ GetInfoFromPresencePriority +
+
+ +
+
+ GetInfoFromPresenceShow +
+
+ +
+
+ GetInfoFromPresenceStatus +
+
+ +
+
+ GetInfoFromPresenceType +
+
+ +
+
+ getVCard +
+
+
vCard::getVCard() in vcard.class.php
+
+
+ GetvCard +
+
+
Jabber::GetvCard() in class.jabber.php
+
+
+ +
+
h
+
top
+
+
+
+
+ Handler_iq_ +
+
+
Jabber::Handler_iq_() in class.jabber.php
+
+
+ Handler_iq_jabber_iq_agent +
+
+ +
+
+ Handler_iq_jabber_iq_agents +
+
+ +
+
+ Handler_iq_jabber_iq_auth +
+
+ +
+
+ Handler_iq_jabber_iq_autoupdate +
+
+ +
+
+ Handler_iq_jabber_iq_oob +
+
+ +
+
+ Handler_iq_jabber_iq_private +
+
+ +
+
+ Handler_iq_jabber_iq_register +
+
+ +
+
+ Handler_iq_jabber_iq_roster +
+
+ +
+
+ Handler_iq_jabber_iq_search +
+
+ +
+
+ Handler_iq_jabber_iq_time +
+
+ +
+
+ Handler_iq_jabber_iq_version +
+
+ +
+
+ Handler_message_chat +
+
+
Jabber::Handler_message_chat() in class.jabber.php
+
+
+ Handler_message_error +
+
+ +
+
+ Handler_message_groupchat +
+
+ +
+
+ Handler_message_headline +
+
+ +
+
+ Handler_message_normal +
+
+ +
+
+ Handler_NOT_IMPLEMENTED +
+
+ +
+
+ Handler_presence_available +
+
+ +
+
+ Handler_presence_error +
+
+ +
+
+ Handler_presence_subscribe +
+
+ +
+
+ Handler_presence_subscribed +
+
+ +
+
+ Handler_presence_unavailable +
+
+ +
+
+ Handler_presence_unsubscribe +
+
+ +
+
+ Handler_presence_unsubscribed +
+
+ +
+
+ +
+
i
+
top
+
+
+
+
+ $iq_sleep_timer +
+
+
Jabber::$iq_sleep_timer in class.jabber.php
+
+
+ $iq_version_name +
+
+
Jabber::$iq_version_name in class.jabber.php
+
+
+ $iq_version_os +
+
+
Jabber::$iq_version_os in class.jabber.php
+
+
+ $iq_version_version +
+
+
Jabber::$iq_version_version in class.jabber.php
+
+
+ img_alerte +
+
+
img_alerte() in functions.inc.php
+
+
+ img_delete +
+
+
img_delete() in functions.inc.php
+
+
+ img_edit +
+
+
img_edit() in functions.inc.php
+
+
+ img_file +
+
+
img_file() in functions.inc.php
+
+
+ img_file_new +
+
+
img_file_new() in functions.inc.php
+
+
+ img_info +
+
+
img_info() in functions.inc.php
+
+
+ img_next +
+
+
img_next() in functions.inc.php
+
+
+ img_pdf +
+
+
img_pdf() in functions.inc.php
+
+
+ img_phone_in +
+
+
img_phone_in() in functions.inc.php
+
+
+ img_phone_out +
+
+
img_phone_out() in functions.inc.php
+
+
+ img_previous +
+
+
img_previous() in functions.inc.php
+
+
+ inctva +
+
+
inctva() in functions.inc.php
+
+
+ initialiser_sel +
+
+
initialiser_sel() in functions.inc.php
+
+
+ +
+
j
+
top
+
+
+
+
+ $jid +
+
+
Jabber::$jid in class.jabber.php
+
+
+ Jabber +
+
+
Jabber::Jabber() in class.jabber.php
+
+
+ Jabber +
+
+
Jabber in class.jabber.php
+
*************************************************************************
+
+
+ +
+
k
+
top
+
+
+
+
+ $keep_alive_id +
+
+
Jabber::$keep_alive_id in class.jabber.php
+
+
+ +
+
l
+
top
+
+
+
+
+ $last_ping_time +
+
+
Jabber::$last_ping_time in class.jabber.php
+
+
+ $log_array +
+
+
Jabber::$log_array in class.jabber.php
+
+
+ $log_filehandler +
+
+
Jabber::$log_filehandler in class.jabber.php
+
+
+ $log_filename +
+
+
Jabber::$log_filename in class.jabber.php
+
+
+ Listen +
+
+
Jabber::Listen() in class.jabber.php
+
+
+ logfile +
+
+
logfile() in functions.inc.php
+
+
+ loginFunction +
+
+
loginFunction() in functions.inc.php
+
+
+ +
+
m
+
top
+
+
+
+
+ $mime_boundary +
+
+
CMailFile::$mime_boundary in CMailFile.class.php
+
+
+ $mime_headers +
+
+
CMailFile::$mime_headers in CMailFile.class.php
+
+
+ MakeXML +
+
+
MakeXML::MakeXML() in class.jabber.php
+
+
+ MakeXML +
+
+
MakeXML in class.jabber.php
+
*************************************************************************
+
+
+ my_chunk_split +
+
+
my_chunk_split() in CMailFile.class.php
+
+
+ +
+
n
+
top
+
+
+
+
+ $nodes +
+
+
MakeXML::$nodes in class.jabber.php
+
+
+ +
+
o
+
top
+
+
+
+
+ OpenSocket +
+
+ +
+
+ +
+
p
+
top
+
+
+
+
+ $packet_queue +
+
+
Jabber::$packet_queue in class.jabber.php
+
+
+ $password +
+
+
Jabber::$password in class.jabber.php
+
+
+ $port +
+
+
Jabber::$port in class.jabber.php
+
+
+ $properties +
+
+
vCard::$properties in vcard.class.php
+
+
+ price +
+
+
price() in functions.inc.php
+
+
+ PrintLog +
+
+
Jabber::PrintLog() in class.jabber.php
+
+
+ print_barre_liste +
+
+
print_barre_liste() in functions.inc.php
+
+
+ print_date_select +
+
+
print_date_select() in functions.inc.php
+
+
+ print_duree_select +
+
+
print_duree_select() in functions.inc.php
+
+
+ print_fiche_titre +
+
+
print_fiche_titre() in functions.inc.php
+
+
+ print_fleche_navigation +
+
+
print_fleche_navigation() in functions.inc.php
+
+
+ print_heure_select +
+
+
print_heure_select() in functions.inc.php
+
+
+ print_liste_field_titre +
+
+
print_liste_field_titre() in functions.inc.php
+
+
+ print_liste_field_titre_new +
+
+
print_liste_field_titre_new() in functions.inc.php
+
+
+ print_oui_non +
+
+
print_oui_non() in functions.inc.php
+
+
+ print_titre +
+
+
print_titre() in functions.inc.php
+
+
+ +
+
q
+
top
+
+
+
+
+ quoted_printable_encode +
+
+
quoted_printable_encode() in vcard.class.php
+
+
+ +
+
r
+
top
+
+
+
+
+ $resource +
+
+
Jabber::$resource in class.jabber.php
+
+
+ $returned_keep_alive +
+
+
Jabber::$returned_keep_alive in class.jabber.php
+
+
+ $roster +
+
+
Jabber::$roster in class.jabber.php
+
+
+ ReadFromSocket +
+
+ +
+
+ RosterAddUser +
+
+
Jabber::RosterAddUser() in class.jabber.php
+
+
+ RosterExistsJID +
+
+
Jabber::RosterExistsJID() in class.jabber.php
+
+
+ RosterRemoveUser +
+
+
Jabber::RosterRemoveUser() in class.jabber.php
+
+
+ RosterUpdate +
+
+
Jabber::RosterUpdate() in class.jabber.php
+
+
+ +
+
s
+
top
+
+
+
+
+ $server +
+
+
Jabber::$server in class.jabber.php
+
+
+ $smtp_headers +
+
+
CMailFile::$smtp_headers in CMailFile.class.php
+
+
+ $stream_id +
+
+
Jabber::$stream_id in class.jabber.php
+
+
+ $subject +
+
+
CMailFile::$subject in CMailFile.class.php
+
+
+ $subscription_queue +
+
+
Jabber::$subscription_queue in class.jabber.php
+
+
+ SendAuth +
+
+
Jabber::SendAuth() in class.jabber.php
+
+
+ SendError +
+
+
Jabber::SendError() in class.jabber.php
+
+
+ sendfile +
+
+
CMailFile::sendfile() in CMailFile.class.php
+
+
+ SendIq +
+
+
Jabber::SendIq() in class.jabber.php
+
+
+ SendMessage +
+
+
Jabber::SendMessage() in class.jabber.php
+
+
+ SendPacket +
+
+
Jabber::SendPacket() in class.jabber.php
+
+
+ SendPresence +
+
+
Jabber::SendPresence() in class.jabber.php
+
+
+ setAddress +
+
+
vCard::setAddress() in vcard.class.php
+
+
+ setBirthday +
+
+
vCard::setBirthday() in vcard.class.php
+
+
+ setEmail +
+
+
vCard::setEmail() in vcard.class.php
+
+
+ setFormattedName +
+
+
vCard::setFormattedName() in vcard.class.php
+
+
+ setLabel +
+
+
vCard::setLabel() in vcard.class.php
+
+
+ setName +
+
+
vCard::setName() in vcard.class.php
+
+
+ setNote +
+
+
vCard::setNote() in vcard.class.php
+
+
+ setPhoneNumber +
+
+
vCard::setPhoneNumber() in vcard.class.php
+
+
+ setPhoto +
+
+
vCard::setPhoto() in vcard.class.php
+
+
+ setURL +
+
+
vCard::setURL() in vcard.class.php
+
+
+ stat_print +
+
+
stat_print() in functions.inc.php
+
+
+ StripJID +
+
+
Jabber::StripJID() in class.jabber.php
+
+
+ Subscribe +
+
+
Jabber::Subscribe() in class.jabber.php
+
+
+ SubscriptionAcceptRequest +
+
+ +
+
+ SubscriptionDenyRequest +
+
+ +
+
+ +
+
t
+
top
+
+
+
+
+ $text_body +
+
+
CMailFile::$text_body in CMailFile.class.php
+
+
+ $text_encoded +
+
+
CMailFile::$text_encoded in CMailFile.class.php
+
+
+ $txnid +
+
+
Jabber::$txnid in class.jabber.php
+
+
+ tab_count +
+
+
tab_count() in functions.inc.php
+
+
+ transcoS2L +
+
+
transcoS2L() in functions.inc.php
+
+
+ TransportRegistration +
+
+ +
+
+ TransportRegistrationDetails +
+
+ +
+
+ TraverseXMLize +
+
+
Jabber::TraverseXMLize() in class.jabber.php
+
+
+ tva +
+
+
tva() in functions.inc.php
+
+
+ +
+
u
+
top
+
+
+
+
+ $username +
+
+
Jabber::$username in class.jabber.php
+
+
+ Unsubscribe +
+
+
Jabber::Unsubscribe() in class.jabber.php
+
+
+ +
+
v
+
top
+
+
+
+
+ vCard +
+
+
vCard in vcard.class.php
+
+
+ vcard.class.php +
+
+
vcard.class.php in vcard.class.php
+
+
+ +
+
w
+
top
+
+
+
+
+ WriteToSocket +
+
+ +
+
+ write_body +
+
+
CMailFile::write_body() in CMailFile.class.php
+
+
+ write_mimeheaders +
+
+
CMailFile::write_mimeheaders() in CMailFile.class.php
+
+
+ write_smtpheaders +
+
+
CMailFile::write_smtpheaders() in CMailFile.class.php
+
+
+ +
+
x
+
top
+
+
+
+
+ xmlize +
+
+
Jabber::xmlize() in class.jabber.php
+
+
+ +
+ a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + _ +
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_mysql.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_mysql.lib.php.html new file mode 100644 index 00000000000..3ea2322f61b --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_mysql.lib.php.html @@ -0,0 +1,422 @@ + + + + + + + + + + + +

[mysql.lib.php] element index

+

Package indexes

+ +All elements +
+
+ a + b + c + d + e + f + i + l + m + n + o + p + q + r + s +
+ + +
+
a
+
top
+
+
+
+
+ affected_rows +
+
+
DoliDb::affected_rows() in mysql.lib.php
+
obtient le nombre de lignes affectées dans la précédente opération
+
+
+ +
+
b
+
top
+
+
+
+
+ begin +
+
+
DoliDb::begin() in mysql.lib.php
+
debut d'un transaction
+
+
+ +
+
c
+
top
+
+
+
+
+ $connected +
+
+
DoliDb::$connected in mysql.lib.php
+
+
+ clone +
+
+
DoliDb::clone() in mysql.lib.php
+
copie d'une database
+
+
+ close +
+
+
DoliDb::close() in mysql.lib.php
+
fermeture d'une connection vers une database
+
+
+ commit +
+
+
DoliDb::commit() in mysql.lib.php
+
écriture d'un transaction
+
+
+ connect +
+
+
DoliDb::connect() in mysql.lib.php
+
connection vers une database
+
+
+ create_db +
+
+
DoliDb::create_db() in mysql.lib.php
+
création d'une database
+
+
+ +
+
d
+
top
+
+
+
+
+ $database_selected +
+
+ +
+
+ $db +
+
+
DoliDb::$db in mysql.lib.php
+
+
+ DoliDb +
+
+
DoliDb::DoliDb() in mysql.lib.php
+
ouverture d'une connection vers le serveur et/ou une database
+
+
+ DoliDb +
+
+
DoliDb in mysql.lib.php
+
classe DoliDb
+
+
+ +
+
e
+
top
+
+
+
+
+ $ERROR_DUPLICATE +
+
+
DoliDb::$ERROR_DUPLICATE in mysql.lib.php
+
+
+ $ERROR_TABLEEXISTS +
+
+ +
+
+ errno +
+
+
DoliDb::errno() in mysql.lib.php
+
renvoie la valeur numerique de l'erreur mysql de l'operation precedente
+
+
+ error +
+
+
DoliDb::error() in mysql.lib.php
+
renvoie le texte de l'erreur mysql de l'operation precedente
+
+
+ +
+
f
+
top
+
+
+
+
+ fetch_array +
+
+
DoliDb::fetch_array() in mysql.lib.php
+
renvoie les données dans un tableau
+
+
+ fetch_field +
+
+
DoliDb::fetch_field() in mysql.lib.php
+
Get column information from a result and return as an object
+
+
+ fetch_object +
+
+
DoliDb::fetch_object() in mysql.lib.php
+
renvoie les données comme un objet
+
+
+ fetch_row +
+
+
DoliDb::fetch_row() in mysql.lib.php
+
renvoie les données comme un tableau
+
+
+ free +
+
+
DoliDb::free() in mysql.lib.php
+
désalloue la memoire de la requete
+
+
+ +
+
i
+
top
+
+
+
+
+ idate +
+
+
DoliDb::idate() in mysql.lib.php
+
formatage de la date en fonction des locales
+
+
+ +
+
l
+
top
+
+
+
+
+ last_insert_id +
+
+
DoliDb::last_insert_id() in mysql.lib.php
+
obtient l'id genéré par le précedent INSERT
+
+
+ list_tables +
+
+
DoliDb::list_tables() in mysql.lib.php
+
liste des tables vers une database
+
+
+ +
+
m
+
top
+
+
+
+
+ mysql.lib.php +
+
+
mysql.lib.php in mysql.lib.php
+
+
+ +
+
n
+
top
+
+
+
+
+ num_fields +
+
+
DoliDb::num_fields() in mysql.lib.php
+
renvoie le nombre de champs dans le resultat de la requete
+
+
+ num_rows +
+
+
DoliDb::num_rows() in mysql.lib.php
+
renvoie le nombre de lignes dans le resultat de la requete
+
+
+ +
+
o
+
top
+
+
+
+
+ $ok +
+
+
DoliDb::$ok in mysql.lib.php
+
+
+ +
+
p
+
top
+
+
+
+
+ pconnect +
+
+
DoliDb::pconnect() in mysql.lib.php
+
ouverture d'une connection vers une database
+
+
+ pdate +
+
+
DoliDb::pdate() in mysql.lib.php
+
+
+ plimit +
+
+
DoliDb::plimit() in mysql.lib.php
+
défini les limites de la requète
+
+
+ +
+
q
+
top
+
+
+
+
+ query +
+
+
DoliDb::query() in mysql.lib.php
+
requete vers une database
+
+
+ +
+
r
+
top
+
+
+
+
+ $results +
+
+
DoliDb::$results in mysql.lib.php
+
+
+ result +
+
+
DoliDb::result() in mysql.lib.php
+
renvoie les données de la requete
+
+
+ rollback +
+
+
DoliDb::rollback() in mysql.lib.php
+
effacement d'un transaction et retour au ancienne valeurs
+
+
+ +
+
s
+
top
+
+
+
+
+ select_db +
+
+
DoliDb::select_db() in mysql.lib.php
+
selectionne une database
+
+
+ +
+ a + b + c + d + e + f + i + l + m + n + o + p + q + r + s +
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_price.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_price.lib.php.html new file mode 100644 index 00000000000..f0601d834c0 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_price.lib.php.html @@ -0,0 +1,62 @@ + + + + + + + + + + + +

[price.lib.php] element index

+

Package indexes

+ +All elements +
+
+ c + p +
+ + +
+
c
+
top
+
+
+
+
+ calcul_price +
+
+
calcul_price() in price.lib.php
+
permet de calculer un prix
+
+
+ +
+
p
+
top
+
+
+
+
+ price.lib.php +
+
+
price.lib.php in price.lib.php
+
+
+ +
+ c + p +
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_thermometer.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_thermometer.php.html new file mode 100644 index 00000000000..7db316d7f53 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/elementindex_thermometer.php.html @@ -0,0 +1,62 @@ + + + + + + + + + + + +

[thermometer.php] element index

+

Package indexes

+ +All elements +
+
+ m + t +
+ + +
+
m
+
top
+
+
+
+
+ moneyMeter +
+
+
moneyMeter() in thermometer.php
+
permet d'afficher un thermometre monetaire
+
+
+ +
+
t
+
top
+
+
+
+
+ thermometer.php +
+
+
thermometer.php in thermometer.php
+
+
+ +
+ m + t +
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_Webcal.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_Webcal.html new file mode 100644 index 00000000000..568eba538d7 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_Webcal.html @@ -0,0 +1,34 @@ + + + + + + + + + + +
Webcal
+
+ +
+ +
Description
+
+ Class trees
+ Index of elements
+
+ + + +
Classes
+
Webcal
+
Files
+
webcal.class.php
+ + +
+
+

phpDocumentor v 1.2.3

+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_default.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_default.html new file mode 100644 index 00000000000..0dfa009fba6 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_default.html @@ -0,0 +1,91 @@ + + + + + + + + + + +
default
+
+ +
+ +
Description
+
+ Class trees
+ Index of elements
+
+ + + +
Classes
+
CJP_StandardConnector
+
CMailFile
+
Jabber
+
MakeXML
+
vCard
+
Functions
+
accessforbidden
+
block_access
+
creer_pass_aleatoire
+
dolibarr_del_const
+
dolibarr_fiche_head
+
dolibarr_print_ca
+
dolibarr_print_date
+
dolibarr_print_object_info
+
dolibarr_print_phone
+
dolibarr_set_const
+
dolibarr_syslog
+
dolibarr_user_page_param
+
doliMoveFileUpload
+
dol_delete_file
+
encode
+
escape
+
francs
+
img_alerte
+
img_delete
+
img_edit
+
img_file
+
img_file_new
+
img_info
+
img_next
+
img_pdf
+
img_phone_in
+
img_phone_out
+
img_previous
+
inctva
+
initialiser_sel
+
logfile
+
loginFunction
+
my_chunk_split
+
price
+
print_barre_liste
+
print_date_select
+
print_duree_select
+
print_fiche_titre
+
print_fleche_navigation
+
print_heure_select
+
print_liste_field_titre
+
print_liste_field_titre_new
+
print_oui_non
+
print_titre
+
quoted_printable_encode
+
stat_print
+
tab_count
+
transcoS2L
+
tva
+
Files
+
class.jabber.php
+
CMailFile.class.php
+
functions.inc.php
+
vcard.class.php
+ + +
+
+

phpDocumentor v 1.2.3

+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_mysql.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_mysql.lib.php.html new file mode 100644 index 00000000000..9490c339352 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_mysql.lib.php.html @@ -0,0 +1,34 @@ + + + + + + + + + + +
mysql.lib.php
+
+ +
+ +
Description
+
+ Class trees
+ Index of elements
+
+ + + +
Classes
+
DoliDb
+
Files
+
mysql.lib.php
+ + +
+
+

phpDocumentor v 1.2.3

+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_price.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_price.lib.php.html new file mode 100644 index 00000000000..302e6f21178 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_price.lib.php.html @@ -0,0 +1,34 @@ + + + + + + + + + + +
price.lib.php
+
+ +
+ +
Description
+
+ Class trees
+ Index of elements
+
+ + + +
Functions
+
calcul_price
+
Files
+
price.lib.php
+ + +
+
+

phpDocumentor v 1.2.3

+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_thermometer.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_thermometer.php.html new file mode 100644 index 00000000000..24e97572e2d --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/li_thermometer.php.html @@ -0,0 +1,34 @@ + + + + + + + + + + +
thermometer.php
+
+ +
+ +
Description
+
+ Class trees
+ Index of elements
+
+ + + +
Functions
+
moneyMeter
+
Files
+
thermometer.php
+ + +
+
+

phpDocumentor v 1.2.3

+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/mysql.lib.php/DoliDb.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/mysql.lib.php/DoliDb.html new file mode 100644 index 00000000000..524aae50cf1 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/mysql.lib.php/DoliDb.html @@ -0,0 +1,1173 @@ + + + + + + Docs For Class DoliDb + + + + +
+

Class DoliDb

+ + +
+
Description
+ +
+ +

classe DoliDb

+

Classe contenant les fonctions pour gere la database de dolibarr

+
    +
  • version: 1.2
  • +
  • author: Laurent Destailleur
  • +
  • author: Rodolphe Quiedeville
  • +
  • author: Fabien Seisen
  • +
+

+ Located in /mysql.lib.php (line 38) +

+ + +

+	
+			
+
+ + + +
+
Variable Summary
+ +
+
+
+ mixed + $connected +
+
+ mixed + $database_selected +
+
+ mixed + $db +
+
+ mixed + $ERROR_DUPLICATE +
+
+ mixed + $ERROR_TABLEEXISTS +
+
+ mixed + $ok +
+
+ mixed + $results +
+
+
+
+ + +
+
Method Summary
+ +
+
+ +
+ DoliDb + DoliDb + ([string $type = 'mysql'], [string $host = ''], [string $user = ''], [string $pass = ''], [string $name = '']) +
+ +
+ int + affected_rows + () +
+ +
+ string + begin + ([integer $do = 1]) +
+ +
+ resource + clone + () +
+ +
+ resource + close + () +
+ +
+ string + commit + ([integer $do = 1]) +
+ +
+ resource + connect + (string $host, string $login, string $passwd) +
+ +
+ integer + create_db + (string $database) +
+ +
+ int + errno + () +
+ +
+ string + error + () +
+ +
+ array + fetch_array + () +
+ +
+ object + fetch_field + () +
+ +
+ resource + fetch_object + () +
+ +
+ array + fetch_row + () +
+ +
+ resource + free + () +
+ +
+ string + idate + (integer $fname) +
+ +
+ int + last_insert_id + () +
+ +
+ resource + list_tables + (string $database) +
+ +
+ int + num_fields + () +
+ +
+ int + num_rows + () +
+ +
+ resource + pconnect + (string $host, string $login, string $passwd) +
+ +
+ void + pdate + (mixed $fname) +
+ +
+ string + plimit + (integer $limit, integer $offset) +
+ +
+ resource + query + (string $query, [string $limit = ""], [string $offset = ""]) +
+ +
+ resource + result + (integer $nb, string $fieldname) +
+ +
+ string + rollback + ([integer $do = 1]) +
+ +
+ resource + select_db + (string $database) +
+
+
+
+ + +
+
Variables
+ +
+ +
+ +
+ + mixed + $connected + (line 39) + +
+ + + + + + + +
+ +
+ +
+ + mixed + $database_selected + (line 39) + +
+ + + + + + + +
+ +
+ +
+ + mixed + $db + (line 39) + +
+ + + + + + + +
+ +
+ +
+ + mixed + $ERROR_DUPLICATE + = 1062 (line 42) + +
+ + + + + + + +
+ +
+ +
+ + mixed + $ERROR_TABLEEXISTS + = 1050 (line 43) + +
+ + + + + + + +
+ +
+ +
+ + mixed + $ok + (line 39) + +
+ + + + + + + +
+ +
+ +
+ + mixed + $results + (line 39) + +
+ + + + + + + +
+ +
+
+ + +
+
Methods
+ +
+ + +
+ +
+ Constructor DoliDb (line 57) +
+ + +

ouverture d'une connection vers le serveur et/ou une database

+
    +
  • access: public
  • +
+ +
+ DoliDb + + DoliDb + + ([string $type = 'mysql'], [string $host = ''], [string $user = ''], [string $pass = ''], [string $name = '']) +
+ +
    +
  • + string + $type
  • +
  • + string + $host
  • +
  • + string + $user
  • +
  • + string + $pass
  • +
  • + string + $name
  • +
+ + +
+ +
+ +
+ affected_rows (line 498) +
+ + +

obtient le nombre de lignes affectées dans la précédente opération

+
    +
  • access: public
  • +
+ +
+ int + + affected_rows + + () +
+ + + +
+ +
+ +
+ begin (line 230) +
+ + +

debut d'un transaction

+
    +
  • access: public
  • +
+ +
+ string + + begin + + ([integer $do = 1]) +
+ +
    +
  • + integer + $do
  • +
+ + +
+ +
+ +
+ clone (line 187) +
+ + +

copie d'une database

+
    +
  • access: public
  • +
+ +
+ resource + + clone + + () +
+ + + +
+ +
+ +
+ close (line 217) +
+ + +

fermeture d'une connection vers une database

+
    +
  • access: public
  • +
+ +
+ resource + + close + + () +
+ + + +
+ +
+ +
+ commit (line 250) +
+ + +

écriture d'un transaction

+
    +
  • access: public
  • +
+ +
+ string + + commit + + ([integer $do = 1]) +
+ +
    +
  • + integer + $do
  • +
+ + +
+ +
+ +
+ connect (line 153) +
+ + +

connection vers une database

+
    +
  • access: public
  • +
+ +
+ resource + + connect + + (string $host, string $login, string $passwd) +
+ +
    +
  • + string + $host
  • +
  • + string + $login
  • +
  • + string + $passwd
  • +
+ + +
+ +
+ +
+ create_db (line 168) +
+ + +

création d'une database

+
    +
  • access: public
  • +
+ +
+ integer + + create_db + + (string $database) +
+ +
    +
  • + string + $database
  • +
+ + +
+ +
+ +
+ errno (line 471) +
+ + +

renvoie la valeur numerique de l'erreur mysql de l'operation precedente

+
    +
  • access: public
  • +
+ +
+ int + + errno + + () +
+ + + +
+ +
+ +
+ error (line 459) +
+ + +

renvoie le texte de l'erreur mysql de l'operation precedente

+
    +
  • access: public
  • +
+ +
+ string + + error + + () +
+ + + +
+ +
+ +
+ fetch_array (line 399) +
+ + +

renvoie les données dans un tableau

+
    +
  • access: public
  • +
+ +
+ array + + fetch_array + + () +
+ + + +
+ +
+ +
+ fetch_field (line 423) +
+ + +

Get column information from a result and return as an object

+
    +
  • access: public
  • +
+ +
+ object + + fetch_field + + () +
+ + + +
+ +
+ +
+ fetch_object (line 347) +
+ + +

renvoie les données comme un objet

+
    +
  • access: public
  • +
+ +
+ resource + + fetch_object + + () +
+ + + +
+ +
+ +
+ fetch_row (line 411) +
+ + +

renvoie les données comme un tableau

+
    +
  • access: public
  • +
+ +
+ array + + fetch_row + + () +
+ + + +
+ +
+ +
+ free (line 335) +
+ + +

désalloue la memoire de la requete

+
    +
  • access: public
  • +
+ +
+ resource + + free + + () +
+ + + +
+ +
+ +
+ idate (line 387) +
+ + +

formatage de la date en fonction des locales

+
    +
  • access: public
  • +
+ +
+ string + + idate + + (integer $fname) +
+ +
    +
  • + integer + $fname
  • +
+ + +
+ +
+ +
+ last_insert_id (line 486) +
+ + +

obtient l'id genéré par le précedent INSERT

+
    +
  • access: public
  • +
+ +
+ int + + last_insert_id + + () +
+ + + +
+ +
+ +
+ list_tables (line 308) +
+ + +

liste des tables vers une database

+
    +
  • access: public
  • +
+ +
+ resource + + list_tables + + (string $database) +
+ +
    +
  • + string + $database
  • +
+ + +
+ +
+ +
+ num_fields (line 447) +
+ + +

renvoie le nombre de champs dans le resultat de la requete

+
    +
  • access: public
  • +
+ +
+ int + + num_fields + + () +
+ + + +
+ +
+ +
+ num_rows (line 435) +
+ + +

renvoie le nombre de lignes dans le resultat de la requete

+
    +
  • access: public
  • +
+ +
+ int + + num_rows + + () +
+ + + +
+ +
+ +
+ pconnect (line 204) +
+ + +

ouverture d'une connection vers une database

+
    +
  • access: public
  • +
+ +
+ resource + + pconnect + + (string $host, string $login, string $passwd) +
+ +
    +
  • + string + $host
  • +
  • + string + $login
  • +
  • + string + $passwd
  • +
+ + +
+ +
+ +
+ pdate (line 374) +
+ + + +
+ void + + pdate + + (mixed $fname) +
+ + + +
+ +
+ +
+ plimit (line 361) +
+ + +

défini les limites de la requète

+
    +
  • access: public
  • +
+ +
+ string + + plimit + + (integer $limit, integer $offset) +
+ +
    +
  • + integer + $limit
  • +
  • + integer + $offset
  • +
+ + +
+ +
+ +
+ query (line 292) +
+ + +

requete vers une database

+
    +
  • access: public
  • +
+ +
+ resource + + query + + (string $query, [string $limit = ""], [string $offset = ""]) +
+ +
    +
  • + string + $query
  • +
  • + string + $limit
  • +
  • + string + $offset
  • +
+ + +
+ +
+ +
+ result (line 323) +
+ + +

renvoie les données de la requete

+
    +
  • access: public
  • +
+ +
+ resource + + result + + (integer $nb, string $fieldname) +
+ +
    +
  • + integer + $nb
  • +
  • + string + $fieldname
  • +
+ + +
+ +
+ +
+ rollback (line 270) +
+ + +

effacement d'un transaction et retour au ancienne valeurs

+
    +
  • access: public
  • +
+ +
+ string + + rollback + + ([integer $do = 1]) +
+ +
    +
  • + integer + $do
  • +
+ + +
+ +
+ +
+ select_db (line 138) +
+ + +

selectionne une database

+
    +
  • access: public
  • +
+ +
+ resource + + select_db + + (string $database) +
+ +
    +
  • + string + $database
  • +
+ + +
+ +
+
+ +

+ Documentation generated on Mon, 21 Jun 2004 23:58:28 +0200 by phpDocumentor 1.2.3 +

+
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/mysql.lib.php/_mysql_lib_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/mysql.lib.php/_mysql_lib_php.html new file mode 100644 index 00000000000..b35530fbe1f --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/mysql.lib.php/_mysql_lib_php.html @@ -0,0 +1,68 @@ + + + + + + Docs for page mysql.lib.php + + + + +
+

/mysql.lib.php

+ + +
+
Description
+ +
+ +

classe DoliDb

+

Classe contenant les fonctions pour gere la database de dolibarr

+
    +
  • version: 1.2
  • +
  • author: Laurent Destailleur
  • +
  • author: Rodolphe Quiedeville
  • +
  • author: Fabien Seisen
  • +
+ +
+
+ + +
+
Classes
+ +
+ + + + + + + + + +
ClassDescription
+ DoliDb + + classe DoliDb +
+
+
+ + + + + +

+ Documentation generated on Mon, 21 Jun 2004 23:58:28 +0200 by phpDocumentor 1.2.3 +

+
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/price.lib.php/_price_lib_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/price.lib.php/_price_lib_php.html new file mode 100644 index 00000000000..453a8b81c31 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/price.lib.php/_price_lib_php.html @@ -0,0 +1,83 @@ + + + + + + Docs for page price.lib.php + + + + +
+

/price.lib.php

+ + +
+
Description
+ +
+ +

librairie contenant les fonctions pour calculer un prix

+
    +
  • version: 1.2
  • +
  • author: Rodolphe Quiedeville
  • +
+ +
+
+ + + + + + +
+
Functions
+ +
+ +
+ +
+ calcul_price (line 41) +
+ + +

permet de calculer un prix

+
    +
  • access: public
  • +
+ +
+ integer + + calcul_price + + (integer $products, integer $remise_percent) +
+ +
    +
  • + integer + $products
  • +
  • + integer + $remise_percent
  • +
+ + +
+
+
+ +

+ Documentation generated on Mon, 21 Jun 2004 23:58:30 +0200 by phpDocumentor 1.2.3 +

+
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/thermometer.php/_thermometer_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/thermometer.php/_thermometer_php.html new file mode 100644 index 00000000000..5341873240c --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/default/thermometer.php/_thermometer_php.html @@ -0,0 +1,88 @@ + + + + + + Docs for page thermometer.php + + + + +
+

/thermometer.php

+ + +
+
Description
+ +
+ +

librairie contenant les fonctions pour afficher un thermometre monetaire

+
    +
  • version: 1.2
  • +
  • author: Rodolphe Quiedeville
  • +
  • author: Timothy Kanters
  • +
+ +
+
+ + + + + + +
+
Functions
+ +
+ +
+ +
+ moneyMeter (line 45) +
+ + +

permet d'afficher un thermometre monetaire

+
    +
  • return: $htmlLegenda
  • +
  • access: public
  • +
+ +
+ string + + moneyMeter + + ([integer $actualValue = 0], [integer $pendingValue = 0], [mixed $intentValue = 0], integer $intendValue) +
+ +
    +
  • + integer + $actualValue
  • +
  • + integer + $pendingValue
  • +
  • + integer + $intendValue
  • +
+ + +
+
+
+ +

+ Documentation generated on Mon, 21 Jun 2004 23:58:30 +0200 by phpDocumentor 1.2.3 +

+
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/Webcal/Webcal.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/Webcal/Webcal.html new file mode 100644 index 00000000000..66896af1a44 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/Webcal/Webcal.html @@ -0,0 +1,279 @@ + + + + + Docs For Class Webcal + + + + + + + + +

+ Class Webcal +

(line 34) +
+ + +
+

Description

+
+
+

+ Located in File: /webcal.class.php
+

+ +
classe Webcal
+

Classe permettant d'acceder a la database webcalendar

+
    +
  • version: - 1.2
  • +
  • author: - Rodolphe Quiedeville
  • +
+

+
+ +
+

Class Variables

+ +Summary:
+
+ mixed + $duree +
+
+ mixed + $heure +
+
+ mixed + $localdb +
+
+ +
+

+ $duree = 0 (line 37) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $heure = -1 (line 36) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $localdb (line 35) +

+

Data type : mixed

+ +
    +
+
+ +
+
+

Method Detail

+ +Summary:
+
+ +
+ Webcal + Webcal + () +
+ +
+ void + add + (string $user, integer $date, string $texte, string $desc) +
+ +
+ integer + get_next_id + () +
+
+
+ + + + +

+ Constructor Webcal (line 46) +

+

Webcal Webcal( +)

+ + +
permet la connection a la base de donnée webcal
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method add (line 67) +

+

void add( +string +$user, integer +$date, string +$texte, string +$desc)

+ + +
ajoute une entree dans le calendrier de l'utilsateur
+

Parameters

+
    +
  • string $user:
  • +
  • integer $date:
  • +
  • string $texte:
  • +
  • string $desc:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method get_next_id (line 120) +

+

integer get_next_id( +)

+ + +
obtient l'id suivant
+ +

Info

+
    +
  • access - public
  • +
+
+
+
+

Inherited Variables

+ + + +

Inherited Class Variable Summary

+ +
+
+

Inherited Methods

+ + + +

Inherited Method Summary

+ +
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:44 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/Webcal/_webcal_class_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/Webcal/_webcal_class_php.html new file mode 100644 index 00000000000..e1127dc2e26 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/Webcal/_webcal_class_php.html @@ -0,0 +1,168 @@ + + + + + Docs for page webcal.class.php + + + + + + + +

File: /webcal.class.php

+
+ + +
+

Description

+ +
classe Webcal
+

Classe permettant d'acceder a la database webcalendar

+
    +
  • version: - 1.2
  • +
  • author: - Rodolphe Quiedeville
  • +
+ + +

Classes defined in this file

+ + + + + + + + + + + +

CLASS NAME

DESCRIPTION

Webcalclasse Webcal
+
+ +
+ + +

Include/Require Statements

+ + + +
+
+ + +

Global Variables

+ + + +
+
+ + + +

Constants

+ + + +
+
+ + +

Functions

+ + + +
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:44 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_Webcal.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_Webcal.html new file mode 100644 index 00000000000..13b778b5472 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_Webcal.html @@ -0,0 +1,24 @@ + + + + + + + + + +

+ +

+

Root class Webcal

+ + +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:35 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_default.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_default.html new file mode 100644 index 00000000000..7255126f8d6 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_default.html @@ -0,0 +1,38 @@ + + + + + + + + + +

+ +

+

Root class CJP_StandardConnector

+ + +

Root class CMailFile

+ + +

Root class Jabber

+ + +

Root class vCard

+ + +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:35 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_mysql.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_mysql.lib.php.html new file mode 100644 index 00000000000..e8111455cdb --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_mysql.lib.php.html @@ -0,0 +1,24 @@ + + + + + + + + + +

+ +

+

Root class DoliDb

+ + +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:35 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_price.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_price.lib.php.html new file mode 100644 index 00000000000..10576df2469 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_price.lib.php.html @@ -0,0 +1,20 @@ + + + + + + + + + +

+ +

+
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:35 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_thermometer.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_thermometer.php.html new file mode 100644 index 00000000000..10576df2469 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/classtrees_thermometer.php.html @@ -0,0 +1,20 @@ + + + + + + + + + +

+ +

+
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:35 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/CJP_StandardConnector.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/CJP_StandardConnector.html new file mode 100644 index 00000000000..987ce480005 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/CJP_StandardConnector.html @@ -0,0 +1,253 @@ + + + + + Docs For Class CJP_StandardConnector + + + + + + + + +

+ Class CJP_StandardConnector +

(line 1827) +
+ + +
+

Description

+
+
+

+ Located in File: /jabber/class.jabber.php
+

+ +
    +
+

+
+ +
+

Class Variables

+ +Summary:
+
+ mixed + $active_socket +
+
+ +
+

+ $active_socket (line 1829) +

+

Data type : mixed

+ +
    +
+
+ +
+
+

Method Detail

+ +Summary:
+
+ +
+ void + CloseSocket + () +
+ +
+ void + OpenSocket + (mixed $server, mixed $port) +
+ +
+ void + ReadFromSocket + (mixed $chunksize) +
+ +
+ void + WriteToSocket + (mixed $data) +
+
+
+ + + + +

+ Method CloseSocket (line 1848) +

+

void CloseSocket( +)

+ + + +

Info

+
    +
+
+ +

+ Method OpenSocket (line 1831) +

+

void OpenSocket( +mixed +$server, mixed +$port)

+ + + +

Info

+
    +
+
+ +

+ Method ReadFromSocket (line 1862) +

+

void ReadFromSocket( +mixed +$chunksize)

+ + + +

Info

+
    +
+
+ +

+ Method WriteToSocket (line 1855) +

+

void WriteToSocket( +mixed +$data)

+ + + +

Info

+
    +
+
+
+
+

Inherited Variables

+ + + +

Inherited Class Variable Summary

+ +
+
+

Inherited Methods

+ + + +

Inherited Method Summary

+ +
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:35 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/CMailFile.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/CMailFile.html new file mode 100644 index 00000000000..4014473b663 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/CMailFile.html @@ -0,0 +1,422 @@ + + + + + Docs For Class CMailFile + + + + + + + + +

+ Class CMailFile +

(line 32) +
+ + +
+

Description

+
+
+

+ Located in File: /CMailFile.class.php
+

+ +
    +
+

+
+ +
+

Class Variables

+ +Summary:
+
+ mixed + $addr_cc +
+
+ mixed + $addr_to +
+
+ mixed + $mime_boundary +
+
+ mixed + $mime_headers +
+
+ mixed + $smtp_headers +
+
+ mixed + $subject +
+
+ mixed + $text_body +
+
+ mixed + $text_encoded +
+
+ +
+

+ $addr_cc (line 36) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $addr_to (line 35) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $mime_boundary = "--==================_846811060==_" (line 40) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $mime_headers (line 39) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $smtp_headers (line 41) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $subject (line 34) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $text_body (line 37) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $text_encoded (line 38) +

+

Data type : mixed

+ +
    +
+
+ +
+
+

Method Detail

+ +Summary:
+
+ +
+ CMailFile + CMailFile + (mixed $subject, mixed $to, mixed $from, mixed $msg, mixed $filename_list, mixed $mimetype_list, mixed $mimefilename_list, [mixed $addr_cc = ""]) +
+ +
+ void + attach_file + (mixed $filename_list, mixed $mimetype_list, mixed $mimefilename_list) +
+ +
+ void + encode_file + (mixed $sourcefile) +
+ +
+ void + sendfile + () +
+ +
+ void + write_body + (mixed $msgtext, mixed $filename_list) +
+ +
+ void + write_mimeheaders + (mixed $filename_list, mixed $mimefilename_list) +
+ +
+ void + write_smtpheaders + (mixed $addr_from, mixed $addr_cc) +
+
+
+ + + + +

+ Constructor CMailFile (line 44) +

+

CMailFile CMailFile( +mixed +$subject, mixed +$to, mixed +$from, mixed +$msg, mixed +$filename_list, mixed +$mimetype_list, mixed +$mimefilename_list, [mixed +$addr_cc = ""])

+ + + +

Info

+
    +
+
+ +

+ Method attach_file (line 56) +

+

void attach_file( +mixed +$filename_list, mixed +$mimetype_list, mixed +$mimefilename_list)

+ + + +

Info

+
    +
+
+ +

+ Method encode_file (line 73) +

+

void encode_file( +mixed +$sourcefile)

+ + + +

Info

+
    +
+
+ +

+ Method sendfile (line 86) +

+

void sendfile( +)

+ + + +

Info

+
    +
+
+ +

+ Method write_body (line 93) +

+

void write_body( +mixed +$msgtext, mixed +$filename_list)

+ + + +

Info

+
    +
+
+ +

+ Method write_mimeheaders (line 105) +

+

void write_mimeheaders( +mixed +$filename_list, mixed +$mimefilename_list)

+ + + +

Info

+
    +
+
+ +

+ Method write_smtpheaders (line 117) +

+

void write_smtpheaders( +mixed +$addr_from, mixed +$addr_cc)

+ + + +

Info

+
    +
+
+
+
+

Inherited Variables

+ + + +

Inherited Class Variable Summary

+ +
+
+

Inherited Methods

+ + + +

Inherited Method Summary

+ +
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:39 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/Jabber.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/Jabber.html new file mode 100644 index 00000000000..115f88f99ca --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/Jabber.html @@ -0,0 +1,2238 @@ + + + + + Docs For Class Jabber + + + + + + + + +

+ Class Jabber +

(line 88) +
+ + +
+

Description

+
+
+

+ Located in File: /jabber/class.jabber.php
+

+ +
*************************************************************************
+

*************************************************************************

+
    +
+

+Classes extended from Jabber: +
+
MakeXML
+
*************************************************************************
+
+

+
+ +
+

Class Variables

+ +Summary:
+
+ mixed + $connected +
+
+ mixed + $connection +
+
+ mixed + $CONNECTOR +
+
+ mixed + $delay_disconnect +
+
+ mixed + $enable_logging +
+
+ mixed + $error_codes +
+
+ mixed + $iq_sleep_timer +
+
+ mixed + $iq_version_name +
+
+ mixed + $iq_version_os +
+
+ mixed + $iq_version_version +
+
+ mixed + $jid +
+
+ mixed + $keep_alive_id +
+
+ mixed + $last_ping_time +
+
+ mixed + $log_array +
+
+ mixed + $log_filehandler +
+
+ mixed + $log_filename +
+
+ mixed + $packet_queue +
+
+ mixed + $password +
+
+ mixed + $port +
+
+ mixed + $resource +
+ +
+ mixed + $roster +
+
+ mixed + $server +
+
+ mixed + $stream_id +
+
+ mixed + $subscription_queue +
+
+ mixed + $txnid +
+
+ mixed + $username +
+
+ +
+

+ $connected (line 120) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $connection (line 97) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $CONNECTOR (line 125) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $delay_disconnect (line 98) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $enable_logging (line 103) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $error_codes (line 118) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $iq_sleep_timer (line 108) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $iq_version_name (line 114) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $iq_version_os (line 115) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $iq_version_version (line 116) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $jid (line 95) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $keep_alive_id (line 121) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $last_ping_time (line 109) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $log_array (line 104) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $log_filehandler (line 106) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $log_filename (line 105) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $packet_queue (line 111) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $password (line 93) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $port (line 91) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $resource (line 94) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $returned_keep_alive (line 122) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $roster (line 101) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $server (line 90) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $stream_id (line 100) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $subscription_queue (line 112) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $txnid (line 123) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $username (line 92) +

+

Data type : mixed

+ +
    +
+
+ +
+
+

Method Detail

+ +Summary:
+
+ +
+ Jabber + Jabber + () +
+ +
+ void + AccountRegistration + ([mixed $reg_email = NULL], [mixed $reg_name = NULL]) +
+ +
+ void + AddToLog + (mixed $string) +
+ +
+ void + CallHandler + ([mixed $packet = NULL]) +
+ +
+ void + Connect + () +
+ +
+ void + CruiseControl + ([mixed $seconds = -1]) +
+ +
+ void + Disconnect + () +
+ +
+ void + GetFirstFromQueue + () +
+ +
+ void + GetFromQueueById + (mixed $packet_type, mixed $id) +
+ +
+ void + GetInfoFromIqError + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromIqFrom + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromIqId + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromIqKey + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromIqType + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromMessageBody + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromMessageError + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromMessageFrom + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromMessageId + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromMessageSubject + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromMessageThread + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromMessageType + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromPresenceFrom + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromPresencePriority + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromPresenceShow + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromPresenceStatus + ([mixed $packet = NULL]) +
+ +
+ void + GetInfoFromPresenceType + ([mixed $packet = NULL]) +
+ +
+ void + GetvCard + ([mixed $jid = NULL], [mixed $id = NULL]) +
+ +
+ void + Handler_iq_ + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_agent + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_agents + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_auth + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_autoupdate + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_oob + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_private + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_register + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_roster + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_search + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_time + (mixed $packet) +
+ +
+ void + Handler_iq_jabber_iq_version + (mixed $packet) +
+ +
+ void + Handler_message_chat + (mixed $packet) +
+ +
+ void + Handler_message_error + (mixed $packet) +
+ +
+ void + Handler_message_groupchat + (mixed $packet) +
+ +
+ void + Handler_message_headline + (mixed $packet) +
+ +
+ void + Handler_message_normal + (mixed $packet) +
+ +
+ void + Handler_NOT_IMPLEMENTED + (mixed $packet) +
+ +
+ void + Handler_presence_available + (mixed $packet) +
+ +
+ void + Handler_presence_error + (mixed $packet) +
+ +
+ void + Handler_presence_subscribe + (mixed $packet) +
+ +
+ void + Handler_presence_subscribed + (mixed $packet) +
+ +
+ void + Handler_presence_unavailable + (mixed $packet) +
+ +
+ void + Handler_presence_unsubscribe + (mixed $packet) +
+ +
+ void + Handler_presence_unsubscribed + (mixed $packet) +
+ +
+ void + Listen + () +
+ +
+ void + PrintLog + () +
+ +
+ void + RosterAddUser + ([mixed $jid = NULL], [mixed $id = NULL], [mixed $name = NULL]) +
+ +
+ void + RosterExistsJID + ([mixed $jid = NULL]) +
+ +
+ void + RosterRemoveUser + ([mixed $jid = NULL], [mixed $id = NULL]) +
+ +
+ void + RosterUpdate + () +
+ +
+ void + SendAuth + () +
+ +
+ void + SendError + (mixed $to, [mixed $id = NULL], mixed $error_number, [mixed $error_message = NULL]) +
+ +
+ void + SendIq + ([mixed $to = NULL], [mixed $type = 'get'], [mixed $id = NULL], [mixed $xmlns = NULL], [mixed $payload = NULL], [mixed $from = NULL]) +
+ +
+ void + SendMessage + (mixed $to, [mixed $type = "normal"], [mixed $id = NULL], [mixed $content = NULL], [mixed $payload = NULL]) +
+ +
+ void + SendPacket + (mixed $xml) +
+ +
+ void + SendPresence + ([mixed $type = NULL], [mixed $to = NULL], [mixed $status = NULL], [mixed $show = NULL], [mixed $priority = NULL]) +
+ +
+ void + StripJID + ([mixed $jid = NULL]) +
+ +
+ void + Subscribe + ([mixed $to = NULL]) +
+ +
+ void + SubscriptionAcceptRequest + ([mixed $to = NULL]) +
+ +
+ void + SubscriptionDenyRequest + ([mixed $to = NULL]) +
+ +
+ void + TransportRegistration + (mixed $transport, mixed $details) +
+ +
+ void + TransportRegistrationDetails + (mixed $transport) +
+ +
+ void + TraverseXMLize + (mixed $array, [mixed $arrName = "array"], mixed $level) +
+ +
+ void + Unsubscribe + ([mixed $to = NULL]) +
+ +
+ void + xmlize + (mixed $data) +
+ +
+ void + _array_htmlspecialchars + (mixed $array) +
+ +
+ void + _check_connected + () +
+ +
+ void + _close_logfile + () +
+ +
+ void + _create_logfile + () +
+ +
+ void + _get_packet_type + ([mixed $packet = NULL]) +
+ +
+ void + _listen_incoming + () +
+ +
+ void + _sendauth_0k + (mixed $zerok_token, mixed $zerok_sequence) +
+ +
+ void + _sendauth_digest + () +
+ +
+ void + _sendauth_plaintext + () +
+ +
+ void + _split_incoming + (mixed $incoming) +
+ +
+ void + _xml_depth + (mixed $vals, mixed &$i) +
+
+
+ + + + +

+ Constructor Jabber (line 129) +

+

Jabber Jabber( +)

+ + + +

Info

+
    +
+
+ +

+ Method AccountRegistration (line 279) +

+

void AccountRegistration( +[mixed +$reg_email = NULL], [mixed +$reg_name = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method AddToLog (line 1096) +

+

void AddToLog( +mixed +$string)

+ + + +

Info

+
    +
+
+ +

+ Method CallHandler (line 644) +

+

void CallHandler( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method Connect (line 178) +

+

void Connect( +)

+ + + +

Info

+
    +
+
+ +

+ Method CruiseControl (line 688) +

+

void CruiseControl( +[mixed +$seconds = -1])

+ + + +

Info

+
    +
+
+ +

+ Method Disconnect (line 211) +

+

void Disconnect( +)

+ + + +

Info

+
    +
+
+ +

+ Method GetFirstFromQueue (line 617) +

+

void GetFirstFromQueue( +)

+ + + +

Info

+
    +
+
+ +

+ Method GetFromQueueById (line 624) +

+

void GetFromQueueById( +mixed +$packet_type, mixed +$id)

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromIqError (line 1238) +

+

void GetInfoFromIqError( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromIqFrom (line 1210) +

+

void GetInfoFromIqFrom( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromIqId (line 1224) +

+

void GetInfoFromIqId( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromIqKey (line 1231) +

+

void GetInfoFromIqKey( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromIqType (line 1217) +

+

void GetInfoFromIqType( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromMessageBody (line 1189) +

+

void GetInfoFromMessageBody( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromMessageError (line 1196) +

+

void GetInfoFromMessageError( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromMessageFrom (line 1154) +

+

void GetInfoFromMessageFrom( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromMessageId (line 1168) +

+

void GetInfoFromMessageId( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromMessageSubject (line 1182) +

+

void GetInfoFromMessageSubject( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromMessageThread (line 1175) +

+

void GetInfoFromMessageThread( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromMessageType (line 1161) +

+

void GetInfoFromMessageType( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromPresenceFrom (line 1252) +

+

void GetInfoFromPresenceFrom( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromPresencePriority (line 1280) +

+

void GetInfoFromPresencePriority( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromPresenceShow (line 1273) +

+

void GetInfoFromPresenceShow( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromPresenceStatus (line 1266) +

+

void GetInfoFromPresenceStatus( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetInfoFromPresenceType (line 1259) +

+

void GetInfoFromPresenceType( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method GetvCard (line 873) +

+

void GetvCard( +[mixed +$jid = NULL], [mixed +$id = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_ (line 1490) +

+

void Handler_iq_( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_agent (line 1352) +

+

void Handler_iq_jabber_iq_agent( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_agents (line 1364) +

+

void Handler_iq_jabber_iq_agents( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_auth (line 1376) +

+

void Handler_iq_jabber_iq_auth( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_autoupdate (line 1340) +

+

void Handler_iq_jabber_iq_autoupdate( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_oob (line 1388) +

+

void Handler_iq_jabber_iq_oob( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_private (line 1400) +

+

void Handler_iq_jabber_iq_private( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_register (line 1412) +

+

void Handler_iq_jabber_iq_register( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_roster (line 1424) +

+

void Handler_iq_jabber_iq_roster( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_search (line 1436) +

+

void Handler_iq_jabber_iq_search( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_time (line 1448) +

+

void Handler_iq_jabber_iq_time( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_iq_jabber_iq_version (line 1468) +

+

void Handler_iq_jabber_iq_version( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_message_chat (line 1301) +

+

void Handler_message_chat( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_message_error (line 1325) +

+

void Handler_message_error( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_message_groupchat (line 1309) +

+

void Handler_message_groupchat( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_message_headline (line 1317) +

+

void Handler_message_headline( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_message_normal (line 1293) +

+

void Handler_message_normal( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_NOT_IMPLEMENTED (line 1589) +

+

void Handler_NOT_IMPLEMENTED( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_presence_available (line 1507) +

+

void Handler_presence_available( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_presence_error (line 1574) +

+

void Handler_presence_error( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_presence_subscribe (line 1531) +

+

void Handler_presence_subscribe( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_presence_subscribed (line 1542) +

+

void Handler_presence_subscribed( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_presence_unavailable (line 1519) +

+

void Handler_presence_unavailable( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_presence_unsubscribe (line 1552) +

+

void Handler_presence_unsubscribe( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Handler_presence_unsubscribed (line 1563) +

+

void Handler_presence_unsubscribed( +mixed +$packet)

+ + + +

Info

+
    +
+
+ +

+ Method Listen (line 360) +

+

void Listen( +)

+ + + +

Info

+
    +
+
+ +

+ Method PrintLog (line 901) +

+

void PrintLog( +)

+ + + +

Info

+
    +
+
+ +

+ Method RosterAddUser (line 528) +

+

void RosterAddUser( +[mixed +$jid = NULL], [mixed +$id = NULL], [mixed +$name = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method RosterExistsJID (line 588) +

+

void RosterExistsJID( +[mixed +$jid = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method RosterRemoveUser (line 560) +

+

void RosterRemoveUser( +[mixed +$jid = NULL], [mixed +$id = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method RosterUpdate (line 487) +

+

void RosterUpdate( +)

+ + + +

Info

+
    +
+
+ +

+ Method SendAuth (line 227) +

+

void SendAuth( +)

+ + + +

Info

+
    +
+
+ +

+ Method SendError (line 472) +

+

void SendError( +mixed +$to, [mixed +$id = NULL], mixed +$error_number, [mixed +$error_message = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method SendIq (line 759) +

+

void SendIq( +[mixed +$to = NULL], [mixed +$type = 'get'], [mixed +$id = NULL], [mixed +$xmlns = NULL], [mixed +$payload = NULL], [mixed +$from = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method SendMessage (line 399) +

+

void SendMessage( +mixed +$to, [mixed +$type = "normal"], [mixed +$id = NULL], [mixed +$content = NULL], [mixed +$payload = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method SendPacket (line 342) +

+

void SendPacket( +mixed +$xml)

+ + + +

Info

+
    +
+
+ +

+ Method SendPresence (line 446) +

+

void SendPresence( +[mixed +$type = NULL], [mixed +$to = NULL], [mixed +$status = NULL], [mixed +$show = NULL], [mixed +$priority = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method StripJID (line 391) +

+

void StripJID( +[mixed +$jid = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method Subscribe (line 745) +

+

void Subscribe( +[mixed +$to = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method SubscriptionAcceptRequest (line 731) +

+

void SubscriptionAcceptRequest( +[mixed +$to = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method SubscriptionDenyRequest (line 738) +

+

void SubscriptionDenyRequest( +[mixed +$to = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method TransportRegistration (line 825) +

+

void TransportRegistration( +mixed +$transport, mixed +$details)

+ + + +

Info

+
    +
+
+ +

+ Method TransportRegistrationDetails (line 796) +

+

void TransportRegistrationDetails( +mixed +$transport)

+ + + +

Info

+
    +
+
+ +

+ Method TraverseXMLize (line 1689) +

+

void TraverseXMLize( +mixed +$array, [mixed +$arrName = "array"], [mixed +$level = 0])

+ + + +

Info

+
    +
+
+ +

+ Method Unsubscribe (line 752) +

+

void Unsubscribe( +[mixed +$to = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method xmlize (line 1611) +

+

void xmlize( +mixed +$data)

+ + + +

Info

+
    +
+
+ +

+ Method _array_htmlspecialchars (line 1126) +

+

void _array_htmlspecialchars( +mixed +$array)

+ + + +

Info

+
    +
+
+ +

+ Method _check_connected (line 1029) +

+

void _check_connected( +)

+ + + +

Info

+
    +
+
+ +

+ Method _close_logfile (line 1113) +

+

void _close_logfile( +)

+ + + +

Info

+
    +
+
+ +

+ Method _create_logfile (line 1086) +

+

void _create_logfile( +)

+ + + +

Info

+
    +
+
+ +

+ Method _get_packet_type (line 1058) +

+

void _get_packet_type( +[mixed +$packet = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method _listen_incoming (line 1008) +

+

void _listen_incoming( +)

+ + + +

Info

+
    +
+
+ +

+ Method _sendauth_0k (line 927) +

+

void _sendauth_0k( +mixed +$zerok_token, mixed +$zerok_sequence)

+ + + +

Info

+
    +
+
+ +

+ Method _sendauth_digest (line 964) +

+

void _sendauth_digest( +)

+ + + +

Info

+
    +
+
+ +

+ Method _sendauth_plaintext (line 986) +

+

void _sendauth_plaintext( +)

+ + + +

Info

+
    +
+
+ +

+ Method _split_incoming (line 1071) +

+

void _split_incoming( +mixed +$incoming)

+ + + +

Info

+
    +
+
+ +

+ Method _xml_depth (line 1634) +

+

void _xml_depth( +mixed +$vals, mixed +&$i)

+ + + +

Info

+
    +
+
+
+
+

Inherited Variables

+ + + +

Inherited Class Variable Summary

+ +
+
+

Inherited Methods

+ + + +

Inherited Method Summary

+ +
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:36 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/MakeXML.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/MakeXML.html new file mode 100644 index 00000000000..5076584a082 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/MakeXML.html @@ -0,0 +1,680 @@ + + + + + Docs For Class MakeXML + + + + + + + + +

+ Class MakeXML +

(line 1717) +
+ + +
+

Description

+
+Jabber
+   |
+   --MakeXML
+

+ Located in File: /jabber/class.jabber.php
+

+ +
*************************************************************************
+

*************************************************************************

+
    +
+

+
+ +
+

Class Variables

+ +Summary:
+
+ mixed + $nodes +
+
+ +
+

+ $nodes (line 1719) +

+

Data type : mixed

+ +
    +
+
+ +
+
+

Method Detail

+ +Summary:
+
+ +
+ MakeXML + MakeXML + () +
+ +
+ void + AddPacketDetails + (mixed $string, [mixed $value = NULL]) +
+ +
+ void + BuildPacket + ([mixed $array = NULL]) +
+ +
+ void + _preg_grep_keys + (mixed $pattern, mixed $array) +
+
+
+ + + + +

+ Constructor MakeXML (line 1722) +

+

MakeXML MakeXML( +)

+ + + +

Info

+
    +
+
+ +

+ Method AddPacketDetails (line 1729) +

+

void AddPacketDetails( +mixed +$string, [mixed +$value = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method BuildPacket (line 1754) +

+

void BuildPacket( +[mixed +$array = NULL])

+ + + +

Info

+
    +
+
+ +

+ Method _preg_grep_keys (line 1812) +

+

void _preg_grep_keys( +mixed +$pattern, mixed +$array)

+ + + +

Info

+
    +
+
+
+
+

Inherited Variables

+ + + +

Inherited Class Variable Summary

+ + +

Inherited From Class Jabber

+

+ Jabber::$connected - +

+

+ Jabber::$connection - +

+

+ Jabber::$CONNECTOR - +

+

+ Jabber::$delay_disconnect - +

+

+ Jabber::$enable_logging - +

+

+ Jabber::$error_codes - +

+

+ Jabber::$iq_sleep_timer - +

+

+ Jabber::$iq_version_name - +

+

+ Jabber::$iq_version_os - +

+

+ Jabber::$iq_version_version - +

+

+ Jabber::$jid - +

+

+ Jabber::$keep_alive_id - +

+

+ Jabber::$last_ping_time - +

+

+ Jabber::$log_array - +

+

+ Jabber::$log_filehandler - +

+

+ Jabber::$log_filename - +

+

+ Jabber::$packet_queue - +

+

+ Jabber::$password - +

+

+ Jabber::$port - +

+

+ Jabber::$resource - +

+

+ Jabber::$returned_keep_alive - +

+

+ Jabber::$roster - +

+

+ Jabber::$server - +

+

+ Jabber::$stream_id - +

+

+ Jabber::$subscription_queue - +

+

+ Jabber::$txnid - +

+

+ Jabber::$username - +

+
+
+

Inherited Methods

+ + + +

Inherited Method Summary

+ + +

Inherited From Class Jabber

+

+ Jabber::Jabber() - +

+ +

+ Jabber::AccountRegistration() - +

+ +

+ Jabber::AddToLog() - +

+ +

+ Jabber::CallHandler() - +

+ +

+ Jabber::Connect() - +

+ +

+ Jabber::CruiseControl() - +

+ +

+ Jabber::Disconnect() - +

+ +

+ Jabber::GetFirstFromQueue() - +

+ +

+ Jabber::GetFromQueueById() - +

+ +

+ Jabber::GetInfoFromIqError() - +

+ +

+ Jabber::GetInfoFromIqFrom() - +

+ +

+ Jabber::GetInfoFromIqId() - +

+ +

+ Jabber::GetInfoFromIqKey() - +

+ +

+ Jabber::GetInfoFromIqType() - +

+ +

+ Jabber::GetInfoFromMessageBody() - +

+ +

+ Jabber::GetInfoFromMessageError() - +

+ +

+ Jabber::GetInfoFromMessageFrom() - +

+ +

+ Jabber::GetInfoFromMessageId() - +

+ +

+ Jabber::GetInfoFromMessageSubject() - +

+ +

+ Jabber::GetInfoFromMessageThread() - +

+ +

+ Jabber::GetInfoFromMessageType() - +

+ +

+ Jabber::GetInfoFromPresenceFrom() - +

+ +

+ Jabber::GetInfoFromPresencePriority() - +

+ +

+ Jabber::GetInfoFromPresenceShow() - +

+ +

+ Jabber::GetInfoFromPresenceStatus() - +

+ +

+ Jabber::GetInfoFromPresenceType() - +

+ +

+ Jabber::GetvCard() - +

+ +

+ Jabber::Handler_iq_() - +

+ +

+ Jabber::Handler_iq_jabber_iq_agent() - +

+ +

+ Jabber::Handler_iq_jabber_iq_agents() - +

+ +

+ Jabber::Handler_iq_jabber_iq_auth() - +

+ +

+ Jabber::Handler_iq_jabber_iq_autoupdate() - +

+ +

+ Jabber::Handler_iq_jabber_iq_oob() - +

+ +

+ Jabber::Handler_iq_jabber_iq_private() - +

+ +

+ Jabber::Handler_iq_jabber_iq_register() - +

+ +

+ Jabber::Handler_iq_jabber_iq_roster() - +

+ +

+ Jabber::Handler_iq_jabber_iq_search() - +

+ +

+ Jabber::Handler_iq_jabber_iq_time() - +

+ +

+ Jabber::Handler_iq_jabber_iq_version() - +

+ +

+ Jabber::Handler_message_chat() - +

+ +

+ Jabber::Handler_message_error() - +

+ +

+ Jabber::Handler_message_groupchat() - +

+ +

+ Jabber::Handler_message_headline() - +

+ +

+ Jabber::Handler_message_normal() - +

+ +

+ Jabber::Handler_NOT_IMPLEMENTED() - +

+ +

+ Jabber::Handler_presence_available() - +

+ +

+ Jabber::Handler_presence_error() - +

+ +

+ Jabber::Handler_presence_subscribe() - +

+ +

+ Jabber::Handler_presence_subscribed() - +

+ +

+ Jabber::Handler_presence_unavailable() - +

+ +

+ Jabber::Handler_presence_unsubscribe() - +

+ +

+ Jabber::Handler_presence_unsubscribed() - +

+ +

+ Jabber::Listen() - +

+ +

+ Jabber::PrintLog() - +

+ +

+ Jabber::RosterAddUser() - +

+ +

+ Jabber::RosterExistsJID() - +

+ +

+ Jabber::RosterRemoveUser() - +

+ +

+ Jabber::RosterUpdate() - +

+ +

+ Jabber::SendAuth() - +

+ +

+ Jabber::SendError() - +

+ +

+ Jabber::SendIq() - +

+ +

+ Jabber::SendMessage() - +

+ +

+ Jabber::SendPacket() - +

+ +

+ Jabber::SendPresence() - +

+ +

+ Jabber::StripJID() - +

+ +

+ Jabber::Subscribe() - +

+ +

+ Jabber::SubscriptionAcceptRequest() - +

+ +

+ Jabber::SubscriptionDenyRequest() - +

+ +

+ Jabber::TransportRegistration() - +

+ +

+ Jabber::TransportRegistrationDetails() - +

+ +

+ Jabber::TraverseXMLize() - +

+ +

+ Jabber::Unsubscribe() - +

+ +

+ Jabber::xmlize() - +

+ +

+ Jabber::_array_htmlspecialchars() - +

+ +

+ Jabber::_check_connected() - +

+ +

+ Jabber::_close_logfile() - +

+ +

+ Jabber::_create_logfile() - +

+ +

+ Jabber::_get_packet_type() - +

+ +

+ Jabber::_listen_incoming() - +

+ +

+ Jabber::_sendauth_0k() - +

+ +

+ Jabber::_sendauth_digest() - +

+ +

+ Jabber::_sendauth_plaintext() - +

+ +

+ Jabber::_split_incoming() - +

+ +

+ Jabber::_xml_depth() - +

+ +
+
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:38 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_CMailFile_class_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_CMailFile_class_php.html new file mode 100644 index 00000000000..1c33382a8da --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_CMailFile_class_php.html @@ -0,0 +1,178 @@ + + + + + Docs for page CMailFile.class.php + + + + + + + +

File: /CMailFile.class.php

+
+ + +
+

Description

+ +
    +
+ + +

Classes defined in this file

+ + + + + + + + + + + +

CLASS NAME

DESCRIPTION

CMailFile
+
+ +
+ + +

Include/Require Statements

+ + + +
+
+ + +

Global Variables

+ + + +
+
+ + + +

Constants

+ + + +
+
+ + +

Functions

+ + + + +
+

+ my_chunk_split (line 135) +

+

void my_chunk_split( +mixed $str)

+ + + +

Info

+
    +
+
+
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:39 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_functions_inc_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_functions_inc_php.html new file mode 100644 index 00000000000..4347fbfd99a --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_functions_inc_php.html @@ -0,0 +1,790 @@ + + + + + Docs for page functions.inc.php + + + + + + + +

File: /functions.inc.php

+
+ + +
+

Description

+ +
    +
+ + +

Classes defined in this file

+ + + + + + + +

CLASS NAME

DESCRIPTION

+
+ +
+ + +

Include/Require Statements

+ + + +
+
+ + +

Global Variables

+ + + +
+
+ + + +

Constants

+ + + +
+
+ + +

Functions

+ + + + +
+

+ accessforbidden (line 226) +

+

void accessforbidden( +)

+ + + +

Info

+
    +
+
+ +
+

+ block_access (line 567) +

+

void block_access( +)

+ + + +

Info

+
    +
+
+ +
+

+ creer_pass_aleatoire (line 996) +

+

void creer_pass_aleatoire( +[mixed $longueur = 8], [mixed $sel = ""])

+ + + +

Info

+
    +
+
+ +
+

+ dolibarr_del_const (line 77) +

+

void dolibarr_del_const( +mixed $db, mixed $name)

+ + + +

Info

+
    +
+
+ +
+

+ dolibarr_fiche_head (line 40) +

+

void dolibarr_fiche_head( +mixed $links, [mixed $active = 0])

+ + + +

Info

+
    +
+
+ +
+

+ dolibarr_print_ca (line 93) +

+

void dolibarr_print_ca( +mixed $ca)

+ + + +

Info

+
    +
+
+ +
+

+ dolibarr_print_date (line 116) +

+

void dolibarr_print_date( +mixed $time, [mixed $format = "%d %b %Y"])

+ + + +

Info

+
    +
+
+ +
+

+ dolibarr_print_object_info (line 122) +

+

void dolibarr_print_object_info( +mixed $object)

+ + + +

Info

+
    +
+
+ +
+

+ dolibarr_print_phone (line 130) +

+

void dolibarr_print_phone( +mixed $phone)

+ + + +

Info

+
    +
+
+ +
+

+ dolibarr_set_const (line 61) +

+

void dolibarr_set_const( +mixed $db, mixed $name, mixed $value, [mixed $type = 'chaine'], [mixed $visible = 0], [mixed $note = ''])

+ + + +

Info

+
    +
+
+ +
+

+ dolibarr_syslog (line 29) +

+

void dolibarr_syslog( +mixed $message)

+ + + +

Info

+
    +
+
+ +
+

+ dolibarr_user_page_param (line 246) +

+

void dolibarr_user_page_param( +mixed $db, mixed &$user)

+ + + +

Info

+
    +
+
+ +
+

+ doliMoveFileUpload (line 234) +

+

void doliMoveFileUpload( +mixed $src_file, mixed $dest_file)

+ + + +

Info

+
    +
+
+ +
+

+ dol_delete_file (line 558) +

+

void dol_delete_file( +mixed $file)

+ + + +

Info

+
    +
+
+ +
+

+ francs (line 803) +

+

void francs( +mixed $euros)

+ + + +

Info

+
    +
+
+ +
+

+ img_alerte (line 187) +

+

void img_alerte( +[mixed $alt = "Alerte"])

+ + + +

Info

+
    +
+
+ +
+

+ img_delete (line 160) +

+

void img_delete( +[mixed $alt = "Supprimer"])

+ + + +

Info

+
    +
+
+ +
+

+ img_edit (line 171) +

+

void img_edit( +[mixed $alt = "Modifier"])

+ + + +

Info

+
    +
+
+ +
+

+ img_file (line 143) +

+

void img_file( +[mixed $alt = "Voir"])

+ + + +

Info

+
    +
+
+ +
+

+ img_file_new (line 148) +

+

void img_file_new( +[mixed $alt = "Voir"])

+ + + +

Info

+
    +
+
+ +
+

+ img_info (line 165) +

+

void img_info( +[mixed $alt = "Informations"])

+ + + +

Info

+
    +
+
+ +
+

+ img_next (line 193) +

+

void img_next( +[mixed $alt = "Suivant"])

+ + + +

Info

+
    +
+
+ +
+

+ img_pdf (line 154) +

+

void img_pdf( +[mixed $alt = "Voir"])

+ + + +

Info

+
    +
+
+ +
+

+ img_phone_in (line 176) +

+

void img_phone_in( +[mixed $alt = "Modifier"])

+ + + +

Info

+
    +
+
+ +
+

+ img_phone_out (line 181) +

+

void img_phone_out( +[mixed $alt = "Modifier"])

+ + + +

Info

+
    +
+
+ +
+

+ img_previous (line 198) +

+

void img_previous( +[mixed $alt = "Précédent"])

+ + + +

Info

+
    +
+
+ +
+

+ inctva (line 814) +

+

void inctva( +mixed $euros, [mixed $taux = 1.196])

+ + + +

Info

+
    +
+
+ +
+

+ initialiser_sel (line 1023) +

+

void initialiser_sel( +)

+ + + +

Info

+
    +
+
+ +
+

+ logfile (line 964) +

+

void logfile( +mixed $str, [mixed $log = "/var/log/dolibarr/dolibarr.log"])

+ + + +

Info

+
    +
+
+ +
+

+ loginFunction (line 204) +

+

void loginFunction( +)

+ + + +

Info

+
    +
+
+ +
+

+ price (line 787) +

+

void price( +mixed $amount, [mixed $html = 0])

+ + + +

Info

+
    +
+
+ +
+

+ print_barre_liste (line 579) +

+

void print_barre_liste( +mixed $titre, mixed $page, mixed $file, [mixed $options = ''], [mixed $sortfield = ''], [mixed $sortorder = ''], [mixed $form = ''], [mixed $num = -1])

+ + + +

Info

+
    +
+
+ +
+

+ print_date_select (line 665) +

+

void print_date_select( +[mixed $set_time = ''])

+ + + +

Info

+
    +
+
+ +
+

+ print_duree_select (line 763) +

+

void print_duree_select( +mixed $prefix)

+ + + +

Info

+
    +
+
+ +
+

+ print_fiche_titre (line 543) +

+

void print_fiche_titre( +mixed $titre, [mixed $mesg = ''])

+ + + +

Info

+
    +
+
+ +
+

+ print_fleche_navigation (line 631) +

+

void print_fleche_navigation( +mixed $page, mixed $file, [mixed $options = ''], mixed $nextpage)

+ + + +

Info

+
    +
+
+ +
+

+ print_heure_select (line 743) +

+

void print_heure_select( +mixed $prefix, [mixed $begin = 1], [mixed $end = 23])

+ + + +

Info

+
    +
+
+ +
+

+ print_liste_field_titre (line 498) +

+

void print_liste_field_titre( +mixed $name, mixed $file, mixed $field, [mixed $begin = ""], [mixed $options = ""])

+ + + +

Info

+
    +
+
+ +
+

+ print_liste_field_titre_new (line 509) +

+

void print_liste_field_titre_new( +mixed $name, mixed $file, mixed $field, [mixed $begin = ""], [mixed $options = ""], [mixed $td = ""], [mixed $sortfield = ""])

+ + + +

Info

+
    +
+
+ +
+

+ print_oui_non (line 648) +

+

void print_oui_non( +mixed $value)

+ + + +

Info

+
    +
+
+ +
+

+ print_titre (line 536) +

+

void print_titre( +mixed $titre)

+ + + +

Info

+
    +
+
+ +
+

+ stat_print (line 824) +

+

void stat_print( +mixed $basename, mixed $bc1, mixed $bc2, mixed $ftc, mixed $jour)

+ + + +

Info

+
    +
+
+ +
+

+ tab_count (line 867) +

+

void tab_count( +mixed $basename, mixed $bc1, mixed $bc2, mixed $ftc)

+ + + +

Info

+
    +
+
+ +
+

+ transcoS2L (line 300) +

+

void transcoS2L( +mixed $zonein, mixed $devise)

+ + + +

Info

+
    +
+
+ +
+

+ tva (line 808) +

+

void tva( +mixed $euros, [mixed $taux = 19.6])

+ + + +

Info

+
    +
+
+
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:39 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_jabber_class_jabber_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_jabber_class_jabber_php.html new file mode 100644 index 00000000000..fdaa1f4d75d --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_jabber_class_jabber_php.html @@ -0,0 +1,174 @@ + + + + + Docs for page class.jabber.php + + + + + + + +

File: /jabber/class.jabber.php

+
+ + +
+

Description

+ +
*************************************************************************
+

*************************************************************************

+
    +
+ + +

Classes defined in this file

+ + + + + + + + + + + + + + + + + + + +

CLASS NAME

DESCRIPTION

Jabber*************************************************************************
MakeXML*************************************************************************
CJP_StandardConnector
+
+ +
+ + +

Include/Require Statements

+ + + +
+
+ + +

Global Variables

+ + + +
+
+ + + +

Constants

+ + + +
+
+ + +

Functions

+ + + +
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:35 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_vcard_vcard_class_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_vcard_vcard_class_php.html new file mode 100644 index 00000000000..9dbed21f1d2 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/_vcard_vcard_class_php.html @@ -0,0 +1,208 @@ + + + + + Docs for page vcard.class.php + + + + + + + +

File: /vcard/vcard.class.php

+
+ + +
+

Description

+ +
    +
+ + +

Classes defined in this file

+ + + + + + + + + + + +

CLASS NAME

DESCRIPTION

vCard
+
+ +
+ + +

Include/Require Statements

+ + + +
+
+ + +

Global Variables

+ + + +
+
+ + + +

Constants

+ + + +
+
+ + +

Functions

+ + + + +
+

+ encode (line 27) +

+

void encode( +mixed $string)

+ + +
*************************************************************************
+

*************************************************************************

+ +

Info

+
    +
+
+ +
+

+ escape (line 31) +

+

void escape( +mixed $string)

+ + + +

Info

+
    +
+
+ +
+

+ quoted_printable_encode (line 36) +

+

void quoted_printable_encode( +mixed $input, [mixed $line_max = 76])

+ + + +

Info

+
    +
+
+
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:43 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/vCard.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/vCard.html new file mode 100644 index 00000000000..dd80385b547 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/vCard.html @@ -0,0 +1,446 @@ + + + + + Docs For Class vCard + + + + + + + + +

+ Class vCard +

(line 69) +
+ + +
+

Description

+
+
+

+ Located in File: /vcard/vcard.class.php
+

+ +
    +
+

+
+ +
+

Class Variables

+ +Summary:
+
+ mixed + $filename +
+
+ mixed + $properties +
+
+ +
+

+ $filename (line 71) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $properties (line 70) +

+

Data type : mixed

+ +
    +
+
+ +
+
+

Method Detail

+ +Summary:
+
+ +
+ void + getFileName + () +
+ +
+ void + getVCard + () +
+ +
+ void + setAddress + ([mixed $postoffice = ""], [mixed $extended = ""], [mixed $street = ""], [mixed $city = ""], [mixed $region = ""], [mixed $zip = ""], [mixed $country = ""], [mixed $type = "HOME;POSTAL"]) +
+ +
+ void + setBirthday + (mixed $date) +
+ +
+ void + setEmail + (mixed $address) +
+ +
+ void + setFormattedName + (mixed $name) +
+ +
+ void + setLabel + ([mixed $postoffice = ""], [mixed $extended = ""], [mixed $street = ""], [mixed $city = ""], [mixed $region = ""], [mixed $zip = ""], [mixed $country = ""], [mixed $type = "HOME;POSTAL"]) +
+ +
+ void + setName + ([mixed $family = ""], [mixed $first = ""], [mixed $additional = ""], [mixed $prefix = ""], [mixed $suffix = ""]) +
+ +
+ void + setNote + (mixed $note) +
+ +
+ void + setPhoneNumber + (mixed $number, [mixed $type = ""]) +
+ +
+ void + setPhoto + (mixed $type, mixed $photo) +
+ +
+ void + setURL + (mixed $url, [mixed $type = ""]) +
+
+
+ + + + +

+ Method getFileName (line 152) +

+

void getFileName( +)

+ + + +

Info

+
    +
+
+ +

+ Method getVCard (line 140) +

+

void getVCard( +)

+ + + +

Info

+
    +
+
+ +

+ Method setAddress (line 100) +

+

void setAddress( +[mixed +$postoffice = ""], [mixed +$extended = ""], [mixed +$street = ""], [mixed +$city = ""], [mixed +$region = ""], [mixed +$zip = ""], [mixed +$country = ""], [mixed +$type = "HOME;POSTAL"])

+ + + +

Info

+
    +
+
+ +

+ Method setBirthday (line 96) +

+

void setBirthday( +mixed +$date)

+ + + +

Info

+
    +
+
+ +

+ Method setEmail (line 125) +

+

void setEmail( +mixed +$address)

+ + + +

Info

+
    +
+
+ +

+ Method setFormattedName (line 86) +

+

void setFormattedName( +mixed +$name)

+ + + +

Info

+
    +
+
+ +

+ Method setLabel (line 112) +

+

void setLabel( +[mixed +$postoffice = ""], [mixed +$extended = ""], [mixed +$street = ""], [mixed +$city = ""], [mixed +$region = ""], [mixed +$zip = ""], [mixed +$country = ""], [mixed +$type = "HOME;POSTAL"])

+ + + +

Info

+
    +
+
+ +

+ Method setName (line 90) +

+

void setName( +[mixed +$family = ""], [mixed +$first = ""], [mixed +$additional = ""], [mixed +$prefix = ""], [mixed +$suffix = ""])

+ + + +

Info

+
    +
+
+ +

+ Method setNote (line 129) +

+

void setNote( +mixed +$note)

+ + + +

Info

+
    +
+
+ +

+ Method setPhoneNumber (line 73) +

+

void setPhoneNumber( +mixed +$number, [mixed +$type = ""])

+ + + +

Info

+
    +
+
+ +

+ Method setPhoto (line 82) +

+

void setPhoto( +mixed +$type, mixed +$photo)

+ + + +

Info

+
    +
+
+ +

+ Method setURL (line 133) +

+

void setURL( +mixed +$url, [mixed +$type = ""])

+ + + +

Info

+
    +
+
+
+
+

Inherited Variables

+ + + +

Inherited Class Variable Summary

+ +
+
+

Inherited Methods

+ + + +

Inherited Method Summary

+ +
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:43 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_Webcal.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_Webcal.html new file mode 100644 index 00000000000..0142a206892 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_Webcal.html @@ -0,0 +1,118 @@ + + + + + + + + +

Element Index, Package Webcal

+Indexes by package:
+ +Index of all elements +
+ a + d + g + h + l + w + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
a  + top
   addin file webcal.class.php, method Webcal::add()
    ajoute une entree dans le calendrier de l'utilsateur
d  + top
   $dureein file webcal.class.php, variable Webcal::$duree
g  + top
   get_next_idin file webcal.class.php, method Webcal::get_next_id()
    obtient l'id suivant
h  + top
   $heurein file webcal.class.php, variable Webcal::$heure
l  + top
   $localdbin file webcal.class.php, variable Webcal::$localdb
w  + top
   Webcalin file webcal.class.php, method Webcal::Webcal()
    permet la connection a la base de donnée webcal
   Webcalin file webcal.class.php, class Webcal
    classe Webcal
   webcal.class.phpprocedural page webcal.class.php
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_default.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_default.html new file mode 100644 index 00000000000..6fba6a3e2b5 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_default.html @@ -0,0 +1,1108 @@ + + + + + + + + +

Element Index, Package default

+Indexes by package:
+ +Index of all elements +
+ a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + _ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
_  + top
   _array_htmlspecialcharsin file class.jabber.php, method Jabber::_array_htmlspecialchars()
   _check_connectedin file class.jabber.php, method Jabber::_check_connected()
   _close_logfilein file class.jabber.php, method Jabber::_close_logfile()
   _create_logfilein file class.jabber.php, method Jabber::_create_logfile()
   _get_packet_typein file class.jabber.php, method Jabber::_get_packet_type()
   _listen_incomingin file class.jabber.php, method Jabber::_listen_incoming()
   _preg_grep_keysin file class.jabber.php, method MakeXML::_preg_grep_keys()
   _sendauth_0kin file class.jabber.php, method Jabber::_sendauth_0k()
   _sendauth_digestin file class.jabber.php, method Jabber::_sendauth_digest()
   _sendauth_plaintextin file class.jabber.php, method Jabber::_sendauth_plaintext()
   _split_incomingin file class.jabber.php, method Jabber::_split_incoming()
   _xml_depthin file class.jabber.php, method Jabber::_xml_depth()
a  + top
   $active_socketin file class.jabber.php, variable CJP_StandardConnector::$active_socket
   $addr_ccin file CMailFile.class.php, variable CMailFile::$addr_cc
   $addr_toin file CMailFile.class.php, variable CMailFile::$addr_to
   accessforbiddenin file functions.inc.php, function accessforbidden()
   AccountRegistrationin file class.jabber.php, method Jabber::AccountRegistration()
   AddPacketDetailsin file class.jabber.php, method MakeXML::AddPacketDetails()
   AddToLogin file class.jabber.php, method Jabber::AddToLog()
   attach_filein file CMailFile.class.php, method CMailFile::attach_file()
b  + top
   block_accessin file functions.inc.php, function block_access()
   BuildPacketin file class.jabber.php, method MakeXML::BuildPacket()
c  + top
   $connectedin file class.jabber.php, variable Jabber::$connected
   $connectionin file class.jabber.php, variable Jabber::$connection
   $CONNECTORin file class.jabber.php, variable Jabber::$CONNECTOR
   CallHandlerin file class.jabber.php, method Jabber::CallHandler()
   CJP_StandardConnectorin file class.jabber.php, class CJP_StandardConnector
   CloseSocketin file class.jabber.php, method CJP_StandardConnector::CloseSocket()
   CMailFilein file CMailFile.class.php, method CMailFile::CMailFile()
   CMailFilein file CMailFile.class.php, class CMailFile
   CMailFile.class.phpprocedural page CMailFile.class.php
   Connectin file class.jabber.php, method Jabber::Connect()
   creer_pass_aleatoirein file functions.inc.php, function creer_pass_aleatoire()
   CruiseControlin file class.jabber.php, method Jabber::CruiseControl()
   class.jabber.phpprocedural page class.jabber.php
d  + top
   $delay_disconnectin file class.jabber.php, variable Jabber::$delay_disconnect
   Disconnectin file class.jabber.php, method Jabber::Disconnect()
   dolibarr_del_constin file functions.inc.php, function dolibarr_del_const()
   dolibarr_fiche_headin file functions.inc.php, function dolibarr_fiche_head()
   dolibarr_print_cain file functions.inc.php, function dolibarr_print_ca()
   dolibarr_print_datein file functions.inc.php, function dolibarr_print_date()
   dolibarr_print_object_infoin file functions.inc.php, function dolibarr_print_object_info()
   dolibarr_print_phonein file functions.inc.php, function dolibarr_print_phone()
   dolibarr_set_constin file functions.inc.php, function dolibarr_set_const()
   dolibarr_syslogin file functions.inc.php, function dolibarr_syslog()
   dolibarr_user_page_paramin file functions.inc.php, function dolibarr_user_page_param()
   doliMoveFileUploadin file functions.inc.php, function doliMoveFileUpload()
   dol_delete_filein file functions.inc.php, function dol_delete_file()
e  + top
   $enable_loggingin file class.jabber.php, variable Jabber::$enable_logging
   $error_codesin file class.jabber.php, variable Jabber::$error_codes
   encodein file vcard.class.php, function encode()
    *************************************************************************
   encode_filein file CMailFile.class.php, method CMailFile::encode_file()
   escapein file vcard.class.php, function escape()
f  + top
   $filenamein file vcard.class.php, variable vCard::$filename
   francsin file functions.inc.php, function francs()
   functions.inc.phpprocedural page functions.inc.php
g  + top
   getFileNamein file vcard.class.php, method vCard::getFileName()
   GetFirstFromQueuein file class.jabber.php, method Jabber::GetFirstFromQueue()
   GetFromQueueByIdin file class.jabber.php, method Jabber::GetFromQueueById()
   GetInfoFromIqErrorin file class.jabber.php, method Jabber::GetInfoFromIqError()
   GetInfoFromIqFromin file class.jabber.php, method Jabber::GetInfoFromIqFrom()
   GetInfoFromIqIdin file class.jabber.php, method Jabber::GetInfoFromIqId()
   GetInfoFromIqKeyin file class.jabber.php, method Jabber::GetInfoFromIqKey()
   GetInfoFromIqTypein file class.jabber.php, method Jabber::GetInfoFromIqType()
   GetInfoFromMessageBodyin file class.jabber.php, method Jabber::GetInfoFromMessageBody()
   GetInfoFromMessageErrorin file class.jabber.php, method Jabber::GetInfoFromMessageError()
   GetInfoFromMessageFromin file class.jabber.php, method Jabber::GetInfoFromMessageFrom()
   GetInfoFromMessageIdin file class.jabber.php, method Jabber::GetInfoFromMessageId()
   GetInfoFromMessageSubjectin file class.jabber.php, method Jabber::GetInfoFromMessageSubject()
   GetInfoFromMessageThreadin file class.jabber.php, method Jabber::GetInfoFromMessageThread()
   GetInfoFromMessageTypein file class.jabber.php, method Jabber::GetInfoFromMessageType()
   GetInfoFromPresenceFromin file class.jabber.php, method Jabber::GetInfoFromPresenceFrom()
   GetInfoFromPresencePriorityin file class.jabber.php, method Jabber::GetInfoFromPresencePriority()
   GetInfoFromPresenceShowin file class.jabber.php, method Jabber::GetInfoFromPresenceShow()
   GetInfoFromPresenceStatusin file class.jabber.php, method Jabber::GetInfoFromPresenceStatus()
   GetInfoFromPresenceTypein file class.jabber.php, method Jabber::GetInfoFromPresenceType()
   getVCardin file vcard.class.php, method vCard::getVCard()
   GetvCardin file class.jabber.php, method Jabber::GetvCard()
h  + top
   Handler_iq_in file class.jabber.php, method Jabber::Handler_iq_()
   Handler_iq_jabber_iq_agentin file class.jabber.php, method Jabber::Handler_iq_jabber_iq_agent()
   Handler_iq_jabber_iq_agentsin file class.jabber.php, method Jabber::Handler_iq_jabber_iq_agents()
   Handler_iq_jabber_iq_authin file class.jabber.php, method Jabber::Handler_iq_jabber_iq_auth()
   Handler_iq_jabber_iq_autoupdatein file class.jabber.php, method Jabber::Handler_iq_jabber_iq_autoupdate()
   Handler_iq_jabber_iq_oobin file class.jabber.php, method Jabber::Handler_iq_jabber_iq_oob()
   Handler_iq_jabber_iq_privatein file class.jabber.php, method Jabber::Handler_iq_jabber_iq_private()
   Handler_iq_jabber_iq_registerin file class.jabber.php, method Jabber::Handler_iq_jabber_iq_register()
   Handler_iq_jabber_iq_rosterin file class.jabber.php, method Jabber::Handler_iq_jabber_iq_roster()
   Handler_iq_jabber_iq_searchin file class.jabber.php, method Jabber::Handler_iq_jabber_iq_search()
   Handler_iq_jabber_iq_timein file class.jabber.php, method Jabber::Handler_iq_jabber_iq_time()
   Handler_iq_jabber_iq_versionin file class.jabber.php, method Jabber::Handler_iq_jabber_iq_version()
   Handler_message_chatin file class.jabber.php, method Jabber::Handler_message_chat()
   Handler_message_errorin file class.jabber.php, method Jabber::Handler_message_error()
   Handler_message_groupchatin file class.jabber.php, method Jabber::Handler_message_groupchat()
   Handler_message_headlinein file class.jabber.php, method Jabber::Handler_message_headline()
   Handler_message_normalin file class.jabber.php, method Jabber::Handler_message_normal()
   Handler_NOT_IMPLEMENTEDin file class.jabber.php, method Jabber::Handler_NOT_IMPLEMENTED()
   Handler_presence_availablein file class.jabber.php, method Jabber::Handler_presence_available()
   Handler_presence_errorin file class.jabber.php, method Jabber::Handler_presence_error()
   Handler_presence_subscribein file class.jabber.php, method Jabber::Handler_presence_subscribe()
   Handler_presence_subscribedin file class.jabber.php, method Jabber::Handler_presence_subscribed()
   Handler_presence_unavailablein file class.jabber.php, method Jabber::Handler_presence_unavailable()
   Handler_presence_unsubscribein file class.jabber.php, method Jabber::Handler_presence_unsubscribe()
   Handler_presence_unsubscribedin file class.jabber.php, method Jabber::Handler_presence_unsubscribed()
i  + top
   $iq_sleep_timerin file class.jabber.php, variable Jabber::$iq_sleep_timer
   $iq_version_namein file class.jabber.php, variable Jabber::$iq_version_name
   $iq_version_osin file class.jabber.php, variable Jabber::$iq_version_os
   $iq_version_versionin file class.jabber.php, variable Jabber::$iq_version_version
   img_alertein file functions.inc.php, function img_alerte()
   img_deletein file functions.inc.php, function img_delete()
   img_editin file functions.inc.php, function img_edit()
   img_filein file functions.inc.php, function img_file()
   img_file_newin file functions.inc.php, function img_file_new()
   img_infoin file functions.inc.php, function img_info()
   img_nextin file functions.inc.php, function img_next()
   img_pdfin file functions.inc.php, function img_pdf()
   img_phone_inin file functions.inc.php, function img_phone_in()
   img_phone_outin file functions.inc.php, function img_phone_out()
   img_previousin file functions.inc.php, function img_previous()
   inctvain file functions.inc.php, function inctva()
   initialiser_selin file functions.inc.php, function initialiser_sel()
j  + top
   $jidin file class.jabber.php, variable Jabber::$jid
   Jabberin file class.jabber.php, method Jabber::Jabber()
   Jabberin file class.jabber.php, class Jabber
    *************************************************************************
k  + top
   $keep_alive_idin file class.jabber.php, variable Jabber::$keep_alive_id
l  + top
   $last_ping_timein file class.jabber.php, variable Jabber::$last_ping_time
   $log_arrayin file class.jabber.php, variable Jabber::$log_array
   $log_filehandlerin file class.jabber.php, variable Jabber::$log_filehandler
   $log_filenamein file class.jabber.php, variable Jabber::$log_filename
   Listenin file class.jabber.php, method Jabber::Listen()
   logfilein file functions.inc.php, function logfile()
   loginFunctionin file functions.inc.php, function loginFunction()
m  + top
   $mime_boundaryin file CMailFile.class.php, variable CMailFile::$mime_boundary
   $mime_headersin file CMailFile.class.php, variable CMailFile::$mime_headers
   MakeXMLin file class.jabber.php, method MakeXML::MakeXML()
   MakeXMLin file class.jabber.php, class MakeXML
    *************************************************************************
   my_chunk_splitin file CMailFile.class.php, function my_chunk_split()
n  + top
   $nodesin file class.jabber.php, variable MakeXML::$nodes
o  + top
   OpenSocketin file class.jabber.php, method CJP_StandardConnector::OpenSocket()
p  + top
   $packet_queuein file class.jabber.php, variable Jabber::$packet_queue
   $passwordin file class.jabber.php, variable Jabber::$password
   $portin file class.jabber.php, variable Jabber::$port
   $propertiesin file vcard.class.php, variable vCard::$properties
   pricein file functions.inc.php, function price()
   PrintLogin file class.jabber.php, method Jabber::PrintLog()
   print_barre_listein file functions.inc.php, function print_barre_liste()
   print_date_selectin file functions.inc.php, function print_date_select()
   print_duree_selectin file functions.inc.php, function print_duree_select()
   print_fiche_titrein file functions.inc.php, function print_fiche_titre()
   print_fleche_navigationin file functions.inc.php, function print_fleche_navigation()
   print_heure_selectin file functions.inc.php, function print_heure_select()
   print_liste_field_titrein file functions.inc.php, function print_liste_field_titre()
   print_liste_field_titre_newin file functions.inc.php, function print_liste_field_titre_new()
   print_oui_nonin file functions.inc.php, function print_oui_non()
   print_titrein file functions.inc.php, function print_titre()
q  + top
   quoted_printable_encodein file vcard.class.php, function quoted_printable_encode()
r  + top
   $resourcein file class.jabber.php, variable Jabber::$resource
   $returned_keep_alivein file class.jabber.php, variable Jabber::$returned_keep_alive
   $rosterin file class.jabber.php, variable Jabber::$roster
   ReadFromSocketin file class.jabber.php, method CJP_StandardConnector::ReadFromSocket()
   RosterAddUserin file class.jabber.php, method Jabber::RosterAddUser()
   RosterExistsJIDin file class.jabber.php, method Jabber::RosterExistsJID()
   RosterRemoveUserin file class.jabber.php, method Jabber::RosterRemoveUser()
   RosterUpdatein file class.jabber.php, method Jabber::RosterUpdate()
s  + top
   $serverin file class.jabber.php, variable Jabber::$server
   $smtp_headersin file CMailFile.class.php, variable CMailFile::$smtp_headers
   $stream_idin file class.jabber.php, variable Jabber::$stream_id
   $subjectin file CMailFile.class.php, variable CMailFile::$subject
   $subscription_queuein file class.jabber.php, variable Jabber::$subscription_queue
   SendAuthin file class.jabber.php, method Jabber::SendAuth()
   SendErrorin file class.jabber.php, method Jabber::SendError()
   sendfilein file CMailFile.class.php, method CMailFile::sendfile()
   SendIqin file class.jabber.php, method Jabber::SendIq()
   SendMessagein file class.jabber.php, method Jabber::SendMessage()
   SendPacketin file class.jabber.php, method Jabber::SendPacket()
   SendPresencein file class.jabber.php, method Jabber::SendPresence()
   setAddressin file vcard.class.php, method vCard::setAddress()
   setBirthdayin file vcard.class.php, method vCard::setBirthday()
   setEmailin file vcard.class.php, method vCard::setEmail()
   setFormattedNamein file vcard.class.php, method vCard::setFormattedName()
   setLabelin file vcard.class.php, method vCard::setLabel()
   setNamein file vcard.class.php, method vCard::setName()
   setNotein file vcard.class.php, method vCard::setNote()
   setPhoneNumberin file vcard.class.php, method vCard::setPhoneNumber()
   setPhotoin file vcard.class.php, method vCard::setPhoto()
   setURLin file vcard.class.php, method vCard::setURL()
   stat_printin file functions.inc.php, function stat_print()
   StripJIDin file class.jabber.php, method Jabber::StripJID()
   Subscribein file class.jabber.php, method Jabber::Subscribe()
   SubscriptionAcceptRequestin file class.jabber.php, method Jabber::SubscriptionAcceptRequest()
   SubscriptionDenyRequestin file class.jabber.php, method Jabber::SubscriptionDenyRequest()
t  + top
   $text_bodyin file CMailFile.class.php, variable CMailFile::$text_body
   $text_encodedin file CMailFile.class.php, variable CMailFile::$text_encoded
   $txnidin file class.jabber.php, variable Jabber::$txnid
   tab_countin file functions.inc.php, function tab_count()
   transcoS2Lin file functions.inc.php, function transcoS2L()
   TransportRegistrationin file class.jabber.php, method Jabber::TransportRegistration()
   TransportRegistrationDetailsin file class.jabber.php, method Jabber::TransportRegistrationDetails()
   TraverseXMLizein file class.jabber.php, method Jabber::TraverseXMLize()
   tvain file functions.inc.php, function tva()
u  + top
   $usernamein file class.jabber.php, variable Jabber::$username
   Unsubscribein file class.jabber.php, method Jabber::Unsubscribe()
v  + top
   vCardin file vcard.class.php, class vCard
   vcard.class.phpprocedural page vcard.class.php
w  + top
   WriteToSocketin file class.jabber.php, method CJP_StandardConnector::WriteToSocket()
   write_bodyin file CMailFile.class.php, method CMailFile::write_body()
   write_mimeheadersin file CMailFile.class.php, method CMailFile::write_mimeheaders()
   write_smtpheadersin file CMailFile.class.php, method CMailFile::write_smtpheaders()
x  + top
   xmlizein file class.jabber.php, method Jabber::xmlize()
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_mysql.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_mysql.lib.php.html new file mode 100644 index 00000000000..f0b367ac4e4 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_mysql.lib.php.html @@ -0,0 +1,320 @@ + + + + + + + + +

Element Index, Package mysql.lib.php

+Indexes by package:
+ +Index of all elements +
+ a + b + c + d + e + f + i + l + m + n + o + p + q + r + s + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
a  + top
   affected_rowsin file mysql.lib.php, method DoliDb::affected_rows()
    obtient le nombre de lignes affectées dans la précédente opération
b  + top
   beginin file mysql.lib.php, method DoliDb::begin()
    debut d'un transaction
c  + top
   $connectedin file mysql.lib.php, variable DoliDb::$connected
   clonein file mysql.lib.php, method DoliDb::clone()
    copie d'une database
   closein file mysql.lib.php, method DoliDb::close()
    fermeture d'une connection vers une database
   commitin file mysql.lib.php, method DoliDb::commit()
    écriture d'un transaction
   connectin file mysql.lib.php, method DoliDb::connect()
    connection vers une database
   create_dbin file mysql.lib.php, method DoliDb::create_db()
    création d'une database
d  + top
   $database_selectedin file mysql.lib.php, variable DoliDb::$database_selected
   $dbin file mysql.lib.php, variable DoliDb::$db
   DoliDbin file mysql.lib.php, method DoliDb::DoliDb()
    ouverture d'une connection vers le serveur et/ou une database
   DoliDbin file mysql.lib.php, class DoliDb
    classe DoliDb
e  + top
   $ERROR_DUPLICATEin file mysql.lib.php, variable DoliDb::$ERROR_DUPLICATE
   $ERROR_TABLEEXISTSin file mysql.lib.php, variable DoliDb::$ERROR_TABLEEXISTS
   errnoin file mysql.lib.php, method DoliDb::errno()
    renvoie la valeur numerique de l'erreur mysql de l'operation precedente
   errorin file mysql.lib.php, method DoliDb::error()
    renvoie le texte de l'erreur mysql de l'operation precedente
f  + top
   fetch_arrayin file mysql.lib.php, method DoliDb::fetch_array()
    renvoie les données dans un tableau
   fetch_fieldin file mysql.lib.php, method DoliDb::fetch_field()
    Get column information from a result and return as an object
   fetch_objectin file mysql.lib.php, method DoliDb::fetch_object()
    renvoie les données comme un objet
   fetch_rowin file mysql.lib.php, method DoliDb::fetch_row()
    renvoie les données comme un tableau
   freein file mysql.lib.php, method DoliDb::free()
    désalloue la memoire de la requete
i  + top
   idatein file mysql.lib.php, method DoliDb::idate()
    formatage de la date en fonction des locales
l  + top
   last_insert_idin file mysql.lib.php, method DoliDb::last_insert_id()
    obtient l'id genéré par le précedent INSERT
   list_tablesin file mysql.lib.php, method DoliDb::list_tables()
    liste des tables vers une database
m  + top
   mysql.lib.phpprocedural page mysql.lib.php
n  + top
   num_fieldsin file mysql.lib.php, method DoliDb::num_fields()
    renvoie le nombre de champs dans le resultat de la requete
   num_rowsin file mysql.lib.php, method DoliDb::num_rows()
    renvoie le nombre de lignes dans le resultat de la requete
o  + top
   $okin file mysql.lib.php, variable DoliDb::$ok
p  + top
   pconnectin file mysql.lib.php, method DoliDb::pconnect()
    ouverture d'une connection vers une database
   pdatein file mysql.lib.php, method DoliDb::pdate()
   plimitin file mysql.lib.php, method DoliDb::plimit()
    défini les limites de la requète
q  + top
   queryin file mysql.lib.php, method DoliDb::query()
    requete vers une database
r  + top
   $resultsin file mysql.lib.php, variable DoliDb::$results
   resultin file mysql.lib.php, method DoliDb::result()
    renvoie les données de la requete
   rollbackin file mysql.lib.php, method DoliDb::rollback()
    effacement d'un transaction et retour au ancienne valeurs
s  + top
   select_dbin file mysql.lib.php, method DoliDb::select_db()
    selectionne une database
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_price.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_price.lib.php.html new file mode 100644 index 00000000000..bbbea7eb103 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_price.lib.php.html @@ -0,0 +1,54 @@ + + + + + + + + +

Element Index, Package price.lib.php

+Indexes by package:
+ +Index of all elements +
+ c + p + +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
c  + top
   calcul_pricein file price.lib.php, function calcul_price()
    permet de calculer un prix
p  + top
   price.lib.phpprocedural page price.lib.php
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_thermometer.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_thermometer.php.html new file mode 100644 index 00000000000..cc7aa71d69a --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/elementindex_thermometer.php.html @@ -0,0 +1,54 @@ + + + + + + + + +

Element Index, Package thermometer.php

+Indexes by package:
+ +Index of all elements +
+ m + t + +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
m  + top
   moneyMeterin file thermometer.php, function moneyMeter()
    permet d'afficher un thermometre monetaire
t  + top
   thermometer.phpprocedural page thermometer.php
+ \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_Webcal.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_Webcal.html new file mode 100644 index 00000000000..f7fc9655e8d --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_Webcal.html @@ -0,0 +1,136 @@ + + + + + + + + + + + + + +

Navigation: Webcal

+ +
+ +
+phpDocumentor v 1.2.3
+
+HTML layout inspired by PHPEdit
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_default.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_default.html new file mode 100644 index 00000000000..3a73f75d8c1 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_default.html @@ -0,0 +1,360 @@ + + + + + + + + + + + + + +

Navigation: default

+ +
+ +
+phpDocumentor v 1.2.3
+
+HTML layout inspired by PHPEdit
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_mysql.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_mysql.lib.php.html new file mode 100644 index 00000000000..41f4a27f536 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_mysql.lib.php.html @@ -0,0 +1,136 @@ + + + + + + + + + + + + + +

Navigation: mysql.lib.php

+ +
+ +
+phpDocumentor v 1.2.3
+
+HTML layout inspired by PHPEdit
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_price.lib.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_price.lib.php.html new file mode 100644 index 00000000000..3959af21010 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_price.lib.php.html @@ -0,0 +1,136 @@ + + + + + + + + + + + + + +

Navigation: price.lib.php

+ +
+ +
+phpDocumentor v 1.2.3
+
+HTML layout inspired by PHPEdit
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_thermometer.php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_thermometer.php.html new file mode 100644 index 00000000000..2f2594ef76f --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/li_thermometer.php.html @@ -0,0 +1,136 @@ + + + + + + + + + + + + + +

Navigation: thermometer.php

+ +
+ +
+phpDocumentor v 1.2.3
+
+HTML layout inspired by PHPEdit
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/mysql.lib.php/DoliDb.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/mysql.lib.php/DoliDb.html new file mode 100644 index 00000000000..f739a6be37d --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/mysql.lib.php/DoliDb.html @@ -0,0 +1,918 @@ + + + + + Docs For Class DoliDb + + + + + + + + +

+ Class DoliDb +

(line 38) +
+ + +
+

Description

+
+
+

+ Located in File: /mysql.lib.php
+

+ +
classe DoliDb
+

Classe contenant les fonctions pour gere la database de dolibarr

+
    +
  • version: - 1.2
  • +
  • author: - Laurent Destailleur
  • +
  • author: - Rodolphe Quiedeville
  • +
  • author: - Fabien Seisen
  • +
+

+
+ +
+

Class Variables

+ +Summary:
+
+ mixed + $connected +
+
+ mixed + $database_selected +
+
+ mixed + $db +
+
+ mixed + $ERROR_DUPLICATE +
+
+ mixed + $ERROR_TABLEEXISTS +
+
+ mixed + $ok +
+
+ mixed + $results +
+
+ +
+

+ $connected (line 39) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $database_selected (line 39) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $db (line 39) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $ERROR_DUPLICATE = 1062 (line 42) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $ERROR_TABLEEXISTS = 1050 (line 43) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $ok (line 39) +

+

Data type : mixed

+ +
    +
+
+ +
+

+ $results (line 39) +

+

Data type : mixed

+ +
    +
+
+ +
+
+

Method Detail

+ +Summary:
+
+ +
+ DoliDb + DoliDb + ([string $type = 'mysql'], [string $host = ''], [string $user = ''], [string $pass = ''], [string $name = '']) +
+ +
+ int + affected_rows + () +
+ +
+ string + begin + ([integer $do = 1]) +
+ +
+ resource + clone + () +
+ +
+ resource + close + () +
+ +
+ string + commit + ([integer $do = 1]) +
+ +
+ resource + connect + (string $host, string $login, string $passwd) +
+ +
+ integer + create_db + (string $database) +
+ +
+ int + errno + () +
+ +
+ string + error + () +
+ +
+ array + fetch_array + () +
+ +
+ object + fetch_field + () +
+ +
+ resource + fetch_object + () +
+ +
+ array + fetch_row + () +
+ +
+ resource + free + () +
+ +
+ string + idate + (integer $fname) +
+ +
+ int + last_insert_id + () +
+ +
+ resource + list_tables + (string $database) +
+ +
+ int + num_fields + () +
+ +
+ int + num_rows + () +
+ +
+ resource + pconnect + (string $host, string $login, string $passwd) +
+ +
+ void + pdate + (mixed $fname) +
+ +
+ string + plimit + (integer $limit, integer $offset) +
+ +
+ resource + query + (string $query, [string $limit = ""], [string $offset = ""]) +
+ +
+ resource + result + (integer $nb, string $fieldname) +
+ +
+ string + rollback + ([integer $do = 1]) +
+ +
+ resource + select_db + (string $database) +
+
+
+ + + + +

+ Constructor DoliDb (line 57) +

+

DoliDb DoliDb( +[string +$type = 'mysql'], [string +$host = ''], [string +$user = ''], [string +$pass = ''], [string +$name = ''])

+ + +
ouverture d'une connection vers le serveur et/ou une database
+

Parameters

+
    +
  • string $type:
  • +
  • string $host:
  • +
  • string $user:
  • +
  • string $pass:
  • +
  • string $name:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method affected_rows (line 498) +

+

int affected_rows( +)

+ + +
obtient le nombre de lignes affectées dans la précédente opération
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method begin (line 230) +

+

string begin( +[integer +$do = 1])

+ + +
debut d'un transaction
+

Parameters

+
    +
  • integer $do:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method clone (line 187) +

+

resource clone( +)

+ + +
copie d'une database
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method close (line 217) +

+

resource close( +)

+ + +
fermeture d'une connection vers une database
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method commit (line 250) +

+

string commit( +[integer +$do = 1])

+ + +
écriture d'un transaction
+

Parameters

+
    +
  • integer $do:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method connect (line 153) +

+

resource connect( +string +$host, string +$login, string +$passwd)

+ + +
connection vers une database
+

Parameters

+
    +
  • string $host:
  • +
  • string $login:
  • +
  • string $passwd:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method create_db (line 168) +

+

integer create_db( +string +$database)

+ + +
création d'une database
+

Parameters

+
    +
  • string $database:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method errno (line 471) +

+

int errno( +)

+ + +
renvoie la valeur numerique de l'erreur mysql de l'operation precedente
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method error (line 459) +

+

string error( +)

+ + +
renvoie le texte de l'erreur mysql de l'operation precedente
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method fetch_array (line 399) +

+

array fetch_array( +)

+ + +
renvoie les données dans un tableau
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method fetch_field (line 423) +

+

object fetch_field( +)

+ + +
Get column information from a result and return as an object
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method fetch_object (line 347) +

+

resource fetch_object( +)

+ + +
renvoie les données comme un objet
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method fetch_row (line 411) +

+

array fetch_row( +)

+ + +
renvoie les données comme un tableau
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method free (line 335) +

+

resource free( +)

+ + +
désalloue la memoire de la requete
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method idate (line 387) +

+

string idate( +integer +$fname)

+ + +
formatage de la date en fonction des locales
+

Parameters

+
    +
  • integer $fname:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method last_insert_id (line 486) +

+

int last_insert_id( +)

+ + +
obtient l'id genéré par le précedent INSERT
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method list_tables (line 308) +

+

resource list_tables( +string +$database)

+ + +
liste des tables vers une database
+

Parameters

+
    +
  • string $database:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method num_fields (line 447) +

+

int num_fields( +)

+ + +
renvoie le nombre de champs dans le resultat de la requete
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method num_rows (line 435) +

+

int num_rows( +)

+ + +
renvoie le nombre de lignes dans le resultat de la requete
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method pconnect (line 204) +

+

resource pconnect( +string +$host, string +$login, string +$passwd)

+ + +
ouverture d'une connection vers une database
+

Parameters

+
    +
  • string $host:
  • +
  • string $login:
  • +
  • string $passwd:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method pdate (line 374) +

+

void pdate( +mixed +$fname)

+ + + +

Info

+
    +
+
+ +

+ Method plimit (line 361) +

+

string plimit( +[integer +$limit = 0], [integer +$offset = 0])

+ + +
défini les limites de la requète
+

Parameters

+
    +
  • integer $limit:
  • +
  • integer $offset:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method query (line 292) +

+

resource query( +string +$query, [string +$limit = ""], [string +$offset = ""])

+ + +
requete vers une database
+

Parameters

+
    +
  • string $query:
  • +
  • string $limit:
  • +
  • string $offset:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method result (line 323) +

+

resource result( +integer +$nb, string +$fieldname)

+ + +
renvoie les données de la requete
+

Parameters

+
    +
  • integer $nb:
  • +
  • string $fieldname:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method rollback (line 270) +

+

string rollback( +[integer +$do = 1])

+ + +
effacement d'un transaction et retour au ancienne valeurs
+

Parameters

+
    +
  • integer $do:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+ +

+ Method select_db (line 138) +

+

resource select_db( +string +$database)

+ + +
selectionne une database
+

Parameters

+
    +
  • string $database:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+
+
+

Inherited Variables

+ + + +

Inherited Class Variable Summary

+ +
+
+

Inherited Methods

+ + + +

Inherited Method Summary

+ +
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:40 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/mysql.lib.php/_mysql_lib_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/mysql.lib.php/_mysql_lib_php.html new file mode 100644 index 00000000000..0ee2032f941 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/mysql.lib.php/_mysql_lib_php.html @@ -0,0 +1,170 @@ + + + + + Docs for page mysql.lib.php + + + + + + + +

File: /mysql.lib.php

+
+ + +
+

Description

+ +
classe DoliDb
+

Classe contenant les fonctions pour gere la database de dolibarr

+
    +
  • version: - 1.2
  • +
  • author: - Laurent Destailleur
  • +
  • author: - Rodolphe Quiedeville
  • +
  • author: - Fabien Seisen
  • +
+ + +

Classes defined in this file

+ + + + + + + + + + + +

CLASS NAME

DESCRIPTION

DoliDbclasse DoliDb
+
+ +
+ + +

Include/Require Statements

+ + + +
+
+ + +

Global Variables

+ + + +
+
+ + + +

Constants

+ + + +
+
+ + +

Functions

+ + + +
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:40 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/price.lib.php/_price_lib_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/price.lib.php/_price_lib_php.html new file mode 100644 index 00000000000..77e1295e192 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/price.lib.php/_price_lib_php.html @@ -0,0 +1,184 @@ + + + + + Docs for page price.lib.php + + + + + + + +

File: /price.lib.php

+
+ + +
+

Description

+ +
librairie contenant les fonctions pour calculer un prix
+
    +
  • version: - 1.2
  • +
  • author: - Rodolphe Quiedeville
  • +
+ + +

Classes defined in this file

+ + + + + + + +

CLASS NAME

DESCRIPTION

+
+ +
+ + +

Include/Require Statements

+ + + +
+
+ + +

Global Variables

+ + + +
+
+ + + +

Constants

+ + + +
+
+ + +

Functions

+ + + + +
+

+ calcul_price (line 41) +

+

integer calcul_price( +integer $products, integer $remise_percent)

+ + +
permet de calculer un prix
+

Parameters

+
    +
  • integer $products:
  • +
  • integer $remise_percent:
  • +
+ +

Info

+
    +
  • access - public
  • +
+
+
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:43 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file diff --git a/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/thermometer.php/_thermometer_php.html b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/thermometer.php/_thermometer_php.html new file mode 100644 index 00000000000..e18cd49bbd5 --- /dev/null +++ b/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/thermometer.php/_thermometer_php.html @@ -0,0 +1,187 @@ + + + + + Docs for page thermometer.php + + + + + + + +

File: /thermometer.php

+
+ + +
+

Description

+ +
librairie contenant les fonctions pour afficher un thermometre monetaire
+
    +
  • version: - 1.2
  • +
  • author: - Rodolphe Quiedeville
  • +
  • author: - Timothy Kanters
  • +
+ + +

Classes defined in this file

+ + + + + + + +

CLASS NAME

DESCRIPTION

+
+ +
+ + +

Include/Require Statements

+ + + +
+
+ + +

Global Variables

+ + + +
+
+ + + +

Constants

+ + + +
+
+ + +

Functions

+ + + + +
+

+ moneyMeter (line 45) +

+

string moneyMeter( +[integer $actualValue = 0], [integer $pendingValue = 0], [mixed $intentValue = 0], integer $intendValue)

+ + +
permet d'afficher un thermometre monetaire
+

Parameters

+
    +
  • integer $actualValue:
  • +
  • integer $pendingValue:
  • +
  • integer $intendValue:
  • +
+ +

Info

+
    +
  • return - $htmlLegenda
  • +
  • access - public
  • +
+
+
+
+ +
+
+ Documentation generated on Mon, 21 Jun 2004 23:58:43 +0200 by phpDocumentor 1.2.3 +
+ + \ No newline at end of file