From 7df346eb89dd809e39906dc9615b0d52db6e10c1 Mon Sep 17 00:00:00 2001 From: opensides Date: Thu, 15 Jul 2004 12:44:45 +0000 Subject: [PATCH] documentation dolibarr au format pdf et latex genere par doxygen --- doc/dev/php/latex/Makefile | 18 +++ doc/dev/php/latex/doxygen.sty | 64 ++++++++++ doc/dev/php/latex/files.tex | 10 ++ doc/dev/php/latex/ldap_8lib_8php.tex | 142 +++++++++++++++++++++++ doc/dev/php/latex/mysql_8lib_8php.aux | 27 +++++ doc/dev/php/latex/mysql_8lib_8php.tex | 23 ++++ doc/dev/php/latex/price_8lib_8php.aux | 30 +++++ doc/dev/php/latex/price_8lib_8php.tex | 45 +++++++ doc/dev/php/latex/refman.aux | 48 ++++++++ doc/dev/php/latex/refman.idx | 21 ++++ doc/dev/php/latex/refman.ilg | 6 + doc/dev/php/latex/refman.ind | 60 ++++++++++ doc/dev/php/latex/refman.out | 8 ++ doc/dev/php/latex/refman.pdf | Bin 0 -> 35081 bytes doc/dev/php/latex/refman.tex | 55 +++++++++ doc/dev/php/latex/refman.toc | 25 ++++ doc/dev/php/latex/thermometer_8php.aux | 30 +++++ doc/dev/php/latex/thermometer_8php.tex | 47 ++++++++ doc/dev/php/latex/webcal_8class_8php.aux | 27 +++++ doc/dev/php/latex/webcal_8class_8php.tex | 19 +++ 20 files changed, 705 insertions(+) create mode 100644 doc/dev/php/latex/Makefile create mode 100644 doc/dev/php/latex/doxygen.sty create mode 100644 doc/dev/php/latex/files.tex create mode 100644 doc/dev/php/latex/ldap_8lib_8php.tex create mode 100644 doc/dev/php/latex/mysql_8lib_8php.aux create mode 100644 doc/dev/php/latex/mysql_8lib_8php.tex create mode 100644 doc/dev/php/latex/price_8lib_8php.aux create mode 100644 doc/dev/php/latex/price_8lib_8php.tex create mode 100644 doc/dev/php/latex/refman.aux create mode 100644 doc/dev/php/latex/refman.idx create mode 100644 doc/dev/php/latex/refman.ilg create mode 100644 doc/dev/php/latex/refman.ind create mode 100644 doc/dev/php/latex/refman.out create mode 100644 doc/dev/php/latex/refman.pdf create mode 100644 doc/dev/php/latex/refman.tex create mode 100644 doc/dev/php/latex/refman.toc create mode 100644 doc/dev/php/latex/thermometer_8php.aux create mode 100644 doc/dev/php/latex/thermometer_8php.tex create mode 100644 doc/dev/php/latex/webcal_8class_8php.aux create mode 100644 doc/dev/php/latex/webcal_8class_8php.tex diff --git a/doc/dev/php/latex/Makefile b/doc/dev/php/latex/Makefile new file mode 100644 index 00000000000..e464a002a1d --- /dev/null +++ b/doc/dev/php/latex/Makefile @@ -0,0 +1,18 @@ +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 diff --git a/doc/dev/php/latex/doxygen.sty b/doc/dev/php/latex/doxygen.sty new file mode 100644 index 00000000000..86c504250ab --- /dev/null +++ b/doc/dev/php/latex/doxygen.sty @@ -0,0 +1,64 @@ +\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 Thu Jul 15 14:51:58 2004 pour dolibarr par Doxygen }]{} +\lfoot[]{\fancyplain{}{\bfseries\scriptsize G\'{e}n\'{e}r\'{e} le Thu Jul 15 14:51:58 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} diff --git a/doc/dev/php/latex/files.tex b/doc/dev/php/latex/files.tex new file mode 100644 index 00000000000..2cce1195cfc --- /dev/null +++ b/doc/dev/php/latex/files.tex @@ -0,0 +1,10 @@ +\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/{\bf CMail\-File.class.php} }{\pageref{CMailFile_8class_8php}}{} +\item\contentsline{section}{htdocs/lib/{\bf functions.inc.php} }{\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} (Classes 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}}{} +\end{CompactList} diff --git a/doc/dev/php/latex/ldap_8lib_8php.tex b/doc/dev/php/latex/ldap_8lib_8php.tex new file mode 100644 index 00000000000..b06f0fcaa76 --- /dev/null +++ b/doc/dev/php/latex/ldap_8lib_8php.tex @@ -0,0 +1,142 @@ +\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. \ No newline at end of file diff --git a/doc/dev/php/latex/mysql_8lib_8php.aux b/doc/dev/php/latex/mysql_8lib_8php.aux new file mode 100644 index 00000000000..0ae5ab5eb7f --- /dev/null +++ b/doc/dev/php/latex/mysql_8lib_8php.aux @@ -0,0 +1,27 @@ +\relax +\@writefile{toc}{\contentsline {section}{\numberline {2.2}R\'{e}f\'{e}rence du fichier htdocs/lib/mysql.lib.php}{6}{section.2.2}} +\newlabel{mysql_8lib_8php}{{2.2}{6}{R\'{e}f\'{e}rence du fichier htdocs/lib/mysql.lib.php\relax }{section.2.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.1}Description d\'{e}taill\'{e}e}{6}{subsection.2.2.1}} +\@setckpt{mysql_8lib_8php}{ +\setcounter{page}{7} +\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}{2} +\setcounter{section}{2} +\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} +} diff --git a/doc/dev/php/latex/mysql_8lib_8php.tex b/doc/dev/php/latex/mysql_8lib_8php.tex new file mode 100644 index 00000000000..9b80115a721 --- /dev/null +++ b/doc/dev/php/latex/mysql_8lib_8php.tex @@ -0,0 +1,23 @@ +\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}} +} +Classes permettant de g\'{e}r\'{e}r la database de dolibarr. + + + + +\subsection{Description d\'{e}taill\'{e}e} +Classes 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}. \ No newline at end of file diff --git a/doc/dev/php/latex/price_8lib_8php.aux b/doc/dev/php/latex/price_8lib_8php.aux new file mode 100644 index 00000000000..65fab0e6967 --- /dev/null +++ b/doc/dev/php/latex/price_8lib_8php.aux @@ -0,0 +1,30 @@ +\relax +\@writefile{toc}{\contentsline {section}{\numberline {2.3}R\'{e}f\'{e}rence du fichier htdocs/lib/price.lib.php}{7}{section.2.3}} +\newlabel{price_8lib_8php}{{2.3}{7}{R\'{e}f\'{e}rence du fichier htdocs/lib/price.lib.php\relax }{section.2.3}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.1}Description d\'{e}taill\'{e}e}{7}{subsection.2.3.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.2}Documentation des fonctions}{7}{subsection.2.3.2}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.3.2.1}calcul\_\discretionary {-}{}{}price}{7}{subsubsection.2.3.2.1}} +\newlabel{price_8lib_8php_a0}{{2.3.2.1}{7}{calcul\_\-price\relax }{subsubsection.2.3.2.1}{}} +\@setckpt{price_8lib_8php}{ +\setcounter{page}{8} +\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}{2} +\setcounter{section}{3} +\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} +} diff --git a/doc/dev/php/latex/price_8lib_8php.tex b/doc/dev/php/latex/price_8lib_8php.tex new file mode 100644 index 00000000000..1fbe322dd95 --- /dev/null +++ b/doc/dev/php/latex/price_8lib_8php.tex @@ -0,0 +1,45 @@ +\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. \ No newline at end of file diff --git a/doc/dev/php/latex/refman.aux b/doc/dev/php/latex/refman.aux new file mode 100644 index 00000000000..0b09b9e583a --- /dev/null +++ b/doc/dev/php/latex/refman.aux @@ -0,0 +1,48 @@ +\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 fichiers}{1}{chapter.1}} +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {1.1}dolibarr Liste des fichiers}{1}{section.1.1}} +\@writefile{toc}{\contentsline {chapter}{\numberline {2}dolibarr Documentation des fichiers}{3}{chapter.2}} +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {2.1}R\'{e}f\'{e}rence du fichier htdocs/lib/ldap.lib.php}{3}{section.2.1}} +\newlabel{ldap_8lib_8php}{{2.1}{3}{R\'{e}f\'{e}rence du fichier htdocs/lib/ldap.lib.php\relax }{section.2.1}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.1}Description d\'{e}taill\'{e}e}{3}{subsection.2.1.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.2}Documentation des fonctions}{4}{subsection.2.1.2}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.1.2.1}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind}{4}{subsubsection.2.1.2.1}} +\newlabel{ldap_8lib_8php_a1}{{2.1.2.1}{4}{dolibarr\_\-ldap\_\-bind\relax }{subsubsection.2.1.2.1}{}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.1.2.2}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect}{4}{subsubsection.2.1.2.2}} +\newlabel{ldap_8lib_8php_a0}{{2.1.2.2}{4}{dolibarr\_\-ldap\_\-connect\relax }{subsubsection.2.1.2.2}{}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.1.2.3}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion}{4}{subsubsection.2.1.2.3}} +\newlabel{ldap_8lib_8php_a3}{{2.1.2.3}{4}{dolibarr\_\-ldap\_\-getversion\relax }{subsubsection.2.1.2.3}{}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.1.2.4}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion}{4}{subsubsection.2.1.2.4}} +\newlabel{ldap_8lib_8php_a4}{{2.1.2.4}{4}{dolibarr\_\-ldap\_\-setversion\relax }{subsubsection.2.1.2.4}{}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.1.2.5}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc}{5}{subsubsection.2.1.2.5}} +\newlabel{ldap_8lib_8php_a5}{{2.1.2.5}{5}{dolibarr\_\-ldap\_\-unacc\relax }{subsubsection.2.1.2.5}{}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.1.2.6}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind}{5}{subsubsection.2.1.2.6}} +\newlabel{ldap_8lib_8php_a2}{{2.1.2.6}{5}{dolibarr\_\-ldap\_\-unbind\relax }{subsubsection.2.1.2.6}{}} +\@input{mysql_8lib_8php.aux} +\@input{price_8lib_8php.aux} +\@input{thermometer_8php.aux} +\@input{webcal_8class_8php.aux} diff --git a/doc/dev/php/latex/refman.idx b/doc/dev/php/latex/refman.idx new file mode 100644 index 00000000000..5fd86bc3ce1 --- /dev/null +++ b/doc/dev/php/latex/refman.idx @@ -0,0 +1,21 @@ +\indexentry{htdocs/lib/ldap.lib.php@{htdocs/lib/ldap.lib.php}|hyperpage}{3} +\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_bind@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind}|hyperpage}{4} +\indexentry{dolibarr_ldap_bind@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind}!ldap.lib.php@{ldap.lib.php}|hyperpage}{4} +\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_connect@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect}|hyperpage}{4} +\indexentry{dolibarr_ldap_connect@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect}!ldap.lib.php@{ldap.lib.php}|hyperpage}{4} +\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_getversion@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion}|hyperpage}{4} +\indexentry{dolibarr_ldap_getversion@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion}!ldap.lib.php@{ldap.lib.php}|hyperpage}{4} +\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_setversion@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion}|hyperpage}{4} +\indexentry{dolibarr_ldap_setversion@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion}!ldap.lib.php@{ldap.lib.php}|hyperpage}{4} +\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_unacc@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc}|hyperpage}{5} +\indexentry{dolibarr_ldap_unacc@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc}!ldap.lib.php@{ldap.lib.php}|hyperpage}{5} +\indexentry{ldap.lib.php@{ldap.lib.php}!dolibarr_ldap_unbind@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind}|hyperpage}{5} +\indexentry{dolibarr_ldap_unbind@{dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind}!ldap.lib.php@{ldap.lib.php}|hyperpage}{5} +\indexentry{htdocs/lib/mysql.lib.php@{htdocs/lib/mysql.lib.php}|hyperpage}{6} +\indexentry{htdocs/lib/price.lib.php@{htdocs/lib/price.lib.php}|hyperpage}{7} +\indexentry{price.lib.php@{price.lib.php}!calcul_price@{calcul\_\discretionary {-}{}{}price}|hyperpage}{7} +\indexentry{calcul_price@{calcul\_\discretionary {-}{}{}price}!price.lib.php@{price.lib.php}|hyperpage}{7} +\indexentry{htdocs/lib/thermometer.php@{htdocs/lib/thermometer.php}|hyperpage}{8} +\indexentry{thermometer.php@{thermometer.php}!moneyMeter@{moneyMeter}|hyperpage}{8} +\indexentry{moneyMeter@{moneyMeter}!thermometer.php@{thermometer.php}|hyperpage}{8} +\indexentry{htdocs/lib/webcal.class.php@{htdocs/lib/webcal.class.php}|hyperpage}{9} diff --git a/doc/dev/php/latex/refman.ilg b/doc/dev/php/latex/refman.ilg new file mode 100644 index 00000000000..ed535cbf1e3 --- /dev/null +++ b/doc/dev/php/latex/refman.ilg @@ -0,0 +1,6 @@ +This is makeindex, version 2.13 [07-Mar-1997] (using kpathsea). +Scanning input file refman.idx....done (21 entries accepted, 0 rejected). +Sorting entries....done (105 comparisons). +Generating output file refman.ind....done (60 lines written, 0 warnings). +Output written in refman.ind. +Transcript written in refman.ilg. diff --git a/doc/dev/php/latex/refman.ind b/doc/dev/php/latex/refman.ind new file mode 100644 index 00000000000..8ed07a7aa9b --- /dev/null +++ b/doc/dev/php/latex/refman.ind @@ -0,0 +1,60 @@ +\begin{theindex} + + \item {calcul\_\discretionary {-}{}{}price} + \subitem {price.lib.php}, \hyperpage{7} + + \indexspace + + \item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind} + \subitem {ldap.lib.php}, \hyperpage{4} + \item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect} + \subitem {ldap.lib.php}, \hyperpage{4} + \item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion} + \subitem {ldap.lib.php}, \hyperpage{4} + \item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion} + \subitem {ldap.lib.php}, \hyperpage{4} + \item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc} + \subitem {ldap.lib.php}, \hyperpage{5} + \item {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind} + \subitem {ldap.lib.php}, \hyperpage{5} + + \indexspace + + \item {htdocs/lib/ldap.lib.php}, \hyperpage{3} + \item {htdocs/lib/mysql.lib.php}, \hyperpage{6} + \item {htdocs/lib/price.lib.php}, \hyperpage{7} + \item {htdocs/lib/thermometer.php}, \hyperpage{8} + \item {htdocs/lib/webcal.class.php}, \hyperpage{9} + + \indexspace + + \item {ldap.lib.php} + \subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind}, + \hyperpage{4} + \subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect}, + \hyperpage{4} + \subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion}, + \hyperpage{4} + \subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion}, + \hyperpage{4} + \subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc}, + \hyperpage{5} + \subitem {dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind}, + \hyperpage{5} + + \indexspace + + \item {moneyMeter} + \subitem {thermometer.php}, \hyperpage{8} + + \indexspace + + \item {price.lib.php} + \subitem {calcul\_\discretionary {-}{}{}price}, \hyperpage{7} + + \indexspace + + \item {thermometer.php} + \subitem {moneyMeter}, \hyperpage{8} + +\end{theindex} diff --git a/doc/dev/php/latex/refman.out b/doc/dev/php/latex/refman.out new file mode 100644 index 00000000000..e2291484f8a --- /dev/null +++ b/doc/dev/php/latex/refman.out @@ -0,0 +1,8 @@ +\BOOKMARK [0][-]{chapter.1}{dolibarr Index des fichiers}{} +\BOOKMARK [1][-]{section.1.1}{dolibarr Liste des fichiers}{chapter.1} +\BOOKMARK [0][-]{chapter.2}{dolibarr Documentation des fichiers}{} +\BOOKMARK [1][-]{section.2.1}{R\351f\351rence du fichier htdocs/lib/ldap.lib.php}{chapter.2} +\BOOKMARK [1][-]{section.2.2}{R\351f\351rence du fichier htdocs/lib/mysql.lib.php}{chapter.2} +\BOOKMARK [1][-]{section.2.3}{R\351f\351rence du fichier htdocs/lib/price.lib.php}{chapter.2} +\BOOKMARK [1][-]{section.2.4}{R\351f\351rence du fichier htdocs/lib/thermometer.php}{chapter.2} +\BOOKMARK [1][-]{section.2.5}{R\351f\351rence du fichier htdocs/lib/webcal.class.php}{chapter.2} diff --git a/doc/dev/php/latex/refman.pdf b/doc/dev/php/latex/refman.pdf new file mode 100644 index 0000000000000000000000000000000000000000..dd9b4d460ca1d0895248aed58e4d779d7811c309 GIT binary patch literal 35081 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 literal 0 HcmV?d00001 diff --git a/doc/dev/php/latex/refman.tex b/doc/dev/php/latex/refman.tex new file mode 100644 index 00000000000..8e9d895a164 --- /dev/null +++ b/doc/dev/php/latex/refman.tex @@ -0,0 +1,55 @@ +\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 Thu Jul 15 14:51:57 2004}\\ +\end{center} +\end{titlepage} +\clearemptydoublepage +\pagenumbering{roman} +\tableofcontents +\clearemptydoublepage +\pagenumbering{arabic} +\chapter{dolibarr Index des fichiers} +\input{files} +\chapter{dolibarr Documentation des fichiers} +\input{ldap_8lib_8php} +\include{mysql_8lib_8php} +\include{price_8lib_8php} +\include{thermometer_8php} +\include{webcal_8class_8php} +\printindex +\end{document} diff --git a/doc/dev/php/latex/refman.toc b/doc/dev/php/latex/refman.toc new file mode 100644 index 00000000000..00a40d03538 --- /dev/null +++ b/doc/dev/php/latex/refman.toc @@ -0,0 +1,25 @@ +\select@language {french} +\contentsline {chapter}{\numberline {1}dolibarr Index des fichiers}{1}{chapter.1} +\contentsline {section}{\numberline {1.1}dolibarr Liste des fichiers}{1}{section.1.1} +\contentsline {chapter}{\numberline {2}dolibarr Documentation des fichiers}{3}{chapter.2} +\contentsline {section}{\numberline {2.1}R\'{e}f\'{e}rence du fichier htdocs/lib/ldap.lib.php}{3}{section.2.1} +\contentsline {subsection}{\numberline {2.1.1}Description d\'{e}taill\'{e}e}{3}{subsection.2.1.1} +\contentsline {subsection}{\numberline {2.1.2}Documentation des fonctions}{4}{subsection.2.1.2} +\contentsline {subsubsection}{\numberline {2.1.2.1}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}bind}{4}{subsubsection.2.1.2.1} +\contentsline {subsubsection}{\numberline {2.1.2.2}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}connect}{4}{subsubsection.2.1.2.2} +\contentsline {subsubsection}{\numberline {2.1.2.3}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}getversion}{4}{subsubsection.2.1.2.3} +\contentsline {subsubsection}{\numberline {2.1.2.4}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}setversion}{4}{subsubsection.2.1.2.4} +\contentsline {subsubsection}{\numberline {2.1.2.5}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unacc}{5}{subsubsection.2.1.2.5} +\contentsline {subsubsection}{\numberline {2.1.2.6}dolibarr\_\discretionary {-}{}{}ldap\_\discretionary {-}{}{}unbind}{5}{subsubsection.2.1.2.6} +\contentsline {section}{\numberline {2.2}R\'{e}f\'{e}rence du fichier htdocs/lib/mysql.lib.php}{6}{section.2.2} +\contentsline {subsection}{\numberline {2.2.1}Description d\'{e}taill\'{e}e}{6}{subsection.2.2.1} +\contentsline {section}{\numberline {2.3}R\'{e}f\'{e}rence du fichier htdocs/lib/price.lib.php}{7}{section.2.3} +\contentsline {subsection}{\numberline {2.3.1}Description d\'{e}taill\'{e}e}{7}{subsection.2.3.1} +\contentsline {subsection}{\numberline {2.3.2}Documentation des fonctions}{7}{subsection.2.3.2} +\contentsline {subsubsection}{\numberline {2.3.2.1}calcul\_\discretionary {-}{}{}price}{7}{subsubsection.2.3.2.1} +\contentsline {section}{\numberline {2.4}R\'{e}f\'{e}rence du fichier htdocs/lib/thermometer.php}{8}{section.2.4} +\contentsline {subsection}{\numberline {2.4.1}Description d\'{e}taill\'{e}e}{8}{subsection.2.4.1} +\contentsline {subsection}{\numberline {2.4.2}Documentation des fonctions}{8}{subsection.2.4.2} +\contentsline {subsubsection}{\numberline {2.4.2.1}moneyMeter}{8}{subsubsection.2.4.2.1} +\contentsline {section}{\numberline {2.5}R\'{e}f\'{e}rence du fichier htdocs/lib/webcal.class.php}{9}{section.2.5} +\contentsline {subsection}{\numberline {2.5.1}Description d\'{e}taill\'{e}e}{9}{subsection.2.5.1} diff --git a/doc/dev/php/latex/thermometer_8php.aux b/doc/dev/php/latex/thermometer_8php.aux new file mode 100644 index 00000000000..ee0b031b7f2 --- /dev/null +++ b/doc/dev/php/latex/thermometer_8php.aux @@ -0,0 +1,30 @@ +\relax +\@writefile{toc}{\contentsline {section}{\numberline {2.4}R\'{e}f\'{e}rence du fichier htdocs/lib/thermometer.php}{8}{section.2.4}} +\newlabel{thermometer_8php}{{2.4}{8}{R\'{e}f\'{e}rence du fichier htdocs/lib/thermometer.php\relax }{section.2.4}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.4.1}Description d\'{e}taill\'{e}e}{8}{subsection.2.4.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.4.2}Documentation des fonctions}{8}{subsection.2.4.2}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.4.2.1}moneyMeter}{8}{subsubsection.2.4.2.1}} +\newlabel{thermometer_8php_a0}{{2.4.2.1}{8}{moneyMeter\relax }{subsubsection.2.4.2.1}{}} +\@setckpt{thermometer_8php}{ +\setcounter{page}{9} +\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}{2} +\setcounter{section}{4} +\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} +} diff --git a/doc/dev/php/latex/thermometer_8php.tex b/doc/dev/php/latex/thermometer_8php.tex new file mode 100644 index 00000000000..265519cf51a --- /dev/null +++ b/doc/dev/php/latex/thermometer_8php.tex @@ -0,0 +1,47 @@ +\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. \ No newline at end of file diff --git a/doc/dev/php/latex/webcal_8class_8php.aux b/doc/dev/php/latex/webcal_8class_8php.aux new file mode 100644 index 00000000000..1797122cd96 --- /dev/null +++ b/doc/dev/php/latex/webcal_8class_8php.aux @@ -0,0 +1,27 @@ +\relax +\@writefile{toc}{\contentsline {section}{\numberline {2.5}R\'{e}f\'{e}rence du fichier htdocs/lib/webcal.class.php}{9}{section.2.5}} +\newlabel{webcal_8class_8php}{{2.5}{9}{R\'{e}f\'{e}rence du fichier htdocs/lib/webcal.class.php\relax }{section.2.5}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.5.1}Description d\'{e}taill\'{e}e}{9}{subsection.2.5.1}} +\@setckpt{webcal_8class_8php}{ +\setcounter{page}{10} +\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}{2} +\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} +} diff --git a/doc/dev/php/latex/webcal_8class_8php.tex b/doc/dev/php/latex/webcal_8class_8php.tex new file mode 100644 index 00000000000..d3f93760049 --- /dev/null +++ b/doc/dev/php/latex/webcal_8class_8php.tex @@ -0,0 +1,19 @@ +\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{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}. \ No newline at end of file