Nettoyage de la doc dveloppement. On laisse le script pour la regnerer ainsi qu'un README-FR pour explication et donner l'URL de la doc dveloppeur wiki.
This commit is contained in:
parent
2a0e571d96
commit
1626541ddc
@ -1,5 +0,0 @@
|
||||
dolibarr-dev.ps
|
||||
dolibarr-dev.tpt
|
||||
dolibarr-dev.pdf
|
||||
dolibarr-dev.out
|
||||
dolibarr-dev.html
|
||||
@ -1,57 +0,0 @@
|
||||
# Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#
|
||||
# $Id$
|
||||
# $Source$
|
||||
|
||||
DOC=dolibarr-dev
|
||||
DEBIANDOC2PS= debiandoc2ps
|
||||
DEBIANDOC2PDF= debiandoc2pdf
|
||||
DEBIANDOC2HTML= debiandoc2html
|
||||
DEBIANDOC2LATEX= debiandoc2latex
|
||||
DEBIANDOC2TEXT= debiandoc2text
|
||||
|
||||
OPTIONS=-v -lfr_FR.ISO8859-1 -pa4
|
||||
HOPTIONS=-lfr_FR.ISO8859-1
|
||||
|
||||
RSYNC=/usr/bin/rsync
|
||||
ROPT=-av
|
||||
RSSH=-e ssh
|
||||
|
||||
FRPAGES = $(shell find * -regex '.*\.sgml' -print )
|
||||
|
||||
all: $(DOC).pdf $(DOC).html
|
||||
|
||||
|
||||
%.tex: %.sgml $(FRPAGES)
|
||||
$(DEBIANDOC2LATEX) $(HOPTIONS) $<
|
||||
|
||||
%.ps: %.sgml $(FRPAGES)
|
||||
$(DEBIANDOC2PS) $(OPTIONS) $<
|
||||
|
||||
$(DOC).pdf: $(FRPAGES)
|
||||
$(DEBIANDOC2PDF) $(OPTIONS) $(DOC).sgml
|
||||
#linuxdoc --backend=latex -o pdf dolidev.sgml
|
||||
|
||||
%.html: %.sgml $(FRPAGES)
|
||||
$(DEBIANDOC2HTML) $(HOPTIONS) $<
|
||||
|
||||
put:
|
||||
$(RSYNC) $(ROPT) $(RSSH) *pdf dolibarr-dev.html rodolphe.quiedeville.org:/home/www/www.dolibarr.com/htdocs/documentation
|
||||
|
||||
clean:
|
||||
rm -f *pdf *pslinuxdoc --backend=latex -o pdf dolidev.sgml
|
||||
|
||||
@ -1,58 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- $Source$ -->
|
||||
<chapt id="config">Configuration
|
||||
|
||||
<sect id="config-conf">Fichier de configuration
|
||||
|
||||
<p>
|
||||
Le fichier de configuration de Dolibarr est
|
||||
<file>conf/conf.php</file> il est écrit par /install.php
|
||||
<p>
|
||||
<p>
|
||||
Le contenu du fichier standard est :
|
||||
|
||||
<example>
|
||||
$dolibarr_main_document_root="/spare/home/www/dolibarr/dolibarr/htdocs";
|
||||
$dolibarr_main_url_root="http://dolibarr.lafrere.lan";
|
||||
$dolibarr_main_db_host="localhost";
|
||||
$dolibarr_main_db_name="dolibarr";
|
||||
$dolibarr_main_db_user="dolibarr";
|
||||
$dolibarr_main_db_pass="";
|
||||
</example>
|
||||
|
||||
</p>
|
||||
|
||||
<sect1 id="config-sup">Paramètres optionnels supplémentaires
|
||||
<p>
|
||||
Vous pouvez ajouter le paramètre supplémentaire optionnel :
|
||||
<example>
|
||||
$dolibarr_auto_user="demo";
|
||||
</example>
|
||||
|
||||
Si vous souhaitez utiliser Dolibarr en mono-utilisateur, il
|
||||
faut quand même que cet utilisateur existe dans la base de
|
||||
données.
|
||||
</p>
|
||||
</sect1>
|
||||
|
||||
</sect>
|
||||
|
||||
|
||||
</chapt>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:nil
|
||||
sgml-shorttag:t
|
||||
sgml-namecase-general:t
|
||||
sgml-general-insert-case:lower
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:2
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:("dolibarr-dev.sgml" "book" "chapt")
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
@ -1,67 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- $Source$ -->
|
||||
<chapt id="adherent">Constantes
|
||||
|
||||
<p>
|
||||
Définition des constantes utilisées
|
||||
</p>
|
||||
|
||||
<sect id="const-config">Configuration
|
||||
<p>
|
||||
Liste des constantes utilisées dans la configuration
|
||||
|
||||
<list>
|
||||
<item>DB_NAME_OSC
|
||||
<p>Nom de la base de données d'oscommerce</p>
|
||||
</item>
|
||||
<item>DONS_FORM</item>
|
||||
<item>FAC_PDF_ADRESSE
|
||||
<p>Adresse imprimée sur les factures</p>
|
||||
</item>
|
||||
<item>FAC_PDF_FAX
|
||||
<p>Numéro de Fax imprimé sur les factures</p>
|
||||
</item>
|
||||
<item>FAC_PDF_SIREN
|
||||
<p>Numéro de SIREN affiché sur les factures</p>
|
||||
</item>
|
||||
<item>MAIN_DEBUG</item>
|
||||
<item>MAIN_THEME</item>
|
||||
<item>MAIN_TITLE</item>
|
||||
<item>MAIN_SPIP_DB
|
||||
<p>Nom de la base de données SPIP</p>
|
||||
</item>
|
||||
<item>MAIN_SPIP_PASS</item>
|
||||
<item>OSC_CATALOG_URL
|
||||
<p>URL du catalogue Oscommerce</p>
|
||||
</item>
|
||||
<item>OSC_CATALOG_DIRECTORY</item>
|
||||
<item>OSC_DIRECTORY</item>
|
||||
<item>OSC_IMAGE_DEFAULT</item>
|
||||
<item>PN_DB_NAME
|
||||
<p>Nom de la base Postnuke</p>
|
||||
</item>
|
||||
<item>PN_TABLE_STORIES_NAME</item>
|
||||
<item>SIZE_LISTE_LIMIT</item>
|
||||
</list>
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
|
||||
</chapt>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:nil
|
||||
sgml-shorttag:t
|
||||
sgml-namecase-general:t
|
||||
sgml-general-insert-case:lower
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:2
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:("dolibarr-dev.sgml" "book" "chapt")
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
@ -1,42 +0,0 @@
|
||||
<!DOCTYPE debiandoc public "-//DebianDoc//DTD DebianDoc//EN"
|
||||
[
|
||||
<!entity ch-main system "main.sgml">
|
||||
<!entity ch-config system "config.sgml">
|
||||
<!entity ch-modules system "modules.sgml">
|
||||
<!entity ch-constantes system "constantes.sgml">
|
||||
<!entity ch-permissions system "permissions.sgml">
|
||||
<!entity ch-propale system "propale.sgml">
|
||||
<!entity ch-commande system "commande.sgml">
|
||||
<!entity ch-expedition system "expedition.sgml">
|
||||
<!entity ch-produit system "produit.sgml">
|
||||
<!entity ch-theme system "theme.sgml">
|
||||
]
|
||||
>
|
||||
<debiandoc>
|
||||
|
||||
<book>
|
||||
|
||||
<titlepag>
|
||||
|
||||
<title>Manuel de développement Dolibarr</title>
|
||||
|
||||
<author>Rodolphe Quiédeville<email/rodolphe@quiedeville.org/</author>
|
||||
|
||||
<version>0.0.1</version>
|
||||
|
||||
</titlepag>
|
||||
|
||||
<toc sect>
|
||||
|
||||
&ch-main;
|
||||
&ch-modules;
|
||||
&ch-config;
|
||||
&ch-permissions;
|
||||
&ch-constantes;
|
||||
&ch-propale;
|
||||
&ch-produit;
|
||||
&ch-theme;
|
||||
|
||||
</book>
|
||||
|
||||
</debiandoc>
|
||||
@ -1,90 +0,0 @@
|
||||
<!doctype linuxdoc system>
|
||||
|
||||
<article>
|
||||
|
||||
<!-- Title information -->
|
||||
|
||||
<title>Dolibarr documentation développeur</title>
|
||||
<author>
|
||||
<name>Rodolphe Quiédeville</name>
|
||||
</author>
|
||||
<date>$Id$</date>
|
||||
|
||||
<abstract>
|
||||
Documentation à l'usage des développeurs de Dolibarr.
|
||||
</abstract>
|
||||
|
||||
<!-- Table of contents -->
|
||||
<toc>
|
||||
|
||||
<!-- Begin the document -->
|
||||
|
||||
<sect>
|
||||
<heading>Configuration</heading>
|
||||
<p>
|
||||
Définition des constantes utilisées
|
||||
</p>
|
||||
|
||||
<sect1>
|
||||
<heading>Liste des constantes utilisées dans la configuration</heading>
|
||||
<p>
|
||||
<list>
|
||||
<item>DB_NAME_OSC
|
||||
<p>Nom de la base de données d'oscommerce</p>
|
||||
</item>
|
||||
<item>DONS_FORM</item>
|
||||
<item>FAC_PDF_ADRESSE
|
||||
<p>Adresse imprimée sur les factures</p>
|
||||
</item>
|
||||
<item>FAC_PDF_FAX
|
||||
<p>Numéro de Fax imprimé sur les factures</p>
|
||||
</item>
|
||||
<item>FAC_PDF_SIREN
|
||||
<p>Numéro de SIREN affiché sur les factures</p>
|
||||
</item>
|
||||
<item>MAIN_DEBUG</item>
|
||||
<item>MAIN_THEME</item>
|
||||
<item>MAIN_TITLE</item>
|
||||
<item>MAIN_SPIP_DB
|
||||
<p>Nom de la base de données SPIP</p>
|
||||
</item>
|
||||
<item>MAIN_SPIP_PASS</item>
|
||||
<item>OSC_CATALOG_URL
|
||||
<p>URL du catalogue Oscommerce</p>
|
||||
</item>
|
||||
<item>OSC_CATALOG_DIRECTORY</item>
|
||||
<item>OSC_DIRECTORY</item>
|
||||
<item>OSC_IMAGE_DEFAULT</item>
|
||||
<item>PN_DB_NAME
|
||||
<p>Nom de la base Postnuke</p>
|
||||
</item>
|
||||
<item>PN_TABLE_STORIES_NAME</item>
|
||||
<item>SIZE_LISTE_LIMIT</item>
|
||||
</list>
|
||||
</p>
|
||||
</sect1>
|
||||
|
||||
</sect>
|
||||
|
||||
|
||||
|
||||
<sect>
|
||||
<heading>Propositions commerciales</heading>
|
||||
|
||||
<p>
|
||||
Propositions commerciales
|
||||
</p>
|
||||
|
||||
<sect1>
|
||||
<heading>Modèles</heading>
|
||||
<p>
|
||||
Deux modèles de proposition sont fournit avec Dolibarr, mais vous pouvez en créer autant que vous le souhaitez. Pour cela il vous suffit de créer une nouvelle classe dans un fichier dont le nom doit être de la forme pdf_propale_MISC.modules.php où MISC est une chaine de caractère de votre choix. Une fois ce fichier créé la classe qu'il définit doit se nommer pdf_propale_MISC.
|
||||
</p>
|
||||
<p>
|
||||
Le nom (MISC) ne doit pas dépasser 50 caractères.
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
@ -1,108 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- $Source$ -->
|
||||
<chapt id="main">Règles générales
|
||||
|
||||
<p>
|
||||
Quelques grandes règles.
|
||||
</p>
|
||||
|
||||
<sect id="main-dev">Développeurs
|
||||
|
||||
<p>
|
||||
Participer au développement d'un projet libre implique
|
||||
d'utiliser les outils mis en place par le mainteneur du
|
||||
projet. Pour développer sur Dolibarr il faut :
|
||||
<p>
|
||||
<p>
|
||||
<list>
|
||||
<item>lire ce document ;-)</item>
|
||||
|
||||
<item>se créer un compte sur <url id="http://savannah.gnu.org/"
|
||||
name="Savannah"></item>
|
||||
|
||||
<item>s'inscrire sur la <url id="http://mail.nongnu.org/mailman/listinfo/dolibarr-dev" name="liste
|
||||
de discussions des développeur"></item>
|
||||
|
||||
<item>s'inscrire sur la <url
|
||||
id="http://mail.nongnu.org/mailman/listinfo/dolibarr-cvs" name="liste
|
||||
cvs">. Cette liste est est lecture seule, elle permet aux
|
||||
développeurs de suivre l'activité des commits</item>
|
||||
|
||||
<item>Respecter les notices de copyright, cela inclus la mise
|
||||
à jour de celles-ci lorsqu'un développeur modifie de façon
|
||||
conséquente un fichier ou ajoute dans un fichier une
|
||||
fonctionnalité nouvelles.</item>
|
||||
|
||||
<item>Prendre conscience des contraintes qu'implique
|
||||
l'utilisation de la GPL comme licence pour le projet, lors de
|
||||
l'utilisation d'une librairie dans Dolibarr si celle-ci n'est
|
||||
pas sous GPL discutez-en sur la liste des développeurs au péalable</item>
|
||||
</list>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Ces quelques obligations n'ont pour seul but que le
|
||||
développement se fasse dans les meilleures conditions possibles.
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
<sect id="main-java">Languages
|
||||
<p>
|
||||
Dolibarr est écrit en PHP version 4, les fichiers doivent tous
|
||||
comporter l'extention .php
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Les smart tags PHP ne sont pas utilisés les sections de code
|
||||
doivent commencer par <em><?PHP</em>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Le javascript et l'appel aux scripts java dans les pages php
|
||||
est à proscrire.
|
||||
</p>
|
||||
|
||||
<sect1 id="main-scripts">Scripts externes
|
||||
<p>
|
||||
Les scripts externes sont écrits en Perl, l'utilisation d'un
|
||||
autre language n'est pas interdit mais doit être discuté au
|
||||
préalable dans la mailing list des développeurs. Le language
|
||||
devra être maitrisé par au moins 2 développeurs pour en
|
||||
assurer la maintenance.
|
||||
</p>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="main-popup">Popup
|
||||
<p>
|
||||
Les popup windows ne doivent pas être utilisé.
|
||||
</p>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="main-quote">Attributs dans les balises HTML
|
||||
<p>
|
||||
Tous les attributs dans les balises HTML doivent être quottés
|
||||
avec des doubles quote.
|
||||
</p>
|
||||
</sect1>
|
||||
|
||||
</sect>
|
||||
|
||||
|
||||
</chapt>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:nil
|
||||
sgml-shorttag:t
|
||||
sgml-namecase-general:t
|
||||
sgml-general-insert-case:lower
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:2
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:("dolibarr-dev.sgml" "book" "chapt")
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
@ -1,57 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- $Source$ -->
|
||||
<chapt id="modules">Modules
|
||||
|
||||
<p>
|
||||
Dolibarr à pour objectif d'être modulaire à terme.
|
||||
</p>
|
||||
|
||||
<sect id="modules-def">Définition
|
||||
<p>
|
||||
La définition d'un module se fait en incluant une classe dans le
|
||||
répertoire <file>htdocs/includes/modules</file>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Cette classe est une extension de la classe <file>modDolibarrModules</file>,
|
||||
son nom doit commencer par le préfixe "mod", la quatrième lettre
|
||||
étant en majuscule (ex : modFacture, modCommercial)
|
||||
</p>
|
||||
|
||||
<sect1 id="modules-class">Définition de la classe
|
||||
<p>
|
||||
La classe doit comporter une fonction d'initialisation qui a
|
||||
le même nom que la class en elle-même (fonctionnalité de php).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Elle comporte les proprietes depends, const et boxes qui sont
|
||||
toutes trois des tableaux à une ou plusieurs dimensions.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Inspirez-vous des classes existantes pour écrire votre propre
|
||||
classe.
|
||||
</p>
|
||||
</sect1>
|
||||
</sect>
|
||||
|
||||
|
||||
</chapt>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:nil
|
||||
sgml-shorttag:t
|
||||
sgml-namecase-general:t
|
||||
sgml-general-insert-case:lower
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:2
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:("dolibarr-dev.sgml" "book" "chapt")
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
@ -1,104 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- $Source$ -->
|
||||
<chapt id="perm">Permissions
|
||||
|
||||
<p>
|
||||
Définition des permissions
|
||||
</p>
|
||||
|
||||
<sect id="perm-def">Définitions des permissions
|
||||
<p>
|
||||
Chaque permission se voit affecter un id unique, cet id se
|
||||
décompose en 2 partie, la partie mineur qui identifie le droit
|
||||
dans sa classe et la partie majeure qui identifie la classe. La
|
||||
partie mineure et codée de 0 à 9, la partie majeure est codée à
|
||||
partir de 1.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Avant de créer de nouvelles permissions les développeurs doivent
|
||||
compléter ce document c'est lui et lui seul qui fait office de
|
||||
réservation et d'inventaire des classes retenues
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
<sect id="perm-table">Identification des classes.
|
||||
<p>
|
||||
Tableau d'identification des classes
|
||||
<list>
|
||||
<item>1 - facture</item>
|
||||
<item>2 - propositions commerciales</item>
|
||||
<item>3 - produits</item>
|
||||
<item>4 - projets</item>
|
||||
<item>5 - utilisateurs</item>
|
||||
<item>6 - fiches d'intervention</item>
|
||||
<item>7 - adhérents</item>
|
||||
<item>8 - commandes</item>
|
||||
<item>9 - comptabilité</item>
|
||||
<item>10 - expedition</item>
|
||||
<item>11 - banque</item>
|
||||
<item>12 - <em>non attribué</em></item>
|
||||
</list>
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
<sect id="perm-example">Table des permissions
|
||||
<p>
|
||||
<example>
|
||||
+----+---------------------------------------------------+------------+------+-----------+
|
||||
| id | libelle | module | type | bydefault |
|
||||
+----+---------------------------------------------------+------------+------+-----------+
|
||||
| 10 | Tous les droits sur les factures | facture | a | 0 |
|
||||
| 11 | Lire les factures | facture | r | 1 |
|
||||
| 12 | Créer modifier les factures | facture | w | 0 |
|
||||
| 14 | Valider les factures | facture | d | 0 |
|
||||
| 15 | Envoyer les factures aux clients | facture | d | 0 |
|
||||
| 16 | Emettre des paiements sur les factures | facture | d | 0 |
|
||||
| 19 | Supprimer les factures | facture | d | 0 |
|
||||
| 20 | Tous les droits sur les propositions commerciales | propale | a | 0 |
|
||||
| 21 | Lire les propositions commerciales | propale | r | 1 |
|
||||
| 22 | Créer modifier les propositions commerciales | propale | w | 0 |
|
||||
| 24 | Valider les propositions commerciales | propale | d | 0 |
|
||||
| 25 | Envoyer les propositions commerciales aux clients | propale | d | 0 |
|
||||
| 26 | Clôturer les propositions commerciales | propale | d | 0 |
|
||||
| 27 | Supprimer les propositions commerciales | propale | d | 0 |
|
||||
| 30 | Tous les droits sur les produits | produit | a | 0 |
|
||||
| 31 | Lire les produits | produit | r | 1 |
|
||||
| 32 | Créer modifier les produits | produit | w | 0 |
|
||||
| 34 | Supprimer les produits | produit | d | 0 |
|
||||
| 40 | Tous les droits sur les projets | projet | a | 0 |
|
||||
| 41 | Lire les projets | projet | r | 1 |
|
||||
| 42 | Créer modifier les projets | projet | w | 0 |
|
||||
| 44 | Supprimer les projets | projet | d | 0 |
|
||||
| 60 | Tous les droits sur les fiches d'intervention | ficheinter | a | 0 |
|
||||
| 61 | Lire les fiches d'intervention | ficheinter | r | 1 |
|
||||
| 62 | Créer modifier les fiches d'intervention | ficheinter | w | 0 |
|
||||
| 64 | Supprimer les fiches d'intervention | ficheinter | d | 0 |
|
||||
| 91 | Gestion banquaire | compta | a | 0 |
|
||||
| 92 | Gestion charges | compta | a | 0 |
|
||||
| 93 | Gestion resultat | compta | a | 0 |
|
||||
+----+---------------------------------------------------+------------+------+-----------+
|
||||
|
||||
</example>
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
|
||||
</chapt>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:nil
|
||||
sgml-shorttag:t
|
||||
sgml-namecase-general:t
|
||||
sgml-general-insert-case:lower
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:2
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:("dolibarr-dev.sgml" "book" "chapt")
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
@ -1,158 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: htdocs/lib/CMailFile.class.php Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>htdocs/lib/CMailFile.class.php</h1><a href="CMailFile_8class_8php.html">Aller à la documentation de ce fichier.</a><pre class="fragment"><div>00001 <?php
|
||||
00002 <span class="comment">/* notes from Dan Potter:</span>
|
||||
00003 <span class="comment">Sure. I changed a few other things in here too though. One is that I let</span>
|
||||
00004 <span class="comment">you specify what the destination filename is (i.e., what is shows up as in</span>
|
||||
00005 <span class="comment">the attachment). This is useful since in a web submission you often can't</span>
|
||||
00006 <span class="comment">tell what the filename was supposed to be from the submission itself. I</span>
|
||||
00007 <span class="comment">also added my own version of chunk_split because our production version of</span>
|
||||
00008 <span class="comment">PHP doesn't have it. You can change that back or whatever though =).</span>
|
||||
00009 <span class="comment">Finally, I added an extra "\n" before the message text gets added into the</span>
|
||||
00010 <span class="comment">MIME output because otherwise the message text wasn't showing up.</span>
|
||||
00011 <span class="comment">/*</span>
|
||||
00012 <span class="comment">note: someone mentioned a command-line utility called 'mutt' that </span>
|
||||
00013 <span class="comment">can mail attachments.</span>
|
||||
00014 <span class="comment">*/</span>
|
||||
00015 <span class="comment">/* </span>
|
||||
00016 <span class="comment">If chunk_split works on your system, change the call to my_chunk_split</span>
|
||||
00017 <span class="comment">to chunk_split </span>
|
||||
00018 <span class="comment">*/</span>
|
||||
00019 <span class="comment">/* Note: if you don't have base64_encode on your sytem it will not work */</span>
|
||||
00020
|
||||
00039 <span class="comment">// simple class that encapsulates mail() with addition of mime file attachment.</span>
|
||||
<a name="l00040"></a><a class="code" href="classCMailFile.html">00040</a> <span class="keyword">class </span><a class="code" href="classCMailFile.html">CMailFile</a>
|
||||
00041 {
|
||||
00042 var $subject;
|
||||
00043 var $addr_to;
|
||||
00044 var $addr_cc;
|
||||
00045 var $text_body;
|
||||
00046 var $text_encoded;
|
||||
00047 var $mime_headers;
|
||||
00048 var $mime_boundary = <span class="stringliteral">"--==================_846811060==_"</span>;
|
||||
00049 var $smtp_headers;
|
||||
00050
|
||||
00063 <span class="comment">// CMail("sujet","email_to","email_from","email_msg",tableau du path de fichiers,tableau de type mime,tableau de noms fichiers,"chaine cc")</span>
|
||||
<a name="l00064"></a><a class="code" href="classCMailFile.html#a0">00064</a> function <a class="code" href="classCMailFile.html">CMailFile</a>($subject,$to,$from,$msg,$filename_list,$mimetype_list,$mimefilename_list,$addr_cc = <span class="stringliteral">""</span>)
|
||||
00065 {
|
||||
00066 $this->subject = $subject;
|
||||
00067 $this->addr_to = $to;
|
||||
00068 $this->smtp_headers = $this-><a class="code" href="classCMailFile.html#a6">write_smtpheaders</a>($from,$addr_cc);
|
||||
00069 $this->text_body = $this-><a class="code" href="classCMailFile.html#a4">write_body</a>($msg, $filename_list);
|
||||
00070 <span class="keywordflow">if</span> (count($filename_list)) {
|
||||
00071 $this->mime_headers = $this-><a class="code" href="classCMailFile.html#a5">write_mimeheaders</a>($filename_list, $mimefilename_list);
|
||||
00072 $this->text_encoded = $this-><a class="code" href="classCMailFile.html#a1">attach_file</a>($filename_list,$mimetype_list,$mimefilename_list);
|
||||
00073 }
|
||||
00074 }
|
||||
00075
|
||||
<a name="l00083"></a><a class="code" href="classCMailFile.html#a1">00083</a> function <a class="code" href="classCMailFile.html#a1">attach_file</a>($filename_list,$mimetype_list,$mimefilename_list)
|
||||
00084 {
|
||||
00085 <span class="keywordflow">for</span> ($i = 0; $i < count($filename_list); $i++) {
|
||||
00086 $encoded = $this-><a class="code" href="classCMailFile.html#a2">encode_file</a>($filename_list[$i]);
|
||||
00087 <span class="keywordflow">if</span> ($mimefilename_list[$i]) $filename_list[$i] = $mimefilename_list[$i];
|
||||
00088 $out = $out . <span class="stringliteral">"--"</span> . $this->mime_boundary . <span class="stringliteral">"\n"</span>;
|
||||
00089 <span class="keywordflow">if</span> (! $mimetype_list[$i]) { $mimetype_list[$i] = <span class="stringliteral">"application/octet-stream"</span>; }
|
||||
00090 $out = $out . <span class="stringliteral">"Content-type: "</span> . $mimetype_list[$i] . <span class="stringliteral">"; name=\"$filename_list[$i]\";\n"</span>;
|
||||
00091 $out = $out . <span class="stringliteral">"Content-Transfer-Encoding: base64\n"</span>;
|
||||
00092 $out = $out . <span class="stringliteral">"Content-disposition: attachment; filename=\"$filename_list[$i]\"\n\n"</span>;
|
||||
00093 $out = $out . $encoded . <span class="stringliteral">"\n"</span>;
|
||||
00094 }
|
||||
00095 $out = $out . <span class="stringliteral">"--"</span> . $this->mime_boundary . <span class="stringliteral">"--"</span> . <span class="stringliteral">"\n"</span>;
|
||||
00096 <span class="keywordflow">return</span> $out;
|
||||
00097 <span class="comment">// added -- to notify email client attachment is done</span>
|
||||
00098 }
|
||||
00099
|
||||
<a name="l00105"></a><a class="code" href="classCMailFile.html#a2">00105</a> function <a class="code" href="classCMailFile.html#a2">encode_file</a>($sourcefile)
|
||||
00106 {
|
||||
00107 <span class="comment">// print "<pre> on encode $sourcefile </pre>\n";</span>
|
||||
00108 <span class="keywordflow">if</span> (is_readable($sourcefile))
|
||||
00109 {
|
||||
00110 $fd = fopen($sourcefile, <span class="stringliteral">"r"</span>);
|
||||
00111 $contents = fread($fd, filesize($sourcefile));
|
||||
00112 $encoded = <a class="code" href="CMailFile_8class_8php.html#a0">my_chunk_split</a>(base64_encode($contents));
|
||||
00113 fclose($fd);
|
||||
00114 }
|
||||
00115 <span class="keywordflow">return</span> $encoded;
|
||||
00116 }
|
||||
00117
|
||||
<a name="l00122"></a><a class="code" href="classCMailFile.html#a3">00122</a> function <a class="code" href="classCMailFile.html#a3">sendfile</a>()
|
||||
00123 {
|
||||
00124 $headers .= $this->smtp_headers . $this->mime_headers;
|
||||
00125 $message = $this->text_body . $this->text_encoded;
|
||||
00126 <span class="keywordflow">return</span> mail($this->addr_to,$this->subject,stripslashes($message),$headers);
|
||||
00127 }
|
||||
00128
|
||||
<a name="l00135"></a><a class="code" href="classCMailFile.html#a4">00135</a> function <a class="code" href="classCMailFile.html#a4">write_body</a>($msgtext, $filename_list)
|
||||
00136 {
|
||||
00137 <span class="keywordflow">if</span> (count($filename_list))
|
||||
00138 {
|
||||
00139 $out = <span class="stringliteral">"--"</span> . $this->mime_boundary . <span class="stringliteral">"\n"</span>;
|
||||
00140 $out = $out . <span class="stringliteral">"Content-Type: text/plain; charset=\"iso8859-15\"\n\n"</span>;
|
||||
00141 <span class="comment">// $out = $out . "Content-Type: text/plain; charset=\"us-ascii\"\n\n";</span>
|
||||
00142 }
|
||||
00143 $out = $out . $msgtext . <span class="stringliteral">"\n"</span>;
|
||||
00144 <span class="keywordflow">return</span> $out;
|
||||
00145 }
|
||||
00146
|
||||
<a name="l00153"></a><a class="code" href="classCMailFile.html#a5">00153</a> function <a class="code" href="classCMailFile.html#a5">write_mimeheaders</a>($filename_list, $mimefilename_list) {
|
||||
00154 $out = <span class="stringliteral">"MIME-version: 1.0\n"</span>;
|
||||
00155 $out = $out . <span class="stringliteral">"Content-type: multipart/mixed; "</span>;
|
||||
00156 $out = $out . <span class="stringliteral">"boundary=\"$this->mime_boundary\"\n"</span>;
|
||||
00157 $out = $out . <span class="stringliteral">"Content-transfer-encoding: 7BIT\n"</span>;
|
||||
00158 <span class="keywordflow">for</span>($i = 0; $i < count($filename_list); $i++) {
|
||||
00159 <span class="keywordflow">if</span> ($mimefilename_list[$i]) $filename_list[$i] = $mimefilename_list[$i];
|
||||
00160 $out = $out . <span class="stringliteral">"X-attachments: $filename_list[$i];\n\n"</span>;
|
||||
00161 }
|
||||
00162 <span class="keywordflow">return</span> $out;
|
||||
00163 }
|
||||
00164
|
||||
<a name="l00171"></a><a class="code" href="classCMailFile.html#a6">00171</a> function <a class="code" href="classCMailFile.html#a6">write_smtpheaders</a>($addr_from,$addr_cc)
|
||||
00172 {
|
||||
00173 $out = <span class="stringliteral">"From: $addr_from\n"</span>;
|
||||
00174 <span class="keywordflow">if</span>($addr_cc != <span class="stringliteral">""</span>)
|
||||
00175 $out = $out . <span class="stringliteral">"Cc: $addr_cc\n"</span>;
|
||||
00176 $out = $out . <span class="stringliteral">"Reply-To: $addr_from\n"</span>;
|
||||
00177 $out = $out . <span class="stringliteral">"X-Mailer: Dolibarr version "</span> . DOL_VERSION .<span class="stringliteral">"\n"</span>;
|
||||
00178 $out = $out . <span class="stringliteral">"X-Sender: $addr_from\n"</span>;
|
||||
00179 <span class="keywordflow">return</span> $out;
|
||||
00180 }
|
||||
00181 }
|
||||
00182
|
||||
00190 <span class="comment">// usage - mimetype example "image/gif"</span>
|
||||
00191 <span class="comment">// $mailfile = new CMailFile($subject,$sendto,$replyto,$message,$filename,$mimetype);</span>
|
||||
00192 <span class="comment">// $mailfile->sendfile();</span>
|
||||
00193
|
||||
00194 <span class="comment">// Splits a string by RFC2045 semantics (76 chars per line, end with \r\n).</span>
|
||||
00195 <span class="comment">// This is not in all PHP versions so I define one here manuall.</span>
|
||||
00196
|
||||
<a name="l00197"></a><a class="code" href="CMailFile_8class_8php.html#a0">00197</a> function <a class="code" href="CMailFile_8class_8php.html#a0">my_chunk_split</a>($str)
|
||||
00198 {
|
||||
00199 $stmp = $str;
|
||||
00200 $len = strlen($stmp);
|
||||
00201 $out = <span class="stringliteral">""</span>;
|
||||
00202 <span class="keywordflow">while</span> ($len > 0) {
|
||||
00203 <span class="keywordflow">if</span> ($len >= 76) {
|
||||
00204 $out = $out . substr($stmp, 0, 76) . <span class="stringliteral">"\r\n"</span>;
|
||||
00205 $stmp = substr($stmp, 76);
|
||||
00206 $len = $len - 76;
|
||||
00207 }
|
||||
00208 <span class="keywordflow">else</span> {
|
||||
00209 $out = $out . $stmp . <span class="stringliteral">"\r\n"</span>;
|
||||
00210 $stmp = <span class="stringliteral">""</span>; $len = 0;
|
||||
00211 }
|
||||
00212 }
|
||||
00213 <span class="keywordflow">return</span> $out;
|
||||
00214 }
|
||||
00215
|
||||
00216 <span class="comment">// end script</span>
|
||||
00217 ?>
|
||||
</div></pre><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:51 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,79 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: CMailFile.class.php File Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence du fichier htdocs/lib/CMailFile.class.php</h1>Classe permettant d'envoyer des attachements par mail.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<a href="CMailFile_8class_8php-source.html">Aller au code source de ce fichier.</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Classes</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>class </td><td class="memItemRight" valign=bottom><a class="el" href="classCMailFile.html">CMailFile</a></td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Classe permettant d'envoyer des attachements par mail. <a href="classCMailFile.html#_details">Plus de détails...</a><br><br></td></tr>
|
||||
<tr><td colspan=2><br><h2>Fonctions</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="CMailFile_8class_8php.html#a0">my_chunk_split</a> ($str)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">permet de diviser une chaine (RFC2045) <a href="#a0"></a><br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
Classe permettant d'envoyer des attachements par mail.
|
||||
<p>
|
||||
<dl compact><dt><b>Auteur:</b></dt><dd>Dan Potter. <p>
|
||||
Eric Seigne <p>
|
||||
Laurent Destailleur. </dd></dl>
|
||||
<dl compact><dt><b>Version:</b></dt><dd>1.2.</dd></dl>
|
||||
|
||||
<p>
|
||||
Définition dans le fichier <a class="el" href="CMailFile_8class_8php-source.html">CMailFile.class.php</a>.<hr><h2>Documentation des fonctions</h2>
|
||||
<a class="anchor" name="a0" doxytag="CMailFile.class.php::my_chunk_split" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> my_chunk_split </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>str</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
permet de diviser une chaine (RFC2045)
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>str</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
<dl compact><dt><b>Remarques:</b></dt><dd>function chunk_split qui remplace celle de php si nécéssaire <p>
|
||||
76 caractères par ligne, terminé par "\r\n" </dd></dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="CMailFile_8class_8php-source.html#l00197">197</a> du fichier <a class="el" href="CMailFile_8class_8php-source.html">CMailFile.class.php</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="CMailFile_8class_8php-source.html#l00105">CMailFile::encode_file()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,18 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Annotated Index</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindexHL" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>dolibarr Liste des classes</h1>Liste des classes, structures, unions et interfaces avec une brève description:<table>
|
||||
<tr><td class="indexkey"><a class="el" href="classCMailFile.html">CMailFile</a></td><td class="indexvalue">Classe permettant d'envoyer des attachements par mail </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classDoliDb.html">DoliDb</a></td><td class="indexvalue">Classe permettant de gérér la database de dolibarr </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classvCard.html">vCard</a></td><td class="indexvalue">Classe permettant de créer un fichier vcard </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classWebcal.html">Webcal</a></td><td class="indexvalue">Classe permettant d'acceder a la database webcalendar </td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,20 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Liste des membres</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>CMailFile Liste des membres</h1>Liste complète des membres de <a class="el" href="classCMailFile.html">CMailFile</a>, y compris les membres hérités:<p><table>
|
||||
<tr class="memlist"><td><a class="el" href="classCMailFile.html#a1">attach_file</a>($filename_list, $mimetype_list, $mimefilename_list)</td><td><a class="el" href="classCMailFile.html">CMailFile</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classCMailFile.html#a0">CMailFile</a>($subject, $to, $from, $msg, $filename_list, $mimetype_list, $mimefilename_list, $addr_cc="")</td><td><a class="el" href="classCMailFile.html">CMailFile</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classCMailFile.html#a2">encode_file</a>($sourcefile)</td><td><a class="el" href="classCMailFile.html">CMailFile</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classCMailFile.html#a3">sendfile</a>()</td><td><a class="el" href="classCMailFile.html">CMailFile</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classCMailFile.html#a4">write_body</a>($msgtext, $filename_list)</td><td><a class="el" href="classCMailFile.html">CMailFile</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classCMailFile.html#a5">write_mimeheaders</a>($filename_list, $mimefilename_list)</td><td><a class="el" href="classCMailFile.html">CMailFile</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classCMailFile.html#a6">write_smtpheaders</a>($addr_from, $addr_cc)</td><td><a class="el" href="classCMailFile.html">CMailFile</a></td><td></td></tr>
|
||||
</table><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,400 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: CMailFile class Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence de la classe CMailFile</h1>Classe permettant d'envoyer des attachements par mail.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
<a href="classCMailFile-members.html">Liste de tous les membres</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Fonctions membres publiques</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classCMailFile.html#a0">CMailFile</a> ($subject, $to, $from, $msg, $filename_list, $mimetype_list, $mimefilename_list, $addr_cc="")</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">CMailFile. <a href="#a0"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classCMailFile.html#a1">attach_file</a> ($filename_list, $mimetype_list, $mimefilename_list)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">permet d'attacher un fichier <a href="#a1"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classCMailFile.html#a2">encode_file</a> ($sourcefile)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">permet d'encoder un fichier <a href="#a2"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a3" doxytag="CMailFile::sendfile" ></a>
|
||||
</td><td class="memItemRight" valign=bottom><a class="el" href="classCMailFile.html#a3">sendfile</a> ()</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">permet d'envoyer un fichier <br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classCMailFile.html#a4">write_body</a> ($msgtext, $filename_list)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">permet d'ecrire le body d'un message <a href="#a4"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classCMailFile.html#a5">write_mimeheaders</a> ($filename_list, $mimefilename_list)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">création des headers mime <a href="#a5"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classCMailFile.html#a6">write_smtpheaders</a> ($addr_from, $addr_cc)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">création des headers smtp <a href="#a6"></a><br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
Classe permettant d'envoyer des attachements par mail.
|
||||
<p>
|
||||
<dl compact><dt><b>Remarques:</b></dt><dd>Eric Seigne <<a href="mailto:eric.seigne@ryxeo.com">eric.seigne@ryxeo.com</a>> 2004.01.08 <p>
|
||||
ajout de la gestion des cc: <p>
|
||||
ajout de l'expedition de plusieurs fichiers<p>
|
||||
Laurent Destailleur 2004.02.10 <p>
|
||||
correction d'un disfonctionnement à la gestion des attachements multiples </dd></dl>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="CMailFile_8class_8php-source.html#l00040">40</a> du fichier <a class="el" href="CMailFile_8class_8php-source.html">CMailFile.class.php</a>.<hr><h2>Documentation des contructeurs et destructeur</h2>
|
||||
<a class="anchor" name="a0" doxytag="CMailFile::CMailFile" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> CMailFile::CMailFile </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>subject</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>to</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>from</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>msg</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>filename_list</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>mimetype_list</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>mimefilename_list</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>addr_cc</em> = <code>""</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
CMailFile.
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>subject</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>to</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>from</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>msg</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>filename_list</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>mimetype_list</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>mimefilename_list</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>addr_cc</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="CMailFile_8class_8php-source.html#l00064">64</a> du fichier <a class="el" href="CMailFile_8class_8php-source.html">CMailFile.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="CMailFile_8class_8php-source.html#l00083">attach_file()</a>, <a class="el" href="CMailFile_8class_8php-source.html#l00135">write_body()</a>, <a class="el" href="CMailFile_8class_8php-source.html#l00153">write_mimeheaders()</a>, et <a class="el" href="CMailFile_8class_8php-source.html#l00171">write_smtpheaders()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr><h2>Documentation des fonctions membres</h2>
|
||||
<a class="anchor" name="a1" doxytag="CMailFile::attach_file" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> CMailFile::attach_file </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>filename_list</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>mimetype_list</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>mimefilename_list</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
permet d'attacher un fichier
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>filename_list</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>mimetype_list</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>mimefilename_list</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="CMailFile_8class_8php-source.html#l00083">83</a> du fichier <a class="el" href="CMailFile_8class_8php-source.html">CMailFile.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="CMailFile_8class_8php-source.html#l00083">attach_file()</a>, et <a class="el" href="CMailFile_8class_8php-source.html#l00105">encode_file()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="CMailFile_8class_8php-source.html#l00083">attach_file()</a>, et <a class="el" href="CMailFile_8class_8php-source.html#l00064">CMailFile()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a2" doxytag="CMailFile::encode_file" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> CMailFile::encode_file </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>sourcefile</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
permet d'encoder un fichier
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>sourcefile</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="CMailFile_8class_8php-source.html#l00105">105</a> du fichier <a class="el" href="CMailFile_8class_8php-source.html">CMailFile.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="CMailFile_8class_8php-source.html#l00105">encode_file()</a>, et <a class="el" href="CMailFile_8class_8php-source.html#l00197">my_chunk_split()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="CMailFile_8class_8php-source.html#l00083">attach_file()</a>, et <a class="el" href="CMailFile_8class_8php-source.html#l00105">encode_file()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a4" doxytag="CMailFile::write_body" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> CMailFile::write_body </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>msgtext</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>filename_list</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
permet d'ecrire le body d'un message
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>msgtext</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>filename_list</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="CMailFile_8class_8php-source.html#l00135">135</a> du fichier <a class="el" href="CMailFile_8class_8php-source.html">CMailFile.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="CMailFile_8class_8php-source.html#l00135">write_body()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="CMailFile_8class_8php-source.html#l00064">CMailFile()</a>, et <a class="el" href="CMailFile_8class_8php-source.html#l00135">write_body()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a5" doxytag="CMailFile::write_mimeheaders" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> CMailFile::write_mimeheaders </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>filename_list</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>mimefilename_list</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
création des headers mime
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>filename_list</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>mimefilename_list</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="CMailFile_8class_8php-source.html#l00153">153</a> du fichier <a class="el" href="CMailFile_8class_8php-source.html">CMailFile.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="CMailFile_8class_8php-source.html#l00153">write_mimeheaders()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="CMailFile_8class_8php-source.html#l00064">CMailFile()</a>, et <a class="el" href="CMailFile_8class_8php-source.html#l00153">write_mimeheaders()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a6" doxytag="CMailFile::write_smtpheaders" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> CMailFile::write_smtpheaders </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>addr_from</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>addr_cc</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
création des headers smtp
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>addr_from</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>addr_cc</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="CMailFile_8class_8php-source.html#l00171">171</a> du fichier <a class="el" href="CMailFile_8class_8php-source.html">CMailFile.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="CMailFile_8class_8php-source.html#l00171">write_smtpheaders()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="CMailFile_8class_8php-source.html#l00064">CMailFile()</a>, et <a class="el" href="CMailFile_8class_8php-source.html#l00171">write_smtpheaders()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>La documentation de cette classe a été générée à partir du fichier suivant:<ul>
|
||||
<li>htdocs/lib/<a class="el" href="CMailFile_8class_8php-source.html">CMailFile.class.php</a></ul>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,39 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Liste des membres</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>DoliDb Liste des membres</h1>Liste complète des membres de <a class="el" href="classDoliDb.html">DoliDb</a>, y compris les membres hérités:<p><table>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a26">affected_rows</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a7">begin</a>($do=1)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a4">clone</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a6">close</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a8">commit</a>($do=1)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a2">connect</a>($host, $login, $passwd)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a3">create_db</a>($database)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a0">DoliDb</a>($type= 'mysql', $host= '', $user= '', $pass= '', $name= '')</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a24">errno</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a23">error</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a18">fetch_array</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a20">fetch_field</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a14">fetch_object</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a19">fetch_row</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a13">free</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a17">idate</a>($fname)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a25">last_insert_id</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a11">list_tables</a>($database)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a22">num_fields</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a21">num_rows</a>()</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a5">pconnect</a>($host, $login, $passwd)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a15">plimit</a>($limit=0, $offset=0)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a10">query</a>($query, $limit="", $offset="")</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a12">result</a>($nb, $fieldname)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a9">rollback</a>($do=1)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classDoliDb.html#a1">select_db</a>($database)</td><td><a class="el" href="classDoliDb.html">DoliDb</a></td><td></td></tr>
|
||||
</table><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:53 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,16 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Liste des membres</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Webcal Liste des membres</h1>Liste complète des membres de <a class="el" href="classWebcal.html">Webcal</a>, y compris les membres hérités:<p><table>
|
||||
<tr class="memlist"><td><a class="el" href="classWebcal.html#a1">add</a>($user, $date, $texte, $desc)</td><td><a class="el" href="classWebcal.html">Webcal</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classWebcal.html#a2">get_next_id</a>()</td><td><a class="el" href="classWebcal.html">Webcal</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classWebcal.html#a0">Webcal</a>()</td><td><a class="el" href="classWebcal.html">Webcal</a></td><td></td></tr>
|
||||
</table><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:53 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,142 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Webcal class Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence de la classe Webcal</h1>Classe permettant d'acceder a la database webcalendar.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
<a href="classWebcal-members.html">Liste de tous les membres</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Fonctions membres publiques</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a0" doxytag="Webcal::Webcal" ></a>
|
||||
</td><td class="memItemRight" valign=bottom><a class="el" href="classWebcal.html#a0">Webcal</a> ()</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Permet de se connecter a la database webcalendar. <br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classWebcal.html#a1">add</a> ($user, $date, $texte, $desc)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">ajoute une entree dans le calendrier de l'utilsateur <a href="#a1"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classWebcal.html#a2">get_next_id</a> ()</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">obtient l'id suivant dans le webcalendar <a href="#a2"></a><br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
Classe permettant d'acceder a la database webcalendar.
|
||||
<p>
|
||||
Ensemble des fonctions permettant d'acceder a la database webcalendar
|
||||
<p>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="webcal_8class_8php-source.html#l00037">37</a> du fichier <a class="el" href="webcal_8class_8php-source.html">webcal.class.php</a>.<hr><h2>Documentation des fonctions membres</h2>
|
||||
<a class="anchor" name="a1" doxytag="Webcal::add" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> Webcal::add </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>user</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>date</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>texte</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>desc</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
ajoute une entree dans le calendrier de l'utilsateur
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td><tt>[in]</tt> </td><td valign=top><em>user</em> </td><td>le login de l'utilisateur </td></tr>
|
||||
<tr><td><tt>[in]</tt> </td><td valign=top><em>date</em> </td><td>la date de l'evenement dans le calendrier </td></tr>
|
||||
<tr><td><tt>[in]</tt> </td><td valign=top><em>texte</em> </td><td>le titre a indiquer dans l'evenement </td></tr>
|
||||
<tr><td><tt>[in]</tt> </td><td valign=top><em>desc</em> </td><td>la description a indiquer dans l'evenement </td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="webcal_8class_8php-source.html#l00065">65</a> du fichier <a class="el" href="webcal_8class_8php-source.html">webcal.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="webcal_8class_8php-source.html#l00065">add()</a>, et <a class="el" href="webcal_8class_8php-source.html#l00118">get_next_id()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="webcal_8class_8php-source.html#l00065">add()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a2" doxytag="Webcal::get_next_id" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> Webcal::get_next_id </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="mdname1" valign="top" nowrap> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
obtient l'id suivant dans le webcalendar
|
||||
<p>
|
||||
<dl compact><dt><b>Valeurs retournées:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>id</em> </td><td>retourne l'id suivant dans le webcalendar </td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="webcal_8class_8php-source.html#l00118">118</a> du fichier <a class="el" href="webcal_8class_8php-source.html">webcal.class.php</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="webcal_8class_8php-source.html#l00065">add()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>La documentation de cette classe a été générée à partir du fichier suivant:<ul>
|
||||
<li>htdocs/lib/<a class="el" href="webcal_8class_8php-source.html">webcal.class.php</a></ul>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:53 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,27 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: class.jabber.php File Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence du fichier htdocs/lib/jabber/class.jabber.php</h1>Classe permettant de se connecter à un serveur jabber.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<a href="class_8jabber_8php-source.html">Aller au code source de ce fichier.</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
Classe permettant de se connecter à un serveur jabber.
|
||||
<p>
|
||||
<dl compact><dt><b>Auteur:</b></dt><dd>Carlo "Gossip" Zottmann. </dd></dl>
|
||||
<dl compact><dt><b>Version:</b></dt><dd>0.4.</dd></dl>
|
||||
Ensemble des fonctions permettant de se connecter à un serveur jabber.
|
||||
<p>
|
||||
Définition dans le fichier <a class="el" href="class_8jabber_8php-source.html">class.jabber.php</a>.<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,19 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Alphabetical index</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindexHL" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>dolibarr Index des classes</h1><p><div class="qindex"><a class="qindex" href="#letter_C">C</a> | <a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_V">V</a> | <a class="qindex" href="#letter_W">W</a></div><p>
|
||||
<table align=center width="95%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr><td><a name="letter_C"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah"> C </div></td></tr></table>
|
||||
</td><td><a name="letter_D"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah"> D </div></td></tr></table>
|
||||
</td><td><a name="letter_V"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah"> V </div></td></tr></table>
|
||||
</td><td><a name="letter_W"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah"> W </div></td></tr></table>
|
||||
</td><td><a class="el" href="classWebcal.html">Webcal</a> </td></tr><tr><td><a class="el" href="classCMailFile.html">CMailFile</a> </td><td><a class="el" href="classDoliDb.html">DoliDb</a> </td><td><a class="el" href="classvCard.html">vCard</a> </td></tr></table><p><div class="qindex"><a class="qindex" href="#letter_C">C</a> | <a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_V">V</a> | <a class="qindex" href="#letter_W">W</a></div><p>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,25 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Liste des membres</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>vCard Liste des membres</h1>Liste complète des membres de <a class="el" href="classvCard.html">vCard</a>, y compris les membres hérités:<p><table>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a11">getFileName</a>()</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a10">getVCard</a>()</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a5">setAddress</a>($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $country="", $type="HOME;POSTAL")</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a4">setBirthday</a>($date)</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a7">setEmail</a>($address)</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a2">setFormattedName</a>($name)</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a6">setLabel</a>($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $country="", $type="HOME;POSTAL")</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a3">setName</a>($family="", $first="", $additional="", $prefix="", $suffix="")</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a8">setNote</a>($note)</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a0">setPhoneNumber</a>($number, $type="")</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a1">setPhoto</a>($type, $photo)</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
<tr class="memlist"><td><a class="el" href="classvCard.html#a9">setURL</a>($url, $type="")</td><td><a class="el" href="classvCard.html">vCard</a></td><td></td></tr>
|
||||
</table><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:53 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,643 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: vCard class Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence de la classe vCard</h1>Classe permettant de créer un fichier vcard.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
<a href="classvCard-members.html">Liste de tous les membres</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Fonctions membres publiques</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a0">setPhoneNumber</a> ($number, $type="")</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">mise en forme du numéro de télephone <a href="#a0"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a1">setPhoto</a> ($type, $photo)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">mise en forme de la photo <a href="#a1"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a2">setFormattedName</a> ($name)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">mise en forme du nom formaté <a href="#a2"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a3">setName</a> ($family="", $first="", $additional="", $prefix="", $suffix="")</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">mise en forme du nom complet <a href="#a3"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a4">setBirthday</a> ($date)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">mise en forme de l'anniversaire <a href="#a4"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a5">setAddress</a> ($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $country="", $type="HOME;POSTAL")</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">mise en forme de l'adresse <a href="#a5"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a6">setLabel</a> ($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $country="", $type="HOME;POSTAL")</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">mise en forme du label <a href="#a6"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a7">setEmail</a> ($address)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">mise en forme de l'email <a href="#a7"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a8">setNote</a> ($note)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">mise en forme de la note <a href="#a8"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a9">setURL</a> ($url, $type="")</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">mise en forme de l'url <a href="#a9"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a10" doxytag="vCard::getVCard" ></a>
|
||||
</td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a10">getVCard</a> ()</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">permet d'obtenir une vcard <br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a11" doxytag="vCard::getFileName" ></a>
|
||||
</td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html#a11">getFileName</a> ()</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">permet d'obtenir le nom de fichier <br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
Classe permettant de créer un fichier vcard.
|
||||
<p>
|
||||
Ensemble des fonctions permettant de créer un fichier vcard
|
||||
<p>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00083">83</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.<hr><h2>Documentation des fonctions membres</h2>
|
||||
<a class="anchor" name="a5" doxytag="vCard::setAddress" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> vCard::setAddress </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>postoffice</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>extended</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>street</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>city</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>region</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>zip</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>country</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>type</em> = <code>"HOME;POSTAL"</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
mise en forme de l'adresse
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>postoffice</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>extended</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>street</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>city</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>region</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>zip</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>country</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>type</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00158">158</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="vcard_8class_8php-source.html#l00158">setAddress()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="vcard_8class_8php-source.html#l00158">setAddress()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a4" doxytag="vCard::setBirthday" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> vCard::setBirthday </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>date</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
mise en forme de l'anniversaire
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>date</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00142">142</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="vcard_8class_8php-source.html#l00142">setBirthday()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="vcard_8class_8php-source.html#l00142">setBirthday()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a7" doxytag="vCard::setEmail" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> vCard::setEmail </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>address</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
mise en forme de l'email
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>address</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00200">200</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="vcard_8class_8php-source.html#l00200">setEmail()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="vcard_8class_8php-source.html#l00200">setEmail()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a2" doxytag="vCard::setFormattedName" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> vCard::setFormattedName </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>name</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
mise en forme du nom formaté
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>name</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00118">118</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="vcard_8class_8php-source.html#l00118">setFormattedName()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="vcard_8class_8php-source.html#l00118">setFormattedName()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a6" doxytag="vCard::setLabel" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> vCard::setLabel </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>postoffice</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>extended</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>street</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>city</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>region</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>zip</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>country</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>type</em> = <code>"HOME;POSTAL"</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
mise en forme du label
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>postoffice</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>extended</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>street</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>city</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>region</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>zip</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>country</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>type</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00182">182</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="vcard_8class_8php-source.html#l00182">setLabel()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="vcard_8class_8php-source.html#l00182">setLabel()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a3" doxytag="vCard::setName" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> vCard::setName </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>family</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>first</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>additional</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>prefix</em> = <code>""</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>suffix</em> = <code>""</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
mise en forme du nom complet
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>family</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>first</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>additional</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>prefix</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>suffix</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00131">131</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="vcard_8class_8php-source.html#l00131">setName()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="vcard_8class_8php-source.html#l00131">setName()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a8" doxytag="vCard::setNote" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> vCard::setNote </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>note</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
mise en forme de la note
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>note</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00209">209</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="vcard_8class_8php-source.html#l00209">setNote()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="vcard_8class_8php-source.html#l00209">setNote()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a0" doxytag="vCard::setPhoneNumber" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> vCard::setPhoneNumber </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>number</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>type</em> = <code>""</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
mise en forme du numéro de télephone
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>number</em> </td><td>numéro de téléphone </td></tr>
|
||||
<tr><td></td><td valign=top><em>type</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00093">93</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="vcard_8class_8php-source.html#l00093">setPhoneNumber()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="vcard_8class_8php-source.html#l00093">setPhoneNumber()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a1" doxytag="vCard::setPhoto" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> vCard::setPhoto </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>type</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>photo</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
mise en forme de la photo
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>type</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>photo</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
<dl compact><dt><b>Avertissement:</b></dt><dd>NON TESTE ! </dd></dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00109">109</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="vcard_8class_8php-source.html#l00109">setPhoto()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="vcard_8class_8php-source.html#l00109">setPhoto()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a9" doxytag="vCard::setURL" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> vCard::setURL </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>url</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>type</em> = <code>""</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
mise en forme de l'url
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>url</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>type</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="vcard_8class_8php-source.html#l00219">219</a> du fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="vcard_8class_8php-source.html#l00219">setURL()</a>.
|
||||
<p>
|
||||
Référencé par <a class="el" href="vcard_8class_8php-source.html#l00219">setURL()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>La documentation de cette classe a été générée à partir du fichier suivant:<ul>
|
||||
<li>htdocs/lib/vcard/<a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a></ul>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:53 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,218 +0,0 @@
|
||||
H1 {
|
||||
text-align: center;
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
H2 {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
CAPTION { font-weight: bold }
|
||||
DIV.qindex {
|
||||
width: 100%;
|
||||
background-color: #eeeeff;
|
||||
border: 1px solid #B0B0B0;
|
||||
text-align: center;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
line-height: 120%;
|
||||
}
|
||||
A.qindex {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #1A419D;
|
||||
padding: 2px;
|
||||
}
|
||||
A.qindex:visited {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #1A419D
|
||||
padding: 2px;
|
||||
}
|
||||
A.qindex:hover {
|
||||
text-decoration: none;
|
||||
background-color: #ddddff;
|
||||
padding: 2px;
|
||||
}
|
||||
A.qindexHL {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
background-color: #6666cc;
|
||||
color: #ffffff;
|
||||
padding: 2px 6px;
|
||||
border: 1px double #9295C2;
|
||||
}
|
||||
A.qindexHL:hover {
|
||||
text-decoration: none;
|
||||
background-color: #6666cc;
|
||||
color: #ffffff;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
|
||||
A.el { text-decoration: none; font-weight: bold }
|
||||
A.elRef { font-weight: bold }
|
||||
A.code { text-decoration: none; font-weight: normal; color: #1A419D}
|
||||
A.codeRef { font-weight: normal; color: #1A419D}
|
||||
A:hover { text-decoration: none; background-color: #f2f2ff }
|
||||
DL.el { margin-left: -1cm }
|
||||
PRE.fragment {
|
||||
border: 1px solid #CCCCCC;
|
||||
background-color: #f5f5f5;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
margin-left: 2px;
|
||||
margin-right: 8px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
DIV.fragment {
|
||||
border: 1px solid #CCCCCC;
|
||||
background-color: #f5f5f5;
|
||||
padding: 6px;
|
||||
}
|
||||
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
|
||||
TD.md { background-color: #F4F4FB; font-weight: bold; }
|
||||
TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
|
||||
TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
|
||||
DIV.groupHeader {
|
||||
margin-left: 16px;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 6px;
|
||||
font-weight: bold;
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
|
||||
BODY {
|
||||
background: white;
|
||||
color: black;
|
||||
margin-right: 20px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
TD.indexkey {
|
||||
background-color: #eeeeff;
|
||||
font-weight: bold;
|
||||
padding-right : 10px;
|
||||
padding-top : 2px;
|
||||
padding-left : 10px;
|
||||
padding-bottom : 2px;
|
||||
margin-left : 0px;
|
||||
margin-right : 0px;
|
||||
margin-top : 2px;
|
||||
margin-bottom : 2px;
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
TD.indexvalue {
|
||||
background-color: #eeeeff;
|
||||
font-style: italic;
|
||||
padding-right : 10px;
|
||||
padding-top : 2px;
|
||||
padding-left : 10px;
|
||||
padding-bottom : 2px;
|
||||
margin-left : 0px;
|
||||
margin-right : 0px;
|
||||
margin-top : 2px;
|
||||
margin-bottom : 2px;
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
TR.memlist {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
P.formulaDsp { text-align: center; }
|
||||
IMG.formulaDsp { }
|
||||
IMG.formulaInl { vertical-align: middle; }
|
||||
SPAN.keyword { color: #008000 }
|
||||
SPAN.keywordtype { color: #604020 }
|
||||
SPAN.keywordflow { color: #e08000 }
|
||||
SPAN.comment { color: #800000 }
|
||||
SPAN.preprocessor { color: #806020 }
|
||||
SPAN.stringliteral { color: #002080 }
|
||||
SPAN.charliteral { color: #008080 }
|
||||
.mdTable {
|
||||
border: 1px solid #868686;
|
||||
background-color: #F4F4FB;
|
||||
}
|
||||
.mdRow {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
.mdescLeft {
|
||||
font-size: smaller;
|
||||
font-style: italic;
|
||||
background-color: #FAFAFA;
|
||||
padding-left: 8px;
|
||||
border-top: 1px none #E0E0E0;
|
||||
border-right: 1px none #E0E0E0;
|
||||
border-bottom: 1px none #E0E0E0;
|
||||
border-left: 1px none #E0E0E0;
|
||||
margin: 0px;
|
||||
}
|
||||
.mdescRight {
|
||||
font-size: smaller;
|
||||
font-style: italic;
|
||||
background-color: #FAFAFA;
|
||||
padding-left: 4px;
|
||||
border-top: 1px none #E0E0E0;
|
||||
border-right: 1px none #E0E0E0;
|
||||
border-bottom: 1px none #E0E0E0;
|
||||
border-left: 1px none #E0E0E0;
|
||||
margin: 0px;
|
||||
padding-bottom: 0px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
.memItemLeft {
|
||||
padding: 1px 0px 0px 8px;
|
||||
margin: 4px;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #E0E0E0;
|
||||
border-right-color: #E0E0E0;
|
||||
border-bottom-color: #E0E0E0;
|
||||
border-left-color: #E0E0E0;
|
||||
border-right-style: none;
|
||||
border-bottom-style: none;
|
||||
border-left-style: none;
|
||||
background-color: #FAFAFA;
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
.memItemRight {
|
||||
padding: 1px 0px 0px 8px;
|
||||
margin: 4px;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #E0E0E0;
|
||||
border-right-color: #E0E0E0;
|
||||
border-bottom-color: #E0E0E0;
|
||||
border-left-color: #E0E0E0;
|
||||
border-right-style: none;
|
||||
border-bottom-style: none;
|
||||
border-left-style: none;
|
||||
background-color: #FAFAFA;
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
.search { color: #003399;
|
||||
font-weight: bold;
|
||||
}
|
||||
FORM.search {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
INPUT.search { font-size: 75%;
|
||||
color: #000080;
|
||||
font-weight: normal;
|
||||
background-color: #eeeeff;
|
||||
}
|
||||
TD.tiny { font-size: 75%;
|
||||
}
|
||||
a {
|
||||
color: #252E78;
|
||||
}
|
||||
a:visited {
|
||||
color: #3D2185;
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB |
@ -1,23 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: File Index</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindexHL" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>dolibarr Liste des fichiers</h1>Liste de tous les fichiers documentés avec une brève description:<table>
|
||||
<tr><td class="indexkey">htdocs/lib/<a class="el" href="CMailFile_8class_8php.html">CMailFile.class.php</a> <a href="CMailFile_8class_8php-source.html">[code]</a></td><td class="indexvalue">Classe permettant d'envoyer des attachements par mail </td></tr>
|
||||
<tr><td class="indexkey">htdocs/lib/<a class="el" href="functions_8inc_8php.html">functions.inc.php</a> <a href="functions_8inc_8php-source.html">[code]</a></td><td class="indexvalue">Ensemble de fonctions de base de dolibarr sous forme d'include </td></tr>
|
||||
<tr><td class="indexkey">htdocs/lib/<a class="el" href="ldap_8lib_8php.html">ldap.lib.php</a> <a href="ldap_8lib_8php-source.html">[code]</a></td><td class="indexvalue">Librairie contenant les fonctions pour accèder au serveur ldap </td></tr>
|
||||
<tr><td class="indexkey">htdocs/lib/<a class="el" href="mysql_8lib_8php.html">mysql.lib.php</a> <a href="mysql_8lib_8php-source.html">[code]</a></td><td class="indexvalue">Classe permettant de gérér la database de dolibarr </td></tr>
|
||||
<tr><td class="indexkey">htdocs/lib/<a class="el" href="price_8lib_8php.html">price.lib.php</a> <a href="price_8lib_8php-source.html">[code]</a></td><td class="indexvalue">Librairie contenant les fonctions pour calculer un prix </td></tr>
|
||||
<tr><td class="indexkey">htdocs/lib/<a class="el" href="thermometer_8php.html">thermometer.php</a> <a href="thermometer_8php-source.html">[code]</a></td><td class="indexvalue">Classe permettant d'afficher un thermometre </td></tr>
|
||||
<tr><td class="indexkey">htdocs/lib/<a class="el" href="webcal_8class_8php.html">webcal.class.php</a> <a href="webcal_8class_8php-source.html">[code]</a></td><td class="indexvalue">Classe permettant d'acceder a la database webcalendar </td></tr>
|
||||
<tr><td class="indexkey">htdocs/lib/jabber/<a class="el" href="class_8jabber_8php.html">class.jabber.php</a> <a href="class_8jabber_8php-source.html">[code]</a></td><td class="indexvalue">Classe permettant de se connecter à un serveur jabber </td></tr>
|
||||
<tr><td class="indexkey">htdocs/lib/vcard/<a class="el" href="vcard_8class_8php.html">vcard.class.php</a> <a href="vcard_8class_8php-source.html">[code]</a></td><td class="indexvalue">Classe permettant de créer un fichier vcard </td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:51 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,96 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Compound Member Index</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindexHL" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<div class="qindex"><a class="qindexHL" href="functions.html">Tout</a> | <a class="qindex" href="functions_func.html">Fonctions</a></div>
|
||||
<div class="qindex"><a class="qindex" href="#index_a">a</a> | <a class="qindex" href="#index_b">b</a> | <a class="qindex" href="#index_c">c</a> | <a class="qindex" href="#index_d">d</a> | <a class="qindex" href="#index_e">e</a> | <a class="qindex" href="#index_f">f</a> | <a class="qindex" href="#index_g">g</a> | <a class="qindex" href="#index_i">i</a> | <a class="qindex" href="#index_l">l</a> | <a class="qindex" href="#index_n">n</a> | <a class="qindex" href="#index_p">p</a> | <a class="qindex" href="#index_q">q</a> | <a class="qindex" href="#index_r">r</a> | <a class="qindex" href="#index_s">s</a> | <a class="qindex" href="#index_w">w</a></div>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
Liste de tous les membres de classe documentés avec liens vers la documentation de classe de chaque membre:<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
|
||||
<li>add()
|
||||
: <a class="el" href="classWebcal.html#a1">Webcal</a><li>affected_rows()
|
||||
: <a class="el" href="classDoliDb.html#a26">DoliDb</a><li>attach_file()
|
||||
: <a class="el" href="classCMailFile.html#a1">CMailFile</a></ul>
|
||||
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
|
||||
<li>begin()
|
||||
: <a class="el" href="classDoliDb.html#a7">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
||||
<li>clone()
|
||||
: <a class="el" href="classDoliDb.html#a4">DoliDb</a><li>close()
|
||||
: <a class="el" href="classDoliDb.html#a6">DoliDb</a><li>CMailFile()
|
||||
: <a class="el" href="classCMailFile.html#a0">CMailFile</a><li>commit()
|
||||
: <a class="el" href="classDoliDb.html#a8">DoliDb</a><li>connect()
|
||||
: <a class="el" href="classDoliDb.html#a2">DoliDb</a><li>create_db()
|
||||
: <a class="el" href="classDoliDb.html#a3">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
||||
<li>DoliDb()
|
||||
: <a class="el" href="classDoliDb.html#a0">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
|
||||
<li>encode_file()
|
||||
: <a class="el" href="classCMailFile.html#a2">CMailFile</a><li>errno()
|
||||
: <a class="el" href="classDoliDb.html#a24">DoliDb</a><li>error()
|
||||
: <a class="el" href="classDoliDb.html#a23">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
||||
<li>fetch_array()
|
||||
: <a class="el" href="classDoliDb.html#a18">DoliDb</a><li>fetch_field()
|
||||
: <a class="el" href="classDoliDb.html#a20">DoliDb</a><li>fetch_object()
|
||||
: <a class="el" href="classDoliDb.html#a14">DoliDb</a><li>fetch_row()
|
||||
: <a class="el" href="classDoliDb.html#a19">DoliDb</a><li>free()
|
||||
: <a class="el" href="classDoliDb.html#a13">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
|
||||
<li>get_next_id()
|
||||
: <a class="el" href="classWebcal.html#a2">Webcal</a><li>getFileName()
|
||||
: <a class="el" href="classvCard.html#a11">vCard</a><li>getVCard()
|
||||
: <a class="el" href="classvCard.html#a10">vCard</a></ul>
|
||||
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
||||
<li>idate()
|
||||
: <a class="el" href="classDoliDb.html#a17">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
|
||||
<li>last_insert_id()
|
||||
: <a class="el" href="classDoliDb.html#a25">DoliDb</a><li>list_tables()
|
||||
: <a class="el" href="classDoliDb.html#a11">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
|
||||
<li>num_fields()
|
||||
: <a class="el" href="classDoliDb.html#a22">DoliDb</a><li>num_rows()
|
||||
: <a class="el" href="classDoliDb.html#a21">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
|
||||
<li>pconnect()
|
||||
: <a class="el" href="classDoliDb.html#a5">DoliDb</a><li>plimit()
|
||||
: <a class="el" href="classDoliDb.html#a15">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_q">- q -</a></h3><ul>
|
||||
<li>query()
|
||||
: <a class="el" href="classDoliDb.html#a10">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
|
||||
<li>result()
|
||||
: <a class="el" href="classDoliDb.html#a12">DoliDb</a><li>rollback()
|
||||
: <a class="el" href="classDoliDb.html#a9">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
||||
<li>select_db()
|
||||
: <a class="el" href="classDoliDb.html#a1">DoliDb</a><li>sendfile()
|
||||
: <a class="el" href="classCMailFile.html#a3">CMailFile</a><li>setAddress()
|
||||
: <a class="el" href="classvCard.html#a5">vCard</a><li>setBirthday()
|
||||
: <a class="el" href="classvCard.html#a4">vCard</a><li>setEmail()
|
||||
: <a class="el" href="classvCard.html#a7">vCard</a><li>setFormattedName()
|
||||
: <a class="el" href="classvCard.html#a2">vCard</a><li>setLabel()
|
||||
: <a class="el" href="classvCard.html#a6">vCard</a><li>setName()
|
||||
: <a class="el" href="classvCard.html#a3">vCard</a><li>setNote()
|
||||
: <a class="el" href="classvCard.html#a8">vCard</a><li>setPhoneNumber()
|
||||
: <a class="el" href="classvCard.html#a0">vCard</a><li>setPhoto()
|
||||
: <a class="el" href="classvCard.html#a1">vCard</a><li>setURL()
|
||||
: <a class="el" href="classvCard.html#a9">vCard</a></ul>
|
||||
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
|
||||
<li>Webcal()
|
||||
: <a class="el" href="classWebcal.html#a0">Webcal</a><li>write_body()
|
||||
: <a class="el" href="classCMailFile.html#a4">CMailFile</a><li>write_mimeheaders()
|
||||
: <a class="el" href="classCMailFile.html#a5">CMailFile</a><li>write_smtpheaders()
|
||||
: <a class="el" href="classCMailFile.html#a6">CMailFile</a></ul>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,96 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Compound Member Index</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindexHL" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<div class="qindex"><a class="qindex" href="functions.html">Tout</a> | <a class="qindexHL" href="functions_func.html">Fonctions</a></div>
|
||||
<div class="qindex"><a class="qindex" href="#index_a">a</a> | <a class="qindex" href="#index_b">b</a> | <a class="qindex" href="#index_c">c</a> | <a class="qindex" href="#index_d">d</a> | <a class="qindex" href="#index_e">e</a> | <a class="qindex" href="#index_f">f</a> | <a class="qindex" href="#index_g">g</a> | <a class="qindex" href="#index_i">i</a> | <a class="qindex" href="#index_l">l</a> | <a class="qindex" href="#index_n">n</a> | <a class="qindex" href="#index_p">p</a> | <a class="qindex" href="#index_q">q</a> | <a class="qindex" href="#index_r">r</a> | <a class="qindex" href="#index_s">s</a> | <a class="qindex" href="#index_w">w</a></div>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
|
||||
<li>add()
|
||||
: <a class="el" href="classWebcal.html#a1">Webcal</a><li>affected_rows()
|
||||
: <a class="el" href="classDoliDb.html#a26">DoliDb</a><li>attach_file()
|
||||
: <a class="el" href="classCMailFile.html#a1">CMailFile</a></ul>
|
||||
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
|
||||
<li>begin()
|
||||
: <a class="el" href="classDoliDb.html#a7">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
||||
<li>clone()
|
||||
: <a class="el" href="classDoliDb.html#a4">DoliDb</a><li>close()
|
||||
: <a class="el" href="classDoliDb.html#a6">DoliDb</a><li>CMailFile()
|
||||
: <a class="el" href="classCMailFile.html#a0">CMailFile</a><li>commit()
|
||||
: <a class="el" href="classDoliDb.html#a8">DoliDb</a><li>connect()
|
||||
: <a class="el" href="classDoliDb.html#a2">DoliDb</a><li>create_db()
|
||||
: <a class="el" href="classDoliDb.html#a3">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
||||
<li>DoliDb()
|
||||
: <a class="el" href="classDoliDb.html#a0">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
|
||||
<li>encode_file()
|
||||
: <a class="el" href="classCMailFile.html#a2">CMailFile</a><li>errno()
|
||||
: <a class="el" href="classDoliDb.html#a24">DoliDb</a><li>error()
|
||||
: <a class="el" href="classDoliDb.html#a23">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
||||
<li>fetch_array()
|
||||
: <a class="el" href="classDoliDb.html#a18">DoliDb</a><li>fetch_field()
|
||||
: <a class="el" href="classDoliDb.html#a20">DoliDb</a><li>fetch_object()
|
||||
: <a class="el" href="classDoliDb.html#a14">DoliDb</a><li>fetch_row()
|
||||
: <a class="el" href="classDoliDb.html#a19">DoliDb</a><li>free()
|
||||
: <a class="el" href="classDoliDb.html#a13">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
|
||||
<li>get_next_id()
|
||||
: <a class="el" href="classWebcal.html#a2">Webcal</a><li>getFileName()
|
||||
: <a class="el" href="classvCard.html#a11">vCard</a><li>getVCard()
|
||||
: <a class="el" href="classvCard.html#a10">vCard</a></ul>
|
||||
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
||||
<li>idate()
|
||||
: <a class="el" href="classDoliDb.html#a17">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
|
||||
<li>last_insert_id()
|
||||
: <a class="el" href="classDoliDb.html#a25">DoliDb</a><li>list_tables()
|
||||
: <a class="el" href="classDoliDb.html#a11">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
|
||||
<li>num_fields()
|
||||
: <a class="el" href="classDoliDb.html#a22">DoliDb</a><li>num_rows()
|
||||
: <a class="el" href="classDoliDb.html#a21">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
|
||||
<li>pconnect()
|
||||
: <a class="el" href="classDoliDb.html#a5">DoliDb</a><li>plimit()
|
||||
: <a class="el" href="classDoliDb.html#a15">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_q">- q -</a></h3><ul>
|
||||
<li>query()
|
||||
: <a class="el" href="classDoliDb.html#a10">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
|
||||
<li>result()
|
||||
: <a class="el" href="classDoliDb.html#a12">DoliDb</a><li>rollback()
|
||||
: <a class="el" href="classDoliDb.html#a9">DoliDb</a></ul>
|
||||
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
||||
<li>select_db()
|
||||
: <a class="el" href="classDoliDb.html#a1">DoliDb</a><li>sendfile()
|
||||
: <a class="el" href="classCMailFile.html#a3">CMailFile</a><li>setAddress()
|
||||
: <a class="el" href="classvCard.html#a5">vCard</a><li>setBirthday()
|
||||
: <a class="el" href="classvCard.html#a4">vCard</a><li>setEmail()
|
||||
: <a class="el" href="classvCard.html#a7">vCard</a><li>setFormattedName()
|
||||
: <a class="el" href="classvCard.html#a2">vCard</a><li>setLabel()
|
||||
: <a class="el" href="classvCard.html#a6">vCard</a><li>setName()
|
||||
: <a class="el" href="classvCard.html#a3">vCard</a><li>setNote()
|
||||
: <a class="el" href="classvCard.html#a8">vCard</a><li>setPhoneNumber()
|
||||
: <a class="el" href="classvCard.html#a0">vCard</a><li>setPhoto()
|
||||
: <a class="el" href="classvCard.html#a1">vCard</a><li>setURL()
|
||||
: <a class="el" href="classvCard.html#a9">vCard</a></ul>
|
||||
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
|
||||
<li>Webcal()
|
||||
: <a class="el" href="classWebcal.html#a0">Webcal</a><li>write_body()
|
||||
: <a class="el" href="classCMailFile.html#a4">CMailFile</a><li>write_mimeheaders()
|
||||
: <a class="el" href="classCMailFile.html#a5">CMailFile</a><li>write_smtpheaders()
|
||||
: <a class="el" href="classCMailFile.html#a6">CMailFile</a></ul>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,80 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: File Member Index</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindexHL" href="globals.html">Membres de fichier</a></div>
|
||||
<div class="qindex"><a class="qindexHL" href="globals.html">Tout</a> | <a class="qindex" href="globals_func.html">Fonctions</a></div>
|
||||
<div class="qindex"><a class="qindex" href="#index_a">a</a> | <a class="qindex" href="#index_b">b</a> | <a class="qindex" href="#index_c">c</a> | <a class="qindex" href="#index_d">d</a> | <a class="qindex" href="#index_f">f</a> | <a class="qindex" href="#index_i">i</a> | <a class="qindex" href="#index_l">l</a> | <a class="qindex" href="#index_m">m</a> | <a class="qindex" href="#index_p">p</a> | <a class="qindex" href="#index_s">s</a> | <a class="qindex" href="#index_t">t</a></div>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
Liste de tous les membres de fichier documentés avec liens vers la documentation:<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
|
||||
<li>accessforbidden()
|
||||
: <a class="el" href="functions_8inc_8php.html#a22">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
|
||||
<li>block_access()
|
||||
: <a class="el" href="functions_8inc_8php.html#a31">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
||||
<li>calcul_price()
|
||||
: <a class="el" href="price_8lib_8php.html#a0">price.lib.php</a><li>creer_pass_aleatoire()
|
||||
: <a class="el" href="functions_8inc_8php.html#a45">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
||||
<li>dol_delete_file()
|
||||
: <a class="el" href="functions_8inc_8php.html#a30">functions.inc.php</a><li>dolibarr_del_const()
|
||||
: <a class="el" href="functions_8inc_8php.html#a4">functions.inc.php</a><li>dolibarr_fiche_head()
|
||||
: <a class="el" href="functions_8inc_8php.html#a2">functions.inc.php</a><li>dolibarr_ldap_bind()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a1">ldap.lib.php</a><li>dolibarr_ldap_connect()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a0">ldap.lib.php</a><li>dolibarr_ldap_getversion()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a3">ldap.lib.php</a><li>dolibarr_ldap_setversion()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a4">ldap.lib.php</a><li>dolibarr_ldap_unacc()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a5">ldap.lib.php</a><li>dolibarr_ldap_unbind()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a2">ldap.lib.php</a><li>dolibarr_print_ca()
|
||||
: <a class="el" href="functions_8inc_8php.html#a5">functions.inc.php</a><li>dolibarr_print_date()
|
||||
: <a class="el" href="functions_8inc_8php.html#a6">functions.inc.php</a><li>dolibarr_print_object_info()
|
||||
: <a class="el" href="functions_8inc_8php.html#a7">functions.inc.php</a><li>dolibarr_print_phone()
|
||||
: <a class="el" href="functions_8inc_8php.html#a8">functions.inc.php</a><li>dolibarr_set_const()
|
||||
: <a class="el" href="functions_8inc_8php.html#a3">functions.inc.php</a><li>dolibarr_syslog()
|
||||
: <a class="el" href="functions_8inc_8php.html#a1">functions.inc.php</a><li>doliMoveFileUpload()
|
||||
: <a class="el" href="functions_8inc_8php.html#a23">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
||||
<li>francs()
|
||||
: <a class="el" href="functions_8inc_8php.html#a39">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
||||
<li>inctva()
|
||||
: <a class="el" href="functions_8inc_8php.html#a41">functions.inc.php</a><li>initialiser_sel()
|
||||
: <a class="el" href="functions_8inc_8php.html#a46">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
|
||||
<li>logfile()
|
||||
: <a class="el" href="functions_8inc_8php.html#a44">functions.inc.php</a><li>loginfunction()
|
||||
: <a class="el" href="functions_8inc_8php.html#a21">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
|
||||
<li>moneyMeter()
|
||||
: <a class="el" href="thermometer_8php.html#a0">thermometer.php</a><li>my_chunk_split()
|
||||
: <a class="el" href="CMailFile_8class_8php.html#a0">CMailFile.class.php</a></ul>
|
||||
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
|
||||
<li>price()
|
||||
: <a class="el" href="functions_8inc_8php.html#a38">functions.inc.php</a><li>print_date_select()
|
||||
: <a class="el" href="functions_8inc_8php.html#a35">functions.inc.php</a><li>print_duree_select()
|
||||
: <a class="el" href="functions_8inc_8php.html#a37">functions.inc.php</a><li>print_fiche_titre()
|
||||
: <a class="el" href="functions_8inc_8php.html#a29">functions.inc.php</a><li>print_fleche_navigation()
|
||||
: <a class="el" href="functions_8inc_8php.html#a33">functions.inc.php</a><li>print_heure_select()
|
||||
: <a class="el" href="functions_8inc_8php.html#a36">functions.inc.php</a><li>print_liste_field_titre()
|
||||
: <a class="el" href="functions_8inc_8php.html#a26">functions.inc.php</a><li>print_liste_field_titre_new()
|
||||
: <a class="el" href="functions_8inc_8php.html#a27">functions.inc.php</a><li>print_oui_non()
|
||||
: <a class="el" href="functions_8inc_8php.html#a34">functions.inc.php</a><li>print_titre()
|
||||
: <a class="el" href="functions_8inc_8php.html#a28">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
||||
<li>stat_print()
|
||||
: <a class="el" href="functions_8inc_8php.html#a42">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
||||
<li>transcoS2L()
|
||||
: <a class="el" href="functions_8inc_8php.html#a25">functions.inc.php</a><li>tva()
|
||||
: <a class="el" href="functions_8inc_8php.html#a40">functions.inc.php</a></ul>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:53 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,80 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: File Member Index</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindexHL" href="globals.html">Membres de fichier</a></div>
|
||||
<div class="qindex"><a class="qindex" href="globals.html">Tout</a> | <a class="qindexHL" href="globals_func.html">Fonctions</a></div>
|
||||
<div class="qindex"><a class="qindex" href="#index_a">a</a> | <a class="qindex" href="#index_b">b</a> | <a class="qindex" href="#index_c">c</a> | <a class="qindex" href="#index_d">d</a> | <a class="qindex" href="#index_f">f</a> | <a class="qindex" href="#index_i">i</a> | <a class="qindex" href="#index_l">l</a> | <a class="qindex" href="#index_m">m</a> | <a class="qindex" href="#index_p">p</a> | <a class="qindex" href="#index_s">s</a> | <a class="qindex" href="#index_t">t</a></div>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
|
||||
<li>accessforbidden()
|
||||
: <a class="el" href="functions_8inc_8php.html#a22">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
|
||||
<li>block_access()
|
||||
: <a class="el" href="functions_8inc_8php.html#a31">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
||||
<li>calcul_price()
|
||||
: <a class="el" href="price_8lib_8php.html#a0">price.lib.php</a><li>creer_pass_aleatoire()
|
||||
: <a class="el" href="functions_8inc_8php.html#a45">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
||||
<li>dol_delete_file()
|
||||
: <a class="el" href="functions_8inc_8php.html#a30">functions.inc.php</a><li>dolibarr_del_const()
|
||||
: <a class="el" href="functions_8inc_8php.html#a4">functions.inc.php</a><li>dolibarr_fiche_head()
|
||||
: <a class="el" href="functions_8inc_8php.html#a2">functions.inc.php</a><li>dolibarr_ldap_bind()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a1">ldap.lib.php</a><li>dolibarr_ldap_connect()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a0">ldap.lib.php</a><li>dolibarr_ldap_getversion()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a3">ldap.lib.php</a><li>dolibarr_ldap_setversion()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a4">ldap.lib.php</a><li>dolibarr_ldap_unacc()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a5">ldap.lib.php</a><li>dolibarr_ldap_unbind()
|
||||
: <a class="el" href="ldap_8lib_8php.html#a2">ldap.lib.php</a><li>dolibarr_print_ca()
|
||||
: <a class="el" href="functions_8inc_8php.html#a5">functions.inc.php</a><li>dolibarr_print_date()
|
||||
: <a class="el" href="functions_8inc_8php.html#a6">functions.inc.php</a><li>dolibarr_print_object_info()
|
||||
: <a class="el" href="functions_8inc_8php.html#a7">functions.inc.php</a><li>dolibarr_print_phone()
|
||||
: <a class="el" href="functions_8inc_8php.html#a8">functions.inc.php</a><li>dolibarr_set_const()
|
||||
: <a class="el" href="functions_8inc_8php.html#a3">functions.inc.php</a><li>dolibarr_syslog()
|
||||
: <a class="el" href="functions_8inc_8php.html#a1">functions.inc.php</a><li>doliMoveFileUpload()
|
||||
: <a class="el" href="functions_8inc_8php.html#a23">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
||||
<li>francs()
|
||||
: <a class="el" href="functions_8inc_8php.html#a39">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
||||
<li>inctva()
|
||||
: <a class="el" href="functions_8inc_8php.html#a41">functions.inc.php</a><li>initialiser_sel()
|
||||
: <a class="el" href="functions_8inc_8php.html#a46">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
|
||||
<li>logfile()
|
||||
: <a class="el" href="functions_8inc_8php.html#a44">functions.inc.php</a><li>loginfunction()
|
||||
: <a class="el" href="functions_8inc_8php.html#a21">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
|
||||
<li>moneyMeter()
|
||||
: <a class="el" href="thermometer_8php.html#a0">thermometer.php</a><li>my_chunk_split()
|
||||
: <a class="el" href="CMailFile_8class_8php.html#a0">CMailFile.class.php</a></ul>
|
||||
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
|
||||
<li>price()
|
||||
: <a class="el" href="functions_8inc_8php.html#a38">functions.inc.php</a><li>print_date_select()
|
||||
: <a class="el" href="functions_8inc_8php.html#a35">functions.inc.php</a><li>print_duree_select()
|
||||
: <a class="el" href="functions_8inc_8php.html#a37">functions.inc.php</a><li>print_fiche_titre()
|
||||
: <a class="el" href="functions_8inc_8php.html#a29">functions.inc.php</a><li>print_fleche_navigation()
|
||||
: <a class="el" href="functions_8inc_8php.html#a33">functions.inc.php</a><li>print_heure_select()
|
||||
: <a class="el" href="functions_8inc_8php.html#a36">functions.inc.php</a><li>print_liste_field_titre()
|
||||
: <a class="el" href="functions_8inc_8php.html#a26">functions.inc.php</a><li>print_liste_field_titre_new()
|
||||
: <a class="el" href="functions_8inc_8php.html#a27">functions.inc.php</a><li>print_oui_non()
|
||||
: <a class="el" href="functions_8inc_8php.html#a34">functions.inc.php</a><li>print_titre()
|
||||
: <a class="el" href="functions_8inc_8php.html#a28">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
||||
<li>stat_print()
|
||||
: <a class="el" href="functions_8inc_8php.html#a42">functions.inc.php</a></ul>
|
||||
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
||||
<li>transcoS2L()
|
||||
: <a class="el" href="functions_8inc_8php.html#a25">functions.inc.php</a><li>tva()
|
||||
: <a class="el" href="functions_8inc_8php.html#a40">functions.inc.php</a></ul>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:53 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,22 +0,0 @@
|
||||
digraph G
|
||||
{
|
||||
edge [fontname="Helvetica",fontsize=10,labelfontname="Helvetica",labelfontsize=10];
|
||||
node [fontname="Helvetica",fontsize=10,shape=record];
|
||||
Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="black",style="filled" fontcolor="white"];
|
||||
Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="Helvetica"];
|
||||
Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="black",URL="$classPublicBase.html"];
|
||||
Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="Helvetica"];
|
||||
Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="red",URL="$classTruncated.html"];
|
||||
Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="Helvetica"];
|
||||
Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="black",URL="$classProtectedBase.html"];
|
||||
Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="Helvetica"];
|
||||
Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="black",URL="$classPrivateBase.html"];
|
||||
Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="Helvetica"];
|
||||
Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="grey75"];
|
||||
Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="Helvetica"];
|
||||
Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="black",URL="$classTempl.html"];
|
||||
Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Helvetica"];
|
||||
Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="black",URL="$classTempl.html"];
|
||||
Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontname="Helvetica"];
|
||||
Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="black",URL="$classUsed.html"];
|
||||
}
|
||||
@ -1,73 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Graph Legend</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Légende du graphe</h1>Cette page explique comment interpréter les graphes générés par doxygen.<p>
|
||||
Considérez l'exemple suivant: <pre><div class="fragment"><span class="comment">/*! Classe invisible à cause d'une troncature */</span>
|
||||
<span class="keyword">class </span>Invisible { };
|
||||
<span class="comment"></span>
|
||||
<span class="comment">/*! Classe tronquée, la relation d'héritage est masquée */</span>
|
||||
<span class="keyword">class </span>Truncated : <span class="keyword">public</span> Invisible { };
|
||||
<span class="comment"></span>
|
||||
<span class="comment">/*! Classe non documentée avec des commentaires Doxygen */</span>
|
||||
<span class="keyword">class </span>Undocumented { };
|
||||
<span class="comment"></span>
|
||||
<span class="comment">/*! Classe dérivée par héritage public */</span>
|
||||
<span class="keyword">class </span>PublicBase : <span class="keyword">public</span> Truncated { };
|
||||
<span class="comment"></span>
|
||||
<span class="comment">/*! Un modèle de classe */</span>
|
||||
<span class="keyword">template</span><<span class="keyword">class</span> T> <span class="keyword">class </span>Templ { };
|
||||
<span class="comment"></span>
|
||||
<span class="comment">/*! Classe dérivée par héritage protégé */</span>
|
||||
<span class="keyword">class </span>ProtectedBase { };
|
||||
<span class="comment"></span>
|
||||
<span class="comment">/*! Classe dérivée par héritage privé */</span>
|
||||
<span class="keyword">class </span>PrivateBase { };
|
||||
<span class="comment"></span>
|
||||
<span class="comment">/*! Classe utilisée par la classe dérivée */</span>
|
||||
<span class="keyword">class </span>Used { };
|
||||
<span class="comment"></span>
|
||||
<span class="comment">/*! Super-classe qui hérite de plusieurs autres classes */</span>
|
||||
<span class="keyword">class </span>Inherited : <span class="keyword">public</span> PublicBase,
|
||||
<span class="keyword">protected</span> ProtectedBase,
|
||||
<span class="keyword">private</span> PrivateBase,
|
||||
<span class="keyword">public</span> Undocumented
|
||||
<span class="keyword">public</span> Templ<int>
|
||||
{
|
||||
<span class="keyword">private</span>:
|
||||
Used *m_usedClass;
|
||||
};
|
||||
</div></pre>Si la valeur 240 est attribuée au tag <code>MAX_DOT_GRAPH_HEIGHT</code> du fichier de configuration, cela génèrera le graphe suivant:<p><center><div align="center">
|
||||
<img src="graph_legend.png" alt="graph_legend.png" alt>
|
||||
</div>
|
||||
</center> <p>
|
||||
Les rectangles du graphe ci-dessus ont la signification suivante: <ul>
|
||||
<li>
|
||||
Un rectangle plein noir représente la structure ou la classe pour laquelle le graphe est généré. </li>
|
||||
<li>
|
||||
Un rectangle avec un bord noir indique une classe ou une structure documentée. </li>
|
||||
<li>
|
||||
Un rectangle avec un bord gris indique une classe ou une structure non documentée. </li>
|
||||
<li>
|
||||
Un rectangle avec un bord rouge indique une structure ou une classe documentée pour laquelle des relations d'héritage ou de collaboration manquent. Un graphe est tronqué s'il n'entre pas dans les limites spécifiées.</li>
|
||||
</ul>
|
||||
Les flèches ont la signification suivante: <ul>
|
||||
<li>
|
||||
Une flèche bleu foncé est utilisée pour visualiser une relation d'héritage public entre deux classes. </li>
|
||||
<li>
|
||||
Une flèche vert foncé est utilisée pour une relation d'héritage protégé. </li>
|
||||
<li>
|
||||
Une flèche rouge foncé est utilisée pour une relation d'héritage privé. </li>
|
||||
<li>
|
||||
Une flèche violette en pointillés est utilisée si une classe est contenue ou utilisée par une autre classe. La flèche est étiquetée avec la ou les variable(s) qui permettent d'accéder à la classe ou structure pointée. </li>
|
||||
<li>
|
||||
Une flèche verte en pointillés indique une relation entre une classe instanciée et le modèle de classe utilisé. La flèche est étiquetée avec les paramètres de modèle de la classe instanciée. </li>
|
||||
</ul>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:53 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 KiB |
@ -1,14 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: Page principale</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindexHL" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>dolibarr Documentation</h1>
|
||||
<p>
|
||||
<h3 align="center">1.2.0 </h3><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:51 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,90 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: htdocs/lib/ldap.lib.php Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>htdocs/lib/ldap.lib.php</h1><a href="ldap_8lib_8php.html">Aller à la documentation de ce fichier.</a><pre class="fragment"><div>00001 <?PHP
|
||||
00002 <span class="comment">/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org></span>
|
||||
00003 <span class="comment"> * Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be></span>
|
||||
00004 <span class="comment"> *</span>
|
||||
00005 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
|
||||
00006 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
|
||||
00007 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
|
||||
00008 <span class="comment"> * (at your option) any later version.</span>
|
||||
00009 <span class="comment"> *</span>
|
||||
00010 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
|
||||
00011 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
|
||||
00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
|
||||
00013 <span class="comment"> * GNU General Public License for more details.</span>
|
||||
00014 <span class="comment"> *</span>
|
||||
00015 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
|
||||
00016 <span class="comment"> * along with this program; if not, write to the Free Software</span>
|
||||
00017 <span class="comment"> * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
|
||||
00018 <span class="comment"> * or see http://www.gnu.org/</span>
|
||||
00019 <span class="comment"> *</span>
|
||||
00020 <span class="comment"> * $Id$</span>
|
||||
00021 <span class="comment"> * $Source$</span>
|
||||
00022 <span class="comment"> *</span>
|
||||
00023 <span class="comment"> */</span>
|
||||
00024
|
||||
<a name="l00040"></a><a class="code" href="ldap_8lib_8php.html#a0">00040</a> function <a class="code" href="ldap_8lib_8php.html#a0">dolibarr_ldap_connect</a>()
|
||||
00041 {
|
||||
00042 $ldapconnect = ldap_connect(LDAP_SERVER_HOST);
|
||||
00043
|
||||
00044 <span class="keywordflow">return</span> $ldapconnect;
|
||||
00045 }
|
||||
00046
|
||||
<a name="l00054"></a><a class="code" href="ldap_8lib_8php.html#a1">00054</a> function <a class="code" href="ldap_8lib_8php.html#a1">dolibarr_ldap_bind</a>($ds)
|
||||
00055 {
|
||||
00056 <span class="keywordflow">if</span> (defined(<span class="stringliteral">"LDAP_SERVER_PASS"</span>) && LDAP_SERVER_DN && LDAP_SERVER_PASS)
|
||||
00057 {
|
||||
00058 $ldapbind = ldap_bind($ds, LDAP_SERVER_DN, LDAP_SERVER_PASS);
|
||||
00059 }
|
||||
00060
|
||||
00061 <span class="keywordflow">return</span> $ldapbind;
|
||||
00062 }
|
||||
00063
|
||||
<a name="l00070"></a><a class="code" href="ldap_8lib_8php.html#a2">00070</a> function <a class="code" href="ldap_8lib_8php.html#a2">dolibarr_ldap_unbind</a>($ds)
|
||||
00071 {
|
||||
00072
|
||||
00073 $ldapunbind = ldap_unbind($ds);
|
||||
00074
|
||||
00075 <span class="keywordflow">return</span> $ldapunbind;
|
||||
00076 }
|
||||
00077
|
||||
<a name="l00084"></a><a class="code" href="ldap_8lib_8php.html#a3">00084</a> function <a class="code" href="ldap_8lib_8php.html#a3">dolibarr_ldap_getversion</a>($ds)
|
||||
00085 {
|
||||
00086 $version = 0;
|
||||
00087
|
||||
00088 ldap_get_option($ds, LDAP_OPT_PROTOCOL_VERSION, $version);
|
||||
00089
|
||||
00090 <span class="keywordflow">return</span> $version;
|
||||
00091 }
|
||||
00092
|
||||
<a name="l00101"></a><a class="code" href="ldap_8lib_8php.html#a4">00101</a> function <a class="code" href="ldap_8lib_8php.html#a4">dolibarr_ldap_setversion</a>($ds,$version)
|
||||
00102 {
|
||||
00103 $ldapsetversion = ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, $version);
|
||||
00104
|
||||
00105 <span class="keywordflow">return</span> $ldapsetversion;
|
||||
00106 }
|
||||
00107
|
||||
<a name="l00114"></a><a class="code" href="ldap_8lib_8php.html#a5">00114</a> function <a class="code" href="ldap_8lib_8php.html#a5">dolibarr_ldap_unacc</a>($str)
|
||||
00115 {
|
||||
00116 $stu = ereg_replace(<span class="stringliteral">"é"</span>,<span class="stringliteral">"e"</span>,$str);
|
||||
00117 $stu = ereg_replace(<span class="stringliteral">"è"</span>,<span class="stringliteral">"e"</span>,$stu);
|
||||
00118 $stu = ereg_replace(<span class="stringliteral">"ê"</span>,<span class="stringliteral">"e"</span>,$stu);
|
||||
00119 $stu = ereg_replace(<span class="stringliteral">"à"</span>,<span class="stringliteral">"a"</span>,$stu);
|
||||
00120 $stu = ereg_replace(<span class="stringliteral">"ç"</span>,<span class="stringliteral">"c"</span>,$stu);
|
||||
00121 $stu = ereg_replace(<span class="stringliteral">"ï"</span>,<span class="stringliteral">"i"</span>,$stu);
|
||||
00122 $stu = ereg_replace(<span class="stringliteral">"ä"</span>,<span class="stringliteral">"a"</span>,$stu);
|
||||
00123 <span class="keywordflow">return</span> $stu;
|
||||
00124 }
|
||||
00125
|
||||
00126 ?>
|
||||
</div></pre><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,280 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: ldap.lib.php File Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence du fichier htdocs/lib/ldap.lib.php</h1>Librairie contenant les fonctions pour accèder au serveur ldap.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<a href="ldap_8lib_8php-source.html">Aller au code source de ce fichier.</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Fonctions</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="ldap_8lib_8php.html#a0">dolibarr_ldap_connect</a> ()</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">ouverture d'une connection vers le serveur ldap. <a href="#a0"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="ldap_8lib_8php.html#a1">dolibarr_ldap_bind</a> ($ds)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">bind au serveur ldap. <a href="#a1"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="ldap_8lib_8php.html#a2">dolibarr_ldap_unbind</a> ($ds)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">unbind du serveur ldap. <a href="#a2"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="ldap_8lib_8php.html#a3">dolibarr_ldap_getversion</a> ($ds)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">verification de la version du serveur ldap. <a href="#a3"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="ldap_8lib_8php.html#a4">dolibarr_ldap_setversion</a> ($ds, $version)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">changement de la version du serveur ldap. <a href="#a4"></a><br><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="ldap_8lib_8php.html#a5">dolibarr_ldap_unacc</a> ($str)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">permet d'enlever les accents d'une chaine. <a href="#a5"></a><br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
Librairie contenant les fonctions pour accèder au serveur ldap.
|
||||
<p>
|
||||
<dl compact><dt><b>Auteur:</b></dt><dd>Rodolphe Quiedeville. <p>
|
||||
Benoit Mortier. </dd></dl>
|
||||
<dl compact><dt><b>Version:</b></dt><dd>1.2.</dd></dl>
|
||||
Ensemble des fonctions permettant d'accèder à un serveur ldap.
|
||||
<p>
|
||||
Définition dans le fichier <a class="el" href="ldap_8lib_8php-source.html">ldap.lib.php</a>.<hr><h2>Documentation des fonctions</h2>
|
||||
<a class="anchor" name="a1" doxytag="ldap.lib.php::dolibarr_ldap_bind" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> dolibarr_ldap_bind </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>ds</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
bind au serveur ldap.
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>ds</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
<dl compact><dt><b>Renvoie:</b></dt><dd>bool </dd></dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="ldap_8lib_8php-source.html#l00054">54</a> du fichier <a class="el" href="ldap_8lib_8php-source.html">ldap.lib.php</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a0" doxytag="ldap.lib.php::dolibarr_ldap_connect" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> dolibarr_ldap_connect </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="mdname1" valign="top" nowrap> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
ouverture d'une connection vers le serveur ldap.
|
||||
<p>
|
||||
<dl compact><dt><b>Renvoie:</b></dt><dd>resource </dd></dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="ldap_8lib_8php-source.html#l00040">40</a> du fichier <a class="el" href="ldap_8lib_8php-source.html">ldap.lib.php</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a3" doxytag="ldap.lib.php::dolibarr_ldap_getversion" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> dolibarr_ldap_getversion </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>ds</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
verification de la version du serveur ldap.
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>ds</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
<dl compact><dt><b>Renvoie:</b></dt><dd>version </dd></dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="ldap_8lib_8php-source.html#l00084">84</a> du fichier <a class="el" href="ldap_8lib_8php-source.html">ldap.lib.php</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a4" doxytag="ldap.lib.php::dolibarr_ldap_setversion" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> dolibarr_ldap_setversion </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>ds</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>version</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
changement de la version du serveur ldap.
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>ds</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>version</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
<dl compact><dt><b>Renvoie:</b></dt><dd>version </dd></dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="ldap_8lib_8php-source.html#l00101">101</a> du fichier <a class="el" href="ldap_8lib_8php-source.html">ldap.lib.php</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a5" doxytag="ldap.lib.php::dolibarr_ldap_unacc" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> dolibarr_ldap_unacc </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>str</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
permet d'enlever les accents d'une chaine.
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>str</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
<dl compact><dt><b>Renvoie:</b></dt><dd>string </dd></dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="ldap_8lib_8php-source.html#l00114">114</a> du fichier <a class="el" href="ldap_8lib_8php-source.html">ldap.lib.php</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a2" doxytag="ldap.lib.php::dolibarr_ldap_unbind" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> dolibarr_ldap_unbind </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>ds</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
unbind du serveur ldap.
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>ds</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
<dl compact><dt><b>Renvoie:</b></dt><dd>bool </dd></dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="ldap_8lib_8php-source.html#l00070">70</a> du fichier <a class="el" href="ldap_8lib_8php-source.html">ldap.lib.php</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,298 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: htdocs/lib/mysql.lib.php Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>htdocs/lib/mysql.lib.php</h1><a href="mysql_8lib_8php.html">Aller à la documentation de ce fichier.</a><pre class="fragment"><div>00001 <?PHP
|
||||
00002 <span class="comment">/* Copyright (C) 2001 Fabien Seisen <seisen@linuxfr.org></span>
|
||||
00003 <span class="comment"> * Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org></span>
|
||||
00004 <span class="comment"> * Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net></span>
|
||||
00005 <span class="comment"> *</span>
|
||||
00006 <span class="comment"> * $Id$</span>
|
||||
00007 <span class="comment"> * $Source$</span>
|
||||
00008 <span class="comment"> *</span>
|
||||
00009 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
|
||||
00010 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
|
||||
00011 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
|
||||
00012 <span class="comment"> * (at your option) any later version.</span>
|
||||
00013 <span class="comment"> *</span>
|
||||
00014 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
|
||||
00015 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
|
||||
00016 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
|
||||
00017 <span class="comment"> * GNU General Public License for more details.</span>
|
||||
00018 <span class="comment"> *</span>
|
||||
00019 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
|
||||
00020 <span class="comment"> * along with this program; if not, write to the Free Software</span>
|
||||
00021 <span class="comment"> * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
|
||||
00022 <span class="comment"> *</span>
|
||||
00023 <span class="comment"> */</span>
|
||||
00024
|
||||
<a name="l00041"></a><a class="code" href="classDoliDb.html">00041</a> <span class="keyword">class </span><a class="code" href="classDoliDb.html">DoliDb</a> {
|
||||
00042 var $db, $results, $ok, $connected, $database_selected;
|
||||
00043
|
||||
00044 <span class="comment">// Constantes pour code erreurs</span>
|
||||
00045 var $ERROR_DUPLICATE=1062;
|
||||
00046 var $ERROR_TABLEEXISTS=1050;
|
||||
00047
|
||||
<a name="l00057"></a><a class="code" href="classDoliDb.html#a0">00057</a> function <a class="code" href="classDoliDb.html">DoliDb</a>($type = 'mysql', $host = '', $user = '', $pass = '', $name = '')
|
||||
00058
|
||||
00059 <span class="comment">// Se connecte au serveur et éventuellement à une base (si spécifié)</span>
|
||||
00060 <span class="comment">// Renvoie 1 en cas de succès, 0 sinon</span>
|
||||
00061
|
||||
00062 {
|
||||
00063 global $conf;
|
||||
00064
|
||||
00065 <span class="keywordflow">if</span> ($host == '')
|
||||
00066 {
|
||||
00067 $host = $conf->db->host;
|
||||
00068 }
|
||||
00069
|
||||
00070 <span class="keywordflow">if</span> ($user == '')
|
||||
00071 {
|
||||
00072 $user = $conf->db->user;
|
||||
00073 }
|
||||
00074
|
||||
00075 <span class="keywordflow">if</span> ($pass == '')
|
||||
00076 {
|
||||
00077 $pass = $conf->db->pass;
|
||||
00078 }
|
||||
00079
|
||||
00080 <span class="keywordflow">if</span> ($name == '')
|
||||
00081 {
|
||||
00082 $name = $conf->db->name;
|
||||
00083 }
|
||||
00084
|
||||
00085 <span class="comment">//print "Name DB: $host,$user,$pass,$name<br>";</span>
|
||||
00086
|
||||
00087 <span class="comment">// Essai connexion serveur</span>
|
||||
00088
|
||||
00089 $this->db = $this-><a class="code" href="classDoliDb.html#a2">connect</a>($host, $user, $pass);
|
||||
00090
|
||||
00091 <span class="keywordflow">if</span> ($this->db)
|
||||
00092 {
|
||||
00093 $this->connected = 1;
|
||||
00094 $this->ok = 1;
|
||||
00095 }
|
||||
00096 <span class="keywordflow">else</span>
|
||||
00097 {
|
||||
00098 $this->connected = 0;
|
||||
00099 $this->ok = 0;
|
||||
00100 }
|
||||
00101
|
||||
00102 <span class="comment">// Si connexion serveur ok et si connexion base demandée, on essaie connexion base</span>
|
||||
00103
|
||||
00104 <span class="keywordflow">if</span> ($this->connected && $name)
|
||||
00105 {
|
||||
00106
|
||||
00107 <span class="keywordflow">if</span> ($this-><a class="code" href="classDoliDb.html#a1">select_db</a>($name) == 1)
|
||||
00108 {
|
||||
00109 $this->database_selected = 1;
|
||||
00110 $this->ok = 1;
|
||||
00111 }
|
||||
00112 <span class="keywordflow">else</span>
|
||||
00113 {
|
||||
00114 $this->database_selected = 0;
|
||||
00115 $this->ok = 0;
|
||||
00116 }
|
||||
00117
|
||||
00118 }
|
||||
00119 <span class="keywordflow">else</span>
|
||||
00120 {
|
||||
00121 <span class="comment">// Pas de selection de base demandée, mais tout est ok</span>
|
||||
00122
|
||||
00123 $this->database_selected = 0;
|
||||
00124 $this->ok = 1;
|
||||
00125 }
|
||||
00126
|
||||
00127 <span class="keywordflow">return</span> $this->ok;
|
||||
00128 }
|
||||
00129
|
||||
<a name="l00136"></a><a class="code" href="classDoliDb.html#a1">00136</a> function <a class="code" href="classDoliDb.html#a1">select_db</a>($database)
|
||||
00137 {
|
||||
00138 <span class="keywordflow">return</span> mysql_select_db($database, $this->db);
|
||||
00139 }
|
||||
00140
|
||||
<a name="l00149"></a><a class="code" href="classDoliDb.html#a2">00149</a> function <a class="code" href="classDoliDb.html#a2">connect</a>($host, $login, $passwd)
|
||||
00150 {
|
||||
00151 $this->db = @mysql_connect($host, $login, $passwd);
|
||||
00152 <span class="comment">//print "Resultat fonction connect: ".$this->db;</span>
|
||||
00153 <span class="keywordflow">return</span> $this->db;
|
||||
00154 }
|
||||
00155
|
||||
<a name="l00162"></a><a class="code" href="classDoliDb.html#a3">00162</a> function <a class="code" href="classDoliDb.html#a3">create_db</a>($database)
|
||||
00163 {
|
||||
00164 <span class="keywordflow">if</span> (mysql_create_db ($database, $this->db))
|
||||
00165 {
|
||||
00166 <span class="keywordflow">return</span> 1;
|
||||
00167 }
|
||||
00168 <span class="keywordflow">else</span>
|
||||
00169 {
|
||||
00170 <span class="keywordflow">return</span> 0;
|
||||
00171 }
|
||||
00172 }
|
||||
00173
|
||||
<a name="l00179"></a><a class="code" href="classDoliDb.html#a4">00179</a> function <a class="code" href="classDoliDb.html#a4">clone</a>()
|
||||
00180 {
|
||||
00181 $db2 = <span class="keyword">new</span> DoliDb(<span class="stringliteral">""</span>, <span class="stringliteral">""</span>, <span class="stringliteral">""</span>, <span class="stringliteral">""</span>, <span class="stringliteral">""</span>);
|
||||
00182 $db2->db = $this->db;
|
||||
00183 <span class="keywordflow">return</span> $db2;
|
||||
00184 }
|
||||
00185
|
||||
<a name="l00194"></a><a class="code" href="classDoliDb.html#a5">00194</a> function <a class="code" href="classDoliDb.html#a5">pconnect</a>($host, $login, $passwd)
|
||||
00195 {
|
||||
00196 $this->db = mysql_pconnect($host, $login, $passwd);
|
||||
00197 <span class="keywordflow">return</span> $this->db;
|
||||
00198 }
|
||||
00199
|
||||
<a name="l00205"></a><a class="code" href="classDoliDb.html#a6">00205</a> function <a class="code" href="classDoliDb.html#a6">close</a>()
|
||||
00206 {
|
||||
00207 <span class="keywordflow">return</span> mysql_close($this->db);
|
||||
00208 }
|
||||
00209
|
||||
<a name="l00216"></a><a class="code" href="classDoliDb.html#a7">00216</a> function <a class="code" href="classDoliDb.html#a7">begin</a>($<span class="keywordflow">do</span>=1)
|
||||
00217 {
|
||||
00218 <span class="keywordflow">if</span> ($do)
|
||||
00219 {
|
||||
00220 <span class="keywordflow">return</span> $this-><a class="code" href="classDoliDb.html#a10">query</a>(<span class="stringliteral">"BEGIN"</span>);
|
||||
00221 }
|
||||
00222 <span class="keywordflow">else</span>
|
||||
00223 {
|
||||
00224 <span class="keywordflow">return</span> 1;
|
||||
00225 }
|
||||
00226 }
|
||||
00227
|
||||
<a name="l00234"></a><a class="code" href="classDoliDb.html#a8">00234</a> function <a class="code" href="classDoliDb.html#a8">commit</a>($<span class="keywordflow">do</span>=1)
|
||||
00235 {
|
||||
00236 <span class="keywordflow">if</span> ($do)
|
||||
00237 {
|
||||
00238 <span class="keywordflow">return</span> $this-><a class="code" href="classDoliDb.html#a10">query</a>(<span class="stringliteral">"COMMIT"</span>);
|
||||
00239 }
|
||||
00240 <span class="keywordflow">else</span>
|
||||
00241 {
|
||||
00242 <span class="keywordflow">return</span> 1;
|
||||
00243 }
|
||||
00244 }
|
||||
00245
|
||||
<a name="l00252"></a><a class="code" href="classDoliDb.html#a9">00252</a> function <a class="code" href="classDoliDb.html#a9">rollback</a>($<span class="keywordflow">do</span>=1)
|
||||
00253 {
|
||||
00254 <span class="keywordflow">if</span> ($do)
|
||||
00255 {
|
||||
00256 <span class="keywordflow">return</span> $this-><a class="code" href="classDoliDb.html#a10">query</a>(<span class="stringliteral">"ROLLBACK"</span>);
|
||||
00257 }
|
||||
00258 <span class="keywordflow">else</span>
|
||||
00259 {
|
||||
00260 <span class="keywordflow">return</span> 1;
|
||||
00261 }
|
||||
00262 }
|
||||
00263
|
||||
<a name="l00272"></a><a class="code" href="classDoliDb.html#a10">00272</a> function <a class="code" href="classDoliDb.html#a10">query</a>($query, $limit=<span class="stringliteral">""</span>, $offset=<span class="stringliteral">""</span>)
|
||||
00273 {
|
||||
00274 $query = trim($query);
|
||||
00275 <span class="comment">//print "<p>$query</p>\n";</span>
|
||||
00276 $this->results = mysql_query($query, $this->db);
|
||||
00277 <span class="keywordflow">return</span> $this->results;
|
||||
00278 }
|
||||
00279
|
||||
<a name="l00286"></a><a class="code" href="classDoliDb.html#a11">00286</a> function <a class="code" href="classDoliDb.html#a11">list_tables</a>($database)
|
||||
00287 {
|
||||
00288 $this->results = mysql_list_tables($database, $this->db);
|
||||
00289 <span class="keywordflow">return</span> $this->results;
|
||||
00290 }
|
||||
00291
|
||||
<a name="l00299"></a><a class="code" href="classDoliDb.html#a12">00299</a> function <a class="code" href="classDoliDb.html#a12">result</a>($nb, $fieldname)
|
||||
00300 {
|
||||
00301 <span class="keywordflow">return</span> mysql_result($this->results, $nb, $fieldname);
|
||||
00302 }
|
||||
00303
|
||||
<a name="l00309"></a><a class="code" href="classDoliDb.html#a13">00309</a> function <a class="code" href="classDoliDb.html#a13">free</a>()
|
||||
00310 {
|
||||
00311 <span class="keywordflow">return</span> mysql_free_result($this->results);
|
||||
00312 }
|
||||
00313
|
||||
<a name="l00319"></a><a class="code" href="classDoliDb.html#a14">00319</a> function <a class="code" href="classDoliDb.html#a14">fetch_object</a>()
|
||||
00320 {
|
||||
00321 <span class="keywordflow">return</span> mysql_fetch_object($this->results);
|
||||
00322 }
|
||||
00323
|
||||
<a name="l00331"></a><a class="code" href="classDoliDb.html#a15">00331</a> function <a class="code" href="classDoliDb.html#a15">plimit</a>($limit=0,$offset=0)
|
||||
00332 {
|
||||
00333 <span class="keywordflow">if</span> ($offset > 0)
|
||||
00334 {
|
||||
00335 <span class="keywordflow">return</span> <span class="stringliteral">" LIMIT $offset,$limit "</span>;
|
||||
00336 }
|
||||
00337 <span class="keywordflow">else</span>
|
||||
00338 {
|
||||
00339 <span class="keywordflow">return</span> <span class="stringliteral">" LIMIT $limit "</span>;
|
||||
00340 }
|
||||
00341 }
|
||||
00342
|
||||
00343
|
||||
00344 function pdate($fname)
|
||||
00345 {
|
||||
00346 <span class="keywordflow">return</span> <span class="stringliteral">"unix_timestamp($fname)"</span>;
|
||||
00347 }
|
||||
00348
|
||||
<a name="l00355"></a><a class="code" href="classDoliDb.html#a17">00355</a> function <a class="code" href="classDoliDb.html#a17">idate</a>($fname)
|
||||
00356 {
|
||||
00357 <span class="keywordflow">return</span> strftime(<span class="stringliteral">"%Y%m%d%H%M%S"</span>,$fname);
|
||||
00358 }
|
||||
00359
|
||||
<a name="l00365"></a><a class="code" href="classDoliDb.html#a18">00365</a> function <a class="code" href="classDoliDb.html#a18">fetch_array</a>()
|
||||
00366 {
|
||||
00367 <span class="keywordflow">return</span> mysql_fetch_array($this->results);
|
||||
00368 }
|
||||
00369
|
||||
<a name="l00375"></a><a class="code" href="classDoliDb.html#a19">00375</a> function <a class="code" href="classDoliDb.html#a19">fetch_row</a>()
|
||||
00376 {
|
||||
00377 <span class="keywordflow">return</span> mysql_fetch_row($this->results);
|
||||
00378 }
|
||||
00379
|
||||
<a name="l00384"></a><a class="code" href="classDoliDb.html#a20">00384</a> function <a class="code" href="classDoliDb.html#a20">fetch_field</a>()
|
||||
00385 {
|
||||
00386 <span class="keywordflow">return</span> mysql_fetch_field($this->results);
|
||||
00387 }
|
||||
00388
|
||||
00389
|
||||
<a name="l00395"></a><a class="code" href="classDoliDb.html#a21">00395</a> function <a class="code" href="classDoliDb.html#a21">num_rows</a>()
|
||||
00396 {
|
||||
00397 <span class="keywordflow">return</span> mysql_num_rows($this->results);
|
||||
00398 }
|
||||
00399
|
||||
<a name="l00405"></a><a class="code" href="classDoliDb.html#a22">00405</a> function <a class="code" href="classDoliDb.html#a22">num_fields</a>()
|
||||
00406 {
|
||||
00407 <span class="keywordflow">return</span> mysql_num_fields($this->results);
|
||||
00408 }
|
||||
00409
|
||||
<a name="l00415"></a><a class="code" href="classDoliDb.html#a23">00415</a> function <a class="code" href="classDoliDb.html#a23">error</a>()
|
||||
00416 {
|
||||
00417 <span class="keywordflow">return</span> mysql_error($this->db);
|
||||
00418 }
|
||||
00419
|
||||
<a name="l00425"></a><a class="code" href="classDoliDb.html#a24">00425</a> function <a class="code" href="classDoliDb.html#a24">errno</a>()
|
||||
00426 {
|
||||
00427 <span class="comment">// $ERROR_DUPLICATE=1062;</span>
|
||||
00428 <span class="comment">// $ERROR_TABLEEXISTS=1050;</span>
|
||||
00429
|
||||
00430 <span class="keywordflow">return</span> mysql_errno($this->db);
|
||||
00431 }
|
||||
00432
|
||||
<a name="l00438"></a><a class="code" href="classDoliDb.html#a25">00438</a> function <a class="code" href="classDoliDb.html#a25">last_insert_id</a>()
|
||||
00439 {
|
||||
00440 <span class="keywordflow">return</span> mysql_insert_id();
|
||||
00441 }
|
||||
00442
|
||||
<a name="l00448"></a><a class="code" href="classDoliDb.html#a26">00448</a> function <a class="code" href="classDoliDb.html#a26">affected_rows</a>()
|
||||
00449 {
|
||||
00450 <span class="keywordflow">return</span> mysql_affected_rows();
|
||||
00451 }
|
||||
00452
|
||||
00453 }
|
||||
00454
|
||||
00455 ?>
|
||||
</div></pre><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,33 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: mysql.lib.php File Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence du fichier htdocs/lib/mysql.lib.php</h1>Classe permettant de gérér la database de dolibarr.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<a href="mysql_8lib_8php-source.html">Aller au code source de ce fichier.</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Classes</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>class </td><td class="memItemRight" valign=bottom><a class="el" href="classDoliDb.html">DoliDb</a></td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Classe permettant de gérér la database de dolibarr. <a href="classDoliDb.html#_details">Plus de détails...</a><br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
Classe permettant de gérér la database de dolibarr.
|
||||
<p>
|
||||
<dl compact><dt><b>Auteur:</b></dt><dd>Fabien Seisen <p>
|
||||
Rodolphe Quiedeville. <p>
|
||||
Laurent Destailleur. </dd></dl>
|
||||
<dl compact><dt><b>Version:</b></dt><dd>1.2.</dd></dl>
|
||||
Ensemble des fonctions permettant de gérer la database de dolibarr.
|
||||
<p>
|
||||
Définition dans le fichier <a class="el" href="mysql_8lib_8php-source.html">mysql.lib.php</a>.<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,100 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: htdocs/lib/price.lib.php Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>htdocs/lib/price.lib.php</h1><a href="price_8lib_8php.html">Aller à la documentation de ce fichier.</a><pre class="fragment"><div>00001 <?PHP
|
||||
00002 <span class="comment">/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org></span>
|
||||
00003 <span class="comment"> *</span>
|
||||
00004 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
|
||||
00005 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
|
||||
00006 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
|
||||
00007 <span class="comment"> * (at your option) any later version.</span>
|
||||
00008 <span class="comment"> *</span>
|
||||
00009 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
|
||||
00010 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
|
||||
00011 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
|
||||
00012 <span class="comment"> * GNU General Public License for more details.</span>
|
||||
00013 <span class="comment"> *</span>
|
||||
00014 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
|
||||
00015 <span class="comment"> * along with this program; if not, write to the Free Software</span>
|
||||
00016 <span class="comment"> * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
|
||||
00017 <span class="comment"> *</span>
|
||||
00018 <span class="comment"> * $Id$</span>
|
||||
00019 <span class="comment"> * $Source$</span>
|
||||
00020 <span class="comment"> *</span>
|
||||
00021 <span class="comment"> */</span>
|
||||
00022
|
||||
<a name="l00038"></a><a class="code" href="price_8lib_8php.html#a0">00038</a> function <a class="code" href="price_8lib_8php.html#a0">calcul_price</a>($products, $remise_percent)
|
||||
00039 {
|
||||
00040 $total_ht = 0;
|
||||
00041 $amount_ht = 0;
|
||||
00042 $tva = array();
|
||||
00043 $total_tva = 0;
|
||||
00044 $total_remise = 0;
|
||||
00045
|
||||
00046 $num = <span class="keyword">sizeof</span>($products);
|
||||
00047 $i = 0;
|
||||
00048
|
||||
00049 <span class="keywordflow">while</span> ($i < $num)
|
||||
00050 {
|
||||
00051 $prod_price = $products[$i][0];
|
||||
00052 $prod_qty = $products[$i][1];
|
||||
00053 $prod_txtva = $products[$i][2];
|
||||
00054
|
||||
00055 $lprice = $prod_qty * $prod_price;
|
||||
00056
|
||||
00057 $amount_ht = $amount_ht + $lprice;
|
||||
00058
|
||||
00059 <span class="keywordflow">if</span> ($remise_percent > 0)
|
||||
00060 {
|
||||
00061 $lremise = ($lprice * $remise_percent / 100);
|
||||
00062 $lprice = $lprice - $lremise;
|
||||
00063 $total_remise = $total_remise + $lremise;
|
||||
00064 }
|
||||
00065
|
||||
00066 $total_ht = $total_ht + $lprice;
|
||||
00067
|
||||
00068 $ligne_tva = ($lprice * ($prod_txtva / 100));
|
||||
00069
|
||||
00070 $tva[$prod_txtva] = $tva[$prod_txtva] + $ligne_tva;
|
||||
00071 $i++;
|
||||
00072 }
|
||||
00073
|
||||
00074 <span class="comment">/*</span>
|
||||
00075 <span class="comment"> * Sommes et arrondis</span>
|
||||
00076 <span class="comment"> */</span>
|
||||
00077 $j=0;
|
||||
00078 $result[5] = array();
|
||||
00079
|
||||
00080 foreach ($<a class="code" href="functions_8inc_8php.html#a40">tva</a> as $key => $value)
|
||||
00081 {
|
||||
00082 $tva[$key] = round($<a class="code" href="functions_8inc_8php.html#a40">tva</a>[$key], 2);
|
||||
00083 $total_tva = $total_tva + $tva[$key];
|
||||
00084 $result[5][$key] = $tva[$key];
|
||||
00085 $j++;
|
||||
00086 }
|
||||
00087
|
||||
00088 $total_ht = round($total_ht, 2);
|
||||
00089 $total_tva = round($total_tva, 2);
|
||||
00090
|
||||
00091 $total_ttc = $total_ht + $total_tva;
|
||||
00092
|
||||
00093 <span class="comment">/*</span>
|
||||
00094 <span class="comment"> *</span>
|
||||
00095 <span class="comment"> */</span>
|
||||
00096 $result[0] = $total_ht;
|
||||
00097 $result[1] = $total_tva;
|
||||
00098 $result[2] = $total_ttc;
|
||||
00099 $result[3] = $total_remise;
|
||||
00100 $result[4] = $amount_ht;
|
||||
00101
|
||||
00102 <span class="keywordflow">return</span> $result;
|
||||
00103 }
|
||||
</div></pre><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,82 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: price.lib.php File Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence du fichier htdocs/lib/price.lib.php</h1>librairie contenant les fonctions pour calculer un prix.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<a href="price_8lib_8php-source.html">Aller au code source de ce fichier.</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Fonctions</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="price_8lib_8php.html#a0">calcul_price</a> ($products, $remise_percent)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">permet de calculer un prix. <a href="#a0"></a><br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
librairie contenant les fonctions pour calculer un prix.
|
||||
<p>
|
||||
<dl compact><dt><b>Auteur:</b></dt><dd>Rodolphe Quiedeville. </dd></dl>
|
||||
<dl compact><dt><b>Version:</b></dt><dd>1.2.</dd></dl>
|
||||
Ensemble des fonctions permettant de calculer un prix.
|
||||
<p>
|
||||
Définition dans le fichier <a class="el" href="price_8lib_8php-source.html">price.lib.php</a>.<hr><h2>Documentation des fonctions</h2>
|
||||
<a class="anchor" name="a0" doxytag="price.lib.php::calcul_price" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> calcul_price </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>products</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>remise_percent</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
permet de calculer un prix.
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>products</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>remise_percent</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
<dl compact><dt><b>Renvoie:</b></dt><dd>result </dd></dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="price_8lib_8php-source.html#l00038">38</a> du fichier <a class="el" href="price_8lib_8php-source.html">price.lib.php</a>.
|
||||
<p>
|
||||
Références <a class="el" href="functions_8inc_8php-source.html#l01018">tva()</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,193 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: htdocs/lib/thermometer.php Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>htdocs/lib/thermometer.php</h1><a href="thermometer_8php.html">Aller à la documentation de ce fichier.</a><pre class="fragment"><div>00001 <?php
|
||||
00002 <span class="comment">/* Copyright (C) 2002 "stichting Blender Foundation, Timothy Kanters"</span>
|
||||
00003 <span class="comment"> * Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org></span>
|
||||
00004 <span class="comment"> *</span>
|
||||
00005 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
|
||||
00006 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
|
||||
00007 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
|
||||
00008 <span class="comment"> * (at your option) any later version.</span>
|
||||
00009 <span class="comment"> *</span>
|
||||
00010 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
|
||||
00011 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
|
||||
00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
|
||||
00013 <span class="comment"> * GNU General Public License for more details.</span>
|
||||
00014 <span class="comment"> *</span>
|
||||
00015 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
|
||||
00016 <span class="comment"> * along with this program; if not, write to the Free Software</span>
|
||||
00017 <span class="comment"> * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
|
||||
00018 <span class="comment"> *</span>
|
||||
00019 <span class="comment"> * $Id$</span>
|
||||
00020 <span class="comment"> * $Source$</span>
|
||||
00021 <span class="comment"> *</span>
|
||||
00022 <span class="comment"> */</span>
|
||||
00023
|
||||
<a name="l00042"></a><a class="code" href="thermometer_8php.html#a0">00042</a> function <a class="code" href="thermometer_8php.html#a0">moneyMeter</a>($actualValue=0, $pendingValue=0, $intentValue=0)
|
||||
00043
|
||||
00044 <span class="comment">/*</span>
|
||||
00045 <span class="comment"> This function returns the html for the moneymeter.</span>
|
||||
00046 <span class="comment"> cachedValue: amount of actual money</span>
|
||||
00047 <span class="comment"> pendingValue: amount of money of pending memberships</span>
|
||||
00048 <span class="comment"> intentValue: amount of intended money (that's without the amount of actual money)</span>
|
||||
00049 <span class="comment"> */</span>
|
||||
00050 {
|
||||
00051
|
||||
00052 <span class="comment">// variables</span>
|
||||
00053 $height=<span class="stringliteral">"200"</span>;
|
||||
00054 $maximumValue=125000;
|
||||
00055
|
||||
00056 $imageDir = <span class="stringliteral">"http://eucd.info/images/"</span>;
|
||||
00057
|
||||
00058 $imageTop = $imageDir . <span class="stringliteral">"therm_top.png"</span>;
|
||||
00059 $imageMiddleActual = $imageDir . <span class="stringliteral">"therm_actual.png"</span>;
|
||||
00060 $imageMiddlePending = $imageDir . <span class="stringliteral">"therm_pending.png"</span>;
|
||||
00061 $imageMiddleIntent = $imageDir . <span class="stringliteral">"therm_intent.png"</span>;
|
||||
00062 $imageMiddleGoal = $imageDir . <span class="stringliteral">"therm_goal.png"</span>;
|
||||
00063 $imageIndex = $imageDir . <span class="stringliteral">"therm_index.png"</span>;
|
||||
00064 $imageBottom = $imageDir . <span class="stringliteral">"therm_bottom.png"</span>;
|
||||
00065 $imageColorActual = $imageDir . <span class="stringliteral">"therm_color_actual.png"</span>;
|
||||
00066 $imageColorPending = $imageDir . <span class="stringliteral">"therm_color_pending.png"</span>;
|
||||
00067 $imageColorIntent = $imageDir . <span class="stringliteral">"therm_color_intent.png"</span>;
|
||||
00068
|
||||
00069 $htmlThermTop = '
|
||||
00070 <!-- Thermometer Begin -->
|
||||
00071 <table cellpadding=<span class="stringliteral">"0"</span> cellspacing=<span class="stringliteral">"4"</span> border=<span class="stringliteral">"0"</span>>
|
||||
00072 <tr><td>
|
||||
00073 <table cellpadding=<span class="stringliteral">"0"</span> cellspacing=<span class="stringliteral">"0"</span> border=<span class="stringliteral">"0"</span>>
|
||||
00074 <tr>
|
||||
00075 <td colspan=<span class="stringliteral">"2"</span>><img src=<span class="stringliteral">"' . $imageTop . '"</span> width=<span class="stringliteral">"58"</span> height=<span class="stringliteral">"6"</span> border=<span class="stringliteral">"0"</span>></td>
|
||||
00076 </tr>
|
||||
00077 <tr>
|
||||
00078 <td>
|
||||
00079 <table cellpadding=<span class="stringliteral">"0"</span> cellspacing=<span class="stringliteral">"0"</span> border=<span class="stringliteral">"0"</span>>';
|
||||
00080
|
||||
00081 $htmlSection = '
|
||||
00082 <tr><td><img src=<span class="stringliteral">"{image}"</span> width=<span class="stringliteral">"26"</span> height=<span class="stringliteral">"{height}"</span> border=<span class="stringliteral">"0"</span>></td></tr>';
|
||||
00083
|
||||
00084 $htmlThermbottom = '
|
||||
00085 </table>
|
||||
00086 </td>
|
||||
00087 <td><img src=<span class="stringliteral">"' . $imageIndex . '"</span> width=<span class="stringliteral">"32"</span> height=<span class="stringliteral">"200"</span> border=<span class="stringliteral">"0"</span>></td>
|
||||
00088 </tr>
|
||||
00089 <tr>
|
||||
00090 <td colspan=<span class="stringliteral">"2"</span>><img src=<span class="stringliteral">"' . $imageBottom . '"</span> width=<span class="stringliteral">"58"</span> height=<span class="stringliteral">"32"</span> border=<span class="stringliteral">"0"</span>></td>
|
||||
00091 </tr>
|
||||
00092 </table>
|
||||
00093 </td>
|
||||
00094 </tr></table>';
|
||||
00095
|
||||
00096 <span class="comment">// legenda</span>
|
||||
00097
|
||||
00098 $legendaActual = <span class="stringliteral">"&euro; "</span> . round($actualValue);
|
||||
00099 $legendaPending = <span class="stringliteral">"&euro; "</span> . round($pendingValue);
|
||||
00100 $legendaIntent = <span class="stringliteral">"&euro; "</span> . round($intentValue);
|
||||
00101 $legendaTotal = <span class="stringliteral">"&euro; "</span> . round($actualValue + $pendingValue + $intentValue);
|
||||
00102 $htmlLegenda = '
|
||||
00103
|
||||
00104 <table cellpadding=<span class="stringliteral">"0"</span> cellspacing=<span class="stringliteral">"0"</span> border=<span class="stringliteral">"0"</span>>
|
||||
00105 <tr><td><img src=<span class="stringliteral">"' . $imageColorActual . '"</span> width=<span class="stringliteral">"9"</span> height=<span class="stringliteral">"9"</span>>&nbsp;</td><td><font size=<span class="stringliteral">"1"</span> face=<span class="stringliteral">"Verdana, Arial, Helvetica, sans-serif"</span>><b>Payé:<br />' . $legendaActual . '</b></font></td></tr>
|
||||
00106 <tr><td><img src=<span class="stringliteral">"' . $imageColorPending . '"</span> width=<span class="stringliteral">"9"</span> height=<span class="stringliteral">"9"</span>>&nbsp;</td><td><font size=<span class="stringliteral">"1"</span> face=<span class="stringliteral">"Verdana, Arial, Helvetica, sans-serif"</span>>En attente:<br />' . $legendaPending . '</font></td></tr>
|
||||
00107 <tr><td><img src=<span class="stringliteral">"' . $imageColorIntent . '"</span> width=<span class="stringliteral">"9"</span> height=<span class="stringliteral">"9"</span>>&nbsp;</td><td><font size=<span class="stringliteral">"1"</span> face=<span class="stringliteral">"Verdana, Arial, Helvetica, sans-serif"</span>>Promesses:<br />' . $legendaIntent . '</font></td></tr>
|
||||
00108 <tr><td>&nbsp;</td><td><font size=<span class="stringliteral">"1"</span> face=<span class="stringliteral">"Verdana, Arial, Helvetica, sans-serif"</span>>Total:<br />' . $legendaTotal . '</font></td></tr>
|
||||
00109 </table>
|
||||
00110
|
||||
00111 <!-- Thermometer End -->';
|
||||
00112
|
||||
00113 <span class="comment">// check and edit some values</span>
|
||||
00114
|
||||
00115 $error = 0;
|
||||
00116 <span class="keywordflow">if</span> ( $maximumValue <= 0 || $height <= 0 || $actualValue < 0 || $pendingValue < 0 || $intentValue < 0)
|
||||
00117 {
|
||||
00118 <span class="keywordflow">return</span> <span class="stringliteral">"The money meter could not be processed<br>\n"</span>;
|
||||
00119 }
|
||||
00120 <span class="keywordflow">if</span> ( $actualValue > $maximumValue )
|
||||
00121 {
|
||||
00122 $actualValue = $maximumValue;
|
||||
00123 $pendingValue = 0;
|
||||
00124 $intentValue = 0;
|
||||
00125 }
|
||||
00126 <span class="keywordflow">else</span>
|
||||
00127 {
|
||||
00128 <span class="keywordflow">if</span> ( ($actualValue + $pendingValue) > $maximumValue )
|
||||
00129 {
|
||||
00130 $pendingValue = $maximumValue - $actualValue;
|
||||
00131 $intentValue = 0;
|
||||
00132 }
|
||||
00133 <span class="keywordflow">else</span>
|
||||
00134 {
|
||||
00135 <span class="keywordflow">if</span> ( ($actualValue + $pendingValue + $intentValue) > $maximumValue )
|
||||
00136 {
|
||||
00137 $intentValue = $maximumValue - $actualValue - $pendingValue;
|
||||
00138 }
|
||||
00139 }
|
||||
00140 }
|
||||
00141
|
||||
00142 <span class="comment">// start writing the html (from bottom to top)</span>
|
||||
00143
|
||||
00144 <span class="comment">// bottom </span>
|
||||
00145 $thermometer = $htmlThermbottom;
|
||||
00146
|
||||
00147 <span class="comment">// actual</span>
|
||||
00148 $sectionHeight = round(($actualValue / $maximumValue) * $height);
|
||||
00149 $totalHeight = $totalHeight + $sectionHeight;
|
||||
00150 <span class="keywordflow">if</span> ( $sectionHeight > 0 )
|
||||
00151 {
|
||||
00152 $section = $htmlSection;
|
||||
00153 $section = str_replace(<span class="stringliteral">"{image}"</span>, $imageMiddleActual, $section);
|
||||
00154 $section = str_replace(<span class="stringliteral">"{height}"</span>, $sectionHeight, $section);
|
||||
00155 $thermometer = $section . $thermometer;
|
||||
00156 }
|
||||
00157
|
||||
00158 <span class="comment">// pending</span>
|
||||
00159 $sectionHeight = round(($pendingValue / $maximumValue) * $height);
|
||||
00160 $totalHeight = $totalHeight + $sectionHeight;
|
||||
00161 <span class="keywordflow">if</span> ( $sectionHeight > 0 )
|
||||
00162 {
|
||||
00163 $section = $htmlSection;
|
||||
00164 $section = str_replace(<span class="stringliteral">"{image}"</span>, $imageMiddlePending, $section);
|
||||
00165 $section = str_replace(<span class="stringliteral">"{height}"</span>, $sectionHeight, $section);
|
||||
00166 $thermometer = $section . $thermometer;
|
||||
00167 }
|
||||
00168
|
||||
00169 <span class="comment">// intent</span>
|
||||
00170 $sectionHeight = round(($intentValue / $maximumValue) * $height);
|
||||
00171 $totalHeight = $totalHeight + $sectionHeight;
|
||||
00172 <span class="keywordflow">if</span> ( $sectionHeight > 0 )
|
||||
00173 {
|
||||
00174 $section = $htmlSection;
|
||||
00175 $section = str_replace(<span class="stringliteral">"{image}"</span>, $imageMiddleIntent, $section);
|
||||
00176 $section = str_replace(<span class="stringliteral">"{height}"</span>, $sectionHeight, $section);
|
||||
00177 $thermometer = $section . $thermometer;
|
||||
00178 }
|
||||
00179
|
||||
00180 <span class="comment">// goal </span>
|
||||
00181 $sectionHeight = $height- $totalHeight;
|
||||
00182 <span class="keywordflow">if</span> ( $sectionHeight > 0 )
|
||||
00183 {
|
||||
00184 $section = $htmlSection;
|
||||
00185 $section = str_replace(<span class="stringliteral">"{image}"</span>, $imageMiddleGoal, $section);
|
||||
00186 $section = str_replace(<span class="stringliteral">"{height}"</span>, $sectionHeight, $section);
|
||||
00187 $thermometer = $section . $thermometer;
|
||||
00188 }
|
||||
00189
|
||||
00190 <span class="comment">// top</span>
|
||||
00191 $thermometer = $htmlThermTop . $thermometer;
|
||||
00192
|
||||
00193 <span class="keywordflow">return</span> $thermometer . $htmlLegenda;
|
||||
00194 }
|
||||
00195
|
||||
00196 ?>
|
||||
00197
|
||||
00198
|
||||
00199
|
||||
</div></pre><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,88 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: thermometer.php File Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence du fichier htdocs/lib/thermometer.php</h1>Classe permettant d'afficher un thermometre.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<a href="thermometer_8php-source.html">Aller au code source de ce fichier.</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Fonctions</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="thermometer_8php.html#a0">moneyMeter</a> ($actualValue=0, $pendingValue=0, $intentValue=0)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">permet d'afficher un thermometre monetaire. <a href="#a0"></a><br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
Classe permettant d'afficher un thermometre.
|
||||
<p>
|
||||
<dl compact><dt><b>Auteur:</b></dt><dd>Rodolphe Quiedeville. <p>
|
||||
Timothy Kanters. </dd></dl>
|
||||
<dl compact><dt><b>Version:</b></dt><dd>1.2.</dd></dl>
|
||||
Ensemble des fonctions permettant d'afficher un thermometre monetaire.
|
||||
<p>
|
||||
Définition dans le fichier <a class="el" href="thermometer_8php-source.html">thermometer.php</a>.<hr><h2>Documentation des fonctions</h2>
|
||||
<a class="anchor" name="a0" doxytag="thermometer.php::moneyMeter" ></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top"> moneyMeter </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">$ </td>
|
||||
<td class="mdname" nowrap> <em>actualValue</em> = <code>0</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>pendingValue</em> = <code>0</code>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="md" nowrap align="right"></td>
|
||||
<td></td>
|
||||
<td class="md" nowrap>$ </td>
|
||||
<td class="mdname" nowrap> <em>intentValue</em> = <code>0</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="md">) </td>
|
||||
<td class="md" colspan="2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
permet d'afficher un thermometre monetaire.
|
||||
<p>
|
||||
<dl compact><dt><b>Paramètres:</b></dt><dd>
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td></td><td valign=top><em>actualValue</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>pendingValue</em> </td><td></td></tr>
|
||||
<tr><td></td><td valign=top><em>intentValue</em> </td><td></td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
<dl compact><dt><b>Renvoie:</b></dt><dd>thermometer htmlLegenda </dd></dl>
|
||||
|
||||
<p>
|
||||
Définition à la ligne <a class="el" href="thermometer_8php-source.html#l00042">42</a> du fichier <a class="el" href="thermometer_8php-source.html">thermometer.php</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,167 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: htdocs/lib/vcard/vcard.class.php Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>htdocs/lib/vcard/vcard.class.php</h1><a href="vcard_8class_8php.html">Aller à la documentation de ce fichier.</a><pre class="fragment"><div>00001 <?PHP
|
||||
00002 <span class="comment">/***************************************************************************</span>
|
||||
00003 <span class="comment"></span>
|
||||
00004 <span class="comment">PHP vCard class v2.0</span>
|
||||
00005 <span class="comment">(c) Kai Blankenhorn</span>
|
||||
00006 <span class="comment">www.bitfolge.de/en</span>
|
||||
00007 <span class="comment">kaib@bitfolge.de</span>
|
||||
00008 <span class="comment"></span>
|
||||
00009 <span class="comment"></span>
|
||||
00010 <span class="comment">This program is free software; you can redistribute it and/or</span>
|
||||
00011 <span class="comment">modify it under the terms of the GNU General Public License</span>
|
||||
00012 <span class="comment">as published by the Free Software Foundation; either version 2</span>
|
||||
00013 <span class="comment">of the License, or (at your option) any later version.</span>
|
||||
00014 <span class="comment"></span>
|
||||
00015 <span class="comment">This program is distributed in the hope that it will be useful,</span>
|
||||
00016 <span class="comment">but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
|
||||
00017 <span class="comment">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
|
||||
00018 <span class="comment">GNU General Public License for more details.</span>
|
||||
00019 <span class="comment"></span>
|
||||
00020 <span class="comment">You should have received a copy of the GNU General Public License</span>
|
||||
00021 <span class="comment">along with this program; if not, write to the Free Software</span>
|
||||
00022 <span class="comment">Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
|
||||
00023 <span class="comment"></span>
|
||||
00024 <span class="comment">***************************************************************************/</span>
|
||||
00025
|
||||
00035 function encode($string) {
|
||||
00036 <span class="keywordflow">return</span> escape(quoted_printable_encode($string));
|
||||
00037 }
|
||||
00038
|
||||
00039 function escape($string) {
|
||||
00040 <span class="keywordflow">return</span> str_replace(<span class="stringliteral">";"</span>,<span class="stringliteral">"\;"</span>,$string);
|
||||
00041 }
|
||||
00042
|
||||
00043 <span class="comment">// taken from PHP documentation comments</span>
|
||||
00044 function quoted_printable_encode($input, $line_max = 76) {
|
||||
00045 $hex = array(<span class="charliteral">'0'</span>,<span class="charliteral">'1'</span>,<span class="charliteral">'2'</span>,<span class="charliteral">'3'</span>,<span class="charliteral">'4'</span>,<span class="charliteral">'5'</span>,<span class="charliteral">'6'</span>,<span class="charliteral">'7'</span>,<span class="charliteral">'8'</span>,<span class="charliteral">'9'</span>,<span class="charliteral">'A'</span>,<span class="charliteral">'B'</span>,<span class="charliteral">'C'</span>,<span class="charliteral">'D'</span>,<span class="charliteral">'E'</span>,<span class="charliteral">'F'</span>);
|
||||
00046 $lines = preg_split(<span class="stringliteral">"/(?:\r\n|\r|\n)/"</span>, $input);
|
||||
00047 $eol = <span class="stringliteral">"\r\n"</span>;
|
||||
00048 $linebreak = <span class="stringliteral">"=0D=0A"</span>;
|
||||
00049 $escape = <span class="stringliteral">"="</span>;
|
||||
00050 $output = <span class="stringliteral">""</span>;
|
||||
00051
|
||||
00052 <span class="keywordflow">for</span> ($j=0;$j<count($lines);$j++) {
|
||||
00053 $line = $lines[$j];
|
||||
00054 $linlen = strlen($line);
|
||||
00055 $newline = <span class="stringliteral">""</span>;
|
||||
00056 <span class="keywordflow">for</span>($i = 0; $i < $linlen; $i++) {
|
||||
00057 $c = substr($line, $i, 1);
|
||||
00058 $dec = ord($c);
|
||||
00059 <span class="keywordflow">if</span> ( ($dec == 32) && ($i == ($linlen - 1)) ) { <span class="comment">// convert space at eol only</span>
|
||||
00060 $c = <span class="stringliteral">"=20"</span>;
|
||||
00061 } elseif ( ($dec == 61) || ($dec < 32 ) || ($dec > 126) ) { <span class="comment">// always encode "\t", which is *not* required</span>
|
||||
00062 $h2 = floor($dec/16); $h1 = floor($dec%16);
|
||||
00063 $c = $escape.$hex[<span class="stringliteral">"$h2"</span>].$hex[<span class="stringliteral">"$h1"</span>];
|
||||
00064 }
|
||||
00065 <span class="keywordflow">if</span> ( (strlen($newline) + strlen($c)) >= $line_max ) { <span class="comment">// CRLF is not counted</span>
|
||||
00066 $output .= $newline.$escape.$eol; <span class="comment">// soft line break; " =\r\n" is okay</span>
|
||||
00067 $newline = <span class="stringliteral">" "</span>;
|
||||
00068 }
|
||||
00069 $newline .= $c;
|
||||
00070 } <span class="comment">// end of for</span>
|
||||
00071 $output .= $newline;
|
||||
00072 <span class="keywordflow">if</span> ($j<count($lines)-1) $output .= $linebreak;
|
||||
00073 }
|
||||
00074 <span class="keywordflow">return</span> trim($output);
|
||||
00075 }
|
||||
00076
|
||||
<a name="l00083"></a><a class="code" href="classvCard.html">00083</a> <span class="keyword">class </span><a class="code" href="classvCard.html">vCard</a> {
|
||||
00084 var $properties;
|
||||
00085 var $filename;
|
||||
00086
|
||||
<a name="l00093"></a><a class="code" href="classvCard.html#a0">00093</a> function <a class="code" href="classvCard.html#a0">setPhoneNumber</a>($number, $type=<span class="stringliteral">""</span>) {
|
||||
00094 <span class="comment">// type may be PREF | WORK | HOME | VOICE | FAX | MSG | CELL | PAGER | BBS | CAR | MODEM | ISDN | VIDEO or any senseful combination, e.g. "PREF;WORK;VOICE"</span>
|
||||
00095 $key = <span class="stringliteral">"TEL"</span>;
|
||||
00096 <span class="keywordflow">if</span> ($type!=<span class="stringliteral">""</span>) $key .= <span class="stringliteral">";"</span>.$type;
|
||||
00097 $key.= <span class="stringliteral">";ENCODING=QUOTED-PRINTABLE"</span>;
|
||||
00098 $this->properties[$key] = quoted_printable_encode($number);
|
||||
00099 }
|
||||
00100
|
||||
00108 <span class="comment">// UNTESTED !!!</span>
|
||||
<a name="l00109"></a><a class="code" href="classvCard.html#a1">00109</a> function <a class="code" href="classvCard.html#a1">setPhoto</a>($type, $photo) { <span class="comment">// $type = "GIF" | "JPEG"</span>
|
||||
00110 $this->properties[<span class="stringliteral">"PHOTO;TYPE=$type;ENCODING=BASE64"</span>] = base64_encode($photo);
|
||||
00111 }
|
||||
00112
|
||||
<a name="l00118"></a><a class="code" href="classvCard.html#a2">00118</a> function <a class="code" href="classvCard.html#a2">setFormattedName</a>($name) {
|
||||
00119 $this->properties[<span class="stringliteral">"FN"</span>] = quoted_printable_encode($name);
|
||||
00120 }
|
||||
00121
|
||||
<a name="l00131"></a><a class="code" href="classvCard.html#a3">00131</a> function <a class="code" href="classvCard.html#a3">setName</a>($family=<span class="stringliteral">""</span>, $first=<span class="stringliteral">""</span>, $additional=<span class="stringliteral">""</span>, $prefix=<span class="stringliteral">""</span>, $suffix=<span class="stringliteral">""</span>) {
|
||||
00132 $this->properties[<span class="stringliteral">"N"</span>] = <span class="stringliteral">"$family;$first;$additional;$prefix;$suffix"</span>;
|
||||
00133 $this->filename = <span class="stringliteral">"$first%20$family.vcf"</span>;
|
||||
00134 <span class="keywordflow">if</span> ($this->properties[<span class="stringliteral">"FN"</span>]==<span class="stringliteral">""</span>) $this->setFormattedName(trim(<span class="stringliteral">"$prefix $first $additional $family $suffix"</span>));
|
||||
00135 }
|
||||
00136
|
||||
<a name="l00142"></a><a class="code" href="classvCard.html#a4">00142</a> function <a class="code" href="classvCard.html#a4">setBirthday</a>($date) { <span class="comment">// $date format is YYYY-MM-DD</span>
|
||||
00143 $this->properties[<span class="stringliteral">"BDAY"</span>] = $date;
|
||||
00144 }
|
||||
00145
|
||||
<a name="l00158"></a><a class="code" href="classvCard.html#a5">00158</a> function <a class="code" href="classvCard.html#a5">setAddress</a>($postoffice=<span class="stringliteral">""</span>, $extended=<span class="stringliteral">""</span>, $street=<span class="stringliteral">""</span>, $city=<span class="stringliteral">""</span>, $region=<span class="stringliteral">""</span>, $zip=<span class="stringliteral">""</span>, $country=<span class="stringliteral">""</span>, $type=<span class="stringliteral">"HOME;POSTAL"</span>) {
|
||||
00159 <span class="comment">// $type may be DOM | INTL | POSTAL | PARCEL | HOME | WORK or any combination of these: e.g. "WORK;PARCEL;POSTAL"</span>
|
||||
00160 $key = <span class="stringliteral">"ADR"</span>;
|
||||
00161 <span class="keywordflow">if</span> ($type!=<span class="stringliteral">""</span>) $key.= <span class="stringliteral">";$type"</span>;
|
||||
00162 $key.= <span class="stringliteral">";ENCODING=QUOTED-PRINTABLE"</span>;
|
||||
00163 $this->properties[$key] = encode($name).<span class="stringliteral">";"</span>.encode($extended).<span class="stringliteral">";"</span>.encode($street).<span class="stringliteral">";"</span>.encode($city).<span class="stringliteral">";"</span>.encode($region).<span class="stringliteral">";"</span>.encode($zip).<span class="stringliteral">";"</span>.encode($country);
|
||||
00164
|
||||
00165 <span class="keywordflow">if</span> ($this->properties[<span class="stringliteral">"LABEL;$type;ENCODING=QUOTED-PRINTABLE"</span>] == <span class="stringliteral">""</span>) {
|
||||
00166 <span class="comment">//$this->setLabel($postoffice, $extended, $street, $city, $region, $zip, $country, $type);</span>
|
||||
00167 }
|
||||
00168 }
|
||||
00169
|
||||
<a name="l00182"></a><a class="code" href="classvCard.html#a6">00182</a> function <a class="code" href="classvCard.html#a6">setLabel</a>($postoffice=<span class="stringliteral">""</span>, $extended=<span class="stringliteral">""</span>, $street=<span class="stringliteral">""</span>, $city=<span class="stringliteral">""</span>, $region=<span class="stringliteral">""</span>, $zip=<span class="stringliteral">""</span>, $country=<span class="stringliteral">""</span>, $type=<span class="stringliteral">"HOME;POSTAL"</span>) {
|
||||
00183 $label = <span class="stringliteral">""</span>;
|
||||
00184 <span class="keywordflow">if</span> ($postoffice!=<span class="stringliteral">""</span>) $label.= <span class="stringliteral">"$postoffice\r\n"</span>;
|
||||
00185 <span class="keywordflow">if</span> ($extended!=<span class="stringliteral">""</span>) $label.= <span class="stringliteral">"$extended\r\n"</span>;
|
||||
00186 <span class="keywordflow">if</span> ($street!=<span class="stringliteral">""</span>) $label.= <span class="stringliteral">"$street\r\n"</span>;
|
||||
00187 <span class="keywordflow">if</span> ($zip!=<span class="stringliteral">""</span>) $label.= <span class="stringliteral">"$zip "</span>;
|
||||
00188 <span class="keywordflow">if</span> ($city!=<span class="stringliteral">""</span>) $label.= <span class="stringliteral">"$city\r\n"</span>;
|
||||
00189 <span class="keywordflow">if</span> ($region!=<span class="stringliteral">""</span>) $label.= <span class="stringliteral">"$region\r\n"</span>;
|
||||
00190 <span class="keywordflow">if</span> ($country!=<span class="stringliteral">""</span>) $country.= <span class="stringliteral">"$country\r\n"</span>;
|
||||
00191
|
||||
00192 $this->properties[<span class="stringliteral">"LABEL;$type;ENCODING=QUOTED-PRINTABLE"</span>] = quoted_printable_encode($label);
|
||||
00193 }
|
||||
00194
|
||||
<a name="l00200"></a><a class="code" href="classvCard.html#a7">00200</a> function <a class="code" href="classvCard.html#a7">setEmail</a>($address) {
|
||||
00201 $this->properties[<span class="stringliteral">"EMAIL;INTERNET"</span>] = $address;
|
||||
00202 }
|
||||
00203
|
||||
<a name="l00209"></a><a class="code" href="classvCard.html#a8">00209</a> function <a class="code" href="classvCard.html#a8">setNote</a>($note) {
|
||||
00210 $this->properties[<span class="stringliteral">"NOTE;ENCODING=QUOTED-PRINTABLE"</span>] = quoted_printable_encode($note);
|
||||
00211 }
|
||||
00212
|
||||
<a name="l00219"></a><a class="code" href="classvCard.html#a9">00219</a> function <a class="code" href="classvCard.html#a9">setURL</a>($url, $type=<span class="stringliteral">""</span>) {
|
||||
00220 <span class="comment">// $type may be WORK | HOME</span>
|
||||
00221 $key = <span class="stringliteral">"URL"</span>;
|
||||
00222 <span class="keywordflow">if</span> ($type!=<span class="stringliteral">""</span>) $key.= <span class="stringliteral">";$type"</span>;
|
||||
00223 $this->properties[$key] = $url;
|
||||
00224 }
|
||||
00225
|
||||
<a name="l00230"></a><a class="code" href="classvCard.html#a10">00230</a> function <a class="code" href="classvCard.html#a10">getVCard</a>() {
|
||||
00231 $text = <span class="stringliteral">"BEGIN:VCARD\r\n"</span>;
|
||||
00232 $text.= <span class="stringliteral">"VERSION:2.1\r\n"</span>;
|
||||
00233 foreach($this->properties as $key => $value) {
|
||||
00234 $text.= <span class="stringliteral">"$key:$value\r\n"</span>;
|
||||
00235 }
|
||||
00236 $text.= <span class="stringliteral">"REV:"</span>.date(<span class="stringliteral">"Y-m-d"</span>).<span class="stringliteral">"T"</span>.date(<span class="stringliteral">"H:i:s"</span>).<span class="stringliteral">"Z\r\n"</span>;
|
||||
00237 $text.= <span class="stringliteral">"MAILER:PHP vCard class by Kai Blankenhorn\r\n"</span>;
|
||||
00238 $text.= <span class="stringliteral">"END:VCARD\r\n"</span>;
|
||||
00239 <span class="keywordflow">return</span> $text;
|
||||
00240 }
|
||||
00241
|
||||
<a name="l00246"></a><a class="code" href="classvCard.html#a11">00246</a> function <a class="code" href="classvCard.html#a11">getFileName</a>() {
|
||||
00247 <span class="keywordflow">return</span> $this->filename;
|
||||
00248 }
|
||||
00249 }
|
||||
00250 ?>
|
||||
</div></pre><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,31 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: vcard.class.php File Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence du fichier htdocs/lib/vcard/vcard.class.php</h1>Classe permettant de créer un fichier vcard.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<a href="vcard_8class_8php-source.html">Aller au code source de ce fichier.</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Classes</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>class </td><td class="memItemRight" valign=bottom><a class="el" href="classvCard.html">vCard</a></td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Classe permettant de créer un fichier vcard. <a href="classvCard.html#_details">Plus de détails...</a><br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
Classe permettant de créer un fichier vcard.
|
||||
<p>
|
||||
<dl compact><dt><b>Auteur:</b></dt><dd>Kai Blankenhorn. </dd></dl>
|
||||
<dl compact><dt><b>Version:</b></dt><dd>2.0</dd></dl>
|
||||
Ensemble des fonctions permettant de créer un fichier vcard.
|
||||
<p>
|
||||
Définition dans le fichier <a class="el" href="vcard_8class_8php-source.html">vcard.class.php</a>.<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,114 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: htdocs/lib/webcal.class.php Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>htdocs/lib/webcal.class.php</h1><a href="webcal_8class_8php.html">Aller à la documentation de ce fichier.</a><pre class="fragment"><div>00001 <?PHP
|
||||
00002 <span class="comment">/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org></span>
|
||||
00003 <span class="comment"> *</span>
|
||||
00004 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
|
||||
00005 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
|
||||
00006 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
|
||||
00007 <span class="comment"> * (at your option) any later version.</span>
|
||||
00008 <span class="comment"> *</span>
|
||||
00009 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
|
||||
00010 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
|
||||
00011 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
|
||||
00012 <span class="comment"> * GNU General Public License for more details.</span>
|
||||
00013 <span class="comment"> *</span>
|
||||
00014 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
|
||||
00015 <span class="comment"> * along with this program; if not, write to the Free Software</span>
|
||||
00016 <span class="comment"> * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
|
||||
00017 <span class="comment"> *</span>
|
||||
00018 <span class="comment"> * $Id$</span>
|
||||
00019 <span class="comment"> * $Source$</span>
|
||||
00020 <span class="comment"> *</span>
|
||||
00021 <span class="comment"> */</span>
|
||||
00022
|
||||
<a name="l00037"></a><a class="code" href="classWebcal.html">00037</a> <span class="keyword">class </span><a class="code" href="classWebcal.html">Webcal</a> {
|
||||
00038 var $localdb;
|
||||
00039 var $heure = -1;
|
||||
00040 var $duree = 0;
|
||||
00041
|
||||
<a name="l00046"></a><a class="code" href="classWebcal.html#a0">00046</a> function <a class="code" href="classWebcal.html#a0">Webcal</a>()
|
||||
00047 {
|
||||
00048 global $conf;
|
||||
00049
|
||||
00050 $this->localdb = <span class="keyword">new</span> Db($conf->webcal->db->type,
|
||||
00051 $conf->webcal->db->host,
|
||||
00052 $conf->webcal->db->user,
|
||||
00053 $conf->webcal->db->pass,
|
||||
00054 $conf->webcal->db->name);
|
||||
00055 }
|
||||
00056
|
||||
<a name="l00065"></a><a class="code" href="classWebcal.html#a1">00065</a> function <a class="code" href="classWebcal.html#a1">add</a>($user, $date, $texte, $desc)
|
||||
00066 {
|
||||
00067
|
||||
00068 $id = $this-><a class="code" href="classWebcal.html#a2">get_next_id</a>();
|
||||
00069
|
||||
00070 $cal_id = $id;
|
||||
00071 $cal_create_by = $user->webcal_login;
|
||||
00072 $cal_date = strftime('%Y%m%d', $date);
|
||||
00073 $cal_time = $this->heure;
|
||||
00074 $cal_mod_date = strftime('%Y%m%d', time());
|
||||
00075 $cal_mod_time = strftime('%H%M', time());
|
||||
00076 $cal_duration = $this->duree;
|
||||
00077 $cal_priority = 2;
|
||||
00078 $cal_type = <span class="stringliteral">"E"</span>;
|
||||
00079 $cal_access = <span class="stringliteral">"P"</span>;
|
||||
00080 $cal_name = $texte;
|
||||
00081 $cal_description = $desc;
|
||||
00082
|
||||
00083 $sql = <span class="stringliteral">"INSERT INTO webcal_entry (cal_id, cal_create_by,cal_date,cal_time,cal_mod_date,</span>
|
||||
00084 <span class="stringliteral"> cal_mod_time,cal_duration,cal_priority,cal_type, cal_access, cal_name,cal_description)"</span>;
|
||||
00085
|
||||
00086 $sql .= <span class="stringliteral">" VALUES ($cal_id, '$cal_create_by', $cal_date, $cal_time,$cal_mod_date, $cal_mod_time,</span>
|
||||
00087 <span class="stringliteral"> $cal_duration,$cal_priority,'$cal_type', '$cal_access', '$cal_name','$cal_description')"</span>;
|
||||
00088
|
||||
00089 <span class="keywordflow">if</span> ( $this->localdb->query($sql) )
|
||||
00090 {
|
||||
00091
|
||||
00092 $sql = <span class="stringliteral">"INSERT INTO webcal_entry_user (cal_id, cal_login, cal_status)"</span>;
|
||||
00093 $sql .= <span class="stringliteral">" VALUES ($cal_id, '$cal_create_by', 'A')"</span>;
|
||||
00094
|
||||
00095 <span class="keywordflow">if</span> ( $this->localdb->query($sql) )
|
||||
00096 {
|
||||
00097
|
||||
00098 }
|
||||
00099 <span class="keywordflow">else</span>
|
||||
00100 {
|
||||
00101 $error = $this->localdb->error() . '<br>' .$sql;
|
||||
00102 }
|
||||
00103 }
|
||||
00104 <span class="keywordflow">else</span>
|
||||
00105 {
|
||||
00106 $error = $this->localdb->error() . '<br>' .$sql;
|
||||
00107 }
|
||||
00108
|
||||
00109 $this->localdb->close();
|
||||
00110 }
|
||||
00111
|
||||
<a name="l00118"></a><a class="code" href="classWebcal.html#a2">00118</a> function <a class="code" href="classWebcal.html#a2">get_next_id</a>()
|
||||
00119 {
|
||||
00120
|
||||
00121 $sql = <span class="stringliteral">"SELECT max(cal_id) FROM webcal_entry"</span>;
|
||||
00122
|
||||
00123 <span class="keywordflow">if</span> ($this->localdb->query($sql))
|
||||
00124 {
|
||||
00125 $id = $this->localdb->result(0, 0) + 1;
|
||||
00126 <span class="keywordflow">return</span> $id;
|
||||
00127 }
|
||||
00128 <span class="keywordflow">else</span>
|
||||
00129 {
|
||||
00130 print $this->localdb->error();
|
||||
00131 }
|
||||
00132 }
|
||||
00133 }
|
||||
00134 ?>
|
||||
</div></pre><hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,31 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>dolibarr: webcal.class.php File Reference</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Généré par Doxygen 1.3.7 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="classes.html">Liste alphabétique</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
|
||||
<h1>Référence du fichier htdocs/lib/webcal.class.php</h1>Classe permettant d'acceder a la database webcalendar.
|
||||
<a href="#_details">Plus de détails...</a>
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<a href="webcal_8class_8php-source.html">Aller au code source de ce fichier.</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan=2><br><h2>Classes</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align=right valign=top>class </td><td class="memItemRight" valign=bottom><a class="el" href="classWebcal.html">Webcal</a></td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Classe permettant d'acceder a la database webcalendar. <a href="classWebcal.html#_details">Plus de détails...</a><br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Description détaillée</h2>
|
||||
Classe permettant d'acceder a la database webcalendar.
|
||||
<p>
|
||||
<dl compact><dt><b>Auteur:</b></dt><dd>Rodolphe Quiedeville. </dd></dl>
|
||||
<dl compact><dt><b>Version:</b></dt><dd>1.2.</dd></dl>
|
||||
Ensemble des fonctions permettant d'acceder a la database webcalendar.
|
||||
<p>
|
||||
Définition dans le fichier <a class="el" href="webcal_8class_8php-source.html">webcal.class.php</a>.<hr size="1"><address style="align: right;"><small>Généré le Fri Jul 16 08:51:52 2004 pour dolibarr par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,58 +0,0 @@
|
||||
\hypertarget{CMailFile_8class_8php}{
|
||||
\section{R\'{e}f\'{e}rence du fichier htdocs/lib/CMail\-File.class.php}
|
||||
\label{CMailFile_8class_8php}\index{htdocs/lib/CMailFile.class.php@{htdocs/lib/CMailFile.class.php}}
|
||||
}
|
||||
Classe permettant d'envoyer des attachements par mail.
|
||||
|
||||
|
||||
\subsection*{Classes}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
class \hyperlink{classCMailFile}{CMail\-File}
|
||||
\begin{CompactList}\small\item\em Classe permettant d'envoyer des attachements par mail. \item\end{CompactList}\end{CompactItemize}
|
||||
\subsection*{Fonctions}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
\hyperlink{CMailFile_8class_8php_a0}{my\_\-chunk\_\-split} (\$str)
|
||||
\begin{CompactList}\small\item\em permet de diviser une chaine (RFC2045) \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant d'envoyer des attachements par mail.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Auteur:]Dan Potter.
|
||||
|
||||
Eric Seigne
|
||||
|
||||
Laurent Destailleur. \end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Version:]1.2.\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition dans le fichier \hyperlink{CMailFile_8class_8php-source}{CMail\-File.class.php}.
|
||||
|
||||
\subsection{Documentation des fonctions}
|
||||
\hypertarget{CMailFile_8class_8php_a0}{
|
||||
\index{CMailFile.class.php@{CMail\-File.class.php}!my_chunk_split@{my\_\-chunk\_\-split}}
|
||||
\index{my_chunk_split@{my\_\-chunk\_\-split}!CMailFile.class.php@{CMail\-File.class.php}}
|
||||
\subsubsection[my\_\-chunk\_\-split]{\setlength{\rightskip}{0pt plus 5cm}my\_\-chunk\_\-split (\$ {\em str})}}
|
||||
\label{CMailFile_8class_8php_a0}
|
||||
|
||||
|
||||
permet de diviser une chaine (RFC2045)
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em str}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]function chunk\_\-split qui remplace celle de php si n\'{e}c\'{e}ssaire
|
||||
|
||||
76 caract\`{e}res par ligne, termin\'{e} par \char`\"{}$\backslash$r$\backslash$n\char`\"{} \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 197 du fichier CMail\-File.class.php.
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par CMail\-File::encode\_\-file().
|
||||
@ -1,18 +0,0 @@
|
||||
all: refman.pdf
|
||||
|
||||
refman.pdf: refman.tex
|
||||
pdflatex refman.tex
|
||||
makeindex refman.idx
|
||||
pdflatex refman.tex
|
||||
|
||||
latex_count=5 ; \
|
||||
while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
|
||||
do \
|
||||
echo "Rerunning latex...." ;\
|
||||
pdflatex refman.tex ;\
|
||||
latex_count=`expr $$latex_count - 1` ;\
|
||||
done
|
||||
|
||||
|
||||
clean:
|
||||
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf
|
||||
@ -1,7 +0,0 @@
|
||||
\section{dolibarr Liste des classes}
|
||||
Liste des classes, structures, unions et interfaces avec une br\`{e}ve description:\begin{CompactList}
|
||||
\item\contentsline{section}{\hyperlink{classCMailFile}{CMail\-File} (Classe permettant d'envoyer des attachements par mail )}{\pageref{classCMailFile}}{}
|
||||
\item\contentsline{section}{\hyperlink{classDoliDb}{Doli\-Db} (Classe permettant de g\'{e}r\'{e}r la database de dolibarr )}{\pageref{classDoliDb}}{}
|
||||
\item\contentsline{section}{\hyperlink{classvCard}{v\-Card} (Classe permettant de cr\'{e}er un fichier vcard )}{\pageref{classvCard}}{}
|
||||
\item\contentsline{section}{\hyperlink{classWebcal}{Webcal} (Classe permettant d'acceder a la database webcalendar )}{\pageref{classWebcal}}{}
|
||||
\end{CompactList}
|
||||
@ -1,175 +0,0 @@
|
||||
\hypertarget{classCMailFile}{
|
||||
\section{R\'{e}f\'{e}rence de la classe CMail\-File}
|
||||
\label{classCMailFile}\index{CMailFile@{CMailFile}}
|
||||
}
|
||||
Classe permettant d'envoyer des attachements par mail.
|
||||
|
||||
|
||||
\subsection*{Fonctions membres publiques}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
\hyperlink{classCMailFile_a0}{CMail\-File} (\$subject, \$to, \$from, \$msg, \$filename\_\-list, \$mimetype\_\-list, \$mimefilename\_\-list, \$addr\_\-cc=\char`\"{}\char`\"{})
|
||||
\begin{CompactList}\small\item\em CMail\-File. \item\end{CompactList}\item
|
||||
\hyperlink{classCMailFile_a1}{attach\_\-file} (\$filename\_\-list, \$mimetype\_\-list, \$mimefilename\_\-list)
|
||||
\begin{CompactList}\small\item\em permet d'attacher un fichier \item\end{CompactList}\item
|
||||
\hyperlink{classCMailFile_a2}{encode\_\-file} (\$sourcefile)
|
||||
\begin{CompactList}\small\item\em permet d'encoder un fichier \item\end{CompactList}\item
|
||||
\hypertarget{classCMailFile_a3}{
|
||||
\hyperlink{classCMailFile_a3}{sendfile} ()}
|
||||
\label{classCMailFile_a3}
|
||||
|
||||
\begin{CompactList}\small\item\em permet d'envoyer un fichier \item\end{CompactList}\item
|
||||
\hyperlink{classCMailFile_a4}{write\_\-body} (\$msgtext, \$filename\_\-list)
|
||||
\begin{CompactList}\small\item\em permet d'ecrire le body d'un message \item\end{CompactList}\item
|
||||
\hyperlink{classCMailFile_a5}{write\_\-mimeheaders} (\$filename\_\-list, \$mimefilename\_\-list)
|
||||
\begin{CompactList}\small\item\em cr\'{e}ation des headers mime \item\end{CompactList}\item
|
||||
\hyperlink{classCMailFile_a6}{write\_\-smtpheaders} (\$addr\_\-from, \$addr\_\-cc)
|
||||
\begin{CompactList}\small\item\em cr\'{e}ation des headers smtp \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant d'envoyer des attachements par mail.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Remarques:]Eric Seigne $<$\href{mailto:eric.seigne@ryxeo.com}{\tt eric.seigne@ryxeo.com}$>$ 2004.01.08
|
||||
|
||||
ajout de la gestion des cc:
|
||||
|
||||
ajout de l'expedition de plusieurs fichiers
|
||||
|
||||
Laurent Destailleur 2004.02.10
|
||||
|
||||
correction d'un disfonctionnement \`{a} la gestion des attachements multiples \end{Desc}
|
||||
|
||||
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 40 du fichier CMail\-File.class.php.
|
||||
|
||||
\subsection{Documentation des contructeurs et destructeur}
|
||||
\hypertarget{classCMailFile_a0}{
|
||||
\index{CMailFile@{CMail\-File}!CMailFile@{CMailFile}}
|
||||
\index{CMailFile@{CMailFile}!CMailFile@{CMail\-File}}
|
||||
\subsubsection[CMailFile]{\setlength{\rightskip}{0pt plus 5cm}CMail\-File::CMail\-File (\$ {\em subject}, \$ {\em to}, \$ {\em from}, \$ {\em msg}, \$ {\em filename\_\-list}, \$ {\em mimetype\_\-list}, \$ {\em mimefilename\_\-list}, \$ {\em addr\_\-cc} = {\tt \char`\"{}\char`\"{}})}}
|
||||
\label{classCMailFile_a0}
|
||||
|
||||
|
||||
CMail\-File.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em subject}]\item[{\em to}]\item[{\em from}]\item[{\em msg}]\item[{\em filename\_\-list}]\item[{\em mimetype\_\-list}]\item[{\em mimefilename\_\-list}]\item[{\em addr\_\-cc}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 64 du fichier CMail\-File.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences attach\_\-file(), write\_\-body(), write\_\-mimeheaders(), et write\_\-smtpheaders().
|
||||
|
||||
\subsection{Documentation des fonctions membres}
|
||||
\hypertarget{classCMailFile_a1}{
|
||||
\index{CMailFile@{CMail\-File}!attach_file@{attach\_\-file}}
|
||||
\index{attach_file@{attach\_\-file}!CMailFile@{CMail\-File}}
|
||||
\subsubsection[attach\_\-file]{\setlength{\rightskip}{0pt plus 5cm}CMail\-File::attach\_\-file (\$ {\em filename\_\-list}, \$ {\em mimetype\_\-list}, \$ {\em mimefilename\_\-list})}}
|
||||
\label{classCMailFile_a1}
|
||||
|
||||
|
||||
permet d'attacher un fichier
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em filename\_\-list}]\item[{\em mimetype\_\-list}]\item[{\em mimefilename\_\-list}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 83 du fichier CMail\-File.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences attach\_\-file(), et encode\_\-file().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par attach\_\-file(), et CMail\-File().\hypertarget{classCMailFile_a2}{
|
||||
\index{CMailFile@{CMail\-File}!encode_file@{encode\_\-file}}
|
||||
\index{encode_file@{encode\_\-file}!CMailFile@{CMail\-File}}
|
||||
\subsubsection[encode\_\-file]{\setlength{\rightskip}{0pt plus 5cm}CMail\-File::encode\_\-file (\$ {\em sourcefile})}}
|
||||
\label{classCMailFile_a2}
|
||||
|
||||
|
||||
permet d'encoder un fichier
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em sourcefile}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 105 du fichier CMail\-File.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences encode\_\-file(), et my\_\-chunk\_\-split().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par attach\_\-file(), et encode\_\-file().\hypertarget{classCMailFile_a4}{
|
||||
\index{CMailFile@{CMail\-File}!write_body@{write\_\-body}}
|
||||
\index{write_body@{write\_\-body}!CMailFile@{CMail\-File}}
|
||||
\subsubsection[write\_\-body]{\setlength{\rightskip}{0pt plus 5cm}CMail\-File::write\_\-body (\$ {\em msgtext}, \$ {\em filename\_\-list})}}
|
||||
\label{classCMailFile_a4}
|
||||
|
||||
|
||||
permet d'ecrire le body d'un message
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em msgtext}]\item[{\em filename\_\-list}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 135 du fichier CMail\-File.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences write\_\-body().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par CMail\-File(), et write\_\-body().\hypertarget{classCMailFile_a5}{
|
||||
\index{CMailFile@{CMail\-File}!write_mimeheaders@{write\_\-mimeheaders}}
|
||||
\index{write_mimeheaders@{write\_\-mimeheaders}!CMailFile@{CMail\-File}}
|
||||
\subsubsection[write\_\-mimeheaders]{\setlength{\rightskip}{0pt plus 5cm}CMail\-File::write\_\-mimeheaders (\$ {\em filename\_\-list}, \$ {\em mimefilename\_\-list})}}
|
||||
\label{classCMailFile_a5}
|
||||
|
||||
|
||||
cr\'{e}ation des headers mime
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em filename\_\-list}]\item[{\em mimefilename\_\-list}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 153 du fichier CMail\-File.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences write\_\-mimeheaders().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par CMail\-File(), et write\_\-mimeheaders().\hypertarget{classCMailFile_a6}{
|
||||
\index{CMailFile@{CMail\-File}!write_smtpheaders@{write\_\-smtpheaders}}
|
||||
\index{write_smtpheaders@{write\_\-smtpheaders}!CMailFile@{CMail\-File}}
|
||||
\subsubsection[write\_\-smtpheaders]{\setlength{\rightskip}{0pt plus 5cm}CMail\-File::write\_\-smtpheaders (\$ {\em addr\_\-from}, \$ {\em addr\_\-cc})}}
|
||||
\label{classCMailFile_a6}
|
||||
|
||||
|
||||
cr\'{e}ation des headers smtp
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em addr\_\-from}]\item[{\em addr\_\-cc}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 171 du fichier CMail\-File.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences write\_\-smtpheaders().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par CMail\-File(), et write\_\-smtpheaders().
|
||||
|
||||
La documentation de cette classe a \'{e}t\'{e} g\'{e}n\'{e}r\'{e}e \`{a} partir du fichier suivant:\begin{CompactItemize}
|
||||
\item
|
||||
htdocs/lib/\hyperlink{CMailFile_8class_8php}{CMail\-File.class.php}\end{CompactItemize}
|
||||
@ -1,80 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3.2}R\'{e}f\'{e}rence de la classe Doli\discretionary {-}{}{}Db}{9}{section.3.2}}
|
||||
\newlabel{classDoliDb}{{3.2}{9}{R\'{e}f\'{e}rence de la classe Doli\-Db\relax }{section.3.2}{}}
|
||||
\newlabel{classDoliDb_a20}{{3.2}{10}{Fonctions membres publiques\relax }{section*.3}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.1}Description d\'{e}taill\'{e}e}{10}{subsection.3.2.1}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.2}Documentation des contructeurs et destructeur}{10}{subsection.3.2.2}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.2.1}DoliDb}{10}{subsubsection.3.2.2.1}}
|
||||
\newlabel{classDoliDb_a0}{{3.2.2.1}{10}{DoliDb\relax }{subsubsection.3.2.2.1}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.3}Documentation des fonctions membres}{11}{subsection.3.2.3}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.1}affected\_\discretionary {-}{}{}rows}{11}{subsubsection.3.2.3.1}}
|
||||
\newlabel{classDoliDb_a26}{{3.2.3.1}{11}{affected\_\-rows\relax }{subsubsection.3.2.3.1}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.2}begin}{11}{subsubsection.3.2.3.2}}
|
||||
\newlabel{classDoliDb_a7}{{3.2.3.2}{11}{begin\relax }{subsubsection.3.2.3.2}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.3}clone}{11}{subsubsection.3.2.3.3}}
|
||||
\newlabel{classDoliDb_a4}{{3.2.3.3}{11}{clone\relax }{subsubsection.3.2.3.3}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.4}close}{11}{subsubsection.3.2.3.4}}
|
||||
\newlabel{classDoliDb_a6}{{3.2.3.4}{11}{close\relax }{subsubsection.3.2.3.4}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.5}commit}{12}{subsubsection.3.2.3.5}}
|
||||
\newlabel{classDoliDb_a8}{{3.2.3.5}{12}{commit\relax }{subsubsection.3.2.3.5}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.6}connect}{12}{subsubsection.3.2.3.6}}
|
||||
\newlabel{classDoliDb_a2}{{3.2.3.6}{12}{connect\relax }{subsubsection.3.2.3.6}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.7}create\_\discretionary {-}{}{}db}{12}{subsubsection.3.2.3.7}}
|
||||
\newlabel{classDoliDb_a3}{{3.2.3.7}{12}{create\_\-db\relax }{subsubsection.3.2.3.7}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.8}errno}{13}{subsubsection.3.2.3.8}}
|
||||
\newlabel{classDoliDb_a24}{{3.2.3.8}{13}{errno\relax }{subsubsection.3.2.3.8}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.9}error}{13}{subsubsection.3.2.3.9}}
|
||||
\newlabel{classDoliDb_a23}{{3.2.3.9}{13}{error\relax }{subsubsection.3.2.3.9}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.10}fetch\_\discretionary {-}{}{}array}{13}{subsubsection.3.2.3.10}}
|
||||
\newlabel{classDoliDb_a18}{{3.2.3.10}{13}{fetch\_\-array\relax }{subsubsection.3.2.3.10}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.11}fetch\_\discretionary {-}{}{}object}{13}{subsubsection.3.2.3.11}}
|
||||
\newlabel{classDoliDb_a14}{{3.2.3.11}{13}{fetch\_\-object\relax }{subsubsection.3.2.3.11}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.12}fetch\_\discretionary {-}{}{}row}{13}{subsubsection.3.2.3.12}}
|
||||
\newlabel{classDoliDb_a19}{{3.2.3.12}{13}{fetch\_\-row\relax }{subsubsection.3.2.3.12}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.13}free}{14}{subsubsection.3.2.3.13}}
|
||||
\newlabel{classDoliDb_a13}{{3.2.3.13}{14}{free\relax }{subsubsection.3.2.3.13}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.14}idate}{14}{subsubsection.3.2.3.14}}
|
||||
\newlabel{classDoliDb_a17}{{3.2.3.14}{14}{idate\relax }{subsubsection.3.2.3.14}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.15}last\_\discretionary {-}{}{}insert\_\discretionary {-}{}{}id}{14}{subsubsection.3.2.3.15}}
|
||||
\newlabel{classDoliDb_a25}{{3.2.3.15}{14}{last\_\-insert\_\-id\relax }{subsubsection.3.2.3.15}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.16}list\_\discretionary {-}{}{}tables}{14}{subsubsection.3.2.3.16}}
|
||||
\newlabel{classDoliDb_a11}{{3.2.3.16}{14}{list\_\-tables\relax }{subsubsection.3.2.3.16}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.17}num\_\discretionary {-}{}{}fields}{15}{subsubsection.3.2.3.17}}
|
||||
\newlabel{classDoliDb_a22}{{3.2.3.17}{15}{num\_\-fields\relax }{subsubsection.3.2.3.17}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.18}num\_\discretionary {-}{}{}rows}{15}{subsubsection.3.2.3.18}}
|
||||
\newlabel{classDoliDb_a21}{{3.2.3.18}{15}{num\_\-rows\relax }{subsubsection.3.2.3.18}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.19}pconnect}{15}{subsubsection.3.2.3.19}}
|
||||
\newlabel{classDoliDb_a5}{{3.2.3.19}{15}{pconnect\relax }{subsubsection.3.2.3.19}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.20}plimit}{15}{subsubsection.3.2.3.20}}
|
||||
\newlabel{classDoliDb_a15}{{3.2.3.20}{15}{plimit\relax }{subsubsection.3.2.3.20}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.21}query}{16}{subsubsection.3.2.3.21}}
|
||||
\newlabel{classDoliDb_a10}{{3.2.3.21}{16}{query\relax }{subsubsection.3.2.3.21}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.22}result}{16}{subsubsection.3.2.3.22}}
|
||||
\newlabel{classDoliDb_a12}{{3.2.3.22}{16}{result\relax }{subsubsection.3.2.3.22}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.23}rollback}{16}{subsubsection.3.2.3.23}}
|
||||
\newlabel{classDoliDb_a9}{{3.2.3.23}{16}{rollback\relax }{subsubsection.3.2.3.23}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3.24}select\_\discretionary {-}{}{}db}{17}{subsubsection.3.2.3.24}}
|
||||
\newlabel{classDoliDb_a1}{{3.2.3.24}{17}{select\_\-db\relax }{subsubsection.3.2.3.24}{}}
|
||||
\@setckpt{classDoliDb}{
|
||||
\setcounter{page}{18}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{3}
|
||||
\setcounter{section}{2}
|
||||
\setcounter{subsection}{3}
|
||||
\setcounter{subsubsection}{24}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{3}
|
||||
}
|
||||
@ -1,523 +0,0 @@
|
||||
\hypertarget{classDoliDb}{
|
||||
\section{R\'{e}f\'{e}rence de la classe Doli\-Db}
|
||||
\label{classDoliDb}\index{DoliDb@{DoliDb}}
|
||||
}
|
||||
Classe permettant de g\'{e}r\'{e}r la database de dolibarr.
|
||||
|
||||
|
||||
\subsection*{Fonctions membres publiques}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
\hyperlink{classDoliDb_a0}{Doli\-Db} (\$type= 'mysql', \$host= '', \$user= '', \$pass= '', \$name= '')
|
||||
\begin{CompactList}\small\item\em ouverture d'une connection vers le serveur et/ou une database. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a1}{select\_\-db} (\$database)
|
||||
\begin{CompactList}\small\item\em selectionne une database. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a2}{connect} (\$host, \$login, \$passwd)
|
||||
\begin{CompactList}\small\item\em connection vers une database. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a3}{create\_\-db} (\$database)
|
||||
\begin{CompactList}\small\item\em cr\'{e}ation d'une database. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a4}{clone} ()
|
||||
\begin{CompactList}\small\item\em copie d'une database. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a5}{pconnect} (\$host, \$login, \$passwd)
|
||||
\begin{CompactList}\small\item\em ouverture d'une connection vers une database. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a6}{close} ()
|
||||
\begin{CompactList}\small\item\em fermeture d'une connection vers une database. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a7}{begin} (\$do=1)
|
||||
\begin{CompactList}\small\item\em debut d'une transaction. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a8}{commit} (\$do=1)
|
||||
\begin{CompactList}\small\item\em \'{e}criture d'une transaction. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a9}{rollback} (\$do=1)
|
||||
\begin{CompactList}\small\item\em \'{e}ffacement d'une transaction et retour au ancienne valeurs. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a10}{query} (\$query, \$limit=\char`\"{}\char`\"{}, \$offset=\char`\"{}\char`\"{})
|
||||
\begin{CompactList}\small\item\em requete vers une database. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a11}{list\_\-tables} (\$database)
|
||||
\begin{CompactList}\small\item\em liste des tables dans une database. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a12}{result} (\$nb, \$fieldname)
|
||||
\begin{CompactList}\small\item\em renvoie les donn\'{e}es de la requete. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a13}{free} ()
|
||||
\begin{CompactList}\small\item\em d\'{e}salloue la memoire de la requete. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a14}{fetch\_\-object} ()
|
||||
\begin{CompactList}\small\item\em renvoie les donn\'{e}es comme un objet. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a15}{plimit} (\$limit=0, \$offset=0)
|
||||
\begin{CompactList}\small\item\em d\'{e}fini les limites de la requ\`{e}te. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a17}{idate} (\$fname)
|
||||
\begin{CompactList}\small\item\em formatage de la date en fonction des locales. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a18}{fetch\_\-array} ()
|
||||
\begin{CompactList}\small\item\em renvoie les donn\'{e}es dans un tableau. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a19}{fetch\_\-row} ()
|
||||
\begin{CompactList}\small\item\em renvoie les donn\'{e}es comme un tableau. \item\end{CompactList}\item
|
||||
\hypertarget{classDoliDb_a20}{
|
||||
\hyperlink{classDoliDb_a20}{fetch\_\-field} ()}
|
||||
\label{classDoliDb_a20}
|
||||
|
||||
\begin{CompactList}\small\item\em obtient les donn\'{e}es d'un colonne et renvoie les donn\'{e}es sous forme d'objet. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a21}{num\_\-rows} ()
|
||||
\begin{CompactList}\small\item\em renvoie le nombre de lignes dans le resultat de la requete. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a22}{num\_\-fields} ()
|
||||
\begin{CompactList}\small\item\em renvoie le nombre de champs dans le resultat de la requete. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a23}{error} ()
|
||||
\begin{CompactList}\small\item\em renvoie le texte de l'erreur mysql de l'operation precedente. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a24}{errno} ()
|
||||
\begin{CompactList}\small\item\em renvoie la valeur numerique de l'erreur mysql de l'operation precedente. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a25}{last\_\-insert\_\-id} ()
|
||||
\begin{CompactList}\small\item\em obtient l'id gen\'{e}r\'{e} par le pr\'{e}cedent INSERT. \item\end{CompactList}\item
|
||||
\hyperlink{classDoliDb_a26}{affected\_\-rows} ()
|
||||
\begin{CompactList}\small\item\em obtient le nombre de lignes affect\'{e}es dans la pr\'{e}c\'{e}dente op\'{e}ration. \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant de g\'{e}r\'{e}r la database de dolibarr.
|
||||
|
||||
Ensemble des fonctions permettant de g\'{e}rer la database de dolibarr
|
||||
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 41 du fichier mysql.lib.php.
|
||||
|
||||
\subsection{Documentation des contructeurs et destructeur}
|
||||
\hypertarget{classDoliDb_a0}{
|
||||
\index{DoliDb@{Doli\-Db}!DoliDb@{DoliDb}}
|
||||
\index{DoliDb@{DoliDb}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[DoliDb]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::Doli\-Db (\$ {\em type} = {\tt 'mysql'}, \$ {\em host} = {\tt ''}, \$ {\em user} = {\tt ''}, \$ {\em pass} = {\tt ''}, \$ {\em name} = {\tt ''})}}
|
||||
\label{classDoliDb_a0}
|
||||
|
||||
|
||||
ouverture d'une connection vers le serveur et/ou une database.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em type}]type de base de donn\'{e}es (mysql ou pgsql) \item[{\em host}]addresse de la base de donn\'{e}es \item[{\em user}]nom de l'utilisateur autoris\'{e} \item[{\em pass}]mot de passe \item[{\em name}]nom de la database \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 57 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences connect(), et select\_\-db().
|
||||
|
||||
\subsection{Documentation des fonctions membres}
|
||||
\hypertarget{classDoliDb_a26}{
|
||||
\index{DoliDb@{Doli\-Db}!affected_rows@{affected\_\-rows}}
|
||||
\index{affected_rows@{affected\_\-rows}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[affected\_\-rows]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::affected\_\-rows ()}}
|
||||
\label{classDoliDb_a26}
|
||||
|
||||
|
||||
obtient le nombre de lignes affect\'{e}es dans la pr\'{e}c\'{e}dente op\'{e}ration.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]rows \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 448 du fichier mysql.lib.php.\hypertarget{classDoliDb_a7}{
|
||||
\index{DoliDb@{Doli\-Db}!begin@{begin}}
|
||||
\index{begin@{begin}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[begin]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::begin (\$ {\em do} = {\tt 1})}}
|
||||
\label{classDoliDb_a7}
|
||||
|
||||
|
||||
debut d'une transaction.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em do}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]string \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 216 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences begin(), et query().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par begin().\hypertarget{classDoliDb_a4}{
|
||||
\index{DoliDb@{Doli\-Db}!clone@{clone}}
|
||||
\index{clone@{clone}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[clone]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::clone ()}}
|
||||
\label{classDoliDb_a4}
|
||||
|
||||
|
||||
copie d'une database.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 179 du fichier mysql.lib.php.\hypertarget{classDoliDb_a6}{
|
||||
\index{DoliDb@{Doli\-Db}!close@{close}}
|
||||
\index{close@{close}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[close]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::close ()}}
|
||||
\label{classDoliDb_a6}
|
||||
|
||||
|
||||
fermeture d'une connection vers une database.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 205 du fichier mysql.lib.php.\hypertarget{classDoliDb_a8}{
|
||||
\index{DoliDb@{Doli\-Db}!commit@{commit}}
|
||||
\index{commit@{commit}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[commit]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::commit (\$ {\em do} = {\tt 1})}}
|
||||
\label{classDoliDb_a8}
|
||||
|
||||
|
||||
\'{e}criture d'une transaction.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em do}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]string \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 234 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences commit(), et query().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par commit().\hypertarget{classDoliDb_a2}{
|
||||
\index{DoliDb@{Doli\-Db}!connect@{connect}}
|
||||
\index{connect@{connect}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[connect]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::connect (\$ {\em host}, \$ {\em login}, \$ {\em passwd})}}
|
||||
\label{classDoliDb_a2}
|
||||
|
||||
|
||||
connection vers une database.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em host}]addresse de la base de donn\'{e}es \item[{\em login}]nom de l'utilisateur autoris\'{e} \item[{\em passwd}]mot de passe \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 149 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences connect().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par connect(), et Doli\-Db().\hypertarget{classDoliDb_a3}{
|
||||
\index{DoliDb@{Doli\-Db}!create_db@{create\_\-db}}
|
||||
\index{create_db@{create\_\-db}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[create\_\-db]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::create\_\-db (\$ {\em database})}}
|
||||
\label{classDoliDb_a3}
|
||||
|
||||
|
||||
cr\'{e}ation d'une database.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em database}]nom de la database \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]result resultat 1 pour ok, 0 pour non ok \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 162 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences create\_\-db().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par create\_\-db().\hypertarget{classDoliDb_a24}{
|
||||
\index{DoliDb@{Doli\-Db}!errno@{errno}}
|
||||
\index{errno@{errno}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[errno]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::errno ()}}
|
||||
\label{classDoliDb_a24}
|
||||
|
||||
|
||||
renvoie la valeur numerique de l'erreur mysql de l'operation precedente.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]error\_\-num \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 425 du fichier mysql.lib.php.\hypertarget{classDoliDb_a23}{
|
||||
\index{DoliDb@{Doli\-Db}!error@{error}}
|
||||
\index{error@{error}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[error]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::error ()}}
|
||||
\label{classDoliDb_a23}
|
||||
|
||||
|
||||
renvoie le texte de l'erreur mysql de l'operation precedente.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]error\_\-text \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 415 du fichier mysql.lib.php.\hypertarget{classDoliDb_a18}{
|
||||
\index{DoliDb@{Doli\-Db}!fetch_array@{fetch\_\-array}}
|
||||
\index{fetch_array@{fetch\_\-array}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[fetch\_\-array]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::fetch\_\-array ()}}
|
||||
\label{classDoliDb_a18}
|
||||
|
||||
|
||||
renvoie les donn\'{e}es dans un tableau.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]array \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 365 du fichier mysql.lib.php.\hypertarget{classDoliDb_a14}{
|
||||
\index{DoliDb@{Doli\-Db}!fetch_object@{fetch\_\-object}}
|
||||
\index{fetch_object@{fetch\_\-object}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[fetch\_\-object]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::fetch\_\-object ()}}
|
||||
\label{classDoliDb_a14}
|
||||
|
||||
|
||||
renvoie les donn\'{e}es comme un objet.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 319 du fichier mysql.lib.php.\hypertarget{classDoliDb_a19}{
|
||||
\index{DoliDb@{Doli\-Db}!fetch_row@{fetch\_\-row}}
|
||||
\index{fetch_row@{fetch\_\-row}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[fetch\_\-row]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::fetch\_\-row ()}}
|
||||
\label{classDoliDb_a19}
|
||||
|
||||
|
||||
renvoie les donn\'{e}es comme un tableau.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]array \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 375 du fichier mysql.lib.php.\hypertarget{classDoliDb_a13}{
|
||||
\index{DoliDb@{Doli\-Db}!free@{free}}
|
||||
\index{free@{free}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[free]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::free ()}}
|
||||
\label{classDoliDb_a13}
|
||||
|
||||
|
||||
d\'{e}salloue la memoire de la requete.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 309 du fichier mysql.lib.php.\hypertarget{classDoliDb_a17}{
|
||||
\index{DoliDb@{Doli\-Db}!idate@{idate}}
|
||||
\index{idate@{idate}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[idate]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::idate (\$ {\em fname})}}
|
||||
\label{classDoliDb_a17}
|
||||
|
||||
|
||||
formatage de la date en fonction des locales.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em fname}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]date \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 355 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences idate().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par idate().\hypertarget{classDoliDb_a25}{
|
||||
\index{DoliDb@{Doli\-Db}!last_insert_id@{last\_\-insert\_\-id}}
|
||||
\index{last_insert_id@{last\_\-insert\_\-id}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[last\_\-insert\_\-id]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::last\_\-insert\_\-id ()}}
|
||||
\label{classDoliDb_a25}
|
||||
|
||||
|
||||
obtient l'id gen\'{e}r\'{e} par le pr\'{e}cedent INSERT.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]id \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 438 du fichier mysql.lib.php.\hypertarget{classDoliDb_a11}{
|
||||
\index{DoliDb@{Doli\-Db}!list_tables@{list\_\-tables}}
|
||||
\index{list_tables@{list\_\-tables}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[list\_\-tables]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::list\_\-tables (\$ {\em database})}}
|
||||
\label{classDoliDb_a11}
|
||||
|
||||
|
||||
liste des tables dans une database.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em database}]nom de la database \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 286 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences list\_\-tables().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par list\_\-tables().\hypertarget{classDoliDb_a22}{
|
||||
\index{DoliDb@{Doli\-Db}!num_fields@{num\_\-fields}}
|
||||
\index{num_fields@{num\_\-fields}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[num\_\-fields]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::num\_\-fields ()}}
|
||||
\label{classDoliDb_a22}
|
||||
|
||||
|
||||
renvoie le nombre de champs dans le resultat de la requete.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]int \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 405 du fichier mysql.lib.php.\hypertarget{classDoliDb_a21}{
|
||||
\index{DoliDb@{Doli\-Db}!num_rows@{num\_\-rows}}
|
||||
\index{num_rows@{num\_\-rows}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[num\_\-rows]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::num\_\-rows ()}}
|
||||
\label{classDoliDb_a21}
|
||||
|
||||
|
||||
renvoie le nombre de lignes dans le resultat de la requete.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]int \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 395 du fichier mysql.lib.php.\hypertarget{classDoliDb_a5}{
|
||||
\index{DoliDb@{Doli\-Db}!pconnect@{pconnect}}
|
||||
\index{pconnect@{pconnect}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[pconnect]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::pconnect (\$ {\em host}, \$ {\em login}, \$ {\em passwd})}}
|
||||
\label{classDoliDb_a5}
|
||||
|
||||
|
||||
ouverture d'une connection vers une database.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em host}]addresse de la base de donn\'{e}es \item[{\em login}]nom de l'utilisateur autoris\'{e} \item[{\em passwd}]mot de passe \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 194 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences pconnect().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par pconnect().\hypertarget{classDoliDb_a15}{
|
||||
\index{DoliDb@{Doli\-Db}!plimit@{plimit}}
|
||||
\index{plimit@{plimit}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[plimit]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::plimit (\$ {\em limit} = {\tt 0}, \$ {\em offset} = {\tt 0})}}
|
||||
\label{classDoliDb_a15}
|
||||
|
||||
|
||||
d\'{e}fini les limites de la requ\`{e}te.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em limit}]\item[{\em offset}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]limit \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 331 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences plimit().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par plimit().\hypertarget{classDoliDb_a10}{
|
||||
\index{DoliDb@{Doli\-Db}!query@{query}}
|
||||
\index{query@{query}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[query]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::query (\$ {\em query}, \$ {\em limit} = {\tt \char`\"{}\char`\"{}}, \$ {\em offset} = {\tt \char`\"{}\char`\"{}})}}
|
||||
\label{classDoliDb_a10}
|
||||
|
||||
|
||||
requete vers une database.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em query}]contenu de la query \item[{\em limit}]\item[{\em offset}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 272 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences query().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par begin(), commit(), query(), et rollback().\hypertarget{classDoliDb_a12}{
|
||||
\index{DoliDb@{Doli\-Db}!result@{result}}
|
||||
\index{result@{result}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[result]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::result (\$ {\em nb}, \$ {\em fieldname})}}
|
||||
\label{classDoliDb_a12}
|
||||
|
||||
|
||||
renvoie les donn\'{e}es de la requete.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em nb}]contenu de la query \item[{\em fieldname}]nom du champ \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 299 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences result().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par result().\hypertarget{classDoliDb_a9}{
|
||||
\index{DoliDb@{Doli\-Db}!rollback@{rollback}}
|
||||
\index{rollback@{rollback}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[rollback]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::rollback (\$ {\em do} = {\tt 1})}}
|
||||
\label{classDoliDb_a9}
|
||||
|
||||
|
||||
\'{e}ffacement d'une transaction et retour au ancienne valeurs.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em do}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]string \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 252 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences query(), et rollback().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par rollback().\hypertarget{classDoliDb_a1}{
|
||||
\index{DoliDb@{Doli\-Db}!select_db@{select\_\-db}}
|
||||
\index{select_db@{select\_\-db}!DoliDb@{Doli\-Db}}
|
||||
\subsubsection[select\_\-db]{\setlength{\rightskip}{0pt plus 5cm}Doli\-Db::select\_\-db (\$ {\em database})}}
|
||||
\label{classDoliDb_a1}
|
||||
|
||||
|
||||
selectionne une database.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em database}]nom de la database \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 136 du fichier mysql.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences select\_\-db().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par Doli\-Db(), et select\_\-db().
|
||||
|
||||
La documentation de cette classe a \'{e}t\'{e} g\'{e}n\'{e}r\'{e}e \`{a} partir du fichier suivant:\begin{CompactItemize}
|
||||
\item
|
||||
htdocs/lib/\hyperlink{mysql_8lib_8php}{mysql.lib.php}\end{CompactItemize}
|
||||
@ -1,33 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3.4}R\'{e}f\'{e}rence de la classe Webcal}{23}{section.3.4}}
|
||||
\newlabel{classWebcal}{{3.4}{23}{R\'{e}f\'{e}rence de la classe Webcal\relax }{section.3.4}{}}
|
||||
\newlabel{classWebcal_a0}{{3.4}{23}{Fonctions membres publiques\relax }{section*.5}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4.1}Description d\'{e}taill\'{e}e}{23}{subsection.3.4.1}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4.2}Documentation des fonctions membres}{23}{subsection.3.4.2}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.2.1}add}{23}{subsubsection.3.4.2.1}}
|
||||
\newlabel{classWebcal_a1}{{3.4.2.1}{23}{add\relax }{subsubsection.3.4.2.1}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.2.2}get\_\discretionary {-}{}{}next\_\discretionary {-}{}{}id}{23}{subsubsection.3.4.2.2}}
|
||||
\newlabel{classWebcal_a2}{{3.4.2.2}{23}{get\_\-next\_\-id\relax }{subsubsection.3.4.2.2}{}}
|
||||
\@setckpt{classWebcal}{
|
||||
\setcounter{page}{25}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{3}
|
||||
\setcounter{section}{4}
|
||||
\setcounter{subsection}{2}
|
||||
\setcounter{subsubsection}{2}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{3}
|
||||
}
|
||||
@ -1,74 +0,0 @@
|
||||
\hypertarget{classWebcal}{
|
||||
\section{R\'{e}f\'{e}rence de la classe Webcal}
|
||||
\label{classWebcal}\index{Webcal@{Webcal}}
|
||||
}
|
||||
Classe permettant d'acceder a la database webcalendar.
|
||||
|
||||
|
||||
\subsection*{Fonctions membres publiques}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
\hypertarget{classWebcal_a0}{
|
||||
\hyperlink{classWebcal_a0}{Webcal} ()}
|
||||
\label{classWebcal_a0}
|
||||
|
||||
\begin{CompactList}\small\item\em Permet de se connecter a la database webcalendar. \item\end{CompactList}\item
|
||||
\hyperlink{classWebcal_a1}{add} (\$user, \$date, \$texte, \$desc)
|
||||
\begin{CompactList}\small\item\em ajoute une entree dans le calendrier de l'utilsateur \item\end{CompactList}\item
|
||||
\hyperlink{classWebcal_a2}{get\_\-next\_\-id} ()
|
||||
\begin{CompactList}\small\item\em obtient l'id suivant dans le webcalendar \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant d'acceder a la database webcalendar.
|
||||
|
||||
Ensemble des fonctions permettant d'acceder a la database webcalendar
|
||||
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 37 du fichier webcal.class.php.
|
||||
|
||||
\subsection{Documentation des fonctions membres}
|
||||
\hypertarget{classWebcal_a1}{
|
||||
\index{Webcal@{Webcal}!add@{add}}
|
||||
\index{add@{add}!Webcal@{Webcal}}
|
||||
\subsubsection[add]{\setlength{\rightskip}{0pt plus 5cm}Webcal::add (\$ {\em user}, \$ {\em date}, \$ {\em texte}, \$ {\em desc})}}
|
||||
\label{classWebcal_a1}
|
||||
|
||||
|
||||
ajoute une entree dans le calendrier de l'utilsateur
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[\mbox{$\leftarrow$} {\em user}]le login de l'utilisateur \item[\mbox{$\leftarrow$} {\em date}]la date de l'evenement dans le calendrier \item[\mbox{$\leftarrow$} {\em texte}]le titre a indiquer dans l'evenement \item[\mbox{$\leftarrow$} {\em desc}]la description a indiquer dans l'evenement \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 65 du fichier webcal.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences add(), et get\_\-next\_\-id().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par add().\hypertarget{classWebcal_a2}{
|
||||
\index{Webcal@{Webcal}!get_next_id@{get\_\-next\_\-id}}
|
||||
\index{get_next_id@{get\_\-next\_\-id}!Webcal@{Webcal}}
|
||||
\subsubsection[get\_\-next\_\-id]{\setlength{\rightskip}{0pt plus 5cm}Webcal::get\_\-next\_\-id ()}}
|
||||
\label{classWebcal_a2}
|
||||
|
||||
|
||||
obtient l'id suivant dans le webcalendar
|
||||
|
||||
\begin{Desc}
|
||||
\item[Valeurs retourn\'{e}es:]
|
||||
\begin{description}
|
||||
\item[{\em id}]retourne l'id suivant dans le webcalendar \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 118 du fichier webcal.class.php.
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par add().
|
||||
|
||||
La documentation de cette classe a \'{e}t\'{e} g\'{e}n\'{e}r\'{e}e \`{a} partir du fichier suivant:\begin{CompactItemize}
|
||||
\item
|
||||
htdocs/lib/\hyperlink{webcal_8class_8php}{webcal.class.php}\end{CompactItemize}
|
||||
@ -1,19 +0,0 @@
|
||||
\hypertarget{classWebcal_1_1Webcal}{
|
||||
\section{R\'{e}f\'{e}rence de la classe Webcal::Webcal}
|
||||
\label{classWebcal_1_1Webcal}\index{Webcal::Webcal@{Webcal::Webcal}}
|
||||
}
|
||||
Classe permettant d'acceder a la database webcalendar.
|
||||
|
||||
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant d'acceder a la database webcalendar.
|
||||
|
||||
Ensemble des fonctions permettant d'acceder a la database webcalendar.
|
||||
|
||||
|
||||
|
||||
La documentation de cette classe a \'{e}t\'{e} g\'{e}n\'{e}r\'{e}e \`{a} partir du fichier suivant:\begin{CompactItemize}
|
||||
\item
|
||||
htdocs/lib/\hyperlink{webcal_8class_8php}{webcal.class.php}\end{CompactItemize}
|
||||
@ -1,27 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4.3}R\'{e}f\'{e}rence du fichier htdocs/lib/jabber/class.jabber.php}{37}{section.4.3}}
|
||||
\newlabel{class_8jabber_8php}{{4.3}{37}{R\'{e}f\'{e}rence du fichier htdocs/lib/jabber/class.jabber.php\relax }{section.4.3}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.3.1}Description d\'{e}taill\'{e}e}{37}{subsection.4.3.1}}
|
||||
\@setckpt{class_8jabber_8php}{
|
||||
\setcounter{page}{38}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{4}
|
||||
\setcounter{section}{3}
|
||||
\setcounter{subsection}{1}
|
||||
\setcounter{subsubsection}{0}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{2}
|
||||
}
|
||||
@ -1,19 +0,0 @@
|
||||
\hypertarget{class_8jabber_8php}{
|
||||
\section{R\'{e}f\'{e}rence du fichier htdocs/lib/jabber/class.jabber.php}
|
||||
\label{class_8jabber_8php}\index{htdocs/lib/jabber/class.jabber.php@{htdocs/lib/jabber/class.jabber.php}}
|
||||
}
|
||||
Classe permettant de se connecter \`{a} un serveur jabber.
|
||||
|
||||
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant de se connecter \`{a} un serveur jabber.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Auteur:]Carlo \char`\"{}Gossip\char`\"{} Zottmann. \end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Version:]0.4.\end{Desc}
|
||||
Ensemble des fonctions permettant de se connecter \`{a} un serveur jabber.
|
||||
|
||||
D\'{e}finition dans le fichier \hyperlink{class_8jabber_8php-source}{class.jabber.php}.
|
||||
@ -1,50 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3.3}R\'{e}f\'{e}rence de la classe v\discretionary {-}{}{}Card}{18}{section.3.3}}
|
||||
\newlabel{classvCard}{{3.3}{18}{R\'{e}f\'{e}rence de la classe v\-Card\relax }{section.3.3}{}}
|
||||
\newlabel{classvCard_a10}{{3.3}{18}{Fonctions membres publiques\relax }{section*.4}{}}
|
||||
\newlabel{classvCard_a11}{{3.3}{18}{Fonctions membres publiques\relax }{section*.4}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.1}Description d\'{e}taill\'{e}e}{18}{subsection.3.3.1}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.2}Documentation des fonctions membres}{19}{subsection.3.3.2}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2.1}setAddress}{19}{subsubsection.3.3.2.1}}
|
||||
\newlabel{classvCard_a5}{{3.3.2.1}{19}{setAddress\relax }{subsubsection.3.3.2.1}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2.2}setBirthday}{19}{subsubsection.3.3.2.2}}
|
||||
\newlabel{classvCard_a4}{{3.3.2.2}{19}{setBirthday\relax }{subsubsection.3.3.2.2}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2.3}setEmail}{19}{subsubsection.3.3.2.3}}
|
||||
\newlabel{classvCard_a7}{{3.3.2.3}{19}{setEmail\relax }{subsubsection.3.3.2.3}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2.4}setFormattedName}{20}{subsubsection.3.3.2.4}}
|
||||
\newlabel{classvCard_a2}{{3.3.2.4}{20}{setFormattedName\relax }{subsubsection.3.3.2.4}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2.5}setLabel}{20}{subsubsection.3.3.2.5}}
|
||||
\newlabel{classvCard_a6}{{3.3.2.5}{20}{setLabel\relax }{subsubsection.3.3.2.5}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2.6}setName}{20}{subsubsection.3.3.2.6}}
|
||||
\newlabel{classvCard_a3}{{3.3.2.6}{20}{setName\relax }{subsubsection.3.3.2.6}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2.7}setNote}{21}{subsubsection.3.3.2.7}}
|
||||
\newlabel{classvCard_a8}{{3.3.2.7}{21}{setNote\relax }{subsubsection.3.3.2.7}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2.8}setPhoneNumber}{21}{subsubsection.3.3.2.8}}
|
||||
\newlabel{classvCard_a0}{{3.3.2.8}{21}{setPhoneNumber\relax }{subsubsection.3.3.2.8}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2.9}setPhoto}{21}{subsubsection.3.3.2.9}}
|
||||
\newlabel{classvCard_a1}{{3.3.2.9}{21}{setPhoto\relax }{subsubsection.3.3.2.9}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2.10}setURL}{21}{subsubsection.3.3.2.10}}
|
||||
\newlabel{classvCard_a9}{{3.3.2.10}{21}{setURL\relax }{subsubsection.3.3.2.10}{}}
|
||||
\@setckpt{classvCard}{
|
||||
\setcounter{page}{23}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{3}
|
||||
\setcounter{section}{3}
|
||||
\setcounter{subsection}{2}
|
||||
\setcounter{subsubsection}{10}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{3}
|
||||
}
|
||||
@ -1,259 +0,0 @@
|
||||
\hypertarget{classvCard}{
|
||||
\section{R\'{e}f\'{e}rence de la classe v\-Card}
|
||||
\label{classvCard}\index{vCard@{vCard}}
|
||||
}
|
||||
Classe permettant de cr\'{e}er un fichier vcard.
|
||||
|
||||
|
||||
\subsection*{Fonctions membres publiques}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
\hyperlink{classvCard_a0}{set\-Phone\-Number} (\$number, \$type=\char`\"{}\char`\"{})
|
||||
\begin{CompactList}\small\item\em mise en forme du num\'{e}ro de t\'{e}lephone \item\end{CompactList}\item
|
||||
\hyperlink{classvCard_a1}{set\-Photo} (\$type, \$photo)
|
||||
\begin{CompactList}\small\item\em mise en forme de la photo \item\end{CompactList}\item
|
||||
\hyperlink{classvCard_a2}{set\-Formatted\-Name} (\$name)
|
||||
\begin{CompactList}\small\item\em mise en forme du nom format\'{e} \item\end{CompactList}\item
|
||||
\hyperlink{classvCard_a3}{set\-Name} (\$family=\char`\"{}\char`\"{}, \$first=\char`\"{}\char`\"{}, \$additional=\char`\"{}\char`\"{}, \$prefix=\char`\"{}\char`\"{}, \$suffix=\char`\"{}\char`\"{})
|
||||
\begin{CompactList}\small\item\em mise en forme du nom complet \item\end{CompactList}\item
|
||||
\hyperlink{classvCard_a4}{set\-Birthday} (\$date)
|
||||
\begin{CompactList}\small\item\em mise en forme de l'anniversaire \item\end{CompactList}\item
|
||||
\hyperlink{classvCard_a5}{set\-Address} (\$postoffice=\char`\"{}\char`\"{}, \$extended=\char`\"{}\char`\"{}, \$street=\char`\"{}\char`\"{}, \$city=\char`\"{}\char`\"{}, \$region=\char`\"{}\char`\"{}, \$zip=\char`\"{}\char`\"{}, \$country=\char`\"{}\char`\"{}, \$type=\char`\"{}HOME;POSTAL\char`\"{})
|
||||
\begin{CompactList}\small\item\em mise en forme de l'adresse \item\end{CompactList}\item
|
||||
\hyperlink{classvCard_a6}{set\-Label} (\$postoffice=\char`\"{}\char`\"{}, \$extended=\char`\"{}\char`\"{}, \$street=\char`\"{}\char`\"{}, \$city=\char`\"{}\char`\"{}, \$region=\char`\"{}\char`\"{}, \$zip=\char`\"{}\char`\"{}, \$country=\char`\"{}\char`\"{}, \$type=\char`\"{}HOME;POSTAL\char`\"{})
|
||||
\begin{CompactList}\small\item\em mise en forme du label \item\end{CompactList}\item
|
||||
\hyperlink{classvCard_a7}{set\-Email} (\$address)
|
||||
\begin{CompactList}\small\item\em mise en forme de l'email \item\end{CompactList}\item
|
||||
\hyperlink{classvCard_a8}{set\-Note} (\$note)
|
||||
\begin{CompactList}\small\item\em mise en forme de la note \item\end{CompactList}\item
|
||||
\hyperlink{classvCard_a9}{set\-URL} (\$url, \$type=\char`\"{}\char`\"{})
|
||||
\begin{CompactList}\small\item\em mise en forme de l'url \item\end{CompactList}\item
|
||||
\hypertarget{classvCard_a10}{
|
||||
\hyperlink{classvCard_a10}{get\-VCard} ()}
|
||||
\label{classvCard_a10}
|
||||
|
||||
\begin{CompactList}\small\item\em permet d'obtenir une vcard \item\end{CompactList}\item
|
||||
\hypertarget{classvCard_a11}{
|
||||
\hyperlink{classvCard_a11}{get\-File\-Name} ()}
|
||||
\label{classvCard_a11}
|
||||
|
||||
\begin{CompactList}\small\item\em permet d'obtenir le nom de fichier \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant de cr\'{e}er un fichier vcard.
|
||||
|
||||
Ensemble des fonctions permettant de cr\'{e}er un fichier vcard
|
||||
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 83 du fichier vcard.class.php.
|
||||
|
||||
\subsection{Documentation des fonctions membres}
|
||||
\hypertarget{classvCard_a5}{
|
||||
\index{vCard@{v\-Card}!setAddress@{setAddress}}
|
||||
\index{setAddress@{setAddress}!vCard@{v\-Card}}
|
||||
\subsubsection[setAddress]{\setlength{\rightskip}{0pt plus 5cm}v\-Card::set\-Address (\$ {\em postoffice} = {\tt \char`\"{}\char`\"{}}, \$ {\em extended} = {\tt \char`\"{}\char`\"{}}, \$ {\em street} = {\tt \char`\"{}\char`\"{}}, \$ {\em city} = {\tt \char`\"{}\char`\"{}}, \$ {\em region} = {\tt \char`\"{}\char`\"{}}, \$ {\em zip} = {\tt \char`\"{}\char`\"{}}, \$ {\em country} = {\tt \char`\"{}\char`\"{}}, \$ {\em type} = {\tt \char`\"{}HOME;POSTAL\char`\"{}})}}
|
||||
\label{classvCard_a5}
|
||||
|
||||
|
||||
mise en forme de l'adresse
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em postoffice}]\item[{\em extended}]\item[{\em street}]\item[{\em city}]\item[{\em region}]\item[{\em zip}]\item[{\em country}]\item[{\em type}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 158 du fichier vcard.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences set\-Address().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par set\-Address().\hypertarget{classvCard_a4}{
|
||||
\index{vCard@{v\-Card}!setBirthday@{setBirthday}}
|
||||
\index{setBirthday@{setBirthday}!vCard@{v\-Card}}
|
||||
\subsubsection[setBirthday]{\setlength{\rightskip}{0pt plus 5cm}v\-Card::set\-Birthday (\$ {\em date})}}
|
||||
\label{classvCard_a4}
|
||||
|
||||
|
||||
mise en forme de l'anniversaire
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em date}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 142 du fichier vcard.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences set\-Birthday().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par set\-Birthday().\hypertarget{classvCard_a7}{
|
||||
\index{vCard@{v\-Card}!setEmail@{setEmail}}
|
||||
\index{setEmail@{setEmail}!vCard@{v\-Card}}
|
||||
\subsubsection[setEmail]{\setlength{\rightskip}{0pt plus 5cm}v\-Card::set\-Email (\$ {\em address})}}
|
||||
\label{classvCard_a7}
|
||||
|
||||
|
||||
mise en forme de l'email
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em address}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 200 du fichier vcard.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences set\-Email().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par set\-Email().\hypertarget{classvCard_a2}{
|
||||
\index{vCard@{v\-Card}!setFormattedName@{setFormattedName}}
|
||||
\index{setFormattedName@{setFormattedName}!vCard@{v\-Card}}
|
||||
\subsubsection[setFormattedName]{\setlength{\rightskip}{0pt plus 5cm}v\-Card::set\-Formatted\-Name (\$ {\em name})}}
|
||||
\label{classvCard_a2}
|
||||
|
||||
|
||||
mise en forme du nom format\'{e}
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em name}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 118 du fichier vcard.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences set\-Formatted\-Name().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par set\-Formatted\-Name().\hypertarget{classvCard_a6}{
|
||||
\index{vCard@{v\-Card}!setLabel@{setLabel}}
|
||||
\index{setLabel@{setLabel}!vCard@{v\-Card}}
|
||||
\subsubsection[setLabel]{\setlength{\rightskip}{0pt plus 5cm}v\-Card::set\-Label (\$ {\em postoffice} = {\tt \char`\"{}\char`\"{}}, \$ {\em extended} = {\tt \char`\"{}\char`\"{}}, \$ {\em street} = {\tt \char`\"{}\char`\"{}}, \$ {\em city} = {\tt \char`\"{}\char`\"{}}, \$ {\em region} = {\tt \char`\"{}\char`\"{}}, \$ {\em zip} = {\tt \char`\"{}\char`\"{}}, \$ {\em country} = {\tt \char`\"{}\char`\"{}}, \$ {\em type} = {\tt \char`\"{}HOME;POSTAL\char`\"{}})}}
|
||||
\label{classvCard_a6}
|
||||
|
||||
|
||||
mise en forme du label
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em postoffice}]\item[{\em extended}]\item[{\em street}]\item[{\em city}]\item[{\em region}]\item[{\em zip}]\item[{\em country}]\item[{\em type}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 182 du fichier vcard.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences set\-Label().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par set\-Label().\hypertarget{classvCard_a3}{
|
||||
\index{vCard@{v\-Card}!setName@{setName}}
|
||||
\index{setName@{setName}!vCard@{v\-Card}}
|
||||
\subsubsection[setName]{\setlength{\rightskip}{0pt plus 5cm}v\-Card::set\-Name (\$ {\em family} = {\tt \char`\"{}\char`\"{}}, \$ {\em first} = {\tt \char`\"{}\char`\"{}}, \$ {\em additional} = {\tt \char`\"{}\char`\"{}}, \$ {\em prefix} = {\tt \char`\"{}\char`\"{}}, \$ {\em suffix} = {\tt \char`\"{}\char`\"{}})}}
|
||||
\label{classvCard_a3}
|
||||
|
||||
|
||||
mise en forme du nom complet
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em family}]\item[{\em first}]\item[{\em additional}]\item[{\em prefix}]\item[{\em suffix}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 131 du fichier vcard.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences set\-Name().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par set\-Name().\hypertarget{classvCard_a8}{
|
||||
\index{vCard@{v\-Card}!setNote@{setNote}}
|
||||
\index{setNote@{setNote}!vCard@{v\-Card}}
|
||||
\subsubsection[setNote]{\setlength{\rightskip}{0pt plus 5cm}v\-Card::set\-Note (\$ {\em note})}}
|
||||
\label{classvCard_a8}
|
||||
|
||||
|
||||
mise en forme de la note
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em note}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 209 du fichier vcard.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences set\-Note().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par set\-Note().\hypertarget{classvCard_a0}{
|
||||
\index{vCard@{v\-Card}!setPhoneNumber@{setPhoneNumber}}
|
||||
\index{setPhoneNumber@{setPhoneNumber}!vCard@{v\-Card}}
|
||||
\subsubsection[setPhoneNumber]{\setlength{\rightskip}{0pt plus 5cm}v\-Card::set\-Phone\-Number (\$ {\em number}, \$ {\em type} = {\tt \char`\"{}\char`\"{}})}}
|
||||
\label{classvCard_a0}
|
||||
|
||||
|
||||
mise en forme du num\'{e}ro de t\'{e}lephone
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em number}]num\'{e}ro de t\'{e}l\'{e}phone \item[{\em type}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 93 du fichier vcard.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences set\-Phone\-Number().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par set\-Phone\-Number().\hypertarget{classvCard_a1}{
|
||||
\index{vCard@{v\-Card}!setPhoto@{setPhoto}}
|
||||
\index{setPhoto@{setPhoto}!vCard@{v\-Card}}
|
||||
\subsubsection[setPhoto]{\setlength{\rightskip}{0pt plus 5cm}v\-Card::set\-Photo (\$ {\em type}, \$ {\em photo})}}
|
||||
\label{classvCard_a1}
|
||||
|
||||
|
||||
mise en forme de la photo
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em type}]\item[{\em photo}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Avertissement:]NON TESTE ! \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 109 du fichier vcard.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences set\-Photo().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par set\-Photo().\hypertarget{classvCard_a9}{
|
||||
\index{vCard@{v\-Card}!setURL@{setURL}}
|
||||
\index{setURL@{setURL}!vCard@{v\-Card}}
|
||||
\subsubsection[setURL]{\setlength{\rightskip}{0pt plus 5cm}v\-Card::set\-URL (\$ {\em url}, \$ {\em type} = {\tt \char`\"{}\char`\"{}})}}
|
||||
\label{classvCard_a9}
|
||||
|
||||
|
||||
mise en forme de l'url
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em url}]\item[{\em type}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 219 du fichier vcard.class.php.
|
||||
|
||||
R\'{e}f\'{e}rences set\-URL().
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par set\-URL().
|
||||
|
||||
La documentation de cette classe a \'{e}t\'{e} g\'{e}n\'{e}r\'{e}e \`{a} partir du fichier suivant:\begin{CompactItemize}
|
||||
\item
|
||||
htdocs/lib/vcard/\hyperlink{vcard_8class_8php}{vcard.class.php}\end{CompactItemize}
|
||||
@ -1,64 +0,0 @@
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{doxygen}
|
||||
\RequirePackage{calc}
|
||||
\RequirePackage{array}
|
||||
\pagestyle{fancyplain}
|
||||
\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}}
|
||||
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
|
||||
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
||||
\lhead[\fancyplain{}{\bfseries\thepage}]
|
||||
{\fancyplain{}{\bfseries\rightmark}}
|
||||
\rhead[\fancyplain{}{\bfseries\leftmark}]
|
||||
{\fancyplain{}{\bfseries\thepage}}
|
||||
\rfoot[\fancyplain{}{\bfseries\scriptsize G\'{e}n\'{e}r\'{e} le Fri Jul 16 08:51:53 2004 pour dolibarr par Doxygen }]{}
|
||||
\lfoot[]{\fancyplain{}{\bfseries\scriptsize G\'{e}n\'{e}r\'{e} le Fri Jul 16 08:51:53 2004 pour dolibarr par Doxygen }}
|
||||
\cfoot{}
|
||||
\newenvironment{CompactList}
|
||||
{\begin{list}{}{
|
||||
\setlength{\leftmargin}{0.5cm}
|
||||
\setlength{\itemsep}{0pt}
|
||||
\setlength{\parsep}{0pt}
|
||||
\setlength{\topsep}{0pt}
|
||||
\renewcommand{\makelabel}{}}}
|
||||
{\end{list}}
|
||||
\newenvironment{CompactItemize}
|
||||
{
|
||||
\begin{itemize}
|
||||
\setlength{\itemsep}{-3pt}
|
||||
\setlength{\parsep}{0pt}
|
||||
\setlength{\topsep}{0pt}
|
||||
\setlength{\partopsep}{0pt}
|
||||
}
|
||||
{\end{itemize}}
|
||||
\newcommand{\PBS}[1]{\let\temp=\\#1\let\\=\temp}
|
||||
\newlength{\tmplength}
|
||||
\newenvironment{TabularC}[1]
|
||||
{
|
||||
\setlength{\tmplength}
|
||||
{\linewidth/(#1)-\tabcolsep*2-\arrayrulewidth*(#1+1)/(#1)}
|
||||
\par\begin{tabular*}{\linewidth}
|
||||
{*{#1}{|>{\PBS\raggedright\hspace{0pt}}p{\the\tmplength}}|}
|
||||
}
|
||||
{\end{tabular*}\par}
|
||||
\newcommand{\entrylabel}[1]{
|
||||
{\parbox[b]{\labelwidth-4pt}{\makebox[0pt][l]{\textbf{#1}}\\}}}
|
||||
\newenvironment{Desc}
|
||||
{\begin{list}{}
|
||||
{
|
||||
\settowidth{\labelwidth}{40pt}
|
||||
\setlength{\leftmargin}{\labelwidth}
|
||||
\setlength{\parsep}{0pt}
|
||||
\setlength{\itemsep}{-4pt}
|
||||
\renewcommand{\makelabel}{\entrylabel}
|
||||
}
|
||||
}
|
||||
{\end{list}}
|
||||
\newenvironment{Indent}
|
||||
{\begin{list}{}{\setlength{\leftmargin}{0.5cm}}
|
||||
\item[]\ignorespaces}
|
||||
{\unskip\end{list}}
|
||||
\setlength{\parindent}{0cm}
|
||||
\setlength{\parskip}{0.2cm}
|
||||
\addtocounter{secnumdepth}{1}
|
||||
\sloppy
|
||||
\usepackage[T1]{fontenc}
|
||||
@ -1,12 +0,0 @@
|
||||
\section{dolibarr Liste des fichiers}
|
||||
Liste de tous les fichiers document\'{e}s avec une br\`{e}ve description:\begin{CompactList}
|
||||
\item\contentsline{section}{htdocs/lib/\hyperlink{CMailFile_8class_8php}{CMail\-File.class.php} (Classe permettant d'envoyer des attachements par mail )}{\pageref{CMailFile_8class_8php}}{}
|
||||
\item\contentsline{section}{htdocs/lib/\hyperlink{functions_8inc_8php}{functions.inc.php} (Ensemble de fonctions de base de dolibarr sous forme d'include )}{\pageref{functions_8inc_8php}}{}
|
||||
\item\contentsline{section}{htdocs/lib/\hyperlink{ldap_8lib_8php}{ldap.lib.php} (Librairie contenant les fonctions pour acc\`{e}der au serveur ldap )}{\pageref{ldap_8lib_8php}}{}
|
||||
\item\contentsline{section}{htdocs/lib/\hyperlink{mysql_8lib_8php}{mysql.lib.php} (Classe permettant de g\'{e}r\'{e}r la database de dolibarr )}{\pageref{mysql_8lib_8php}}{}
|
||||
\item\contentsline{section}{htdocs/lib/\hyperlink{price_8lib_8php}{price.lib.php} (Librairie contenant les fonctions pour calculer un prix )}{\pageref{price_8lib_8php}}{}
|
||||
\item\contentsline{section}{htdocs/lib/\hyperlink{thermometer_8php}{thermometer.php} (Classe permettant d'afficher un thermometre )}{\pageref{thermometer_8php}}{}
|
||||
\item\contentsline{section}{htdocs/lib/\hyperlink{webcal_8class_8php}{webcal.class.php} (Classe permettant d'acceder a la database webcalendar )}{\pageref{webcal_8class_8php}}{}
|
||||
\item\contentsline{section}{htdocs/lib/jabber/\hyperlink{class_8jabber_8php}{class.jabber.php} (Classe permettant de se connecter \`{a} un serveur jabber )}{\pageref{class_8jabber_8php}}{}
|
||||
\item\contentsline{section}{htdocs/lib/vcard/\hyperlink{vcard_8class_8php}{vcard.class.php} (Classe permettant de cr\'{e}er un fichier vcard )}{\pageref{vcard_8class_8php}}{}
|
||||
\end{CompactList}
|
||||
@ -1,88 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4.2}R\'{e}f\'{e}rence du fichier htdocs/lib/functions.inc.php}{27}{section.4.2}}
|
||||
\newlabel{functions_8inc_8php}{{4.2}{27}{R\'{e}f\'{e}rence du fichier htdocs/lib/functions.inc.php\relax }{section.4.2}{}}
|
||||
\newlabel{functions_8inc_8php_a22}{{4.2}{27}{Fonctions\relax }{section*.8}{}}
|
||||
\newlabel{functions_8inc_8php_a31}{{4.2}{28}{Fonctions\relax }{section*.8}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.2.1}Description d\'{e}taill\'{e}e}{28}{subsection.4.2.1}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.2.2}Documentation des fonctions}{29}{subsection.4.2.2}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.1}creer\_\discretionary {-}{}{}pass\_\discretionary {-}{}{}aleatoire}{29}{subsubsection.4.2.2.1}}
|
||||
\newlabel{functions_8inc_8php_a45}{{4.2.2.1}{29}{creer\_\-pass\_\-aleatoire\relax }{subsubsection.4.2.2.1}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.2}dol\_\discretionary {-}{}{}delete\_\discretionary {-}{}{}file}{29}{subsubsection.4.2.2.2}}
|
||||
\newlabel{functions_8inc_8php_a30}{{4.2.2.2}{29}{dol\_\-delete\_\-file\relax }{subsubsection.4.2.2.2}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.3}dolibarr\_\discretionary {-}{}{}del\_\discretionary {-}{}{}const}{29}{subsubsection.4.2.2.3}}
|
||||
\newlabel{functions_8inc_8php_a4}{{4.2.2.3}{29}{dolibarr\_\-del\_\-const\relax }{subsubsection.4.2.2.3}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.4}dolibarr\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}head}{29}{subsubsection.4.2.2.4}}
|
||||
\newlabel{functions_8inc_8php_a2}{{4.2.2.4}{29}{dolibarr\_\-fiche\_\-head\relax }{subsubsection.4.2.2.4}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.5}dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}ca}{30}{subsubsection.4.2.2.5}}
|
||||
\newlabel{functions_8inc_8php_a5}{{4.2.2.5}{30}{dolibarr\_\-print\_\-ca\relax }{subsubsection.4.2.2.5}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.6}dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}date}{30}{subsubsection.4.2.2.6}}
|
||||
\newlabel{functions_8inc_8php_a6}{{4.2.2.6}{30}{dolibarr\_\-print\_\-date\relax }{subsubsection.4.2.2.6}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.7}dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}object\_\discretionary {-}{}{}info}{30}{subsubsection.4.2.2.7}}
|
||||
\newlabel{functions_8inc_8php_a7}{{4.2.2.7}{30}{dolibarr\_\-print\_\-object\_\-info\relax }{subsubsection.4.2.2.7}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.8}dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}phone}{30}{subsubsection.4.2.2.8}}
|
||||
\newlabel{functions_8inc_8php_a8}{{4.2.2.8}{30}{dolibarr\_\-print\_\-phone\relax }{subsubsection.4.2.2.8}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.9}dolibarr\_\discretionary {-}{}{}set\_\discretionary {-}{}{}const}{31}{subsubsection.4.2.2.9}}
|
||||
\newlabel{functions_8inc_8php_a3}{{4.2.2.9}{31}{dolibarr\_\-set\_\-const\relax }{subsubsection.4.2.2.9}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.10}dolibarr\_\discretionary {-}{}{}syslog}{31}{subsubsection.4.2.2.10}}
|
||||
\newlabel{functions_8inc_8php_a1}{{4.2.2.10}{31}{dolibarr\_\-syslog\relax }{subsubsection.4.2.2.10}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.11}doliMoveFileUpload}{31}{subsubsection.4.2.2.11}}
|
||||
\newlabel{functions_8inc_8php_a23}{{4.2.2.11}{31}{doliMoveFileUpload\relax }{subsubsection.4.2.2.11}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.12}francs}{32}{subsubsection.4.2.2.12}}
|
||||
\newlabel{functions_8inc_8php_a39}{{4.2.2.12}{32}{francs\relax }{subsubsection.4.2.2.12}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.13}inctva}{32}{subsubsection.4.2.2.13}}
|
||||
\newlabel{functions_8inc_8php_a41}{{4.2.2.13}{32}{inctva\relax }{subsubsection.4.2.2.13}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.14}initialiser\_\discretionary {-}{}{}sel}{32}{subsubsection.4.2.2.14}}
|
||||
\newlabel{functions_8inc_8php_a46}{{4.2.2.14}{32}{initialiser\_\-sel\relax }{subsubsection.4.2.2.14}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.15}logfile}{32}{subsubsection.4.2.2.15}}
|
||||
\newlabel{functions_8inc_8php_a44}{{4.2.2.15}{32}{logfile\relax }{subsubsection.4.2.2.15}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.16}loginfunction}{33}{subsubsection.4.2.2.16}}
|
||||
\newlabel{functions_8inc_8php_a21}{{4.2.2.16}{33}{loginfunction\relax }{subsubsection.4.2.2.16}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.17}price}{33}{subsubsection.4.2.2.17}}
|
||||
\newlabel{functions_8inc_8php_a38}{{4.2.2.17}{33}{price\relax }{subsubsection.4.2.2.17}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.18}print\_\discretionary {-}{}{}date\_\discretionary {-}{}{}select}{33}{subsubsection.4.2.2.18}}
|
||||
\newlabel{functions_8inc_8php_a35}{{4.2.2.18}{33}{print\_\-date\_\-select\relax }{subsubsection.4.2.2.18}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.19}print\_\discretionary {-}{}{}duree\_\discretionary {-}{}{}select}{33}{subsubsection.4.2.2.19}}
|
||||
\newlabel{functions_8inc_8php_a37}{{4.2.2.19}{33}{print\_\-duree\_\-select\relax }{subsubsection.4.2.2.19}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.20}print\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}titre}{34}{subsubsection.4.2.2.20}}
|
||||
\newlabel{functions_8inc_8php_a29}{{4.2.2.20}{34}{print\_\-fiche\_\-titre\relax }{subsubsection.4.2.2.20}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.21}print\_\discretionary {-}{}{}fleche\_\discretionary {-}{}{}navigation}{34}{subsubsection.4.2.2.21}}
|
||||
\newlabel{functions_8inc_8php_a33}{{4.2.2.21}{34}{print\_\-fleche\_\-navigation\relax }{subsubsection.4.2.2.21}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.22}print\_\discretionary {-}{}{}heure\_\discretionary {-}{}{}select}{34}{subsubsection.4.2.2.22}}
|
||||
\newlabel{functions_8inc_8php_a36}{{4.2.2.22}{34}{print\_\-heure\_\-select\relax }{subsubsection.4.2.2.22}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.23}print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre}{34}{subsubsection.4.2.2.23}}
|
||||
\newlabel{functions_8inc_8php_a26}{{4.2.2.23}{34}{print\_\-liste\_\-field\_\-titre\relax }{subsubsection.4.2.2.23}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.24}print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre\_\discretionary {-}{}{}new}{35}{subsubsection.4.2.2.24}}
|
||||
\newlabel{functions_8inc_8php_a27}{{4.2.2.24}{35}{print\_\-liste\_\-field\_\-titre\_\-new\relax }{subsubsection.4.2.2.24}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.25}print\_\discretionary {-}{}{}oui\_\discretionary {-}{}{}non}{35}{subsubsection.4.2.2.25}}
|
||||
\newlabel{functions_8inc_8php_a34}{{4.2.2.25}{35}{print\_\-oui\_\-non\relax }{subsubsection.4.2.2.25}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.26}print\_\discretionary {-}{}{}titre}{35}{subsubsection.4.2.2.26}}
|
||||
\newlabel{functions_8inc_8php_a28}{{4.2.2.26}{35}{print\_\-titre\relax }{subsubsection.4.2.2.26}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.27}stat\_\discretionary {-}{}{}print}{36}{subsubsection.4.2.2.27}}
|
||||
\newlabel{functions_8inc_8php_a42}{{4.2.2.27}{36}{stat\_\-print\relax }{subsubsection.4.2.2.27}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.28}transcoS2L}{36}{subsubsection.4.2.2.28}}
|
||||
\newlabel{functions_8inc_8php_a25}{{4.2.2.28}{36}{transcoS2L\relax }{subsubsection.4.2.2.28}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2.29}tva}{36}{subsubsection.4.2.2.29}}
|
||||
\newlabel{functions_8inc_8php_a40}{{4.2.2.29}{36}{tva\relax }{subsubsection.4.2.2.29}{}}
|
||||
\@setckpt{functions_8inc_8php}{
|
||||
\setcounter{page}{37}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{4}
|
||||
\setcounter{section}{2}
|
||||
\setcounter{subsection}{2}
|
||||
\setcounter{subsubsection}{29}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{3}
|
||||
}
|
||||
@ -1,615 +0,0 @@
|
||||
\hypertarget{functions_8inc_8php}{
|
||||
\section{R\'{e}f\'{e}rence du fichier htdocs/lib/functions.inc.php}
|
||||
\label{functions_8inc_8php}\index{htdocs/lib/functions.inc.php@{htdocs/lib/functions.inc.php}}
|
||||
}
|
||||
Ensemble de fonctions de base de dolibarr sous forme d'include.
|
||||
|
||||
|
||||
\subsection*{Fonctions}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
\hyperlink{functions_8inc_8php_a1}{dolibarr\_\-syslog} (\$message)
|
||||
\begin{CompactList}\small\item\em envoi des messages dolibarr dans syslog \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a2}{dolibarr\_\-fiche\_\-head} (\$links, \$active=0)
|
||||
\begin{CompactList}\small\item\em header d'une fiche \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a3}{dolibarr\_\-set\_\-const} (\$db, \$name, \$value, \$type='chaine', \$visible=0, \$note='')
|
||||
\begin{CompactList}\small\item\em insertion d'une constantes dans la base de donn\'{e}es \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a4}{dolibarr\_\-del\_\-const} (\$db, \$name)
|
||||
\begin{CompactList}\small\item\em effacement d'une constante dans la base de donn\'{e}es \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a5}{dolibarr\_\-print\_\-ca} (\$ca)
|
||||
\begin{CompactList}\small\item\em formattage des nombres \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a6}{dolibarr\_\-print\_\-date} (\$time, \$format=\char`\"{}\%d \%b \%Y\char`\"{})
|
||||
\begin{CompactList}\small\item\em formattage de la date \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a7}{dolibarr\_\-print\_\-object\_\-info} (\$object)
|
||||
\begin{CompactList}\small\item\em affiche les informations d'un objet \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a8}{dolibarr\_\-print\_\-phone} (\$phone)
|
||||
\begin{CompactList}\small\item\em formattage du telephone \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a21}{loginfunction} ()
|
||||
\begin{CompactList}\small\item\em fonction de login \item\end{CompactList}\item
|
||||
\hypertarget{functions_8inc_8php_a22}{
|
||||
\hyperlink{functions_8inc_8php_a22}{accessforbidden} ()}
|
||||
\label{functions_8inc_8php_a22}
|
||||
|
||||
\begin{CompactList}\small\item\em acces interdit \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a23}{doli\-Move\-File\-Upload} (\$src\_\-file, \$dest\_\-file)
|
||||
\begin{CompactList}\small\item\em deplacer les fichiers telecharg\'{e}s \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a25}{transco\-S2L} (\$zonein, \$devise)
|
||||
\begin{CompactList}\small\item\em transcodage de francs en euros \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a26}{print\_\-liste\_\-field\_\-titre} (\$name, \$file, \$field, \$begin=\char`\"{}\char`\"{}, \$options=\char`\"{}\char`\"{})
|
||||
\begin{CompactList}\small\item\em affichage du titre d'une liste \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a27}{print\_\-liste\_\-field\_\-titre\_\-new} (\$name, \$file, \$field, \$begin=\char`\"{}\char`\"{}, \$options=\char`\"{}\char`\"{}, \$td=\char`\"{}\char`\"{}, \$sortfield=\char`\"{}\char`\"{})
|
||||
\begin{CompactList}\small\item\em affichage du titre d'une liste avec possibilit\'{e} de tri et de choix du type de la balise td \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a28}{print\_\-titre} (\$titre)
|
||||
\begin{CompactList}\small\item\em affichage d'un titre \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a29}{print\_\-fiche\_\-titre} (\$titre, \$mesg='')
|
||||
\begin{CompactList}\small\item\em affichage d'un titre d'une fiche align\'{e} a droite \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a30}{dol\_\-delete\_\-file} (\$file)
|
||||
\begin{CompactList}\small\item\em effacement d'un fichier \item\end{CompactList}\item
|
||||
\hypertarget{functions_8inc_8php_a31}{
|
||||
\hyperlink{functions_8inc_8php_a31}{block\_\-access} ()}
|
||||
\label{functions_8inc_8php_a31}
|
||||
|
||||
\begin{CompactList}\small\item\em acc\`{e}s refus\'{e} \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a33}{print\_\-fleche\_\-navigation} (\$page, \$file, \$options='', \$nextpage)
|
||||
\begin{CompactList}\small\item\em fonction servant a afficher les fleches de navigation dans les pages de listes \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a34}{print\_\-oui\_\-non} (\$value)
|
||||
\begin{CompactList}\small\item\em fonction servant a afficher un menu d\'{e}roulant avec oui ou non \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a35}{print\_\-date\_\-select} (\$set\_\-time='')
|
||||
\begin{CompactList}\small\item\em fonction servant a afficher les mois dans un liste d\'{e}roulante \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a36}{print\_\-heure\_\-select} (\$prefix, \$begin=1, \$end=23)
|
||||
\begin{CompactList}\small\item\em fonction servant a afficher les heures/minutes dans un liste d\'{e}roulante \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a37}{print\_\-duree\_\-select} (\$prefix)
|
||||
\begin{CompactList}\small\item\em fonction servant a afficher une dur\'{e}e dans une liste d\'{e}roulante \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a38}{price} (\$amount, \$html=0)
|
||||
\begin{CompactList}\small\item\em fonction qui retourne un montant mon\'{e}taire format\'{e} \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a39}{francs} (\$euros)
|
||||
\begin{CompactList}\small\item\em fonction qui convertit des euros en francs \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a40}{tva} (\$euros, \$taux=19.6)
|
||||
\begin{CompactList}\small\item\em fonction qui calcule la tva \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a41}{inctva} (\$euros, \$taux=1.196)
|
||||
\begin{CompactList}\small\item\em fonction qui calcule le montant tva incluse \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a42}{stat\_\-print} (\$basename, \$bc1, \$bc2, \$ftc, \$jour)
|
||||
\begin{CompactList}\small\item\em fonction qui affiche des statistiques \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a44}{logfile} (\$str, \$log=\char`\"{}/var/log/dolibarr/dolibarr.log\char`\"{})
|
||||
\begin{CompactList}\small\item\em fonction qui permet d'envoyer les infos dans un fichier de log \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a45}{creer\_\-pass\_\-aleatoire} (\$longueur=8, \$sel=\char`\"{}\char`\"{})
|
||||
\begin{CompactList}\small\item\em fonction pour cr\'{e}er un mot de passe al\'{e}atoire \item\end{CompactList}\item
|
||||
\hyperlink{functions_8inc_8php_a46}{initialiser\_\-sel} ()
|
||||
\begin{CompactList}\small\item\em fonction pour initialiser sel \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Ensemble de fonctions de base de dolibarr sous forme d'include.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Auteur:]Rodolphe Quiedeville
|
||||
|
||||
Jean-Louis Bergamo
|
||||
|
||||
Laurent Destailleur \end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Version:]1.2.\end{Desc}
|
||||
Ensemble de fonctions de base de dolibarr sous forme d'include
|
||||
|
||||
D\'{e}finition dans le fichier \hyperlink{functions_8inc_8php-source}{functions.inc.php}.
|
||||
|
||||
\subsection{Documentation des fonctions}
|
||||
\hypertarget{functions_8inc_8php_a45}{
|
||||
\index{functions.inc.php@{functions.inc.php}!creer_pass_aleatoire@{creer\_\-pass\_\-aleatoire}}
|
||||
\index{creer_pass_aleatoire@{creer\_\-pass\_\-aleatoire}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[creer\_\-pass\_\-aleatoire]{\setlength{\rightskip}{0pt plus 5cm}creer\_\-pass\_\-aleatoire (\$ {\em longueur} = {\tt 8}, \$ {\em sel} = {\tt \char`\"{}\char`\"{}})}}
|
||||
\label{functions_8inc_8php_a45}
|
||||
|
||||
|
||||
fonction pour cr\'{e}er un mot de passe al\'{e}atoire
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em longueur}]longueur du mot de passe \item[{\em sel}]donn\'{e}e al\'{e}atoire \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]la longueur est fix\'{e}e a 8 par d\'{e}faut
|
||||
|
||||
la fonction a \'{e}t\'{e} prise sur \href{http://www.uzine.net/spip}{\tt http://www.uzine.net/spip} \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 1224 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a30}{
|
||||
\index{functions.inc.php@{functions.inc.php}!dol_delete_file@{dol\_\-delete\_\-file}}
|
||||
\index{dol_delete_file@{dol\_\-delete\_\-file}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[dol\_\-delete\_\-file]{\setlength{\rightskip}{0pt plus 5cm}dol\_\-delete\_\-file (\$ {\em file})}}
|
||||
\label{functions_8inc_8php_a30}
|
||||
|
||||
|
||||
effacement d'un fichier
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em file}]fichier a effacer \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 735 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a4}{
|
||||
\index{functions.inc.php@{functions.inc.php}!dolibarr_del_const@{dolibarr\_\-del\_\-const}}
|
||||
\index{dolibarr_del_const@{dolibarr\_\-del\_\-const}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[dolibarr\_\-del\_\-const]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-del\_\-const (\$ {\em db}, \$ {\em name})}}
|
||||
\label{functions_8inc_8php_a4}
|
||||
|
||||
|
||||
effacement d'une constante dans la base de donn\'{e}es
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em db}]base de donn\'{e}es \item[{\em name}]nom de la constante \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]retourne 0 pour rat\'{e}, 1 pour r\'{e}ussi \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 124 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a2}{
|
||||
\index{functions.inc.php@{functions.inc.php}!dolibarr_fiche_head@{dolibarr\_\-fiche\_\-head}}
|
||||
\index{dolibarr_fiche_head@{dolibarr\_\-fiche\_\-head}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[dolibarr\_\-fiche\_\-head]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-fiche\_\-head (\$ {\em links}, \$ {\em active} = {\tt 0})}}
|
||||
\label{functions_8inc_8php_a2}
|
||||
|
||||
|
||||
header d'une fiche
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em links}]liens \item[{\em active}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]active = 0 par d\'{e}faut \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 63 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a5}{
|
||||
\index{functions.inc.php@{functions.inc.php}!dolibarr_print_ca@{dolibarr\_\-print\_\-ca}}
|
||||
\index{dolibarr_print_ca@{dolibarr\_\-print\_\-ca}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[dolibarr\_\-print\_\-ca]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-print\_\-ca (\$ {\em ca})}}
|
||||
\label{functions_8inc_8php_a5}
|
||||
|
||||
|
||||
formattage des nombres
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em ca}]valeur a formater \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]cat valeur format\'{e}e \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 144 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a6}{
|
||||
\index{functions.inc.php@{functions.inc.php}!dolibarr_print_date@{dolibarr\_\-print\_\-date}}
|
||||
\index{dolibarr_print_date@{dolibarr\_\-print\_\-date}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[dolibarr\_\-print\_\-date]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-print\_\-date (\$ {\em time}, \$ {\em format} = {\tt \char`\"{}\%d\ \%b\ \%Y\char`\"{}})}}
|
||||
\label{functions_8inc_8php_a6}
|
||||
|
||||
|
||||
formattage de la date
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em time}]date \item[{\em format}]format de la date \char`\"{}\%d \%b \%Y\char`\"{} \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]retourne la date format\'{e}e \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 173 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a7}{
|
||||
\index{functions.inc.php@{functions.inc.php}!dolibarr_print_object_info@{dolibarr\_\-print\_\-object\_\-info}}
|
||||
\index{dolibarr_print_object_info@{dolibarr\_\-print\_\-object\_\-info}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[dolibarr\_\-print\_\-object\_\-info]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-print\_\-object\_\-info (\$ {\em object})}}
|
||||
\label{functions_8inc_8php_a7}
|
||||
|
||||
|
||||
affiche les informations d'un objet
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em object}]objet a afficher \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 184 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a8}{
|
||||
\index{functions.inc.php@{functions.inc.php}!dolibarr_print_phone@{dolibarr\_\-print\_\-phone}}
|
||||
\index{dolibarr_print_phone@{dolibarr\_\-print\_\-phone}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[dolibarr\_\-print\_\-phone]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-print\_\-phone (\$ {\em phone})}}
|
||||
\label{functions_8inc_8php_a8}
|
||||
|
||||
|
||||
formattage du telephone
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em phone}]num\'{e}ro de telephone \`{a} formater \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]phone num\'{e}ro de t\'{e}l\'{e}phone format\'{e} \end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]net tient pas en compte le format belge 02/211 34 83 \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 199 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a3}{
|
||||
\index{functions.inc.php@{functions.inc.php}!dolibarr_set_const@{dolibarr\_\-set\_\-const}}
|
||||
\index{dolibarr_set_const@{dolibarr\_\-set\_\-const}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[dolibarr\_\-set\_\-const]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-set\_\-const (\$ {\em db}, \$ {\em name}, \$ {\em value}, \$ {\em type} = {\tt 'chaine'}, \$ {\em visible} = {\tt 0}, \$ {\em note} = {\tt ''})}}
|
||||
\label{functions_8inc_8php_a3}
|
||||
|
||||
|
||||
insertion d'une constantes dans la base de donn\'{e}es
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em db}]base de donn\'{e}es \item[{\em name}]nom de la constante \item[{\em value}]valeur de la constante \item[{\em type}]type de constante \item[{\em visible}]la constante est t'elle visible \item[{\em note}]explication de la constante \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]type = chaine par d\'{e}faut
|
||||
|
||||
visible = 0 par d\'{e}faut
|
||||
|
||||
retourne 0 pour rat\'{e}, 1 pour r\'{e}ussi \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 103 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a1}{
|
||||
\index{functions.inc.php@{functions.inc.php}!dolibarr_syslog@{dolibarr\_\-syslog}}
|
||||
\index{dolibarr_syslog@{dolibarr\_\-syslog}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[dolibarr\_\-syslog]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-syslog (\$ {\em message})}}
|
||||
\label{functions_8inc_8php_a1}
|
||||
|
||||
|
||||
envoi des messages dolibarr dans syslog
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em message}]message a envoyer a syslog \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 44 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a23}{
|
||||
\index{functions.inc.php@{functions.inc.php}!doliMoveFileUpload@{doliMoveFileUpload}}
|
||||
\index{doliMoveFileUpload@{doliMoveFileUpload}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[doliMoveFileUpload]{\setlength{\rightskip}{0pt plus 5cm}doli\-Move\-File\-Upload (\$ {\em src\_\-file}, \$ {\em dest\_\-file})}}
|
||||
\label{functions_8inc_8php_a23}
|
||||
|
||||
|
||||
deplacer les fichiers telecharg\'{e}s
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em src\_\-file}]fichier source \item[{\em dest\_\-file}]fichier de destination \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 377 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a39}{
|
||||
\index{functions.inc.php@{functions.inc.php}!francs@{francs}}
|
||||
\index{francs@{francs}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[francs]{\setlength{\rightskip}{0pt plus 5cm}francs (\$ {\em euros})}}
|
||||
\label{functions_8inc_8php_a39}
|
||||
|
||||
|
||||
fonction qui convertit des euros en francs
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em euros}]somme en euro \`{a} convertir \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]price \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 1007 du fichier functions.inc.php.
|
||||
|
||||
R\'{e}f\'{e}rences price().\hypertarget{functions_8inc_8php_a41}{
|
||||
\index{functions.inc.php@{functions.inc.php}!inctva@{inctva}}
|
||||
\index{inctva@{inctva}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[inctva]{\setlength{\rightskip}{0pt plus 5cm}inctva (\$ {\em euros}, \$ {\em taux} = {\tt 1.196})}}
|
||||
\label{functions_8inc_8php_a41}
|
||||
|
||||
|
||||
fonction qui calcule le montant tva incluse
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em euros}]somme en euro \item[{\em taux}]taux de tva \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 1031 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a46}{
|
||||
\index{functions.inc.php@{functions.inc.php}!initialiser_sel@{initialiser\_\-sel}}
|
||||
\index{initialiser_sel@{initialiser\_\-sel}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[initialiser\_\-sel]{\setlength{\rightskip}{0pt plus 5cm}initialiser\_\-sel ()}}
|
||||
\label{functions_8inc_8php_a46}
|
||||
|
||||
|
||||
fonction pour initialiser sel
|
||||
|
||||
\begin{Desc}
|
||||
\item[Remarques:]la fonction a \'{e}t\'{e} prise sur \href{http://www.uzine.net/spip}{\tt http://www.uzine.net/spip} \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 1251 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a44}{
|
||||
\index{functions.inc.php@{functions.inc.php}!logfile@{logfile}}
|
||||
\index{logfile@{logfile}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[logfile]{\setlength{\rightskip}{0pt plus 5cm}logfile (\$ {\em str}, \$ {\em log} = {\tt \char`\"{}/var/log/dolibarr/dolibarr.log\char`\"{}})}}
|
||||
\label{functions_8inc_8php_a44}
|
||||
|
||||
|
||||
fonction qui permet d'envoyer les infos dans un fichier de log
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em str}]chaine a mettre dans le fichier \item[{\em log}]nom du fichier de log \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]cette fonction ne marchera qui si la constante MAIN\_\-DEBUG = 1 \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 1188 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a21}{
|
||||
\index{functions.inc.php@{functions.inc.php}!loginfunction@{loginfunction}}
|
||||
\index{loginfunction@{loginfunction}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[loginfunction]{\setlength{\rightskip}{0pt plus 5cm}loginfunction ()}}
|
||||
\label{functions_8inc_8php_a21}
|
||||
|
||||
|
||||
fonction de login
|
||||
|
||||
\begin{Desc}
|
||||
\item[Remarques:]if faut changer le code html dans la fonction pour changer le design
|
||||
|
||||
le css devrait etre pris dans le repetoire de dolibarr et ne pas etre en dur ! \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 281 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a38}{
|
||||
\index{functions.inc.php@{functions.inc.php}!price@{price}}
|
||||
\index{price@{price}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[price]{\setlength{\rightskip}{0pt plus 5cm}price (\$ {\em amount}, \$ {\em html} = {\tt 0})}}
|
||||
\label{functions_8inc_8php_a38}
|
||||
|
||||
|
||||
fonction qui retourne un montant mon\'{e}taire format\'{e}
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em amount}]montant a formater \item[{\em html}]formatage html ou pas \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]html = 0 par d\'{e}faut
|
||||
|
||||
fnction utilis\'{e}e dans les pdf et les pages html \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 985 du fichier functions.inc.php.
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par francs().\hypertarget{functions_8inc_8php_a35}{
|
||||
\index{functions.inc.php@{functions.inc.php}!print_date_select@{print\_\-date\_\-select}}
|
||||
\index{print_date_select@{print\_\-date\_\-select}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[print\_\-date\_\-select]{\setlength{\rightskip}{0pt plus 5cm}print\_\-date\_\-select (\$ {\em set\_\-time} = {\tt ''})}}
|
||||
\label{functions_8inc_8php_a35}
|
||||
|
||||
|
||||
fonction servant a afficher les mois dans un liste d\'{e}roulante
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em set\_\-time}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]set\_\-time = '' par d\'{e}faut \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 852 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a37}{
|
||||
\index{functions.inc.php@{functions.inc.php}!print_duree_select@{print\_\-duree\_\-select}}
|
||||
\index{print_duree_select@{print\_\-duree\_\-select}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[print\_\-duree\_\-select]{\setlength{\rightskip}{0pt plus 5cm}print\_\-duree\_\-select (\$ {\em prefix})}}
|
||||
\label{functions_8inc_8php_a37}
|
||||
|
||||
|
||||
fonction servant a afficher une dur\'{e}e dans une liste d\'{e}roulante
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em prefix}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 957 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a29}{
|
||||
\index{functions.inc.php@{functions.inc.php}!print_fiche_titre@{print\_\-fiche\_\-titre}}
|
||||
\index{print_fiche_titre@{print\_\-fiche\_\-titre}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[print\_\-fiche\_\-titre]{\setlength{\rightskip}{0pt plus 5cm}print\_\-fiche\_\-titre (\$ {\em titre}, \$ {\em mesg} = {\tt ''})}}
|
||||
\label{functions_8inc_8php_a29}
|
||||
|
||||
|
||||
affichage d'un titre d'une fiche align\'{e} a droite
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em titre}]le titre a afficher \item[{\em mesg}]message afficher \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 719 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a33}{
|
||||
\index{functions.inc.php@{functions.inc.php}!print_fleche_navigation@{print\_\-fleche\_\-navigation}}
|
||||
\index{print_fleche_navigation@{print\_\-fleche\_\-navigation}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[print\_\-fleche\_\-navigation]{\setlength{\rightskip}{0pt plus 5cm}print\_\-fleche\_\-navigation (\$ {\em page}, \$ {\em file}, \$ {\em options} = {\tt ''}, \$ {\em nextpage})}}
|
||||
\label{functions_8inc_8php_a33}
|
||||
|
||||
|
||||
fonction servant a afficher les fleches de navigation dans les pages de listes
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em page}]num\'{e}ro de la page \item[{\em file}]lien \item[{\em options}]\item[{\em nextpage}]page suivante \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 812 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a36}{
|
||||
\index{functions.inc.php@{functions.inc.php}!print_heure_select@{print\_\-heure\_\-select}}
|
||||
\index{print_heure_select@{print\_\-heure\_\-select}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[print\_\-heure\_\-select]{\setlength{\rightskip}{0pt plus 5cm}print\_\-heure\_\-select (\$ {\em prefix}, \$ {\em begin} = {\tt 1}, \$ {\em end} = {\tt 23})}}
|
||||
\label{functions_8inc_8php_a36}
|
||||
|
||||
|
||||
fonction servant a afficher les heures/minutes dans un liste d\'{e}roulante
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em prefix}]\item[{\em begin}]\item[{\em end}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]begin = 1 par d\'{e}faut
|
||||
|
||||
end = 23 par d\'{e}faut \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 935 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a26}{
|
||||
\index{functions.inc.php@{functions.inc.php}!print_liste_field_titre@{print\_\-liste\_\-field\_\-titre}}
|
||||
\index{print_liste_field_titre@{print\_\-liste\_\-field\_\-titre}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[print\_\-liste\_\-field\_\-titre]{\setlength{\rightskip}{0pt plus 5cm}print\_\-liste\_\-field\_\-titre (\$ {\em name}, \$ {\em file}, \$ {\em field}, \$ {\em begin} = {\tt \char`\"{}\char`\"{}}, \$ {\em options} = {\tt \char`\"{}\char`\"{}})}}
|
||||
\label{functions_8inc_8php_a26}
|
||||
|
||||
|
||||
affichage du titre d'une liste
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em name}]\item[{\em file}]\item[{\em field}]\item[{\em begin}]\item[{\em options}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]begin = \char`\"{}\char`\"{} par d\'{e}faut
|
||||
|
||||
options = \char`\"{}\char`\"{} par d\'{e}faut \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 658 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a27}{
|
||||
\index{functions.inc.php@{functions.inc.php}!print_liste_field_titre_new@{print\_\-liste\_\-field\_\-titre\_\-new}}
|
||||
\index{print_liste_field_titre_new@{print\_\-liste\_\-field\_\-titre\_\-new}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[print\_\-liste\_\-field\_\-titre\_\-new]{\setlength{\rightskip}{0pt plus 5cm}print\_\-liste\_\-field\_\-titre\_\-new (\$ {\em name}, \$ {\em file}, \$ {\em field}, \$ {\em begin} = {\tt \char`\"{}\char`\"{}}, \$ {\em options} = {\tt \char`\"{}\char`\"{}}, \$ {\em td} = {\tt \char`\"{}\char`\"{}}, \$ {\em sortfield} = {\tt \char`\"{}\char`\"{}})}}
|
||||
\label{functions_8inc_8php_a27}
|
||||
|
||||
|
||||
affichage du titre d'une liste avec possibilit\'{e} de tri et de choix du type de la balise td
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em name}]\item[{\em file}]\item[{\em field}]\item[{\em begin}]\item[{\em options}]\item[{\em td}]\item[{\em sortfield}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]begin = \char`\"{}\char`\"{} par d\'{e}faut
|
||||
|
||||
options = \char`\"{}\char`\"{} par d\'{e}faut
|
||||
|
||||
td = \char`\"{}\char`\"{} par d\'{e}faut
|
||||
|
||||
sortfield = \char`\"{}\char`\"{} par d\'{e}faut \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 684 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a34}{
|
||||
\index{functions.inc.php@{functions.inc.php}!print_oui_non@{print\_\-oui\_\-non}}
|
||||
\index{print_oui_non@{print\_\-oui\_\-non}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[print\_\-oui\_\-non]{\setlength{\rightskip}{0pt plus 5cm}print\_\-oui\_\-non (\$ {\em value})}}
|
||||
\label{functions_8inc_8php_a34}
|
||||
|
||||
|
||||
fonction servant a afficher un menu d\'{e}roulant avec oui ou non
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em value}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Remarques:]value peut avoir la valeur 0 ou 1 \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 832 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a28}{
|
||||
\index{functions.inc.php@{functions.inc.php}!print_titre@{print\_\-titre}}
|
||||
\index{print_titre@{print\_\-titre}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[print\_\-titre]{\setlength{\rightskip}{0pt plus 5cm}print\_\-titre (\$ {\em titre})}}
|
||||
\label{functions_8inc_8php_a28}
|
||||
|
||||
|
||||
affichage d'un titre
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em titre}]le titre a afficher \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 708 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a42}{
|
||||
\index{functions.inc.php@{functions.inc.php}!stat_print@{stat\_\-print}}
|
||||
\index{stat_print@{stat\_\-print}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[stat\_\-print]{\setlength{\rightskip}{0pt plus 5cm}stat\_\-print (\$ {\em basename}, \$ {\em bc1}, \$ {\em bc2}, \$ {\em ftc}, \$ {\em jour})}}
|
||||
\label{functions_8inc_8php_a42}
|
||||
|
||||
|
||||
fonction qui affiche des statistiques
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em basename}]\item[{\em bc1}]\item[{\em bc2}]\item[{\em ftc}]\item[{\em jour}]\end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 1046 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a25}{
|
||||
\index{functions.inc.php@{functions.inc.php}!transcoS2L@{transcoS2L}}
|
||||
\index{transcoS2L@{transcoS2L}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[transcoS2L]{\setlength{\rightskip}{0pt plus 5cm}transco\-S2L (\$ {\em zonein}, \$ {\em devise})}}
|
||||
\label{functions_8inc_8php_a25}
|
||||
|
||||
|
||||
transcodage de francs en euros
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em zonein}]zone de depart \item[{\em devise}]type de devise \end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]r \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 451 du fichier functions.inc.php.\hypertarget{functions_8inc_8php_a40}{
|
||||
\index{functions.inc.php@{functions.inc.php}!tva@{tva}}
|
||||
\index{tva@{tva}!functions.inc.php@{functions.inc.php}}
|
||||
\subsubsection[tva]{\setlength{\rightskip}{0pt plus 5cm}tva (\$ {\em euros}, \$ {\em taux} = {\tt 19.6})}}
|
||||
\label{functions_8inc_8php_a40}
|
||||
|
||||
|
||||
fonction qui calcule la tva
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em euros}]somme en euro \item[{\em taux}]taux de tva \end{description}
|
||||
\end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 1018 du fichier functions.inc.php.
|
||||
|
||||
R\'{e}f\'{e}renc\'{e} par calcul\_\-price().
|
||||
@ -1,40 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4.4}R\'{e}f\'{e}rence du fichier htdocs/lib/ldap.lib.php}{38}{section.4.4}}
|
||||
\newlabel{ldap_8lib_8php}{{4.4}{38}{R\'{e}f\'{e}rence du fichier htdocs/lib/ldap.lib.php\relax }{section.4.4}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.4.1}Description d\'{e}taill\'{e}e}{38}{subsection.4.4.1}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.4.2}Documentation des fonctions}{38}{subsection.4.4.2}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.4.2.1}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind}{38}{subsubsection.4.4.2.1}}
|
||||
\newlabel{ldap_8lib_8php_a1}{{4.4.2.1}{38}{dolibarr\_\-ldap\_\-bind\relax }{subsubsection.4.4.2.1}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.4.2.2}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect}{39}{subsubsection.4.4.2.2}}
|
||||
\newlabel{ldap_8lib_8php_a0}{{4.4.2.2}{39}{dolibarr\_\-ldap\_\-connect\relax }{subsubsection.4.4.2.2}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.4.2.3}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion}{39}{subsubsection.4.4.2.3}}
|
||||
\newlabel{ldap_8lib_8php_a3}{{4.4.2.3}{39}{dolibarr\_\-ldap\_\-getversion\relax }{subsubsection.4.4.2.3}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.4.2.4}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion}{39}{subsubsection.4.4.2.4}}
|
||||
\newlabel{ldap_8lib_8php_a4}{{4.4.2.4}{39}{dolibarr\_\-ldap\_\-setversion\relax }{subsubsection.4.4.2.4}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.4.2.5}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc}{39}{subsubsection.4.4.2.5}}
|
||||
\newlabel{ldap_8lib_8php_a5}{{4.4.2.5}{39}{dolibarr\_\-ldap\_\-unacc\relax }{subsubsection.4.4.2.5}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.4.2.6}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind}{40}{subsubsection.4.4.2.6}}
|
||||
\newlabel{ldap_8lib_8php_a2}{{4.4.2.6}{40}{dolibarr\_\-ldap\_\-unbind\relax }{subsubsection.4.4.2.6}{}}
|
||||
\@setckpt{ldap_8lib_8php}{
|
||||
\setcounter{page}{41}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{4}
|
||||
\setcounter{section}{4}
|
||||
\setcounter{subsection}{2}
|
||||
\setcounter{subsubsection}{6}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{3}
|
||||
}
|
||||
@ -1,142 +0,0 @@
|
||||
\hypertarget{ldap_8lib_8php}{
|
||||
\section{R\'{e}f\'{e}rence du fichier htdocs/lib/ldap.lib.php}
|
||||
\label{ldap_8lib_8php}\index{htdocs/lib/ldap.lib.php@{htdocs/lib/ldap.lib.php}}
|
||||
}
|
||||
Librairie contenant les fonctions pour acc\`{e}der au serveur ldap.
|
||||
|
||||
|
||||
\subsection*{Fonctions}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
\hyperlink{ldap_8lib_8php_a0}{dolibarr\_\-ldap\_\-connect} ()
|
||||
\begin{CompactList}\small\item\em ouverture d'une connection vers le serveur ldap. \item\end{CompactList}\item
|
||||
\hyperlink{ldap_8lib_8php_a1}{dolibarr\_\-ldap\_\-bind} (\$ds)
|
||||
\begin{CompactList}\small\item\em bind au serveur ldap. \item\end{CompactList}\item
|
||||
\hyperlink{ldap_8lib_8php_a2}{dolibarr\_\-ldap\_\-unbind} (\$ds)
|
||||
\begin{CompactList}\small\item\em unbind du serveur ldap. \item\end{CompactList}\item
|
||||
\hyperlink{ldap_8lib_8php_a3}{dolibarr\_\-ldap\_\-getversion} (\$ds)
|
||||
\begin{CompactList}\small\item\em verification de la version du serveur ldap. \item\end{CompactList}\item
|
||||
\hyperlink{ldap_8lib_8php_a4}{dolibarr\_\-ldap\_\-setversion} (\$ds, \$version)
|
||||
\begin{CompactList}\small\item\em changement de la version du serveur ldap. \item\end{CompactList}\item
|
||||
\hyperlink{ldap_8lib_8php_a5}{dolibarr\_\-ldap\_\-unacc} (\$str)
|
||||
\begin{CompactList}\small\item\em permet d'enlever les accents d'une chaine. \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Librairie contenant les fonctions pour acc\`{e}der au serveur ldap.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Auteur:]Rodolphe Quiedeville.
|
||||
|
||||
Benoit Mortier. \end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Version:]1.2.\end{Desc}
|
||||
Ensemble des fonctions permettant d'acc\`{e}der \`{a} un serveur ldap.
|
||||
|
||||
D\'{e}finition dans le fichier \hyperlink{ldap_8lib_8php-source}{ldap.lib.php}.
|
||||
|
||||
\subsection{Documentation des fonctions}
|
||||
\hypertarget{ldap_8lib_8php_a1}{
|
||||
\index{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_bind@{dolibarr\_\-ldap\_\-bind}}
|
||||
\index{dolibarr_ldap_bind@{dolibarr\_\-ldap\_\-bind}!ldap.lib.php@{ldap.lib.php}}
|
||||
\subsubsection[dolibarr\_\-ldap\_\-bind]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-ldap\_\-bind (\$ {\em ds})}}
|
||||
\label{ldap_8lib_8php_a1}
|
||||
|
||||
|
||||
bind au serveur ldap.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em ds}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]bool \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 54 du fichier ldap.lib.php.\hypertarget{ldap_8lib_8php_a0}{
|
||||
\index{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_connect@{dolibarr\_\-ldap\_\-connect}}
|
||||
\index{dolibarr_ldap_connect@{dolibarr\_\-ldap\_\-connect}!ldap.lib.php@{ldap.lib.php}}
|
||||
\subsubsection[dolibarr\_\-ldap\_\-connect]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-ldap\_\-connect ()}}
|
||||
\label{ldap_8lib_8php_a0}
|
||||
|
||||
|
||||
ouverture d'une connection vers le serveur ldap.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]resource \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 40 du fichier ldap.lib.php.\hypertarget{ldap_8lib_8php_a3}{
|
||||
\index{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_getversion@{dolibarr\_\-ldap\_\-getversion}}
|
||||
\index{dolibarr_ldap_getversion@{dolibarr\_\-ldap\_\-getversion}!ldap.lib.php@{ldap.lib.php}}
|
||||
\subsubsection[dolibarr\_\-ldap\_\-getversion]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-ldap\_\-getversion (\$ {\em ds})}}
|
||||
\label{ldap_8lib_8php_a3}
|
||||
|
||||
|
||||
verification de la version du serveur ldap.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em ds}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]version \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 84 du fichier ldap.lib.php.\hypertarget{ldap_8lib_8php_a4}{
|
||||
\index{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_setversion@{dolibarr\_\-ldap\_\-setversion}}
|
||||
\index{dolibarr_ldap_setversion@{dolibarr\_\-ldap\_\-setversion}!ldap.lib.php@{ldap.lib.php}}
|
||||
\subsubsection[dolibarr\_\-ldap\_\-setversion]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-ldap\_\-setversion (\$ {\em ds}, \$ {\em version})}}
|
||||
\label{ldap_8lib_8php_a4}
|
||||
|
||||
|
||||
changement de la version du serveur ldap.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em ds}]\item[{\em version}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]version \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 101 du fichier ldap.lib.php.\hypertarget{ldap_8lib_8php_a5}{
|
||||
\index{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_unacc@{dolibarr\_\-ldap\_\-unacc}}
|
||||
\index{dolibarr_ldap_unacc@{dolibarr\_\-ldap\_\-unacc}!ldap.lib.php@{ldap.lib.php}}
|
||||
\subsubsection[dolibarr\_\-ldap\_\-unacc]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-ldap\_\-unacc (\$ {\em str})}}
|
||||
\label{ldap_8lib_8php_a5}
|
||||
|
||||
|
||||
permet d'enlever les accents d'une chaine.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em str}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]string \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 114 du fichier ldap.lib.php.\hypertarget{ldap_8lib_8php_a2}{
|
||||
\index{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_unbind@{dolibarr\_\-ldap\_\-unbind}}
|
||||
\index{dolibarr_ldap_unbind@{dolibarr\_\-ldap\_\-unbind}!ldap.lib.php@{ldap.lib.php}}
|
||||
\subsubsection[dolibarr\_\-ldap\_\-unbind]{\setlength{\rightskip}{0pt plus 5cm}dolibarr\_\-ldap\_\-unbind (\$ {\em ds})}}
|
||||
\label{ldap_8lib_8php_a2}
|
||||
|
||||
|
||||
unbind du serveur ldap.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em ds}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]bool \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 70 du fichier ldap.lib.php.
|
||||
@ -1,27 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4.5}R\'{e}f\'{e}rence du fichier htdocs/lib/mysql.lib.php}{41}{section.4.5}}
|
||||
\newlabel{mysql_8lib_8php}{{4.5}{41}{R\'{e}f\'{e}rence du fichier htdocs/lib/mysql.lib.php\relax }{section.4.5}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.5.1}Description d\'{e}taill\'{e}e}{41}{subsection.4.5.1}}
|
||||
\@setckpt{mysql_8lib_8php}{
|
||||
\setcounter{page}{42}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{4}
|
||||
\setcounter{section}{5}
|
||||
\setcounter{subsection}{1}
|
||||
\setcounter{subsubsection}{0}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{2}
|
||||
}
|
||||
@ -1,28 +0,0 @@
|
||||
\hypertarget{mysql_8lib_8php}{
|
||||
\section{R\'{e}f\'{e}rence du fichier htdocs/lib/mysql.lib.php}
|
||||
\label{mysql_8lib_8php}\index{htdocs/lib/mysql.lib.php@{htdocs/lib/mysql.lib.php}}
|
||||
}
|
||||
Classe permettant de g\'{e}r\'{e}r la database de dolibarr.
|
||||
|
||||
|
||||
\subsection*{Classes}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
class \hyperlink{classDoliDb}{Doli\-Db}
|
||||
\begin{CompactList}\small\item\em Classe permettant de g\'{e}r\'{e}r la database de dolibarr. \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant de g\'{e}r\'{e}r la database de dolibarr.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Auteur:]Fabien Seisen
|
||||
|
||||
Rodolphe Quiedeville.
|
||||
|
||||
Laurent Destailleur. \end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Version:]1.2.\end{Desc}
|
||||
Ensemble des fonctions permettant de g\'{e}rer la database de dolibarr.
|
||||
|
||||
D\'{e}finition dans le fichier \hyperlink{mysql_8lib_8php-source}{mysql.lib.php}.
|
||||
@ -1,30 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4.6}R\'{e}f\'{e}rence du fichier htdocs/lib/price.lib.php}{42}{section.4.6}}
|
||||
\newlabel{price_8lib_8php}{{4.6}{42}{R\'{e}f\'{e}rence du fichier htdocs/lib/price.lib.php\relax }{section.4.6}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.6.1}Description d\'{e}taill\'{e}e}{42}{subsection.4.6.1}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.6.2}Documentation des fonctions}{42}{subsection.4.6.2}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.6.2.1}calcul\_\discretionary {-}{}{}price}{42}{subsubsection.4.6.2.1}}
|
||||
\newlabel{price_8lib_8php_a0}{{4.6.2.1}{42}{calcul\_\-price\relax }{subsubsection.4.6.2.1}{}}
|
||||
\@setckpt{price_8lib_8php}{
|
||||
\setcounter{page}{43}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{4}
|
||||
\setcounter{section}{6}
|
||||
\setcounter{subsection}{2}
|
||||
\setcounter{subsubsection}{1}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{3}
|
||||
}
|
||||
@ -1,47 +0,0 @@
|
||||
\hypertarget{price_8lib_8php}{
|
||||
\section{R\'{e}f\'{e}rence du fichier htdocs/lib/price.lib.php}
|
||||
\label{price_8lib_8php}\index{htdocs/lib/price.lib.php@{htdocs/lib/price.lib.php}}
|
||||
}
|
||||
librairie contenant les fonctions pour calculer un prix.
|
||||
|
||||
|
||||
\subsection*{Fonctions}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
\hyperlink{price_8lib_8php_a0}{calcul\_\-price} (\$products, \$remise\_\-percent)
|
||||
\begin{CompactList}\small\item\em permet de calculer un prix. \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
librairie contenant les fonctions pour calculer un prix.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Auteur:]Rodolphe Quiedeville. \end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Version:]1.2.\end{Desc}
|
||||
Ensemble des fonctions permettant de calculer un prix.
|
||||
|
||||
D\'{e}finition dans le fichier \hyperlink{price_8lib_8php-source}{price.lib.php}.
|
||||
|
||||
\subsection{Documentation des fonctions}
|
||||
\hypertarget{price_8lib_8php_a0}{
|
||||
\index{price.lib.php@{price.lib.php}!calcul_price@{calcul\_\-price}}
|
||||
\index{calcul_price@{calcul\_\-price}!price.lib.php@{price.lib.php}}
|
||||
\subsubsection[calcul\_\-price]{\setlength{\rightskip}{0pt plus 5cm}calcul\_\-price (\$ {\em products}, \$ {\em remise\_\-percent})}}
|
||||
\label{price_8lib_8php_a0}
|
||||
|
||||
|
||||
permet de calculer un prix.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em products}]\item[{\em remise\_\-percent}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]result \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 38 du fichier price.lib.php.
|
||||
|
||||
R\'{e}f\'{e}rences tva().
|
||||
@ -1,70 +0,0 @@
|
||||
\relax
|
||||
\ifx\hyper@anchor\@undefined
|
||||
\global \let \oldcontentsline\contentsline
|
||||
\gdef \contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
|
||||
\global \let \oldnewlabel\newlabel
|
||||
\gdef \newlabel#1#2{\newlabelxx{#1}#2}
|
||||
\gdef \newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
|
||||
\AtEndDocument{\let \contentsline\oldcontentsline
|
||||
\let \newlabel\oldnewlabel}
|
||||
\else
|
||||
\global \let \hyper@last\relax
|
||||
\fi
|
||||
|
||||
\catcode`:\active
|
||||
\catcode`;\active
|
||||
\catcode`!\active
|
||||
\catcode`?\active
|
||||
\select@language{french}
|
||||
\@writefile{toc}{\select@language{french}}
|
||||
\@writefile{lof}{\select@language{french}}
|
||||
\@writefile{lot}{\select@language{french}}
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {1}dolibarr Index des classes}{1}{chapter.1}}
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1.1}dolibarr Liste des classes}{1}{section.1.1}}
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {2}dolibarr Index des fichiers}{3}{chapter.2}}
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {2.1}dolibarr Liste des fichiers}{3}{section.2.1}}
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {3}dolibarr Documentation des classes}{5}{chapter.3}}
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3.1}R\'{e}f\'{e}rence de la classe CMail\discretionary {-}{}{}File}{5}{section.3.1}}
|
||||
\newlabel{classCMailFile}{{3.1}{5}{R\'{e}f\'{e}rence de la classe CMail\-File\relax }{section.3.1}{}}
|
||||
\newlabel{classCMailFile_a3}{{3.1}{5}{Fonctions membres publiques\relax }{section*.2}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1.1}Description d\'{e}taill\'{e}e}{6}{subsection.3.1.1}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1.2}Documentation des contructeurs et destructeur}{6}{subsection.3.1.2}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.2.1}CMailFile}{6}{subsubsection.3.1.2.1}}
|
||||
\newlabel{classCMailFile_a0}{{3.1.2.1}{6}{CMailFile\relax }{subsubsection.3.1.2.1}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1.3}Documentation des fonctions membres}{6}{subsection.3.1.3}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.3.1}attach\_\discretionary {-}{}{}file}{6}{subsubsection.3.1.3.1}}
|
||||
\newlabel{classCMailFile_a1}{{3.1.3.1}{6}{attach\_\-file\relax }{subsubsection.3.1.3.1}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.3.2}encode\_\discretionary {-}{}{}file}{7}{subsubsection.3.1.3.2}}
|
||||
\newlabel{classCMailFile_a2}{{3.1.3.2}{7}{encode\_\-file\relax }{subsubsection.3.1.3.2}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.3.3}write\_\discretionary {-}{}{}body}{7}{subsubsection.3.1.3.3}}
|
||||
\newlabel{classCMailFile_a4}{{3.1.3.3}{7}{write\_\-body\relax }{subsubsection.3.1.3.3}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.3.4}write\_\discretionary {-}{}{}mimeheaders}{7}{subsubsection.3.1.3.4}}
|
||||
\newlabel{classCMailFile_a5}{{3.1.3.4}{7}{write\_\-mimeheaders\relax }{subsubsection.3.1.3.4}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.3.5}write\_\discretionary {-}{}{}smtpheaders}{7}{subsubsection.3.1.3.5}}
|
||||
\newlabel{classCMailFile_a6}{{3.1.3.5}{7}{write\_\-smtpheaders\relax }{subsubsection.3.1.3.5}{}}
|
||||
\@input{classDoliDb.aux}
|
||||
\@input{classvCard.aux}
|
||||
\@input{classWebcal.aux}
|
||||
\@writefile{toc}{\contentsline {chapter}{\numberline {4}dolibarr Documentation des fichiers}{25}{chapter.4}}
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4.1}R\'{e}f\'{e}rence du fichier htdocs/lib/CMail\discretionary {-}{}{}File.class.php}{25}{section.4.1}}
|
||||
\newlabel{CMailFile_8class_8php}{{4.1}{25}{R\'{e}f\'{e}rence du fichier htdocs/lib/CMail\-File.class.php\relax }{section.4.1}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1.1}Description d\'{e}taill\'{e}e}{25}{subsection.4.1.1}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1.2}Documentation des fonctions}{26}{subsection.4.1.2}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.1.2.1}my\_\discretionary {-}{}{}chunk\_\discretionary {-}{}{}split}{26}{subsubsection.4.1.2.1}}
|
||||
\newlabel{CMailFile_8class_8php_a0}{{4.1.2.1}{26}{my\_\-chunk\_\-split\relax }{subsubsection.4.1.2.1}{}}
|
||||
\@input{functions_8inc_8php.aux}
|
||||
\@input{class_8jabber_8php.aux}
|
||||
\@input{ldap_8lib_8php.aux}
|
||||
\@input{mysql_8lib_8php.aux}
|
||||
\@input{price_8lib_8php.aux}
|
||||
\@input{thermometer_8php.aux}
|
||||
\@input{vcard_8class_8php.aux}
|
||||
\@input{webcal_8class_8php.aux}
|
||||
@ -1,175 +0,0 @@
|
||||
\indexentry{CMailFile@{CMailFile}|hyperpage}{5}
|
||||
\indexentry{CMailFile@{CMail\discretionary {-}{}{}File}!CMailFile@{CMailFile}|hyperpage}{6}
|
||||
\indexentry{CMailFile@{CMailFile}!CMailFile@{CMail\discretionary {-}{}{}File}|hyperpage}{6}
|
||||
\indexentry{CMailFile@{CMail\discretionary {-}{}{}File}!attach_file@{attach\_\discretionary {-}{}{}file}|hyperpage}{6}
|
||||
\indexentry{attach_file@{attach\_\discretionary {-}{}{}file}!CMailFile@{CMail\discretionary {-}{}{}File}|hyperpage}{6}
|
||||
\indexentry{CMailFile@{CMail\discretionary {-}{}{}File}!encode_file@{encode\_\discretionary {-}{}{}file}|hyperpage}{7}
|
||||
\indexentry{encode_file@{encode\_\discretionary {-}{}{}file}!CMailFile@{CMail\discretionary {-}{}{}File}|hyperpage}{7}
|
||||
\indexentry{CMailFile@{CMail\discretionary {-}{}{}File}!write_body@{write\_\discretionary {-}{}{}body}|hyperpage}{7}
|
||||
\indexentry{write_body@{write\_\discretionary {-}{}{}body}!CMailFile@{CMail\discretionary {-}{}{}File}|hyperpage}{7}
|
||||
\indexentry{CMailFile@{CMail\discretionary {-}{}{}File}!write_mimeheaders@{write\_\discretionary {-}{}{}mimeheaders}|hyperpage}{7}
|
||||
\indexentry{write_mimeheaders@{write\_\discretionary {-}{}{}mimeheaders}!CMailFile@{CMail\discretionary {-}{}{}File}|hyperpage}{7}
|
||||
\indexentry{CMailFile@{CMail\discretionary {-}{}{}File}!write_smtpheaders@{write\_\discretionary {-}{}{}smtpheaders}|hyperpage}{7}
|
||||
\indexentry{write_smtpheaders@{write\_\discretionary {-}{}{}smtpheaders}!CMailFile@{CMail\discretionary {-}{}{}File}|hyperpage}{7}
|
||||
\indexentry{DoliDb@{DoliDb}|hyperpage}{9}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!DoliDb@{DoliDb}|hyperpage}{10}
|
||||
\indexentry{DoliDb@{DoliDb}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{10}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!affected_rows@{affected\_\discretionary {-}{}{}rows}|hyperpage}{11}
|
||||
\indexentry{affected_rows@{affected\_\discretionary {-}{}{}rows}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{11}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!begin@{begin}|hyperpage}{11}
|
||||
\indexentry{begin@{begin}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{11}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!clone@{clone}|hyperpage}{11}
|
||||
\indexentry{clone@{clone}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{11}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!close@{close}|hyperpage}{11}
|
||||
\indexentry{close@{close}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{11}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!commit@{commit}|hyperpage}{11}
|
||||
\indexentry{commit@{commit}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{11}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!connect@{connect}|hyperpage}{12}
|
||||
\indexentry{connect@{connect}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{12}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!create_db@{create\_\discretionary {-}{}{}db}|hyperpage}{12}
|
||||
\indexentry{create_db@{create\_\discretionary {-}{}{}db}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{12}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!errno@{errno}|hyperpage}{12}
|
||||
\indexentry{errno@{errno}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{12}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!error@{error}|hyperpage}{13}
|
||||
\indexentry{error@{error}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{13}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!fetch_array@{fetch\_\discretionary {-}{}{}array}|hyperpage}{13}
|
||||
\indexentry{fetch_array@{fetch\_\discretionary {-}{}{}array}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{13}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!fetch_object@{fetch\_\discretionary {-}{}{}object}|hyperpage}{13}
|
||||
\indexentry{fetch_object@{fetch\_\discretionary {-}{}{}object}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{13}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!fetch_row@{fetch\_\discretionary {-}{}{}row}|hyperpage}{13}
|
||||
\indexentry{fetch_row@{fetch\_\discretionary {-}{}{}row}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{13}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!free@{free}|hyperpage}{13}
|
||||
\indexentry{free@{free}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{13}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!idate@{idate}|hyperpage}{14}
|
||||
\indexentry{idate@{idate}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{14}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!last_insert_id@{last\_\discretionary {-}{}{}insert\_\discretionary {-}{}{}id}|hyperpage}{14}
|
||||
\indexentry{last_insert_id@{last\_\discretionary {-}{}{}insert\_\discretionary {-}{}{}id}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{14}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!list_tables@{list\_\discretionary {-}{}{}tables}|hyperpage}{14}
|
||||
\indexentry{list_tables@{list\_\discretionary {-}{}{}tables}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{14}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!num_fields@{num\_\discretionary {-}{}{}fields}|hyperpage}{14}
|
||||
\indexentry{num_fields@{num\_\discretionary {-}{}{}fields}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{14}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!num_rows@{num\_\discretionary {-}{}{}rows}|hyperpage}{15}
|
||||
\indexentry{num_rows@{num\_\discretionary {-}{}{}rows}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{15}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!pconnect@{pconnect}|hyperpage}{15}
|
||||
\indexentry{pconnect@{pconnect}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{15}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!plimit@{plimit}|hyperpage}{15}
|
||||
\indexentry{plimit@{plimit}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{15}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!query@{query}|hyperpage}{15}
|
||||
\indexentry{query@{query}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{15}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!result@{result}|hyperpage}{16}
|
||||
\indexentry{result@{result}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{16}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!rollback@{rollback}|hyperpage}{16}
|
||||
\indexentry{rollback@{rollback}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{16}
|
||||
\indexentry{DoliDb@{Doli\discretionary {-}{}{}Db}!select_db@{select\_\discretionary {-}{}{}db}|hyperpage}{16}
|
||||
\indexentry{select_db@{select\_\discretionary {-}{}{}db}!DoliDb@{Doli\discretionary {-}{}{}Db}|hyperpage}{16}
|
||||
\indexentry{vCard@{vCard}|hyperpage}{18}
|
||||
\indexentry{vCard@{v\discretionary {-}{}{}Card}!setAddress@{setAddress}|hyperpage}{19}
|
||||
\indexentry{setAddress@{setAddress}!vCard@{v\discretionary {-}{}{}Card}|hyperpage}{19}
|
||||
\indexentry{vCard@{v\discretionary {-}{}{}Card}!setBirthday@{setBirthday}|hyperpage}{19}
|
||||
\indexentry{setBirthday@{setBirthday}!vCard@{v\discretionary {-}{}{}Card}|hyperpage}{19}
|
||||
\indexentry{vCard@{v\discretionary {-}{}{}Card}!setEmail@{setEmail}|hyperpage}{19}
|
||||
\indexentry{setEmail@{setEmail}!vCard@{v\discretionary {-}{}{}Card}|hyperpage}{19}
|
||||
\indexentry{vCard@{v\discretionary {-}{}{}Card}!setFormattedName@{setFormattedName}|hyperpage}{19}
|
||||
\indexentry{setFormattedName@{setFormattedName}!vCard@{v\discretionary {-}{}{}Card}|hyperpage}{19}
|
||||
\indexentry{vCard@{v\discretionary {-}{}{}Card}!setLabel@{setLabel}|hyperpage}{20}
|
||||
\indexentry{setLabel@{setLabel}!vCard@{v\discretionary {-}{}{}Card}|hyperpage}{20}
|
||||
\indexentry{vCard@{v\discretionary {-}{}{}Card}!setName@{setName}|hyperpage}{20}
|
||||
\indexentry{setName@{setName}!vCard@{v\discretionary {-}{}{}Card}|hyperpage}{20}
|
||||
\indexentry{vCard@{v\discretionary {-}{}{}Card}!setNote@{setNote}|hyperpage}{20}
|
||||
\indexentry{setNote@{setNote}!vCard@{v\discretionary {-}{}{}Card}|hyperpage}{20}
|
||||
\indexentry{vCard@{v\discretionary {-}{}{}Card}!setPhoneNumber@{setPhoneNumber}|hyperpage}{21}
|
||||
\indexentry{setPhoneNumber@{setPhoneNumber}!vCard@{v\discretionary {-}{}{}Card}|hyperpage}{21}
|
||||
\indexentry{vCard@{v\discretionary {-}{}{}Card}!setPhoto@{setPhoto}|hyperpage}{21}
|
||||
\indexentry{setPhoto@{setPhoto}!vCard@{v\discretionary {-}{}{}Card}|hyperpage}{21}
|
||||
\indexentry{vCard@{v\discretionary {-}{}{}Card}!setURL@{setURL}|hyperpage}{21}
|
||||
\indexentry{setURL@{setURL}!vCard@{v\discretionary {-}{}{}Card}|hyperpage}{21}
|
||||
\indexentry{Webcal@{Webcal}|hyperpage}{23}
|
||||
\indexentry{Webcal@{Webcal}!add@{add}|hyperpage}{23}
|
||||
\indexentry{add@{add}!Webcal@{Webcal}|hyperpage}{23}
|
||||
\indexentry{Webcal@{Webcal}!get_next_id@{get\_\discretionary {-}{}{}next\_\discretionary {-}{}{}id}|hyperpage}{23}
|
||||
\indexentry{get_next_id@{get\_\discretionary {-}{}{}next\_\discretionary {-}{}{}id}!Webcal@{Webcal}|hyperpage}{23}
|
||||
\indexentry{htdocs/lib/CMailFile.class.php@{htdocs/lib/CMailFile.class.php}|hyperpage}{25}
|
||||
\indexentry{CMailFile.class.php@{CMail\discretionary {-}{}{}File.class.php}!my_chunk_split@{my\_\discretionary {-}{}{}chunk\_\discretionary {-}{}{}split}|hyperpage}{26}
|
||||
\indexentry{my_chunk_split@{my\_\discretionary {-}{}{}chunk\_\discretionary {-}{}{}split}!CMailFile.class.php@{CMail\discretionary {-}{}{}File.class.php}|hyperpage}{26}
|
||||
\indexentry{htdocs/lib/functions.inc.php@{htdocs/lib/functions.inc.php}|hyperpage}{27}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!creer_pass_aleatoire@{creer\_\discretionary {-}{}{}pass\_\discretionary {-}{}{}aleatoire}|hyperpage}{29}
|
||||
\indexentry{creer_pass_aleatoire@{creer\_\discretionary {-}{}{}pass\_\discretionary {-}{}{}aleatoire}!functions.inc.php@{functions.inc.php}|hyperpage}{29}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!dol_delete_file@{dol\_\discretionary {-}{}{}delete\_\discretionary {-}{}{}file}|hyperpage}{29}
|
||||
\indexentry{dol_delete_file@{dol\_\discretionary {-}{}{}delete\_\discretionary {-}{}{}file}!functions.inc.php@{functions.inc.php}|hyperpage}{29}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!dolibarr_del_const@{dolibarr\_\discretionary {-}{}{}del\_\discretionary {-}{}{}const}|hyperpage}{29}
|
||||
\indexentry{dolibarr_del_const@{dolibarr\_\discretionary {-}{}{}del\_\discretionary {-}{}{}const}!functions.inc.php@{functions.inc.php}|hyperpage}{29}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!dolibarr_fiche_head@{dolibarr\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}head}|hyperpage}{29}
|
||||
\indexentry{dolibarr_fiche_head@{dolibarr\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}head}!functions.inc.php@{functions.inc.php}|hyperpage}{29}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!dolibarr_print_ca@{dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}ca}|hyperpage}{30}
|
||||
\indexentry{dolibarr_print_ca@{dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}ca}!functions.inc.php@{functions.inc.php}|hyperpage}{30}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!dolibarr_print_date@{dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}date}|hyperpage}{30}
|
||||
\indexentry{dolibarr_print_date@{dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}date}!functions.inc.php@{functions.inc.php}|hyperpage}{30}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!dolibarr_print_object_info@{dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}object\_\discretionary {-}{}{}info}|hyperpage}{30}
|
||||
\indexentry{dolibarr_print_object_info@{dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}object\_\discretionary {-}{}{}info}!functions.inc.php@{functions.inc.php}|hyperpage}{30}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!dolibarr_print_phone@{dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}phone}|hyperpage}{30}
|
||||
\indexentry{dolibarr_print_phone@{dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}phone}!functions.inc.php@{functions.inc.php}|hyperpage}{30}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!dolibarr_set_const@{dolibarr\_\discretionary {-}{}{}set\_\discretionary {-}{}{}const}|hyperpage}{31}
|
||||
\indexentry{dolibarr_set_const@{dolibarr\_\discretionary {-}{}{}set\_\discretionary {-}{}{}const}!functions.inc.php@{functions.inc.php}|hyperpage}{31}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!dolibarr_syslog@{dolibarr\_\discretionary {-}{}{}syslog}|hyperpage}{31}
|
||||
\indexentry{dolibarr_syslog@{dolibarr\_\discretionary {-}{}{}syslog}!functions.inc.php@{functions.inc.php}|hyperpage}{31}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!doliMoveFileUpload@{doliMoveFileUpload}|hyperpage}{31}
|
||||
\indexentry{doliMoveFileUpload@{doliMoveFileUpload}!functions.inc.php@{functions.inc.php}|hyperpage}{31}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!francs@{francs}|hyperpage}{31}
|
||||
\indexentry{francs@{francs}!functions.inc.php@{functions.inc.php}|hyperpage}{31}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!inctva@{inctva}|hyperpage}{32}
|
||||
\indexentry{inctva@{inctva}!functions.inc.php@{functions.inc.php}|hyperpage}{32}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!initialiser_sel@{initialiser\_\discretionary {-}{}{}sel}|hyperpage}{32}
|
||||
\indexentry{initialiser_sel@{initialiser\_\discretionary {-}{}{}sel}!functions.inc.php@{functions.inc.php}|hyperpage}{32}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!logfile@{logfile}|hyperpage}{32}
|
||||
\indexentry{logfile@{logfile}!functions.inc.php@{functions.inc.php}|hyperpage}{32}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!loginfunction@{loginfunction}|hyperpage}{32}
|
||||
\indexentry{loginfunction@{loginfunction}!functions.inc.php@{functions.inc.php}|hyperpage}{32}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!price@{price}|hyperpage}{33}
|
||||
\indexentry{price@{price}!functions.inc.php@{functions.inc.php}|hyperpage}{33}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!print_date_select@{print\_\discretionary {-}{}{}date\_\discretionary {-}{}{}select}|hyperpage}{33}
|
||||
\indexentry{print_date_select@{print\_\discretionary {-}{}{}date\_\discretionary {-}{}{}select}!functions.inc.php@{functions.inc.php}|hyperpage}{33}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!print_duree_select@{print\_\discretionary {-}{}{}duree\_\discretionary {-}{}{}select}|hyperpage}{33}
|
||||
\indexentry{print_duree_select@{print\_\discretionary {-}{}{}duree\_\discretionary {-}{}{}select}!functions.inc.php@{functions.inc.php}|hyperpage}{33}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!print_fiche_titre@{print\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}titre}|hyperpage}{33}
|
||||
\indexentry{print_fiche_titre@{print\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}titre}!functions.inc.php@{functions.inc.php}|hyperpage}{33}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!print_fleche_navigation@{print\_\discretionary {-}{}{}fleche\_\discretionary {-}{}{}navigation}|hyperpage}{34}
|
||||
\indexentry{print_fleche_navigation@{print\_\discretionary {-}{}{}fleche\_\discretionary {-}{}{}navigation}!functions.inc.php@{functions.inc.php}|hyperpage}{34}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!print_heure_select@{print\_\discretionary {-}{}{}heure\_\discretionary {-}{}{}select}|hyperpage}{34}
|
||||
\indexentry{print_heure_select@{print\_\discretionary {-}{}{}heure\_\discretionary {-}{}{}select}!functions.inc.php@{functions.inc.php}|hyperpage}{34}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!print_liste_field_titre@{print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre}|hyperpage}{34}
|
||||
\indexentry{print_liste_field_titre@{print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre}!functions.inc.php@{functions.inc.php}|hyperpage}{34}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!print_liste_field_titre_new@{print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre\_\discretionary {-}{}{}new}|hyperpage}{35}
|
||||
\indexentry{print_liste_field_titre_new@{print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre\_\discretionary {-}{}{}new}!functions.inc.php@{functions.inc.php}|hyperpage}{35}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!print_oui_non@{print\_\discretionary {-}{}{}oui\_\discretionary {-}{}{}non}|hyperpage}{35}
|
||||
\indexentry{print_oui_non@{print\_\discretionary {-}{}{}oui\_\discretionary {-}{}{}non}!functions.inc.php@{functions.inc.php}|hyperpage}{35}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!print_titre@{print\_\discretionary {-}{}{}titre}|hyperpage}{35}
|
||||
\indexentry{print_titre@{print\_\discretionary {-}{}{}titre}!functions.inc.php@{functions.inc.php}|hyperpage}{35}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!stat_print@{stat\_\discretionary {-}{}{}print}|hyperpage}{35}
|
||||
\indexentry{stat_print@{stat\_\discretionary {-}{}{}print}!functions.inc.php@{functions.inc.php}|hyperpage}{35}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!transcoS2L@{transcoS2L}|hyperpage}{36}
|
||||
\indexentry{transcoS2L@{transcoS2L}!functions.inc.php@{functions.inc.php}|hyperpage}{36}
|
||||
\indexentry{functions.inc.php@{functions.inc.php}!tva@{tva}|hyperpage}{36}
|
||||
\indexentry{tva@{tva}!functions.inc.php@{functions.inc.php}|hyperpage}{36}
|
||||
\indexentry{htdocs/lib/jabber/class.jabber.php@{htdocs/lib/jabber/class.jabber.php}|hyperpage}{37}
|
||||
\indexentry{htdocs/lib/ldap.lib.php@{htdocs/lib/ldap.lib.php}|hyperpage}{38}
|
||||
\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_bind@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind}|hyperpage}{38}
|
||||
\indexentry{dolibarr_ldap_bind@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind}!ldap.lib.php@{ldap.lib.php}|hyperpage}{38}
|
||||
\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_connect@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect}|hyperpage}{38}
|
||||
\indexentry{dolibarr_ldap_connect@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect}!ldap.lib.php@{ldap.lib.php}|hyperpage}{38}
|
||||
\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_getversion@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion}|hyperpage}{39}
|
||||
\indexentry{dolibarr_ldap_getversion@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion}!ldap.lib.php@{ldap.lib.php}|hyperpage}{39}
|
||||
\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_setversion@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion}|hyperpage}{39}
|
||||
\indexentry{dolibarr_ldap_setversion@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion}!ldap.lib.php@{ldap.lib.php}|hyperpage}{39}
|
||||
\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_unacc@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc}|hyperpage}{39}
|
||||
\indexentry{dolibarr_ldap_unacc@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc}!ldap.lib.php@{ldap.lib.php}|hyperpage}{39}
|
||||
\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_unbind@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind}|hyperpage}{39}
|
||||
\indexentry{dolibarr_ldap_unbind@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind}!ldap.lib.php@{ldap.lib.php}|hyperpage}{39}
|
||||
\indexentry{htdocs/lib/mysql.lib.php@{htdocs/lib/mysql.lib.php}|hyperpage}{41}
|
||||
\indexentry{htdocs/lib/price.lib.php@{htdocs/lib/price.lib.php}|hyperpage}{42}
|
||||
\indexentry{price.lib.php@{price.lib.php}!calcul_price@{calcul\_\discretionary {-}{}{}price}|hyperpage}{42}
|
||||
\indexentry{calcul_price@{calcul\_\discretionary {-}{}{}price}!price.lib.php@{price.lib.php}|hyperpage}{42}
|
||||
\indexentry{htdocs/lib/thermometer.php@{htdocs/lib/thermometer.php}|hyperpage}{43}
|
||||
\indexentry{thermometer.php@{thermometer.php}!moneyMeter@{moneyMeter}|hyperpage}{43}
|
||||
\indexentry{moneyMeter@{moneyMeter}!thermometer.php@{thermometer.php}|hyperpage}{43}
|
||||
\indexentry{htdocs/lib/vcard/vcard.class.php@{htdocs/lib/vcard/vcard.class.php}|hyperpage}{44}
|
||||
\indexentry{htdocs/lib/webcal.class.php@{htdocs/lib/webcal.class.php}|hyperpage}{45}
|
||||
@ -1,6 +0,0 @@
|
||||
This is makeindex, version 2.13 [07-Mar-1997] (using kpathsea).
|
||||
Scanning input file refman.idx....done (175 entries accepted, 0 rejected).
|
||||
Sorting entries....done (1448 comparisons).
|
||||
Generating output file refman.ind....done (347 lines written, 0 warnings).
|
||||
Output written in refman.ind.
|
||||
Transcript written in refman.ilg.
|
||||
@ -1,347 +0,0 @@
|
||||
\begin{theindex}
|
||||
|
||||
\item {add}
|
||||
\subitem {Webcal}, \hyperpage{23}
|
||||
\item {affected\_\discretionary {-}{}{}rows}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{11}
|
||||
\item {attach\_\discretionary {-}{}{}file}
|
||||
\subitem {CMail\discretionary {-}{}{}File}, \hyperpage{6}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {begin}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{11}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {calcul\_\discretionary {-}{}{}price}
|
||||
\subitem {price.lib.php}, \hyperpage{42}
|
||||
\item {clone}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{11}
|
||||
\item {close}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{11}
|
||||
\item {CMailFile}, \hyperpage{5}
|
||||
\subitem {CMail\discretionary {-}{}{}File}, \hyperpage{6}
|
||||
\item {CMail\discretionary {-}{}{}File}
|
||||
\subitem {attach\_\discretionary {-}{}{}file}, \hyperpage{6}
|
||||
\subitem {CMailFile}, \hyperpage{6}
|
||||
\subitem {encode\_\discretionary {-}{}{}file}, \hyperpage{7}
|
||||
\subitem {write\_\discretionary {-}{}{}body}, \hyperpage{7}
|
||||
\subitem {write\_\discretionary {-}{}{}mimeheaders}, \hyperpage{7}
|
||||
\subitem {write\_\discretionary {-}{}{}smtpheaders}, \hyperpage{7}
|
||||
\item {CMail\discretionary {-}{}{}File.class.php}
|
||||
\subitem {my\_\discretionary {-}{}{}chunk\_\discretionary {-}{}{}split},
|
||||
\hyperpage{26}
|
||||
\item {commit}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{11}
|
||||
\item {connect}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{12}
|
||||
\item {create\_\discretionary {-}{}{}db}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{12}
|
||||
\item {creer\_\discretionary {-}{}{}pass\_\discretionary {-}{}{}aleatoire}
|
||||
\subitem {functions.inc.php}, \hyperpage{29}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {dol\_\discretionary {-}{}{}delete\_\discretionary {-}{}{}file}
|
||||
\subitem {functions.inc.php}, \hyperpage{29}
|
||||
\item {dolibarr\_\discretionary {-}{}{}del\_\discretionary {-}{}{}const}
|
||||
\subitem {functions.inc.php}, \hyperpage{29}
|
||||
\item {dolibarr\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}head}
|
||||
\subitem {functions.inc.php}, \hyperpage{29}
|
||||
\item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind}
|
||||
\subitem {ldap.lib.php}, \hyperpage{38}
|
||||
\item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect}
|
||||
\subitem {ldap.lib.php}, \hyperpage{38}
|
||||
\item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion}
|
||||
\subitem {ldap.lib.php}, \hyperpage{39}
|
||||
\item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion}
|
||||
\subitem {ldap.lib.php}, \hyperpage{39}
|
||||
\item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc}
|
||||
\subitem {ldap.lib.php}, \hyperpage{39}
|
||||
\item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind}
|
||||
\subitem {ldap.lib.php}, \hyperpage{39}
|
||||
\item {dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}ca}
|
||||
\subitem {functions.inc.php}, \hyperpage{30}
|
||||
\item {dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}date}
|
||||
\subitem {functions.inc.php}, \hyperpage{30}
|
||||
\item {dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}object\_\discretionary {-}{}{}info}
|
||||
\subitem {functions.inc.php}, \hyperpage{30}
|
||||
\item {dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}phone}
|
||||
\subitem {functions.inc.php}, \hyperpage{30}
|
||||
\item {dolibarr\_\discretionary {-}{}{}set\_\discretionary {-}{}{}const}
|
||||
\subitem {functions.inc.php}, \hyperpage{31}
|
||||
\item {dolibarr\_\discretionary {-}{}{}syslog}
|
||||
\subitem {functions.inc.php}, \hyperpage{31}
|
||||
\item {DoliDb}, \hyperpage{9}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{10}
|
||||
\item {Doli\discretionary {-}{}{}Db}
|
||||
\subitem {affected\_\discretionary {-}{}{}rows}, \hyperpage{11}
|
||||
\subitem {begin}, \hyperpage{11}
|
||||
\subitem {clone}, \hyperpage{11}
|
||||
\subitem {close}, \hyperpage{11}
|
||||
\subitem {commit}, \hyperpage{11}
|
||||
\subitem {connect}, \hyperpage{12}
|
||||
\subitem {create\_\discretionary {-}{}{}db}, \hyperpage{12}
|
||||
\subitem {DoliDb}, \hyperpage{10}
|
||||
\subitem {errno}, \hyperpage{12}
|
||||
\subitem {error}, \hyperpage{13}
|
||||
\subitem {fetch\_\discretionary {-}{}{}array}, \hyperpage{13}
|
||||
\subitem {fetch\_\discretionary {-}{}{}object}, \hyperpage{13}
|
||||
\subitem {fetch\_\discretionary {-}{}{}row}, \hyperpage{13}
|
||||
\subitem {free}, \hyperpage{13}
|
||||
\subitem {idate}, \hyperpage{14}
|
||||
\subitem {last\_\discretionary {-}{}{}insert\_\discretionary {-}{}{}id},
|
||||
\hyperpage{14}
|
||||
\subitem {list\_\discretionary {-}{}{}tables}, \hyperpage{14}
|
||||
\subitem {num\_\discretionary {-}{}{}fields}, \hyperpage{14}
|
||||
\subitem {num\_\discretionary {-}{}{}rows}, \hyperpage{15}
|
||||
\subitem {pconnect}, \hyperpage{15}
|
||||
\subitem {plimit}, \hyperpage{15}
|
||||
\subitem {query}, \hyperpage{15}
|
||||
\subitem {result}, \hyperpage{16}
|
||||
\subitem {rollback}, \hyperpage{16}
|
||||
\subitem {select\_\discretionary {-}{}{}db}, \hyperpage{16}
|
||||
\item {doliMoveFileUpload}
|
||||
\subitem {functions.inc.php}, \hyperpage{31}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {encode\_\discretionary {-}{}{}file}
|
||||
\subitem {CMail\discretionary {-}{}{}File}, \hyperpage{7}
|
||||
\item {errno}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{12}
|
||||
\item {error}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{13}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {fetch\_\discretionary {-}{}{}array}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{13}
|
||||
\item {fetch\_\discretionary {-}{}{}object}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{13}
|
||||
\item {fetch\_\discretionary {-}{}{}row}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{13}
|
||||
\item {francs}
|
||||
\subitem {functions.inc.php}, \hyperpage{31}
|
||||
\item {free}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{13}
|
||||
\item {functions.inc.php}
|
||||
\subitem {creer\_\discretionary {-}{}{}pass\_\discretionary {-}{}{}aleatoire},
|
||||
\hyperpage{29}
|
||||
\subitem {dol\_\discretionary {-}{}{}delete\_\discretionary {-}{}{}file},
|
||||
\hyperpage{29}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}del\_\discretionary {-}{}{}const},
|
||||
\hyperpage{29}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}head},
|
||||
\hyperpage{29}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}ca},
|
||||
\hyperpage{30}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}date},
|
||||
\hyperpage{30}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}object\_\discretionary {-}{}{}info},
|
||||
\hyperpage{30}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}phone},
|
||||
\hyperpage{30}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}set\_\discretionary {-}{}{}const},
|
||||
\hyperpage{31}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}syslog}, \hyperpage{31}
|
||||
\subitem {doliMoveFileUpload}, \hyperpage{31}
|
||||
\subitem {francs}, \hyperpage{31}
|
||||
\subitem {inctva}, \hyperpage{32}
|
||||
\subitem {initialiser\_\discretionary {-}{}{}sel}, \hyperpage{32}
|
||||
\subitem {logfile}, \hyperpage{32}
|
||||
\subitem {loginfunction}, \hyperpage{32}
|
||||
\subitem {price}, \hyperpage{33}
|
||||
\subitem {print\_\discretionary {-}{}{}date\_\discretionary {-}{}{}select},
|
||||
\hyperpage{33}
|
||||
\subitem {print\_\discretionary {-}{}{}duree\_\discretionary {-}{}{}select},
|
||||
\hyperpage{33}
|
||||
\subitem {print\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}titre},
|
||||
\hyperpage{33}
|
||||
\subitem {print\_\discretionary {-}{}{}fleche\_\discretionary {-}{}{}navigation},
|
||||
\hyperpage{34}
|
||||
\subitem {print\_\discretionary {-}{}{}heure\_\discretionary {-}{}{}select},
|
||||
\hyperpage{34}
|
||||
\subitem {print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre},
|
||||
\hyperpage{34}
|
||||
\subitem {print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre\_\discretionary {-}{}{}new},
|
||||
\hyperpage{35}
|
||||
\subitem {print\_\discretionary {-}{}{}oui\_\discretionary {-}{}{}non},
|
||||
\hyperpage{35}
|
||||
\subitem {print\_\discretionary {-}{}{}titre}, \hyperpage{35}
|
||||
\subitem {stat\_\discretionary {-}{}{}print}, \hyperpage{35}
|
||||
\subitem {transcoS2L}, \hyperpage{36}
|
||||
\subitem {tva}, \hyperpage{36}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {get\_\discretionary {-}{}{}next\_\discretionary {-}{}{}id}
|
||||
\subitem {Webcal}, \hyperpage{23}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {htdocs/lib/CMailFile.class.php}, \hyperpage{25}
|
||||
\item {htdocs/lib/functions.inc.php}, \hyperpage{27}
|
||||
\item {htdocs/lib/jabber/class.jabber.php}, \hyperpage{37}
|
||||
\item {htdocs/lib/ldap.lib.php}, \hyperpage{38}
|
||||
\item {htdocs/lib/mysql.lib.php}, \hyperpage{41}
|
||||
\item {htdocs/lib/price.lib.php}, \hyperpage{42}
|
||||
\item {htdocs/lib/thermometer.php}, \hyperpage{43}
|
||||
\item {htdocs/lib/vcard/vcard.class.php}, \hyperpage{44}
|
||||
\item {htdocs/lib/webcal.class.php}, \hyperpage{45}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {idate}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{14}
|
||||
\item {inctva}
|
||||
\subitem {functions.inc.php}, \hyperpage{32}
|
||||
\item {initialiser\_\discretionary {-}{}{}sel}
|
||||
\subitem {functions.inc.php}, \hyperpage{32}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {last\_\discretionary {-}{}{}insert\_\discretionary {-}{}{}id}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{14}
|
||||
\item {ldap.lib.php}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind},
|
||||
\hyperpage{38}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect},
|
||||
\hyperpage{38}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion},
|
||||
\hyperpage{39}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion},
|
||||
\hyperpage{39}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc},
|
||||
\hyperpage{39}
|
||||
\subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind},
|
||||
\hyperpage{39}
|
||||
\item {list\_\discretionary {-}{}{}tables}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{14}
|
||||
\item {logfile}
|
||||
\subitem {functions.inc.php}, \hyperpage{32}
|
||||
\item {loginfunction}
|
||||
\subitem {functions.inc.php}, \hyperpage{32}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {moneyMeter}
|
||||
\subitem {thermometer.php}, \hyperpage{43}
|
||||
\item {my\_\discretionary {-}{}{}chunk\_\discretionary {-}{}{}split}
|
||||
\subitem {CMail\discretionary {-}{}{}File.class.php},
|
||||
\hyperpage{26}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {num\_\discretionary {-}{}{}fields}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{14}
|
||||
\item {num\_\discretionary {-}{}{}rows}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{15}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {pconnect}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{15}
|
||||
\item {plimit}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{15}
|
||||
\item {price}
|
||||
\subitem {functions.inc.php}, \hyperpage{33}
|
||||
\item {price.lib.php}
|
||||
\subitem {calcul\_\discretionary {-}{}{}price}, \hyperpage{42}
|
||||
\item {print\_\discretionary {-}{}{}date\_\discretionary {-}{}{}select}
|
||||
\subitem {functions.inc.php}, \hyperpage{33}
|
||||
\item {print\_\discretionary {-}{}{}duree\_\discretionary {-}{}{}select}
|
||||
\subitem {functions.inc.php}, \hyperpage{33}
|
||||
\item {print\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}titre}
|
||||
\subitem {functions.inc.php}, \hyperpage{33}
|
||||
\item {print\_\discretionary {-}{}{}fleche\_\discretionary {-}{}{}navigation}
|
||||
\subitem {functions.inc.php}, \hyperpage{34}
|
||||
\item {print\_\discretionary {-}{}{}heure\_\discretionary {-}{}{}select}
|
||||
\subitem {functions.inc.php}, \hyperpage{34}
|
||||
\item {print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre}
|
||||
\subitem {functions.inc.php}, \hyperpage{34}
|
||||
\item {print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre\_\discretionary {-}{}{}new}
|
||||
\subitem {functions.inc.php}, \hyperpage{35}
|
||||
\item {print\_\discretionary {-}{}{}oui\_\discretionary {-}{}{}non}
|
||||
\subitem {functions.inc.php}, \hyperpage{35}
|
||||
\item {print\_\discretionary {-}{}{}titre}
|
||||
\subitem {functions.inc.php}, \hyperpage{35}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {query}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{15}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {result}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{16}
|
||||
\item {rollback}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{16}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {select\_\discretionary {-}{}{}db}
|
||||
\subitem {Doli\discretionary {-}{}{}Db}, \hyperpage{16}
|
||||
\item {setAddress}
|
||||
\subitem {v\discretionary {-}{}{}Card}, \hyperpage{19}
|
||||
\item {setBirthday}
|
||||
\subitem {v\discretionary {-}{}{}Card}, \hyperpage{19}
|
||||
\item {setEmail}
|
||||
\subitem {v\discretionary {-}{}{}Card}, \hyperpage{19}
|
||||
\item {setFormattedName}
|
||||
\subitem {v\discretionary {-}{}{}Card}, \hyperpage{19}
|
||||
\item {setLabel}
|
||||
\subitem {v\discretionary {-}{}{}Card}, \hyperpage{20}
|
||||
\item {setName}
|
||||
\subitem {v\discretionary {-}{}{}Card}, \hyperpage{20}
|
||||
\item {setNote}
|
||||
\subitem {v\discretionary {-}{}{}Card}, \hyperpage{20}
|
||||
\item {setPhoneNumber}
|
||||
\subitem {v\discretionary {-}{}{}Card}, \hyperpage{21}
|
||||
\item {setPhoto}
|
||||
\subitem {v\discretionary {-}{}{}Card}, \hyperpage{21}
|
||||
\item {setURL}
|
||||
\subitem {v\discretionary {-}{}{}Card}, \hyperpage{21}
|
||||
\item {stat\_\discretionary {-}{}{}print}
|
||||
\subitem {functions.inc.php}, \hyperpage{35}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {thermometer.php}
|
||||
\subitem {moneyMeter}, \hyperpage{43}
|
||||
\item {transcoS2L}
|
||||
\subitem {functions.inc.php}, \hyperpage{36}
|
||||
\item {tva}
|
||||
\subitem {functions.inc.php}, \hyperpage{36}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {vCard}, \hyperpage{18}
|
||||
\item {v\discretionary {-}{}{}Card}
|
||||
\subitem {setAddress}, \hyperpage{19}
|
||||
\subitem {setBirthday}, \hyperpage{19}
|
||||
\subitem {setEmail}, \hyperpage{19}
|
||||
\subitem {setFormattedName}, \hyperpage{19}
|
||||
\subitem {setLabel}, \hyperpage{20}
|
||||
\subitem {setName}, \hyperpage{20}
|
||||
\subitem {setNote}, \hyperpage{20}
|
||||
\subitem {setPhoneNumber}, \hyperpage{21}
|
||||
\subitem {setPhoto}, \hyperpage{21}
|
||||
\subitem {setURL}, \hyperpage{21}
|
||||
|
||||
\indexspace
|
||||
|
||||
\item {Webcal}, \hyperpage{23}
|
||||
\subitem {add}, \hyperpage{23}
|
||||
\subitem {get\_\discretionary {-}{}{}next\_\discretionary {-}{}{}id},
|
||||
\hyperpage{23}
|
||||
\item {write\_\discretionary {-}{}{}body}
|
||||
\subitem {CMail\discretionary {-}{}{}File}, \hyperpage{7}
|
||||
\item {write\_\discretionary {-}{}{}mimeheaders}
|
||||
\subitem {CMail\discretionary {-}{}{}File}, \hyperpage{7}
|
||||
\item {write\_\discretionary {-}{}{}smtpheaders}
|
||||
\subitem {CMail\discretionary {-}{}{}File}, \hyperpage{7}
|
||||
|
||||
\end{theindex}
|
||||
@ -1,19 +0,0 @@
|
||||
\BOOKMARK [0][-]{chapter.1}{dolibarr Index des classes}{}
|
||||
\BOOKMARK [1][-]{section.1.1}{dolibarr Liste des classes}{chapter.1}
|
||||
\BOOKMARK [0][-]{chapter.2}{dolibarr Index des fichiers}{}
|
||||
\BOOKMARK [1][-]{section.2.1}{dolibarr Liste des fichiers}{chapter.2}
|
||||
\BOOKMARK [0][-]{chapter.3}{dolibarr Documentation des classes}{}
|
||||
\BOOKMARK [1][-]{section.3.1}{R\351f\351rence de la classe CMailFile}{chapter.3}
|
||||
\BOOKMARK [1][-]{section.3.2}{R\351f\351rence de la classe DoliDb}{chapter.3}
|
||||
\BOOKMARK [1][-]{section.3.3}{R\351f\351rence de la classe vCard}{chapter.3}
|
||||
\BOOKMARK [1][-]{section.3.4}{R\351f\351rence de la classe Webcal}{chapter.3}
|
||||
\BOOKMARK [0][-]{chapter.4}{dolibarr Documentation des fichiers}{}
|
||||
\BOOKMARK [1][-]{section.4.1}{R\351f\351rence du fichier htdocs/lib/CMailFile.class.php}{chapter.4}
|
||||
\BOOKMARK [1][-]{section.4.2}{R\351f\351rence du fichier htdocs/lib/functions.inc.php}{chapter.4}
|
||||
\BOOKMARK [1][-]{section.4.3}{R\351f\351rence du fichier htdocs/lib/jabber/class.jabber.php}{chapter.4}
|
||||
\BOOKMARK [1][-]{section.4.4}{R\351f\351rence du fichier htdocs/lib/ldap.lib.php}{chapter.4}
|
||||
\BOOKMARK [1][-]{section.4.5}{R\351f\351rence du fichier htdocs/lib/mysql.lib.php}{chapter.4}
|
||||
\BOOKMARK [1][-]{section.4.6}{R\351f\351rence du fichier htdocs/lib/price.lib.php}{chapter.4}
|
||||
\BOOKMARK [1][-]{section.4.7}{R\351f\351rence du fichier htdocs/lib/thermometer.php}{chapter.4}
|
||||
\BOOKMARK [1][-]{section.4.8}{R\351f\351rence du fichier htdocs/lib/vcard/vcard.class.php}{chapter.4}
|
||||
\BOOKMARK [1][-]{section.4.9}{R\351f\351rence du fichier htdocs/lib/webcal.class.php}{chapter.4}
|
||||
Binary file not shown.
@ -1,66 +0,0 @@
|
||||
\documentclass[a4paper]{book}
|
||||
\usepackage{makeidx}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{multicol}
|
||||
\usepackage{float}
|
||||
\usepackage{textcomp}
|
||||
\usepackage{alltt}
|
||||
\usepackage{times}
|
||||
\ifx\pdfoutput\undefined
|
||||
\usepackage[ps2pdf,
|
||||
pagebackref=true,
|
||||
colorlinks=true,
|
||||
linkcolor=blue
|
||||
]{hyperref}
|
||||
\usepackage{pspicture}
|
||||
\else
|
||||
\usepackage[pdftex,
|
||||
pagebackref=true,
|
||||
colorlinks=true,
|
||||
linkcolor=blue
|
||||
]{hyperref}
|
||||
\fi
|
||||
\usepackage[french]{babel}
|
||||
|
||||
\usepackage{doxygen}
|
||||
\makeindex
|
||||
\setcounter{tocdepth}{1}
|
||||
\renewcommand{\footrulewidth}{0.4pt}
|
||||
\begin{document}
|
||||
\begin{titlepage}
|
||||
\vspace*{7cm}
|
||||
\begin{center}
|
||||
{\Large dolibarr Manuel de r\'{e}f\'{e}rence\\[1ex]\large 1.2.0 }\\
|
||||
\vspace*{1cm}
|
||||
{\large G\'{e}n\'{e}r\'{e} par Doxygen 1.3.7}\\
|
||||
\vspace*{0.5cm}
|
||||
{\small Fri Jul 16 08:51:51 2004}\\
|
||||
\end{center}
|
||||
\end{titlepage}
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{roman}
|
||||
\tableofcontents
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{arabic}
|
||||
\chapter{dolibarr Index des classes}
|
||||
\input{annotated}
|
||||
\chapter{dolibarr Index des fichiers}
|
||||
\input{files}
|
||||
\chapter{dolibarr Documentation des classes}
|
||||
\input{classCMailFile}
|
||||
\include{classDoliDb}
|
||||
\include{classvCard}
|
||||
\include{classWebcal}
|
||||
\chapter{dolibarr Documentation des fichiers}
|
||||
\input{CMailFile_8class_8php}
|
||||
\include{functions_8inc_8php}
|
||||
\include{class_8jabber_8php}
|
||||
\include{ldap_8lib_8php}
|
||||
\include{mysql_8lib_8php}
|
||||
\include{price_8lib_8php}
|
||||
\include{thermometer_8php}
|
||||
\include{vcard_8class_8php}
|
||||
\include{webcal_8class_8php}
|
||||
\printindex
|
||||
\end{document}
|
||||
@ -1,125 +0,0 @@
|
||||
\select@language {french}
|
||||
\contentsline {chapter}{\numberline {1}dolibarr Index des classes}{1}{chapter.1}
|
||||
\contentsline {section}{\numberline {1.1}dolibarr Liste des classes}{1}{section.1.1}
|
||||
\contentsline {chapter}{\numberline {2}dolibarr Index des fichiers}{3}{chapter.2}
|
||||
\contentsline {section}{\numberline {2.1}dolibarr Liste des fichiers}{3}{section.2.1}
|
||||
\contentsline {chapter}{\numberline {3}dolibarr Documentation des classes}{5}{chapter.3}
|
||||
\contentsline {section}{\numberline {3.1}R\'{e}f\'{e}rence de la classe CMail\discretionary {-}{}{}File}{5}{section.3.1}
|
||||
\contentsline {subsection}{\numberline {3.1.1}Description d\'{e}taill\'{e}e}{6}{subsection.3.1.1}
|
||||
\contentsline {subsection}{\numberline {3.1.2}Documentation des contructeurs et destructeur}{6}{subsection.3.1.2}
|
||||
\contentsline {subsubsection}{\numberline {3.1.2.1}CMailFile}{6}{subsubsection.3.1.2.1}
|
||||
\contentsline {subsection}{\numberline {3.1.3}Documentation des fonctions membres}{6}{subsection.3.1.3}
|
||||
\contentsline {subsubsection}{\numberline {3.1.3.1}attach\_\discretionary {-}{}{}file}{6}{subsubsection.3.1.3.1}
|
||||
\contentsline {subsubsection}{\numberline {3.1.3.2}encode\_\discretionary {-}{}{}file}{7}{subsubsection.3.1.3.2}
|
||||
\contentsline {subsubsection}{\numberline {3.1.3.3}write\_\discretionary {-}{}{}body}{7}{subsubsection.3.1.3.3}
|
||||
\contentsline {subsubsection}{\numberline {3.1.3.4}write\_\discretionary {-}{}{}mimeheaders}{7}{subsubsection.3.1.3.4}
|
||||
\contentsline {subsubsection}{\numberline {3.1.3.5}write\_\discretionary {-}{}{}smtpheaders}{7}{subsubsection.3.1.3.5}
|
||||
\contentsline {section}{\numberline {3.2}R\'{e}f\'{e}rence de la classe Doli\discretionary {-}{}{}Db}{9}{section.3.2}
|
||||
\contentsline {subsection}{\numberline {3.2.1}Description d\'{e}taill\'{e}e}{10}{subsection.3.2.1}
|
||||
\contentsline {subsection}{\numberline {3.2.2}Documentation des contructeurs et destructeur}{10}{subsection.3.2.2}
|
||||
\contentsline {subsubsection}{\numberline {3.2.2.1}DoliDb}{10}{subsubsection.3.2.2.1}
|
||||
\contentsline {subsection}{\numberline {3.2.3}Documentation des fonctions membres}{11}{subsection.3.2.3}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.1}affected\_\discretionary {-}{}{}rows}{11}{subsubsection.3.2.3.1}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.2}begin}{11}{subsubsection.3.2.3.2}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.3}clone}{11}{subsubsection.3.2.3.3}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.4}close}{11}{subsubsection.3.2.3.4}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.5}commit}{12}{subsubsection.3.2.3.5}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.6}connect}{12}{subsubsection.3.2.3.6}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.7}create\_\discretionary {-}{}{}db}{12}{subsubsection.3.2.3.7}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.8}errno}{13}{subsubsection.3.2.3.8}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.9}error}{13}{subsubsection.3.2.3.9}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.10}fetch\_\discretionary {-}{}{}array}{13}{subsubsection.3.2.3.10}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.11}fetch\_\discretionary {-}{}{}object}{13}{subsubsection.3.2.3.11}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.12}fetch\_\discretionary {-}{}{}row}{13}{subsubsection.3.2.3.12}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.13}free}{14}{subsubsection.3.2.3.13}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.14}idate}{14}{subsubsection.3.2.3.14}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.15}last\_\discretionary {-}{}{}insert\_\discretionary {-}{}{}id}{14}{subsubsection.3.2.3.15}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.16}list\_\discretionary {-}{}{}tables}{14}{subsubsection.3.2.3.16}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.17}num\_\discretionary {-}{}{}fields}{15}{subsubsection.3.2.3.17}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.18}num\_\discretionary {-}{}{}rows}{15}{subsubsection.3.2.3.18}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.19}pconnect}{15}{subsubsection.3.2.3.19}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.20}plimit}{15}{subsubsection.3.2.3.20}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.21}query}{16}{subsubsection.3.2.3.21}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.22}result}{16}{subsubsection.3.2.3.22}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.23}rollback}{16}{subsubsection.3.2.3.23}
|
||||
\contentsline {subsubsection}{\numberline {3.2.3.24}select\_\discretionary {-}{}{}db}{17}{subsubsection.3.2.3.24}
|
||||
\contentsline {section}{\numberline {3.3}R\'{e}f\'{e}rence de la classe v\discretionary {-}{}{}Card}{18}{section.3.3}
|
||||
\contentsline {subsection}{\numberline {3.3.1}Description d\'{e}taill\'{e}e}{18}{subsection.3.3.1}
|
||||
\contentsline {subsection}{\numberline {3.3.2}Documentation des fonctions membres}{19}{subsection.3.3.2}
|
||||
\contentsline {subsubsection}{\numberline {3.3.2.1}setAddress}{19}{subsubsection.3.3.2.1}
|
||||
\contentsline {subsubsection}{\numberline {3.3.2.2}setBirthday}{19}{subsubsection.3.3.2.2}
|
||||
\contentsline {subsubsection}{\numberline {3.3.2.3}setEmail}{19}{subsubsection.3.3.2.3}
|
||||
\contentsline {subsubsection}{\numberline {3.3.2.4}setFormattedName}{20}{subsubsection.3.3.2.4}
|
||||
\contentsline {subsubsection}{\numberline {3.3.2.5}setLabel}{20}{subsubsection.3.3.2.5}
|
||||
\contentsline {subsubsection}{\numberline {3.3.2.6}setName}{20}{subsubsection.3.3.2.6}
|
||||
\contentsline {subsubsection}{\numberline {3.3.2.7}setNote}{21}{subsubsection.3.3.2.7}
|
||||
\contentsline {subsubsection}{\numberline {3.3.2.8}setPhoneNumber}{21}{subsubsection.3.3.2.8}
|
||||
\contentsline {subsubsection}{\numberline {3.3.2.9}setPhoto}{21}{subsubsection.3.3.2.9}
|
||||
\contentsline {subsubsection}{\numberline {3.3.2.10}setURL}{21}{subsubsection.3.3.2.10}
|
||||
\contentsline {section}{\numberline {3.4}R\'{e}f\'{e}rence de la classe Webcal}{23}{section.3.4}
|
||||
\contentsline {subsection}{\numberline {3.4.1}Description d\'{e}taill\'{e}e}{23}{subsection.3.4.1}
|
||||
\contentsline {subsection}{\numberline {3.4.2}Documentation des fonctions membres}{23}{subsection.3.4.2}
|
||||
\contentsline {subsubsection}{\numberline {3.4.2.1}add}{23}{subsubsection.3.4.2.1}
|
||||
\contentsline {subsubsection}{\numberline {3.4.2.2}get\_\discretionary {-}{}{}next\_\discretionary {-}{}{}id}{23}{subsubsection.3.4.2.2}
|
||||
\contentsline {chapter}{\numberline {4}dolibarr Documentation des fichiers}{25}{chapter.4}
|
||||
\contentsline {section}{\numberline {4.1}R\'{e}f\'{e}rence du fichier htdocs/lib/CMail\discretionary {-}{}{}File.class.php}{25}{section.4.1}
|
||||
\contentsline {subsection}{\numberline {4.1.1}Description d\'{e}taill\'{e}e}{25}{subsection.4.1.1}
|
||||
\contentsline {subsection}{\numberline {4.1.2}Documentation des fonctions}{26}{subsection.4.1.2}
|
||||
\contentsline {subsubsection}{\numberline {4.1.2.1}my\_\discretionary {-}{}{}chunk\_\discretionary {-}{}{}split}{26}{subsubsection.4.1.2.1}
|
||||
\contentsline {section}{\numberline {4.2}R\'{e}f\'{e}rence du fichier htdocs/lib/functions.inc.php}{27}{section.4.2}
|
||||
\contentsline {subsection}{\numberline {4.2.1}Description d\'{e}taill\'{e}e}{28}{subsection.4.2.1}
|
||||
\contentsline {subsection}{\numberline {4.2.2}Documentation des fonctions}{29}{subsection.4.2.2}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.1}creer\_\discretionary {-}{}{}pass\_\discretionary {-}{}{}aleatoire}{29}{subsubsection.4.2.2.1}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.2}dol\_\discretionary {-}{}{}delete\_\discretionary {-}{}{}file}{29}{subsubsection.4.2.2.2}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.3}dolibarr\_\discretionary {-}{}{}del\_\discretionary {-}{}{}const}{29}{subsubsection.4.2.2.3}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.4}dolibarr\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}head}{29}{subsubsection.4.2.2.4}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.5}dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}ca}{30}{subsubsection.4.2.2.5}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.6}dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}date}{30}{subsubsection.4.2.2.6}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.7}dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}object\_\discretionary {-}{}{}info}{30}{subsubsection.4.2.2.7}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.8}dolibarr\_\discretionary {-}{}{}print\_\discretionary {-}{}{}phone}{30}{subsubsection.4.2.2.8}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.9}dolibarr\_\discretionary {-}{}{}set\_\discretionary {-}{}{}const}{31}{subsubsection.4.2.2.9}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.10}dolibarr\_\discretionary {-}{}{}syslog}{31}{subsubsection.4.2.2.10}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.11}doliMoveFileUpload}{31}{subsubsection.4.2.2.11}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.12}francs}{32}{subsubsection.4.2.2.12}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.13}inctva}{32}{subsubsection.4.2.2.13}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.14}initialiser\_\discretionary {-}{}{}sel}{32}{subsubsection.4.2.2.14}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.15}logfile}{32}{subsubsection.4.2.2.15}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.16}loginfunction}{33}{subsubsection.4.2.2.16}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.17}price}{33}{subsubsection.4.2.2.17}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.18}print\_\discretionary {-}{}{}date\_\discretionary {-}{}{}select}{33}{subsubsection.4.2.2.18}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.19}print\_\discretionary {-}{}{}duree\_\discretionary {-}{}{}select}{33}{subsubsection.4.2.2.19}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.20}print\_\discretionary {-}{}{}fiche\_\discretionary {-}{}{}titre}{34}{subsubsection.4.2.2.20}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.21}print\_\discretionary {-}{}{}fleche\_\discretionary {-}{}{}navigation}{34}{subsubsection.4.2.2.21}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.22}print\_\discretionary {-}{}{}heure\_\discretionary {-}{}{}select}{34}{subsubsection.4.2.2.22}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.23}print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre}{34}{subsubsection.4.2.2.23}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.24}print\_\discretionary {-}{}{}liste\_\discretionary {-}{}{}field\_\discretionary {-}{}{}titre\_\discretionary {-}{}{}new}{35}{subsubsection.4.2.2.24}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.25}print\_\discretionary {-}{}{}oui\_\discretionary {-}{}{}non}{35}{subsubsection.4.2.2.25}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.26}print\_\discretionary {-}{}{}titre}{35}{subsubsection.4.2.2.26}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.27}stat\_\discretionary {-}{}{}print}{36}{subsubsection.4.2.2.27}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.28}transcoS2L}{36}{subsubsection.4.2.2.28}
|
||||
\contentsline {subsubsection}{\numberline {4.2.2.29}tva}{36}{subsubsection.4.2.2.29}
|
||||
\contentsline {section}{\numberline {4.3}R\'{e}f\'{e}rence du fichier htdocs/lib/jabber/class.jabber.php}{37}{section.4.3}
|
||||
\contentsline {subsection}{\numberline {4.3.1}Description d\'{e}taill\'{e}e}{37}{subsection.4.3.1}
|
||||
\contentsline {section}{\numberline {4.4}R\'{e}f\'{e}rence du fichier htdocs/lib/ldap.lib.php}{38}{section.4.4}
|
||||
\contentsline {subsection}{\numberline {4.4.1}Description d\'{e}taill\'{e}e}{38}{subsection.4.4.1}
|
||||
\contentsline {subsection}{\numberline {4.4.2}Documentation des fonctions}{38}{subsection.4.4.2}
|
||||
\contentsline {subsubsection}{\numberline {4.4.2.1}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind}{38}{subsubsection.4.4.2.1}
|
||||
\contentsline {subsubsection}{\numberline {4.4.2.2}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect}{39}{subsubsection.4.4.2.2}
|
||||
\contentsline {subsubsection}{\numberline {4.4.2.3}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion}{39}{subsubsection.4.4.2.3}
|
||||
\contentsline {subsubsection}{\numberline {4.4.2.4}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion}{39}{subsubsection.4.4.2.4}
|
||||
\contentsline {subsubsection}{\numberline {4.4.2.5}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc}{39}{subsubsection.4.4.2.5}
|
||||
\contentsline {subsubsection}{\numberline {4.4.2.6}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind}{40}{subsubsection.4.4.2.6}
|
||||
\contentsline {section}{\numberline {4.5}R\'{e}f\'{e}rence du fichier htdocs/lib/mysql.lib.php}{41}{section.4.5}
|
||||
\contentsline {subsection}{\numberline {4.5.1}Description d\'{e}taill\'{e}e}{41}{subsection.4.5.1}
|
||||
\contentsline {section}{\numberline {4.6}R\'{e}f\'{e}rence du fichier htdocs/lib/price.lib.php}{42}{section.4.6}
|
||||
\contentsline {subsection}{\numberline {4.6.1}Description d\'{e}taill\'{e}e}{42}{subsection.4.6.1}
|
||||
\contentsline {subsection}{\numberline {4.6.2}Documentation des fonctions}{42}{subsection.4.6.2}
|
||||
\contentsline {subsubsection}{\numberline {4.6.2.1}calcul\_\discretionary {-}{}{}price}{42}{subsubsection.4.6.2.1}
|
||||
\contentsline {section}{\numberline {4.7}R\'{e}f\'{e}rence du fichier htdocs/lib/thermometer.php}{43}{section.4.7}
|
||||
\contentsline {subsection}{\numberline {4.7.1}Description d\'{e}taill\'{e}e}{43}{subsection.4.7.1}
|
||||
\contentsline {subsection}{\numberline {4.7.2}Documentation des fonctions}{43}{subsection.4.7.2}
|
||||
\contentsline {subsubsection}{\numberline {4.7.2.1}moneyMeter}{43}{subsubsection.4.7.2.1}
|
||||
\contentsline {section}{\numberline {4.8}R\'{e}f\'{e}rence du fichier htdocs/lib/vcard/vcard.class.php}{44}{section.4.8}
|
||||
\contentsline {subsection}{\numberline {4.8.1}Description d\'{e}taill\'{e}e}{44}{subsection.4.8.1}
|
||||
\contentsline {section}{\numberline {4.9}R\'{e}f\'{e}rence du fichier htdocs/lib/webcal.class.php}{45}{section.4.9}
|
||||
\contentsline {subsection}{\numberline {4.9.1}Description d\'{e}taill\'{e}e}{45}{subsection.4.9.1}
|
||||
@ -1,30 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4.7}R\'{e}f\'{e}rence du fichier htdocs/lib/thermometer.php}{43}{section.4.7}}
|
||||
\newlabel{thermometer_8php}{{4.7}{43}{R\'{e}f\'{e}rence du fichier htdocs/lib/thermometer.php\relax }{section.4.7}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.7.1}Description d\'{e}taill\'{e}e}{43}{subsection.4.7.1}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.7.2}Documentation des fonctions}{43}{subsection.4.7.2}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.7.2.1}moneyMeter}{43}{subsubsection.4.7.2.1}}
|
||||
\newlabel{thermometer_8php_a0}{{4.7.2.1}{43}{moneyMeter\relax }{subsubsection.4.7.2.1}{}}
|
||||
\@setckpt{thermometer_8php}{
|
||||
\setcounter{page}{44}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{4}
|
||||
\setcounter{section}{7}
|
||||
\setcounter{subsection}{2}
|
||||
\setcounter{subsubsection}{1}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{3}
|
||||
}
|
||||
@ -1,47 +0,0 @@
|
||||
\hypertarget{thermometer_8php}{
|
||||
\section{R\'{e}f\'{e}rence du fichier htdocs/lib/thermometer.php}
|
||||
\label{thermometer_8php}\index{htdocs/lib/thermometer.php@{htdocs/lib/thermometer.php}}
|
||||
}
|
||||
Classe permettant d'afficher un thermometre.
|
||||
|
||||
|
||||
\subsection*{Fonctions}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
\hyperlink{thermometer_8php_a0}{money\-Meter} (\$actual\-Value=0, \$pending\-Value=0, \$intent\-Value=0)
|
||||
\begin{CompactList}\small\item\em permet d'afficher un thermometre monetaire. \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant d'afficher un thermometre.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Auteur:]Rodolphe Quiedeville.
|
||||
|
||||
Timothy Kanters. \end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Version:]1.2.\end{Desc}
|
||||
Ensemble des fonctions permettant d'afficher un thermometre monetaire.
|
||||
|
||||
D\'{e}finition dans le fichier \hyperlink{thermometer_8php-source}{thermometer.php}.
|
||||
|
||||
\subsection{Documentation des fonctions}
|
||||
\hypertarget{thermometer_8php_a0}{
|
||||
\index{thermometer.php@{thermometer.php}!moneyMeter@{moneyMeter}}
|
||||
\index{moneyMeter@{moneyMeter}!thermometer.php@{thermometer.php}}
|
||||
\subsubsection[moneyMeter]{\setlength{\rightskip}{0pt plus 5cm}money\-Meter (\$ {\em actual\-Value} = {\tt 0}, \$ {\em pending\-Value} = {\tt 0}, \$ {\em intent\-Value} = {\tt 0})}}
|
||||
\label{thermometer_8php_a0}
|
||||
|
||||
|
||||
permet d'afficher un thermometre monetaire.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Param\`{e}tres:]
|
||||
\begin{description}
|
||||
\item[{\em actual\-Value}]\item[{\em pending\-Value}]\item[{\em intent\-Value}]\end{description}
|
||||
\end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Renvoie:]thermometer html\-Legenda \end{Desc}
|
||||
|
||||
|
||||
D\'{e}finition \`{a} la ligne 42 du fichier thermometer.php.
|
||||
@ -1,27 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4.8}R\'{e}f\'{e}rence du fichier htdocs/lib/vcard/vcard.class.php}{44}{section.4.8}}
|
||||
\newlabel{vcard_8class_8php}{{4.8}{44}{R\'{e}f\'{e}rence du fichier htdocs/lib/vcard/vcard.class.php\relax }{section.4.8}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.8.1}Description d\'{e}taill\'{e}e}{44}{subsection.4.8.1}}
|
||||
\@setckpt{vcard_8class_8php}{
|
||||
\setcounter{page}{45}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{4}
|
||||
\setcounter{section}{8}
|
||||
\setcounter{subsection}{1}
|
||||
\setcounter{subsubsection}{0}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{2}
|
||||
}
|
||||
@ -1,24 +0,0 @@
|
||||
\hypertarget{vcard_8class_8php}{
|
||||
\section{R\'{e}f\'{e}rence du fichier htdocs/lib/vcard/vcard.class.php}
|
||||
\label{vcard_8class_8php}\index{htdocs/lib/vcard/vcard.class.php@{htdocs/lib/vcard/vcard.class.php}}
|
||||
}
|
||||
Classe permettant de cr\'{e}er un fichier vcard.
|
||||
|
||||
|
||||
\subsection*{Classes}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
class \hyperlink{classvCard}{v\-Card}
|
||||
\begin{CompactList}\small\item\em Classe permettant de cr\'{e}er un fichier vcard. \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant de cr\'{e}er un fichier vcard.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Auteur:]Kai Blankenhorn. \end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Version:]2.0\end{Desc}
|
||||
Ensemble des fonctions permettant de cr\'{e}er un fichier vcard.
|
||||
|
||||
D\'{e}finition dans le fichier \hyperlink{vcard_8class_8php-source}{vcard.class.php}.
|
||||
@ -1,27 +0,0 @@
|
||||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4.9}R\'{e}f\'{e}rence du fichier htdocs/lib/webcal.class.php}{45}{section.4.9}}
|
||||
\newlabel{webcal_8class_8php}{{4.9}{45}{R\'{e}f\'{e}rence du fichier htdocs/lib/webcal.class.php\relax }{section.4.9}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.9.1}Description d\'{e}taill\'{e}e}{45}{subsection.4.9.1}}
|
||||
\@setckpt{webcal_8class_8php}{
|
||||
\setcounter{page}{46}
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{enumi}{0}
|
||||
\setcounter{enumii}{0}
|
||||
\setcounter{enumiii}{0}
|
||||
\setcounter{enumiv}{0}
|
||||
\setcounter{footnote}{0}
|
||||
\setcounter{mpfootnote}{0}
|
||||
\setcounter{part}{0}
|
||||
\setcounter{chapter}{4}
|
||||
\setcounter{section}{9}
|
||||
\setcounter{subsection}{1}
|
||||
\setcounter{subsubsection}{0}
|
||||
\setcounter{paragraph}{0}
|
||||
\setcounter{subparagraph}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
\setcounter{float@type}{4}
|
||||
\setcounter{Item}{0}
|
||||
\setcounter{Hfootnote}{0}
|
||||
\setcounter{section@level}{2}
|
||||
}
|
||||
@ -1,24 +0,0 @@
|
||||
\hypertarget{webcal_8class_8php}{
|
||||
\section{R\'{e}f\'{e}rence du fichier htdocs/lib/webcal.class.php}
|
||||
\label{webcal_8class_8php}\index{htdocs/lib/webcal.class.php@{htdocs/lib/webcal.class.php}}
|
||||
}
|
||||
Classe permettant d'acceder a la database webcalendar.
|
||||
|
||||
|
||||
\subsection*{Classes}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
class \hyperlink{classWebcal}{Webcal}
|
||||
\begin{CompactList}\small\item\em Classe permettant d'acceder a la database webcalendar. \item\end{CompactList}\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Description d\'{e}taill\'{e}e}
|
||||
Classe permettant d'acceder a la database webcalendar.
|
||||
|
||||
\begin{Desc}
|
||||
\item[Auteur:]Rodolphe Quiedeville. \end{Desc}
|
||||
\begin{Desc}
|
||||
\item[Version:]1.2.\end{Desc}
|
||||
Ensemble des fonctions permettant d'acceder a la database webcalendar.
|
||||
|
||||
D\'{e}finition dans le fichier \hyperlink{webcal_8class_8php-source}{webcal.class.php}.
|
||||
@ -1,36 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- $Source$ -->
|
||||
<chapt id="propale">Propositions commerciales
|
||||
|
||||
<p>
|
||||
Propositions commerciales
|
||||
</p>
|
||||
|
||||
<sect id="prop-modele">Modèles
|
||||
<p>
|
||||
Trois modèles de proposition sont fournit avec Dolibarr, mais vous pouvez en créer autant que vous le souhaitez. Pour cela il vous suffit de créer une nouvelle classe dans un fichier dont le nom doit être de la forme pdf_propale_MISC.modules.php où MISC est une chaine de caractère de votre choix. Une fois ce fichier créé la classe qu'il définit doit se nommer pdf_propale_MISC.
|
||||
</p>
|
||||
<p>
|
||||
Le nom (MISC) ne doit pas dépasser 50 caractères.
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
</chapt>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:nil
|
||||
sgml-shorttag:t
|
||||
sgml-namecase-general:t
|
||||
sgml-general-insert-case:lower
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:2
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:("dolibarr-dev.sgml" "book" "chapt")
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
@ -1,35 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- $Source$ -->
|
||||
<chapt id="theme">Thèmes
|
||||
|
||||
<sect id="theme-create">Création d'un nouveau thème
|
||||
<p>
|
||||
Pour créer un nouveau thème, allez dans le répertoire
|
||||
'htdocs/theme/' recopier par exemple tout le répertoire
|
||||
'dolibarr' vers un nouveau répertoire qui aura le nom de votre
|
||||
thème. Dans ce répertoire changer le nom du fichier .css pour
|
||||
qu'il ait le même nom que le répertoire. Modifier ensuite le CSS
|
||||
et les images contenues dans le répertoire img pour
|
||||
personnaliser votre thème.
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
</chapt>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:nil
|
||||
sgml-shorttag:t
|
||||
sgml-namecase-general:t
|
||||
sgml-general-insert-case:lower
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:2
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:("dolibarr-dev.sgml" "book" "chapt")
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
Loading…
Reference in New Issue
Block a user