Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 46... Línea 46...
46
 *  - Antonio Vicent          {@link http://ludens.es}
46
 *  - Antonio Vicent          {@link http://ludens.es}
47
 *
47
 *
48
 * @package   moodlecore
48
 * @package   moodlecore
49
 * @copyright (C) 2001-3001 Eloy Lafuente (stronk7) {@link http://contiento.com}
49
 * @copyright (C) 2001-3001 Eloy Lafuente (stronk7) {@link http://contiento.com}
50
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
50
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
51
 * @deprecated Moodle 4.5
-
 
52
 * @todo MDL-82194 Remove this file.
51
 */
53
 */
Línea -... Línea 54...
-
 
54
 
-
 
55
defined('MOODLE_INTERNAL') || die();
-
 
56
 
-
 
57
debugging(
-
 
58
    'The tokeniserlib.php file is deprecated and should not be used any more. ',
-
 
59
    DEBUG_DEVELOPER,
-
 
60
);
52
 
61
 
53
/**
62
/**
54
 * Some constants
63
 * Some constants
55
 */
64
 */
56
define ('MINIMUM_WORD_SIZE',  3); /// Minimum word size to index and search
65
define ('MINIMUM_WORD_SIZE',  3); /// Minimum word size to index and search