Line 19... |
Line 19... |
19 |
// | |
|
19 |
// | |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
24 |
// CVS : $Id: more_recherche_papyrus_menu.class.php,v 1.12 2007-01-02 18:49:22 jp_milcent Exp $
|
24 |
// CVS : $Id: more_recherche_papyrus_menu.class.php,v 1.13 2007-10-29 18:29:30 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Classe permettant d'effectuer des recherches sur les informations des menus de Papyrus.
|
26 |
* Classe permettant d'effectuer des recherches sur les informations des menus de Papyrus.
|
27 |
*
|
27 |
*
|
28 |
* Permet de rechercher et classer les menus en fonction d'une chaine.
|
28 |
* Permet de rechercher et classer les menus en fonction d'une chaine.
|
29 |
* Utilisation des bibliothèques inclue par Papyrus :
|
29 |
* Utilisation des bibliothèques inclue par Papyrus :
|
Line 36... |
Line 36... |
36 |
//Auteur original :
|
36 |
//Auteur original :
|
37 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
37 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
38 |
//Autres auteurs :
|
38 |
//Autres auteurs :
|
39 |
*@author aucun
|
39 |
*@author aucun
|
40 |
*@copyright Tela-Botanica 2000-2004
|
40 |
*@copyright Tela-Botanica 2000-2004
|
41 |
*@version $Revision: 1.12 $ $Date: 2007-01-02 18:49:22 $
|
41 |
*@version $Revision: 1.13 $ $Date: 2007-10-29 18:29:30 $
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
*/
|
43 |
*/
|
Line 44... |
Line 44... |
44 |
|
44 |
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
Line 50... |
Line 50... |
50 |
|
50 |
|
51 |
// +------------------------------------------------------------------------------------------------------+
|
51 |
// +------------------------------------------------------------------------------------------------------+
|
52 |
// | CORPS du PROGRAMME |
|
52 |
// | CORPS du PROGRAMME |
|
Line 53... |
Line 53... |
53 |
// +------------------------------------------------------------------------------------------------------+
|
53 |
// +------------------------------------------------------------------------------------------------------+
|
Line 54... |
Line 54... |
54 |
|
54 |
|
55 |
class Recherche_Papyrus_Menu extends Recherche{
|
55 |
class More_Recherche_Papyrus_Menu extends More_Recherche{
|
56 |
|
56 |
|
57 |
// Constructeur
|
57 |
// Constructeur
|
Line 146... |
Line 146... |
146 |
}
|
146 |
}
|
Line 147... |
Line 147... |
147 |
|
147 |
|
148 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
148 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
149 |
*
|
149 |
*
|
- |
|
150 |
* $Log: not supported by cvs2svn $
|
- |
|
151 |
* Revision 1.12 2007-01-02 18:49:22 jp_milcent
|
- |
|
152 |
* Amélioration de la gestion du motif.
|
- |
|
153 |
* Ajout de la gestion des expressions complête via l'utilisation de guillemets.
|
150 |
* $Log: not supported by cvs2svn $
|
154 |
*
|
151 |
* Revision 1.11 2006/11/21 18:52:20 jp_milcent
|
155 |
* Revision 1.11 2006/11/21 18:52:20 jp_milcent
|
152 |
* Ajout de la possibilité de surligner des mots.
|
156 |
* Ajout de la possibilité de surligner des mots.
|
153 |
*
|
157 |
*
|
154 |
* Revision 1.10 2006/11/20 09:36:59 jp_milcent
|
158 |
* Revision 1.10 2006/11/20 09:36:59 jp_milcent
|