Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 383 → Rev 384

/trunk/api/text/wiki_papyrus/Parse/Categorie.php
1,5 → 1,5
<?php
// $Id: Categorie.php,v 1.1 2005-04-14 16:35:36 jpm Exp $
// $Id: Categorie.php,v 1.2 2005-05-27 13:41:24 jpm Exp $
 
 
/**
15,7 → 15,7
*/
class Text_Wiki_Parse_Categorie extends Text_Wiki_Parse {
var $regex = '/\{\{Categorie mots="((?i:[,-]|\w|\s)+)"\}\}/';
var $regex = '/\{\{Categorie mots="(.+?)"\}\}/';
/**
*
/trunk/api/text/wiki_papyrus/Parse/Motcles.php
1,5 → 1,5
<?php
// $Id: Motcles.php,v 1.1 2005-04-14 16:35:36 jpm Exp $
// $Id: Motcles.php,v 1.2 2005-05-27 13:41:24 jpm Exp $
 
 
/**
15,7 → 15,7
*/
class Text_Wiki_Parse_Motcles extends Text_Wiki_Parse {
var $regex = '/\{\{MotCles mots="((?i:[,-]|\w|\s)+)"\}\}/';
var $regex = '/\{\{MotCles mots="(.+?)"\}\}/';
/**
*