Changeset 52790 in spip-zone
- Timestamp:
- Oct 7, 2011, 8:51:50 AM (9 years ago)
- Location:
- _plugins_/fulltext
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/fulltext/base/fulltext.php
r31882 r52790 3 3 * Plugin Fulltext 4 4 */ 5 if (!defined("_ECRIRE_INC_VERSION")) return; 5 6 6 7 function fulltext_declarer_tables_principales($tables_principales) { -
_plugins_/fulltext/extract/doc.php
r52412 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 // Sait-on extraire ce format ? 3 6 // TODO: ici tester si les binaires fonctionnent -
_plugins_/fulltext/extract/docx.php
r49180 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 // Sait-on extraire ce format ? 3 6 // TODO: ici tester si les classes fonctionnent -
_plugins_/fulltext/extract/odt.php
r49180 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 // Sait-on extraire ce format ? 3 6 // TODO: ici tester si les binaires fonctionnent -
_plugins_/fulltext/extract/pdf.php
r52412 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 // Sait-on extraire ce format ? 3 6 // TODO: ici tester si les binaires fonctionnent -
_plugins_/fulltext/extract/ppt.php
r52412 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 // Sait-on extraire ce format ? 3 6 // TODO: ici tester si les binaires fonctionnent -
_plugins_/fulltext/extract/pptx.php
r49180 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 // Sait-on extraire ce format ? 3 6 // TODO: ici tester si les binaires fonctionnent -
_plugins_/fulltext/extract/rtf.php
r51282 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 // Sait-on extraire ce format ? 3 6 // TODO: ici tester si les binaires fonctionnent -
_plugins_/fulltext/extract/xls.php
r52412 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 // Sait-on extraire ce format ? 3 6 // TODO: ici tester si les binaires fonctionnent -
_plugins_/fulltext/extract/xlsx.php
r49180 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 // Sait-on extraire ce format ? 3 6 // TODO: ici tester si les binaires fonctionnent -
_plugins_/fulltext/formulaires/configurer_document_fulltext.php
r52692 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 function formulaires_configurer_document_fulltext_charger_dist(){ 3 6 //Recuperation de la configuration -
_plugins_/fulltext/fulltext_autoriser.php
r46186 r52790 6 6 */ 7 7 8 8 if (!defined("_ECRIRE_INC_VERSION")) return; 9 9 10 /** 10 11 * Fonction pour le pipeline, n'a rien a effectuer -
_plugins_/fulltext/fulltext_fonctions.php
r49722 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 function balise_AIDE_RECHERCHE($p) { 3 6 if (!function_exists('recuperer_fond')) include_spip('public/assembler'); -
_plugins_/fulltext/fulltext_pipelines.php
r52692 r52790 3 3 * Plugin FullText/Gestion des documents 4 4 */ 5 6 if (!defined("_ECRIRE_INC_VERSION")) return; 5 7 6 8 function fulltext_taches_generales_cron($taches_generales) { -
_plugins_/fulltext/genie/fulltext_index_document.php
r49722 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 function genie_fulltext_index_document_dist($t) { 3 6 //Recuperation de la configuration -
_plugins_/fulltext/inc/fulltext_exec.php
r49722 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 function Fulltext_trouver_engine_table($table) { -
_plugins_/fulltext/lib/fonctions_zip.php
r49180 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 //Fonctions necessaires pour l'extraction des fichiers .odt/.docx 3 6 // Necessite PHP 5.2+ -
_plugins_/fulltext/lib/simplepptx.class.php
r49180 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 // Classe SimplePPTX v0.1 pour SPIP. 3 6 // Tres inspire de Zend Search Lucene (http://www.chisimba.com/apidocs/fwdocs/Zend_Search_Lucene/Document/Zend_Search_Lucene_Document_Pptx.html) et de la classe SimpleXLSX de Sergey Schuchkin -
_plugins_/fulltext/lib/simplexlsx.class.php
r49180 r52790 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 // Classe SimpleXLSX php v0.4 de Sergey Schuchkin legerement modifiee pour SPIP
Note: See TracChangeset
for help on using the changeset viewer.