[ifile] element index

All elements
a b c d e f g h i k l m n o p q r s t u v w x y z _
_
top
$_instance
IFile_Indexing_Mysqli::$_instance in IFile_Indexing_Mysqli.php
Istanza di IFile_Indexing_MySqli
$_instance
IFile_Indexing_Lucene::$_instance in IFile_Indexing_Lucene.php
Istanza di IFile_Indexing_Lucene
$_instance
IFileFactory::$_instance in IFileFactory.php
Istanza di IFileFactory
$_instance
IFileConfig::$_instance in IFileConfig.php
Istanza di IFileConfig
$_latestVersion
IFileVersion::$_latestVersion in IFileVersion.php
Versione dell'ultima release stabile
__addCustomFieldToDocument
Aggiunge il field personalizzato all'oggetto Zend_Search_Lucene_Document
__addCustomFieldToDocument
Aggiunge il field personalizzato all'oggetto Zend_Search_Lucene_Document
__addDocument
IFile_Indexing_Mysqli::__addDocument() in IFile_Indexing_Mysqli.php
Indicizza il documento
__addDocument
IFile_Indexing_Lucene::__addDocument() in IFile_Indexing_Lucene.php
Indicizza il documento
__addDocument
IFile_Indexing_Abstract::__addDocument() in IFile_Indexing_Abstract.php
Indicizza il documento
__arrayUnique
IFile_Indexing_Mysqli::__arrayUnique() in IFile_Indexing_Mysqli.php
Ritorna un array con ID unico
__checkIndexingFileFromKey
Verifica se il file e' stato gia' indicizzato
__checkIndexingFileFromKey
Verifica se il file e' stato gia' indicizzato
__checkIndexingFileFromKey
Verifica se il file e' gia' stato indicizzato
__construct
IFile_Indexing_Abstract::__construct() in IFile_Indexing_Abstract.php
__construct
IFile_Indexing_Lucene::__construct() in IFile_Indexing_Lucene.php
Costruttore
__construct
IFile_Indexing_Mysqli::__construct() in IFile_Indexing_Mysqli.php
Invoca un eccezione in caso non riesca ad aprire o creare l'indice.
__construct
IFileConfig::__construct() in IFileConfig.php
Il metodo non e' invocabile per il pattern Singleton
__construct
IFileFactory::__construct() in IFileFactory.php
Il metodo non e' invocabile per il Singleton pattern
__createDocumentFromFile
Crea un oggetto Zend_Search_Lucene_Document da un file
__createFullTextQuery
Restituisce un array con il risultato della query
__createIndex
IFile_Indexing_Lucene::__createIndex() in IFile_Indexing_Lucene.php
Crea o apre un indice.
__createOrderString
Ritorna la stringa per l'ordinamento
__createTable
IFile_Indexing_Mysqli::__createTable() in IFile_Indexing_Mysqli.php
Verifica l'esistenza della tabella.
__deleteAllDoc
IFile_Indexing_Lucene::__deleteAllDoc() in IFile_Indexing_Lucene.php
Cancella tutti i documenti dall'indice Ritorna il numero di documenti cancellati.
__deleteAllDoc
IFile_Indexing_Mysqli::__deleteAllDoc() in IFile_Indexing_Mysqli.php
Cancella tutti i documenti dalla tabella.
__deleteIndex
IFile_Indexing_Mysqli::__deleteIndex() in IFile_Indexing_Mysqli.php
Cancella l'intera Tabella.
__deleteIndex
IFile_Indexing_Lucene::__deleteIndex() in IFile_Indexing_Lucene.php
Cancella tutto l'indice compresa la cartella.
__destruct
IFile_Indexing_Lucene::__destruct() in IFile_Indexing_Lucene.php
Rimuove il riferimento a lucene creato nel costruttore
__getCharset
IFile_Indexing_Mysqli::__getCharset() in IFile_Indexing_Mysqli.php
Ritorna il Charater-set associato al tipo di encoding definito
__getCollation
IFile_Indexing_Mysqli::__getCollation() in IFile_Indexing_Mysqli.php
__getFieldValue
IFile_Indexing_Mysqli::__getFieldValue() in IFile_Indexing_Mysqli.php
Ritorna il valore di un field.
__query
IFile_Indexing_Abstract::__query() in IFile_Indexing_Abstract.php
Esegue la query di ricerca per i termini
__query
IFile_Indexing_Mysqli::__query() in IFile_Indexing_Mysqli.php
Esegue la query di ricerca per i termini Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  • un array vuoto in caso la query non presenta match.
__query
IFile_Indexing_Lucene::__query() in IFile_Indexing_Lucene.php
Esegue la query di ricerca per i termini Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  • un array vuoto in caso la query non presenta match.
__queryBoolean
IFile_Indexing_Abstract::__queryBoolean() in IFile_Indexing_Abstract.php
Esegue una boolean query
__queryBoolean
IFile_Indexing_Mysqli::__queryBoolean() in IFile_Indexing_Mysqli.php
Esegue una boolean query Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  1. un array vuoto in caso la query non presenta match.
__queryBoolean
IFile_Indexing_Lucene::__queryBoolean() in IFile_Indexing_Lucene.php
Esegue una boolean query Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  1. un array vuoto in caso la query non presenta match.
__queryFuzzy
IFile_Indexing_Mysqli::__queryFuzzy() in IFile_Indexing_Mysqli.php
Esegue la fuzzy query.
__queryFuzzy
IFile_Indexing_Lucene::__queryFuzzy() in IFile_Indexing_Lucene.php
Esegue la fuzzy query Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  • un array vuoto in caso la query non presenta match.
__queryFuzzy
IFile_Indexing_Abstract::__queryFuzzy() in IFile_Indexing_Abstract.php
Esegue fuzzy query
__queryParser
IFile_Indexing_Lucene::__queryParser() in IFile_Indexing_Lucene.php
Esegue una query parserizzando la stringa di ricerca Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  1. un array vuoto in caso la query non presenta match.
__queryParser
IFile_Indexing_Mysqli::__queryParser() in IFile_Indexing_Mysqli.php
Esegue una query parserizzando la stringa di ricerca Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  • un array vuoto in caso la query non presenta match.
__queryParser
IFile_Indexing_Abstract::__queryParser() in IFile_Indexing_Abstract.php
Esegue la query Parserizzaando la stringa
__queryPhrase
IFile_Indexing_Mysqli::__queryPhrase() in IFile_Indexing_Mysqli.php
Esegue la query di ricerca per frasi.
__queryPhrase
IFile_Indexing_Abstract::__queryPhrase() in IFile_Indexing_Abstract.php
Esegue la query di ricerca per frasi
__queryPhrase
IFile_Indexing_Lucene::__queryPhrase() in IFile_Indexing_Lucene.php
Esegue la query di ricerca per frasi Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  • un array vuoto in caso la query non presenta match.
__queryRange
IFile_Indexing_Mysqli::__queryRange() in IFile_Indexing_Mysqli.php
Questo metodo non e' supportato per MySql.
__queryRange
IFile_Indexing_Lucene::__queryRange() in IFile_Indexing_Lucene.php
Esegue la query per un range di dati Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  • un array vuoto in caso la query non presenta match.
__queryWildcard
IFile_Indexing_Mysqli::__queryWildcard() in IFile_Indexing_Mysqli.php
Esegue la query con caratteri Wildcard Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  • un array vuoto in caso la query non presenta match.
__queryWildcard
IFile_Indexing_Abstract::__queryWildcard() in IFile_Indexing_Abstract.php
Esegue la query con caratteri Wildcard
__queryWildcard
IFile_Indexing_Lucene::__queryWildcard() in IFile_Indexing_Lucene.php
Esegue la query con caratteri Wildcard Ritorna un array di oggetti Zend_Search_Lucene_Search_QueryHit
  • un array vuoto in caso la query non presenta match.
__rmdirr
IFile_Indexing_Lucene::__rmdirr() in IFile_Indexing_Lucene.php
Cancella una directory/file ricorsivamente
__setHits
IFile_Indexing_Mysqli::__setHits() in IFile_Indexing_Mysqli.php
Ritorna un array di oggetti IFileQueryHit
$_coloffset
$_columnsFormat
$_defaultEncoding
$_defaultFormat
$_ole
Spreadsheet_Excel_Reader::$_ole in class.excel2txt.php
$_rowoffset
_encodeUTF16
_format_value
_getCellDetails
_GetIEEE754
_GetInt4d
_parse
Spreadsheet_Excel_Reader::_parse() in class.excel2txt.php
Parse a workbook
_parsesheet
Parse a worksheet
_stremingOutput
Adapter_Search_Lucene_Document_PDF::_stremingOutput() in Adapter_Search_Lucene_Document_PDF.php
Return Output and SO (pdfinfo, pdftotext)
__construct
Adapter_Search_Lucene_Document_XLSX::__construct() in Adapter_Search_Lucene_Document_XLSX.php
__construct
Adapter_Search_Lucene_Document_XML::__construct() in Adapter_Search_Lucene_Document_XML.php
__construct
Adapter_Search_Lucene_Document_XLS::__construct() in Adapter_Search_Lucene_Document_XLS.php
__construct
Adapter_Search_Lucene_Document_TIFF::__construct() in Adapter_Search_Lucene_Document_TIFF.php
__construct
Adapter_Search_Lucene_Document_JPEG::__construct() in Adapter_Search_Lucene_Document_JPEG.php
__construct
Adapter_Search_Lucene_Document_JPG::__construct() in Adapter_Search_Lucene_Document_JPG.php
__construct
Adapter_Search_Lucene_Document_MP3::__construct() in Adapter_Search_Lucene_Document_MP3.php
__construct
Adapter_Search_Lucene_Document_HTML::__construct() in Adapter_Search_Lucene_Document_HTML.php
__construct
Adapter_Search_Lucene_Document_HTM::__construct() in Adapter_Search_Lucene_Document_HTM.php
__construct
Adapter_Search_Lucene_Document_DOC::__construct() in Adapter_Search_Lucene_Document_DOC.php
__construct
Adapter_Search_Lucene_Document_DOCX::__construct() in Adapter_Search_Lucene_Document_DOCX.php
__construct
Adapter_Search_Lucene_Document_ODS::__construct() in Adapter_Search_Lucene_Document_ODS.php
__construct
Adapter_Search_Lucene_Document_ODT::__construct() in Adapter_Search_Lucene_Document_ODT.php
__construct
Adapter_Search_Lucene_Document_TIF::__construct() in Adapter_Search_Lucene_Document_TIF.php
__construct
Adapter_Search_Lucene_Document_Abstract::__construct() in Adapter_Search_Lucene_Document_Abstract.php
__construct
Adapter_Search_Lucene_Document_RTF::__construct() in Adapter_Search_Lucene_Document_RTF.php
__construct
Adapter_Search_Lucene_Document_PPTX::__construct() in Adapter_Search_Lucene_Document_PPTX.php
__construct
Adapter_Search_Lucene_Document_OpenOffice::__construct() in Adapter_Search_Lucene_Document_OpenOffice.php
__construct
Adapter_Search_Lucene_Document_PDF::__construct() in Adapter_Search_Lucene_Document_PDF.php
__construct
Adapter_Search_Lucene_Document_TXT::__construct() in Adapter_Search_Lucene_Document_TXT.php
__construct
LuceneDataIndexBean::__construct() in LuceneDataIndexBean.php
__construct
PHPOpenOfficeLib::__construct() in class.openoffice2txt.php
Open Document
__destruct
PHPOpenOfficeLib::__destruct() in class.openoffice2txt.php
Close document
__readData
OLERead::__readData() in class.excel2txt.php
__readPropertySets
OLERead::__readPropertySets() in class.excel2txt.php
__construct
IFileQueryRegistry::__construct() in IFileQueryRegistry.php
__construct
IFileQueryHit::__construct() in IFileQueryHit.php
Costruttore - passa un oggettodi IFile_Indexing_Interface
__construct
IFileQuery::__construct() in IFileQuery.php
__construct
IFileInfoFile::__construct() in IFileInfoFile.php
$_check
LuceneServerCheck::$_check in LuceneServerCheck.php
Controllo esecuzione della check
$_instance
LuceneServerCheck::$_instance in LuceneServerCheck.php
Istanza di LuceneServerCheck
__construct
ReportCheck::__construct() in ReportCheck.php
Costruttore
__construct
LuceneServerCheck::__construct() in LuceneServerCheck.php
Costruttore privato per la gestione del Singleton
a
top
$analyzer
IFileConfig::$analyzer in IFileConfig.php
Valore di default dell'analyzer
$autoCommit
IFile_Indexing_Abstract::$autoCommit in IFile_Indexing_Abstract.php
Auto commit (default disattivato)
addCustomField
IFile_Indexing_Interface::addCustomField() in IFile_Indexing_Interface.php
Aggiunge un campo personalizzato al documento da indicizzare
addCustomField
IFile_Indexing_Abstract::addCustomField() in IFile_Indexing_Abstract.php
Aggiunge un campo personalizzato al documento da indicizzare
addDocument
IFile_Indexing_Interface::addDocument() in IFile_Indexing_Interface.php
Aggiunge un documento ad un indice
addDocument
IFile_Indexing_Abstract::addDocument() in IFile_Indexing_Abstract.php
Aggiunge un documento ad un indice Il metodo oltre ai fleld recuperati dalla parserizzazione del file (o del Zend_Search_Lucene_Document passato) aggiunge i seguenti filed
  • name: nome del file
  • path: il path relativo del file.
array_replace_recursive
Versione per la versione di PHP < 5.
autoCommit
IFile_Indexing_Interface::autoCommit() in IFile_Indexing_Interface.php
Setta la gestire manualmente o in modo automatico del commit
autoCommit
IFile_Indexing_Abstract::autoCommit() in IFile_Indexing_Abstract.php
Setta la gestire manualmente o in modo automatico del commit
$antiwordResource
Adapter_Search_Lucene_Document_DOC::$antiwordResource in Adapter_Search_Lucene_Document_DOC.php
Path of Antiword Resource
Adapter_Search_Lucene_Document_Abstract.php
Adapter_Search_Lucene_Document_Abstract.php in Adapter_Search_Lucene_Document_Abstract.php
Adapter_Search_Lucene_Document_DOC.php
Adapter_Search_Lucene_Document_DOC.php in Adapter_Search_Lucene_Document_DOC.php
Adapter_Search_Lucene_Document_DOCX.php
Adapter_Search_Lucene_Document_DOCX.php in Adapter_Search_Lucene_Document_DOCX.php
Adapter_Search_Lucene_Document_HTM.php
Adapter_Search_Lucene_Document_HTM.php in Adapter_Search_Lucene_Document_HTM.php
Adapter_Search_Lucene_Document_HTML.php
Adapter_Search_Lucene_Document_HTML.php in Adapter_Search_Lucene_Document_HTML.php
Adapter_Search_Lucene_Document_Interface.php
Adapter_Search_Lucene_Document_Interface.php in Adapter_Search_Lucene_Document_Interface.php
Adapter_Search_Lucene_Document_JPEG.php
Adapter_Search_Lucene_Document_JPEG.php in Adapter_Search_Lucene_Document_JPEG.php
Adapter_Search_Lucene_Document_JPG.php
Adapter_Search_Lucene_Document_JPG.php in Adapter_Search_Lucene_Document_JPG.php
Adapter_Search_Lucene_Document_MP3.php
Adapter_Search_Lucene_Document_MP3.php in Adapter_Search_Lucene_Document_MP3.php
Adapter_Search_Lucene_Document_ODS.php
Adapter_Search_Lucene_Document_ODS.php in Adapter_Search_Lucene_Document_ODS.php
Adapter_Search_Lucene_Document_ODT.php
Adapter_Search_Lucene_Document_ODT.php in Adapter_Search_Lucene_Document_ODT.php
Adapter_Search_Lucene_Document_OpenOffice.php
Adapter_Search_Lucene_Document_OpenOffice.php in Adapter_Search_Lucene_Document_OpenOffice.php
Adapter_Search_Lucene_Document_PDF.php
Adapter_Search_Lucene_Document_PDF.php in Adapter_Search_Lucene_Document_PDF.php
Adapter_Search_Lucene_Document_PPTX.php
Adapter_Search_Lucene_Document_PPTX.php in Adapter_Search_Lucene_Document_PPTX.php
Adapter_Search_Lucene_Document_RTF.php
Adapter_Search_Lucene_Document_RTF.php in Adapter_Search_Lucene_Document_RTF.php
Adapter_Search_Lucene_Document_TIF.php
Adapter_Search_Lucene_Document_TIF.php in Adapter_Search_Lucene_Document_TIF.php
Adapter_Search_Lucene_Document_TIFF.php
Adapter_Search_Lucene_Document_TIFF.php in Adapter_Search_Lucene_Document_TIFF.php
Adapter_Search_Lucene_Document_TXT.php
Adapter_Search_Lucene_Document_TXT.php in Adapter_Search_Lucene_Document_TXT.php
Adapter_Search_Lucene_Document_XLS.php
Adapter_Search_Lucene_Document_XLS.php in Adapter_Search_Lucene_Document_XLS.php
Adapter_Search_Lucene_Document_XLSX.php
Adapter_Search_Lucene_Document_XLSX.php in Adapter_Search_Lucene_Document_XLSX.php
Adapter_Search_Lucene_Document_XML.php
Adapter_Search_Lucene_Document_XML.php in Adapter_Search_Lucene_Document_XML.php
Adapter_Search_Lucene_Exception.php
Adapter_Search_Lucene_Exception.php in Adapter_Search_Lucene_Exception.php
Adapter_Search_Lucene_Document_Abstract
Adapter_Search_Lucene_Document_Abstract in Adapter_Search_Lucene_Document_Abstract.php
Classe astratta che implementa l'interfaccia per gli Adapter.
Adapter_Search_Lucene_Document_DOC
Adapter_Search_Lucene_Document_DOC in Adapter_Search_Lucene_Document_DOC.php
Adapter per il recupero del contenuto dei file DOC
Adapter_Search_Lucene_Document_DOCX
Adapter_Search_Lucene_Document_DOCX in Adapter_Search_Lucene_Document_DOCX.php
Adapter per il recupero del contenuto dei file DOCX
Adapter_Search_Lucene_Document_HTM
Adapter_Search_Lucene_Document_HTM in Adapter_Search_Lucene_Document_HTM.php
Adapter per il recupero del contenuto dei file HTM
Adapter_Search_Lucene_Document_HTML
Adapter_Search_Lucene_Document_HTML in Adapter_Search_Lucene_Document_HTML.php
Adapter per il recupero del contenuto dei file HTML
Adapter_Search_Lucene_Document_Interface
Adapter_Search_Lucene_Document_Interface in Adapter_Search_Lucene_Document_Interface.php
Elemento di interfaccia per gli Adapter
Adapter_Search_Lucene_Document_JPEG
Adapter_Search_Lucene_Document_JPEG in Adapter_Search_Lucene_Document_JPEG.php
Adapter per il recupero del contenuto degli EXIF TAG dei file JPEG
Adapter_Search_Lucene_Document_JPG
Adapter_Search_Lucene_Document_JPG in Adapter_Search_Lucene_Document_JPG.php
Adapter per il recupero del contenuto degli EXIF TAG dei file JPG
Adapter_Search_Lucene_Document_MP3
Adapter_Search_Lucene_Document_MP3 in Adapter_Search_Lucene_Document_MP3.php
Adapter per il recupero del contenuto degli ID3 TAG dei file MP3
Adapter_Search_Lucene_Document_ODS
Adapter_Search_Lucene_Document_ODS in Adapter_Search_Lucene_Document_ODS.php
Adapter per il recupero del contenuto dei file ODS
Adapter_Search_Lucene_Document_ODT
Adapter_Search_Lucene_Document_ODT in Adapter_Search_Lucene_Document_ODT.php
Adapter per il recupero del contenuto dei file ODT
Adapter_Search_Lucene_Document_OpenOffice
Adapter_Search_Lucene_Document_OpenOffice in Adapter_Search_Lucene_Document_OpenOffice.php
Adapter per il recupero del contenuto dei file OpenOffice
Adapter_Search_Lucene_Document_PDF
Adapter_Search_Lucene_Document_PDF in Adapter_Search_Lucene_Document_PDF.php
Adapter per il recupero del contenuto dei file PDF
Adapter_Search_Lucene_Document_PPTX
Adapter_Search_Lucene_Document_PPTX in Adapter_Search_Lucene_Document_PPTX.php
Adapter per il recupero del contenuto dei file PPTX
Adapter_Search_Lucene_Document_RTF
Adapter_Search_Lucene_Document_RTF in Adapter_Search_Lucene_Document_RTF.php
Adapter per il recupero del contenuto dei file RTF.
Adapter_Search_Lucene_Document_TIF
Adapter_Search_Lucene_Document_TIF in Adapter_Search_Lucene_Document_TIF.php
Adapter per il recupero del contenuto degli EXIF TAG dei file TIF
Adapter_Search_Lucene_Document_TIFF
Adapter_Search_Lucene_Document_TIFF in Adapter_Search_Lucene_Document_TIFF.php
Adapter per il recupero del contenuto degli EXIF TAG dei file TIFF
Adapter_Search_Lucene_Document_TXT
Adapter_Search_Lucene_Document_TXT in Adapter_Search_Lucene_Document_TXT.php
Adapter per il recupero del contenuto dei file TXT
Adapter_Search_Lucene_Document_XLS
Adapter_Search_Lucene_Document_XLS in Adapter_Search_Lucene_Document_XLS.php
Adapter per il recupero del contenuto dei file XLS
Adapter_Search_Lucene_Document_XLSX
Adapter_Search_Lucene_Document_XLSX in Adapter_Search_Lucene_Document_XLSX.php
Adapter per il recupero del contenuto dei file XLSX
Adapter_Search_Lucene_Document_XML
Adapter_Search_Lucene_Document_XML in Adapter_Search_Lucene_Document_XML.php
Adapter per il recupero del contenuto dei file XML.
Adapter_Search_Lucene_Exception
Adapter_Search_Lucene_Exception in Adapter_Search_Lucene_Exception.php
addcell
align
Spreadsheet_Excel_Reader::align() in class.excel2txt.php
$album
MP32txt::$album in class.mp32txt.php
Album della canzone
$apertureFNumber
Image2Txt::$apertureFNumber in class.image2txt.php
Apertura dell'obiettivo
$archive
PHPOpenOfficeLib::$archive in class.openoffice2txt.php
Documento OpenOffice
$artist
MP32txt::$artist in class.mp32txt.php
Artista della canzone
AdapterHelper.php
AdapterHelper.php in AdapterHelper.php
AdapterHelper
AdapterHelper in AdapterHelper.php
Classe di utility
array_comb
array_comb() in class.excel2txt.php
ADAPTERS_PATH
LuceneServerCheck::ADAPTERS_PATH in LuceneServerCheck.php
Percorso degli Adapters
b
top
$boundsheets
bgColor
bold
Spreadsheet_Excel_Reader::bold() in class.excel2txt.php
borderBottom
borderBottomColor
borderLeft
borderLeftColor
borderRight
borderRightColor
borderTop
borderTopColor
$body
LuceneDataIndexBean::$body in LuceneDataIndexBean.php
Contenuto del documetno
$band
MP32txt::$band in class.mp32txt.php
Gruppo
$bpm
MP32txt::$bpm in class.mp32txt.php
Battiti al minuto
BIG_BLOCK_DEPOT_BLOCKS_POS
BIG_BLOCK_DEPOT_BLOCKS_POS in class.excel2txt.php
BIG_BLOCK_SIZE
BIG_BLOCK_SIZE in class.excel2txt.php
BINARIES_DEFAULT
LuceneServerCheck::BINARIES_DEFAULT in LuceneServerCheck.php
XPDF installato nel sistema
BINARIES_FRE
LuceneServerCheck::BINARIES_FRE in LuceneServerCheck.php
XPDF per FREEBSD
BINARIES_INFO_LIN
LuceneServerCheck::BINARIES_INFO_LIN in LuceneServerCheck.php
XPDF INFO per Linux
BINARIES_INFO_LIN_64
XPDF INFO per Linux 64bit
BINARIES_INFO_WIN
LuceneServerCheck::BINARIES_INFO_WIN in LuceneServerCheck.php
XPDF INFO per Windows
BINARIES_INFO_WIN_64
XPDF INFO per Windows
BINARIES_LIN
LuceneServerCheck::BINARIES_LIN in LuceneServerCheck.php
XPDF per Linux
BINARIES_LIN_64
LuceneServerCheck::BINARIES_LIN_64 in LuceneServerCheck.php
XPDF per Linux 64bit
BINARIES_LIN_DOC
LuceneServerCheck::BINARIES_LIN_DOC in LuceneServerCheck.php
ANTIWORD per Linux
BINARIES_OSX
LuceneServerCheck::BINARIES_OSX in LuceneServerCheck.php
XPDF per OSX
BINARIES_OSX_DOC
LuceneServerCheck::BINARIES_OSX_DOC in LuceneServerCheck.php
ANTIWORD per OS
BINARIES_UNV
LuceneServerCheck::BINARIES_UNV in LuceneServerCheck.php
XPDF per universal
BINARIES_WIN
LuceneServerCheck::BINARIES_WIN in LuceneServerCheck.php
XPDF per Windows
BINARIES_WIN_64
LuceneServerCheck::BINARIES_WIN_64 in LuceneServerCheck.php
XPDF per Windows 64bit
BINARIES_WIN_DOC
LuceneServerCheck::BINARIES_WIN_DOC in LuceneServerCheck.php
ANTIWORD per Windows
c
top
$config
IFileConfig::$config in IFileConfig.php
Array della configurazione
checkAnalyzer
IFileConfig::checkAnalyzer() in IFileConfig.php
Verifica che l'oggetto analyzer esista
checkCustomXPDF
Verifica che sia stato configurato un file esistente
checkRootApplication
Verifica che sia stato configurato un path esistente
checkStopWords
Verifica che sia stato configurato un file esistente
checkTokenFilter
Verifica che l'oggetto Token Filter esista
commit
IFile_Indexing_Lucene::commit() in IFile_Indexing_Lucene.php
Committa l'indice
commit
IFile_Indexing_Mysqli::commit() in IFile_Indexing_Mysqli.php
Committa l'indice
commit
IFile_Indexing_Interface::commit() in IFile_Indexing_Interface.php
Committa l'indice
commit
IFile_Indexing_Abstract::commit() in IFile_Indexing_Abstract.php
Committa l'indice
compareVersion
IFileVersion::compareVersion() in IFileVersion.php
Confronta la versione specificata di IFILE con la versione corrente IFileVersion::VERSION of IFile.
comp_func_cr
IFile_Indexing_Mysqli::comp_func_cr() in IFile_Indexing_Mysqli.php
Callback per la gestione dell'array_diff sugli array di ricerca
count
IFile_Indexing_Mysqli::count() in IFile_Indexing_Mysqli.php
Ritorna il numero di documenti inseriti compresi quelli marcati come cancellati
count
IFile_Indexing_Lucene::count() in IFile_Indexing_Lucene.php
Ritorna il numero di documenti inseriti compresi quelli marcati come cancellati
count
IFile_Indexing_Abstract::count() in IFile_Indexing_Abstract.php
Ritorna il numero di documenti inseriti compresi quelli marcati come cancellati
count
IFile_Indexing_Interface::count() in IFile_Indexing_Interface.php
Ritorna il numero di documenti inseriti compresi quelli marcati come cancellati
$colindexes
$colInfo
Spreadsheet_Excel_Reader::$colInfo in class.excel2txt.php
$colnames
$colors
Spreadsheet_Excel_Reader::$colors in class.excel2txt.php
$config
Adapter_Search_Lucene_Document_DOC::$config in Adapter_Search_Lucene_Document_DOC.php
Array della configurazione per la doctotxt
colcount
colhidden
color
Spreadsheet_Excel_Reader::color() in class.excel2txt.php
colspan
colwidth
createNumber
$created
LuceneDataIndexBean::$created in LuceneDataIndexBean.php
Data di creazione del documento
$creator
LuceneDataIndexBean::$creator in LuceneDataIndexBean.php
Creatore del documento
$composer
MP32txt::$composer in class.mp32txt.php
Compositore della canzone
$copyright
MP32txt::$copyright in class.mp32txt.php
Copyright
$copyright
Image2Txt::$copyright in class.image2txt.php
Copyright sull'immagine
class.doc2txt.php
class.doc2txt.php in class.doc2txt.php
class.excel2txt.php
class.excel2txt.php in class.excel2txt.php
class.image2txt.php
class.image2txt.php in class.image2txt.php
class.mp32txt.php
class.mp32txt.php in class.mp32txt.php
class.openoffice2txt.php
class.openoffice2txt.php in class.openoffice2txt.php
class.rtf2txt.php
class.rtf2txt.php in class.rtf2txt.php
checkOpenXML
AdapterHelper::checkOpenXML() in AdapterHelper.php
Verifica se il documento e' un documento OpenXML
CheckRTFFormat
PHPRtfLib::CheckRTFFormat() in class.rtf2txt.php
CheckRTFFormat
PHPWordLib::CheckRTFFormat() in class.doc2txt.php
CheckWordFormat
PHPWordLib::CheckWordFormat() in class.doc2txt.php
clear
MP32txt::clear() in class.mp32txt.php
Ritorna una stringa recuperata dal TAG del file MP3
checkEncoding
IFileQueryRegistry::checkEncoding() in IFileQueryRegistry.php
Controllo sul tipo di Encoding
checkField
IFileQueryRegistry::checkField() in IFileQueryRegistry.php
Controllo sul field
checkPosition
IFileQueryRegistry::checkPosition() in IFileQueryRegistry.php
Controllo sulla posizione
checksumFromFile
Ritorna il checksum in MD5 del contenuto di un file
checkTerm
IFileQueryRegistry::checkTerm() in IFileQueryRegistry.php
Controllo sul termine Questo metodo potrebbe essere implementato estendendo la classe IFileQueryRegistry per gestire eventuali controlli sui termini di ricerca.
count
IFileQueryRegistry::count() in IFileQueryRegistry.php
Ritorna il numero di query settate
$check
ReportCheck::$check in ReportCheck.php
Valore di controllo
$configmod
LuceneServerCheck::$configmod in LuceneServerCheck.php
Stringa dei permessi
checkExtensionsAllows
Verifica le estensioni dei file consentiti
checkPCRE
LuceneServerCheck::checkPCRE() in LuceneServerCheck.php
Verifica se esistone la PCRE
checkPearFile
LuceneServerCheck::checkPearFile() in LuceneServerCheck.php
Ritorna true se il file esiste
checkPermissionANTIWORD
Verifica se si hanno i permessi per utilizzare le ANTIWORD
checkPermissionINFOXPDF
Verifica se si hanno i permessi per utilizzare le XPDF
checkPermissionXPDF
Verifica se si hanno i permessi per utilizzare le XPDF
checkPermits
LuceneServerCheck::checkPermits() in LuceneServerCheck.php
Controlla i chmod dei file di esecuzione
checkPHPFunction
LuceneServerCheck::checkPHPFunction() in LuceneServerCheck.php
Verifica se esistono le funzioni
checkPHPLib
LuceneServerCheck::checkPHPLib() in LuceneServerCheck.php
Verifica se ci sono le librerie necessarie
checkPHPVersion
LuceneServerCheck::checkPHPVersion() in LuceneServerCheck.php
Verifica che la versione di PHP sia uguale o superiore alla 5.
checkServer
LuceneServerCheck::checkServer() in LuceneServerCheck.php
Verifica che la versione di PHP sia uguale o superiore alla 5.
checkZendFramework
Verifica l'esistenza delle librerie di lucene della ZEND FRAMEWORK
d
top
$defaultField
IFile_Indexing_Abstract::$defaultField in IFile_Indexing_Abstract.php
Campo di ricerca di default
$dirname
IFileFactory::$dirname in IFileFactory.php
Nome della directory dove risiede il file
decodeOpw
IFileXpdfConfig::decodeOpw() in IFileXpdfConfig.php
Ritorna la password decriptata.
delete
IFile_Indexing_Lucene::delete() in IFile_Indexing_Lucene.php
Marca un documento come cancellato
delete
IFile_Indexing_Mysqli::delete() in IFile_Indexing_Mysqli.php
Marca un documento come cancellato
delete
IFile_Indexing_Interface::delete() in IFile_Indexing_Interface.php
Marca un documento come cancellato
delete
IFile_Indexing_Abstract::delete() in IFile_Indexing_Abstract.php
Marca un documento come cancellato
deleteAll
IFile_Indexing_Mysqli::deleteAll() in IFile_Indexing_Mysqli.php
Cancella l'indice e ritorna il numero di documenti cancellati
deleteAll
IFile_Indexing_Lucene::deleteAll() in IFile_Indexing_Lucene.php
Cancella l'indice e ritorna il numero di documenti cancellati
deleteAll
IFile_Indexing_Abstract::deleteAll() in IFile_Indexing_Abstract.php
Cancella l'indice e ritorna il numero di documenti cancellati
deleteAll
IFile_Indexing_Interface::deleteAll() in IFile_Indexing_Interface.php
Cancella l'indice e ritorna il numero di documenti cancellati
$data
Spreadsheet_Excel_Reader::$data in class.excel2txt.php
$dateFormats
List of default date formats used by Excel
$defaultColWidth
dump
Spreadsheet_Excel_Reader::dump() in class.excel2txt.php
dumpHexData
dump_xls2txt
$description
LuceneDataIndexBean::$description in LuceneDataIndexBean.php
Descrizione del documento
$data
OLERead::$data in class.excel2txt.php
$dateTime
Image2Txt::$dateTime in class.image2txt.php
Risoluzione per la coordinata Y
DMStoDecimal
Image2Txt::DMStoDecimal() in class.image2txt.php
Trasforma le coordinate da DMS in Decimali
deleteLastSlash
Elimina l'ultimo "directory separetor" dal percorso di un file
e
top
$encoding
IFileConfig::$encoding in IFileConfig.php
Valore di default dell'encoding
encodeOpw
IFileXpdfConfig::encodeOpw() in IFileXpdfConfig.php
Ritorna la password criptata.
$encodedBy
MP32txt::$encodedBy in class.mp32txt.php
Codificato da
$exposureMode
Image2Txt::$exposureMode in class.image2txt.php
Modalita' di esposizione
$exposureTime
Image2Txt::$exposureTime in class.image2txt.php
Tempo di esposizione
EXTENSION_BLOCK_POS
EXTENSION_BLOCK_POS in class.excel2txt.php
ExtractRTFBlock
PHPWordLib::ExtractRTFBlock() in class.doc2txt.php
$encoding
IFileQuery::$encoding in IFileQuery.php
Encoding del termine
$extFile
IFileInfoFile::$extFile in IFileInfoFile.php
Estensione del file
$extensionsAllows
LuceneServerCheck::$extensionsAllows in LuceneServerCheck.php
Lista delle estensioni consentite
f
top
$file
IFile_Indexing_Abstract::$file in IFile_Indexing_Abstract.php
IFileInfoFile
FIELD_TYPE_BINARY
IFile_Indexing_Interface::FIELD_TYPE_BINARY in IFile_Indexing_Interface.php
Tipo di field: Binario
FIELD_TYPE_KEYWORD
IFile_Indexing_Interface::FIELD_TYPE_KEYWORD in IFile_Indexing_Interface.php
Tipo di field: Parola chiave
FIELD_TYPE_TEXT
IFile_Indexing_Interface::FIELD_TYPE_TEXT in IFile_Indexing_Interface.php
Tipo di field: Testo
FIELD_TYPE_UNINDEXED
IFile_Indexing_Interface::FIELD_TYPE_UNINDEXED in IFile_Indexing_Interface.php
Tipo di field: Non indicizzato
FIELD_TYPE_UNSTORED
IFile_Indexing_Interface::FIELD_TYPE_UNSTORED in IFile_Indexing_Interface.php
Tipo di field: TesNon storicizzato
$filename
Adapter_Search_Lucene_Document_Abstract::$filename in Adapter_Search_Lucene_Document_Abstract.php
$fontRecords
$formatRecords
font
Spreadsheet_Excel_Reader::font() in class.excel2txt.php
fontIndex
fontProperty
fontRecord
format
Spreadsheet_Excel_Reader::format() in class.excel2txt.php
formatColor
formatIndex
$fileSize
Image2Txt::$fileSize in class.image2txt.php
Dimensione dfel file in byte
$field
IFileQuery::$field in IFileQuery.php
Campo
$file
IFileInfoFile::$file in IFileInfoFile.php
Path del file da indicizzare
g
top
getAdapterSearchLuceneDocument
Ritorna un oggetto Adatpter_Search_Lucene_Document_Interface
getAllDocument
IFile_Indexing_Mysqli::getAllDocument() in IFile_Indexing_Mysqli.php
Ritorna un array contenente tutti gli oggetti Zend_Search_Lucene_Document presenti nell'indice, senza i documenti marcati come cancellati.
getAllDocument
IFile_Indexing_Abstract::getAllDocument() in IFile_Indexing_Abstract.php
Ritorna un array contenente tutti gli oggetti documento presenti nell'indice, senza i documenti marcati come cancellati.
getAllDocument
IFile_Indexing_Lucene::getAllDocument() in IFile_Indexing_Lucene.php
Ritorna un array contenente tutti gli oggetti Zend_Search_Lucene_Document presenti nell'indice, senza i documenti marcati come cancellati.
getAllDocument
IFile_Indexing_Interface::getAllDocument() in IFile_Indexing_Interface.php
Ritorna un array contenente tutti gli oggetti documento presenti nell'indice, senza i documenti marcati come cancellati.
getAncestors
IFileConfig::getAncestors() in IFileConfig.php
Ritorna un array delle estensioni della classe
getConfig
IFileConfig::getConfig() in IFileConfig.php
Ritorna il valore della proprieta' o NULL se non esiste
getCustomField
IFile_Indexing_Interface::getCustomField() in IFile_Indexing_Interface.php
Ritorna un array dei campi personalizzati settati
getCustomField
IFile_Indexing_Abstract::getCustomField() in IFile_Indexing_Abstract.php
Ritorna un array dei campi personalizzati settati
getDefaultSearchField
Ritorna il field di default su cui ricercare i termini
getDefaultSearchField
Ritorna il field di default su cui ricercare i termini
getDefaultSearchField
Ritorna il field di default su cui ricercare i termini
getDefineFieldsType
Configurazione di Default dei fields "Standard" di IFile
getDocument
IFile_Indexing_Interface::getDocument() in IFile_Indexing_Interface.php
Ritorna l'oggetto documento
getDocument
IFile_Indexing_Lucene::getDocument() in IFile_Indexing_Lucene.php
Ritorna l'oggetto documento
getDocument
IFile_Indexing_Mysqli::getDocument() in IFile_Indexing_Mysqli.php
Ritorna l'oggetto documento
getDocument
IFile_Indexing_Abstract::getDocument() in IFile_Indexing_Abstract.php
Ritorna l'oggetto documento
getDocumentField
Ritorna l'array dei tipi di Fields
getFieldNames
IFile_Indexing_Interface::getFieldNames() in IFile_Indexing_Interface.php
Ritorna un array dei campi presenti nell'indice
getFieldNames
IFile_Indexing_Lucene::getFieldNames() in IFile_Indexing_Lucene.php
Ritorna un array dei campi presenti nell'indice
getFieldNames
IFile_Indexing_Abstract::getFieldNames() in IFile_Indexing_Abstract.php
Ritorna un array dei campi presenti nell'indice
getFieldNames
IFile_Indexing_Mysqli::getFieldNames() in IFile_Indexing_Mysqli.php
Ritorna un array dei campi presenti nell'indice
getIFileIndexing
Ritorna un oggetto IFile_Indexing_Interface
getIndexFile
IFile_Indexing_Abstract::getIndexFile() in IFile_Indexing_Abstract.php
Ritorna un oggetto IFileInfoFile
getIndexFile
IFile_Indexing_Interface::getIndexFile() in IFile_Indexing_Interface.php
Ritorna un oggetto IFileInfoFile
getIndexResource
IFile_Indexing_Abstract::getIndexResource() in IFile_Indexing_Abstract.php
Setta l'handler alla risorsa di indicizzazione
getInstance
IFileFactory::getInstance() in IFileFactory.php
Ritorna una istanza dell'oggetto IFileFactory
getInstance
IFileConfig::getInstance() in IFileConfig.php
Ritorna una istanza dell'oggetto IFileFactory
getLatest
IFileVersion::getLatest() in IFileVersion.php
Recupera la versione dell'ultima release stabile
getResultLimit
IFile_Indexing_Lucene::getResultLimit() in IFile_Indexing_Lucene.php
Ritorna il limite dei risultati da estrarre
getResultLimit
IFile_Indexing_Interface::getResultLimit() in IFile_Indexing_Interface.php
Ritorna il limite dei risultati da estrarre
getResultLimit
IFile_Indexing_Abstract::getResultLimit() in IFile_Indexing_Abstract.php
Ritorna il limite dei risultati da estrarre
getXpdf
IFileConfig::getXpdf() in IFileConfig.php
Ritorna la proprieta' della configurazione per la XPDF
getCol
Spreadsheet_Excel_Reader::getCol() in class.excel2txt.php
getFilename
Adapter_Search_Lucene_Document_Interface::getFilename() in Adapter_Search_Lucene_Document_Interface.php
Ritorna il path del file da parserizzare
getFilename
Adapter_Search_Lucene_Document_Abstract::getFilename() in Adapter_Search_Lucene_Document_Abstract.php
Implementa l'interfaccia
getTxtFromBinaries
Adapter_Search_Lucene_Document_PDF::getTxtFromBinaries() in Adapter_Search_Lucene_Document_PDF.php
Recupera i meta tag ed il contenuto di un file PDF utilizzando le XPFD Ritorna null se si e' verificato un errore nella lettura del file da parte della XPDF o true se non vi sono stati errori.
getBody
LuceneDataIndexBean::getBody() in LuceneDataIndexBean.php
Restituisce il contenuto di un documento
getCreated
LuceneDataIndexBean::getCreated() in LuceneDataIndexBean.php
Ritorna la data di creazione
getCreator
LuceneDataIndexBean::getCreator() in LuceneDataIndexBean.php
Ritorna l'autore
getDescription
LuceneDataIndexBean::getDescription() in LuceneDataIndexBean.php
Ritorna la descrizione
getKeywords
LuceneDataIndexBean::getKeywords() in LuceneDataIndexBean.php
Ritorna le parole chiave
getLuceneDocument
LuceneDataIndexBean::getLuceneDocument() in LuceneDataIndexBean.php
Ritorna un Zend_Search_Lucene_Document valorizzato con i dati del bean
getModified
LuceneDataIndexBean::getModified() in LuceneDataIndexBean.php
Ritorna la data di modifica
getPages
LuceneDataIndexBean::getPages() in LuceneDataIndexBean.php
Ritorna il numero di pagine
getSubject
LuceneDataIndexBean::getSubject() in LuceneDataIndexBean.php
Ritorna l'oggetto
getTitle
LuceneDataIndexBean::getTitle() in LuceneDataIndexBean.php
Ritorna il titolo
$genre
MP32txt::$genre in class.mp32txt.php
Genere della canzone
$GPSLatitude
Image2Txt::$GPSLatitude in class.image2txt.php
Latitudine salvata dal dispositivo
$GPSLatitudeRef
Image2Txt::$GPSLatitudeRef in class.image2txt.php
Punto cardinale per la latitudine
$GPSLongitude
Image2Txt::$GPSLongitude in class.image2txt.php
Longitudine salvata dal dispositivo
$GPSLongitudeRef
Image2Txt::$GPSLongitudeRef in class.image2txt.php
Punto cardinale per la longitudine
getAlbum
MP32txt::getAlbum() in class.mp32txt.php
Ritorna il nome dell'album della canzone
getApertureFNumber
Image2Txt::getApertureFNumber() in class.image2txt.php
Ritorna l'apertura dell'obiettivo
getArtist
MP32txt::getArtist() in class.mp32txt.php
Ritorna il nome dell'artista della canzone
getBand
MP32txt::getBand() in class.mp32txt.php
Ritorna il nome della band (gruppo) della canzone
getBpm
MP32txt::getBpm() in class.mp32txt.php
Ritorna i battiti al minuto della canzone
getComposer
MP32txt::getComposer() in class.mp32txt.php
Ritorna l'anno della canzone
getCopyright
Image2Txt::getCopyright() in class.image2txt.php
Ritorna il copyright dell'immagine
getCopyright
MP32txt::getCopyright() in class.mp32txt.php
Ritorna il copyright della canzone
getDateTime
Image2Txt::getDateTime() in class.image2txt.php
Ritorna la data di creazione dell'immagine nel formato yyyy:mm:gg hh:mm:ss
getEncodedBy
MP32txt::getEncodedBy() in class.mp32txt.php
Setta da chi e' stato codificato
getExposureMode
Image2Txt::getExposureMode() in class.image2txt.php
Riotrna la modalita' di esposizione
getExposureTime
Image2Txt::getExposureTime() in class.image2txt.php
Ritorna il tempo di esposizione
getFileSize
Image2Txt::getFileSize() in class.image2txt.php
Ritorna la dimensione del file in byte
getGenre
MP32txt::getGenre() in class.mp32txt.php
Ritorna il genere della canzone
getGps
Image2Txt::getGps() in class.image2txt.php
Converte le coordinate GPS nel formato Google
getGPSLatitude
Image2Txt::getGPSLatitude() in class.image2txt.php
Ritorna la latitudine
getGPSLatitudeGoogle
Image2Txt::getGPSLatitudeGoogle() in class.image2txt.php
Ritorna la latitudine nel formato di googlemap
getGPSLatitudeRef
Image2Txt::getGPSLatitudeRef() in class.image2txt.php
Ritorna il punto cardinale della latitudine
getGPSLongitude
Image2Txt::getGPSLongitude() in class.image2txt.php
Ritorna la longitudine
getGPSLongitudeGoogle
Image2Txt::getGPSLongitudeGoogle() in class.image2txt.php
Ritorna la latitudine nel formato di googlemap
getGPSLongitudeRef
Image2Txt::getGPSLongitudeRef() in class.image2txt.php
Ritorna il punto cardinale della longitudine
getHeight
Image2Txt::getHeight() in class.image2txt.php
Ritorna l'altezza dell'immagine
getImageDescription
Image2Txt::getImageDescription() in class.image2txt.php
Ritorna la descrizione dell'immagine
GetInt4d
GetInt4d() in class.excel2txt.php
getIsColor
Image2Txt::getIsColor() in class.image2txt.php
Ritorna se l'immagine e' a colori
getLightSource
Image2Txt::getLightSource() in class.image2txt.php
Ritorna la risorsa di luce
getMake
Image2Txt::getMake() in class.image2txt.php
Ritorna la macchina utilizzata per la foto
getMetadata
PHPOpenOfficeLib::getMetadata() in class.openoffice2txt.php
Return Metadata from document
getMetaFromArray
PHPOpenOfficeLib::getMetaFromArray() in class.openoffice2txt.php
Return value from metadatada
getModel
Image2Txt::getModel() in class.image2txt.php
Ritorna il modello della macchina utilizzata per l'immagine
getOrientation
Image2Txt::getOrientation() in class.image2txt.php
Ritorna l'orientamento dell'immagine
getOriginalArtist
MP32txt::getOriginalArtist() in class.mp32txt.php
Ritorna l'artista originale della canzone
getPartOfASet
MP32txt::getPartOfASet() in class.mp32txt.php
Ritorna il disco della canzone
getpgraph
PHPRtfLib::getpgraph() in class.rtf2txt.php
GetPlainText
PHPWordLib::GetPlainText() in class.doc2txt.php
GetPlainText
PHPRtfLib::GetPlainText() in class.rtf2txt.php
getPublisher
MP32txt::getPublisher() in class.mp32txt.php
Ritorna l'editore della canzone
GetRTFPlainText
PHPWordLib::GetRTFPlainText() in class.doc2txt.php
getSceneCaptureType
Image2Txt::getSceneCaptureType() in class.image2txt.php
Ritorna la scena di cattura
getSoftware
Image2Txt::getSoftware() in class.image2txt.php
Ritorna il software che ha creato l'immagine
gettag
PHPRtfLib::gettag() in class.rtf2txt.php
getTextFromSimpleXmlElement
getTextTag
MP32txt::getTextTag() in class.mp32txt.php
Ritorna il contenuto del TAG in formato testuale
getTextTag
Image2Txt::getTextTag() in class.image2txt.php
Ritorna il contenuto del TAG in formato testuale
getTitle
MP32txt::getTitle() in class.mp32txt.php
Ritorna il titolo della canzone
getTrack
MP32txt::getTrack() in class.mp32txt.php
Ritorna la traccia della canzone
getUserComment
Image2Txt::getUserComment() in class.image2txt.php
Ritorna il commento dell'utente
getWidth
Image2Txt::getWidth() in class.image2txt.php
Ritorna la larghezza dell'immagine
GetWordPlainText
PHPWordLib::GetWordPlainText() in class.doc2txt.php
getWorkBook
OLERead::getWorkBook() in class.excel2txt.php
getXResolution
Image2Txt::getXResolution() in class.image2txt.php
Ritorna la risoluzione X dell'immagine
getYear
MP32txt::getYear() in class.mp32txt.php
Ritorna l'anno della canzone
getYResolution
Image2Txt::getYResolution() in class.image2txt.php
Ritorna la risoluzione Y dell'immagine
getZipError
AdapterHelper::getZipError() in AdapterHelper.php
Ritorna la decodifica dei codici di errore della libreria ZipArchive
gmgetdate
gmgetdate() in class.excel2txt.php
gps2Num
Image2Txt::gps2Num() in class.image2txt.php
getEncoding
IFileQuery::getEncoding() in IFileQuery.php
Ritorna l'encoding del termine
getExt
IFileHelper::getExt() in IFileHelper.php
Ritorna l'estensione di un file
getExtFile
IFileInfoFile::getExtFile() in IFileInfoFile.php
Ritorna l'estensione del file
getField
IFileQuery::getField() in IFileQuery.php
Ritorna il campo
getfile
IFileInfoFile::getfile() in IFileInfoFile.php
Ritorna il path assoluto del file
getKeyFile
IFileInfoFile::getKeyFile() in IFileInfoFile.php
Ritorna la chiave univoca del file
getMatch
IFileQuery::getMatch() in IFileQuery.php
Ritorna il tipo di confronto
getName
IFileHelper::getName() in IFileHelper.php
Ritorna il nome di un file, dato il percorso
getNameFile
IFileInfoFile::getNameFile() in IFileInfoFile.php
Ritorna il nome del file
getPosition
IFileQuery::getPosition() in IFileQuery.php
Ritorna la posizione del termine
getQuery
IFileQueryRegistry::getQuery() in IFileQueryRegistry.php
Ritorna l'array delle query
getRelativePathFile
Ritorna l'estensione del file
getTerm
IFileQueryRegistry::getTerm() in IFileQueryRegistry.php
Ritorna il termine con ID ricercato.
getTerm
IFileQuery::getTerm() in IFileQuery.php
Ritorna il termine
getCheck
ReportCheck::getCheck() in ReportCheck.php
Ritorna il valore di controllo
getExtensionsAllowed
Ritorna l'array delle estensioni solo se richiamata im metodo "serverCheck"
getInfo
ReportCheck::getInfo() in ReportCheck.php
Ritorna la stringa delle informazioni
getInfoUse
ReportCheck::getInfoUse() in ReportCheck.php
Ritorna la stringa delle informazioni sull'uso
getInstance
LuceneServerCheck::getInstance() in LuceneServerCheck.php
Ritorna una istanza dell'oggetto LuceneServerCheck
getLabel
ReportCheck::getLabel() in ReportCheck.php
Ritorna l'etichetta del controllo
getListExtension
LuceneServerCheck::getListExtension() in LuceneServerCheck.php
Ritorna la lista delle estensioni necessarie
getListFunction
LuceneServerCheck::getListFunction() in LuceneServerCheck.php
Ritorna la lista delle funzioni di PHP
getMessage
ReportCheck::getMessage() in ReportCheck.php
Ritorna il messaggio del controllo
getReportCheck
LuceneServerCheck::getReportCheck() in LuceneServerCheck.php
Ritorna il registro degli oggetti ReportCheck
getRequire
ReportCheck::getRequire() in ReportCheck.php
Ritorna la stringa dei requisiti minimi
getServerBit
LuceneServerCheck::getServerBit() in LuceneServerCheck.php
Verifica se il server e' a 32 o 64 BIT
getSite
ReportCheck::getSite() in ReportCheck.php
Ritorna l'indirizzo web di riferimento
h
top
$handler
IFile_Indexing_Abstract::$handler in IFile_Indexing_Abstract.php
Handler della risorsa di indicizzazione
$hasTerm
IFile_Indexing_Mysqli::$hasTerm in IFile_Indexing_Mysqli.php
Serve nella ricerca di un termine all'interno dell'indice
hasDeletions
IFile_Indexing_Mysqli::hasDeletions() in IFile_Indexing_Mysqli.php
Verifica se ci sono documenti calcellati
hasDeletions
IFile_Indexing_Lucene::hasDeletions() in IFile_Indexing_Lucene.php
Verifica se ci sono documenti calcellati
hasDeletions
IFile_Indexing_Interface::hasDeletions() in IFile_Indexing_Interface.php
Verifica se ci sono documenti calcellati
hasDeletions
IFile_Indexing_Abstract::hasDeletions() in IFile_Indexing_Abstract.php
Verifica se ci sono documenti calcellati
hasTerm
IFile_Indexing_Mysqli::hasTerm() in IFile_Indexing_Mysqli.php
Verifica se esiste il termine all'interno dell'indice
hasTerm
IFile_Indexing_Interface::hasTerm() in IFile_Indexing_Interface.php
Verifica se esiste il termine
hasTerm
IFile_Indexing_Abstract::hasTerm() in IFile_Indexing_Abstract.php
Verifica se esiste il termine
hasTerm
IFile_Indexing_Lucene::hasTerm() in IFile_Indexing_Lucene.php
Verifica se esiste il termine
height
Spreadsheet_Excel_Reader::height() in class.excel2txt.php
hyperlink
$height
Image2Txt::$height in class.image2txt.php
Altezza in pixel dell'immagine
Helper_Exception.php
Helper_Exception.php in Helper_Exception.php
Helper_Exception
Helper_Exception in Helper_Exception.php
Permette di recuperare il contenuto di un documento MS Word in formato testo.
i
top
$ifileTable
IFile_Indexing_Mysqli::$ifileTable in IFile_Indexing_Mysqli.php
Nome della Tabella
IFileXpdfConfig.php
IFileXpdfConfig.php in IFileXpdfConfig.php
IFileConfig
IFileConfig in IFileConfig.php
Gestisce il file di configurazione IFileConfig.
IFileConfig.php
IFileConfig.php in IFileConfig.php
IFileFactory
IFileFactory in IFileFactory.php
Permette di istanziare dinamicamente un oggetto di tipo
IFileFactory.php
IFileFactory.php in IFileFactory.php
IFileVersion
IFileVersion in IFileVersion.php
Definisce la versione di IFile
IFileVersion.php
IFileVersion.php in IFileVersion.php
IFileXpdfConfig
IFileXpdfConfig in IFileXpdfConfig.php
Classe di utiliti per la configurazione della XPDF
IFile_Exception
IFile_Exception in IFile_Exception.php
IFile_Exception.php
IFile_Exception.php in IFile_Exception.php
IFile_Indexing_Abstract
IFile_Indexing_Abstract in IFile_Indexing_Abstract.php
Contiene tutti i medodi necessari all'indicizzazione di un file Implementa l'interfaccia IFile_Indexing_Interface.
IFile_Indexing_Abstract.php
IFile_Indexing_Abstract.php in IFile_Indexing_Abstract.php
IFile_Indexing_Interface
IFile_Indexing_Interface in IFile_Indexing_Interface.php
Interfaccia pubblica per la gestione dell'indicizzazione dei file
IFile_Indexing_Interface.php
IFile_Indexing_Interface.php in IFile_Indexing_Interface.php
IFile_Indexing_Lucene
IFile_Indexing_Lucene in IFile_Indexing_Lucene.php
Wrapper delle librerie Zend_Search__Lucene
IFile_Indexing_Lucene.php
IFile_Indexing_Lucene.php in IFile_Indexing_Lucene.php
IFile_Indexing_Mysqli
IFile_Indexing_Mysqli in IFile_Indexing_Mysqli.php
Utilizza MySql come motore di indicizzazione e ricerca
IFile_Indexing_Mysqli.php
IFile_Indexing_Mysqli.php in IFile_Indexing_Mysqli.php
input_mysqli
IFile_Indexing_Mysqli::input_mysqli() in IFile_Indexing_Mysqli.php
Gestisce le query di INPUT con mysqli.
isDeleted
IFile_Indexing_Mysqli::isDeleted() in IFile_Indexing_Mysqli.php
Verifica se un documento e' stato marcato come cancellato
isDeleted
IFile_Indexing_Interface::isDeleted() in IFile_Indexing_Interface.php
Verifica se un documento e' stato marcato come cancellato
isDeleted
IFile_Indexing_Abstract::isDeleted() in IFile_Indexing_Abstract.php
Verifica se un documento e' stato marcato come cancellato
isDeleted
IFile_Indexing_Lucene::isDeleted() in IFile_Indexing_Lucene.php
Verifica se un documento e' stato marcato come cancellato
$iFileConfig
Adapter_Search_Lucene_Document_PDF::$iFileConfig in Adapter_Search_Lucene_Document_PDF.php
Congigurazione IFile
$indexValues
Adapter_Search_Lucene_Document_Abstract::$indexValues in Adapter_Search_Lucene_Document_Abstract.php
Bean dei dati da indicizzare
info
Spreadsheet_Excel_Reader::info() in class.excel2txt.php
isDate
Spreadsheet_Excel_Reader::isDate() in class.excel2txt.php
italic
Spreadsheet_Excel_Reader::italic() in class.excel2txt.php
issetNotEmpty
LuceneDataIndexBean::issetNotEmpty() in LuceneDataIndexBean.php
Verifia se la proprieta' non e' vuota
$id3Extension
MP32txt::$id3Extension in class.mp32txt.php
Nome dell'estensione ID3
$id3Version
MP32txt::$id3Version in class.mp32txt.php
Versione dell'ID3
$imageDescription
Image2Txt::$imageDescription in class.image2txt.php
Descrizione dell'immagine
$isColor
Image2Txt::$isColor in class.image2txt.php
Immagini a colori
IDENTIFIER_OLE
IDENTIFIER_OLE in class.excel2txt.php
Image2Txt
Image2Txt in class.image2txt.php
Recupera le informazioni di un file Immagine
issetNotEmpty
MP32txt::issetNotEmpty() in class.mp32txt.php
Verifia se la proprieta' non e' vuota
issetNotEmpty
Image2Txt::issetNotEmpty() in class.image2txt.php
Ritorna true se la proprieta' non e' vuota
IFileHelper.php
IFileHelper.php in IFileHelper.php
IFileInfoFile.php
IFileInfoFile.php in IFileInfoFile.php
IFileQuery.php
IFileQuery.php in IFileQuery.php
IFileQueryHit.php
IFileQueryHit.php in IFileQueryHit.php
IFileQueryRegistry.php
IFileQueryRegistry.php in IFileQueryRegistry.php
IFile_Query_Exception.php
IFile_Query_Exception.php in IFile_Query_Exception.php
IFileHelper
IFileHelper in IFileHelper.php
Classe di utility
IFileInfoFile
IFileInfoFile in IFileInfoFile.php
Oggetto contenitore dei dati del file da indicizzare
IFileQuery
IFileQuery in IFileQuery.php
Oggetto di definizione dei termini da ricercare all'interno del documento
IFileQueryHit
IFileQueryHit in IFileQueryHit.php
Oggetto per la gestione dei risultati.
IFileQueryRegistry
IFileQueryRegistry in IFileQueryRegistry.php
Registro dei termini da ricercare
IFile_Query_Exception
IFile_Query_Exception in IFile_Query_Exception.php
introText
IFileHelper::introText() in IFileHelper.php
Ritorna una stringa formattata senza l'ultima parola tagliata
$include_path
LuceneServerCheck::$include_path in LuceneServerCheck.php
Array dei path include configurati nel php.
$info
ReportCheck::$info in ReportCheck.php
Stringa di informazioni aggiuntive
$infoUse
ReportCheck::$infoUse in ReportCheck.php
Stringa di informazioni sull'utilita' della libreria
k
top
$keywords
LuceneDataIndexBean::$keywords in LuceneDataIndexBean.php
Parole chiave del documento, separate da virgole (,)
$keyFile
IFileInfoFile::$keyFile in IFileInfoFile.php
Checksum del file
l
top
$lucene
IFile_Indexing_Lucene::$lucene in IFile_Indexing_Lucene.php
Istanza di Zend_Search_Lucene
$lineStyles
$lineStylesCss
loadParserCustom
Adapter_Search_Lucene_Document_Interface::loadParserCustom() in Adapter_Search_Lucene_Document_Interface.php
Ritorna un oggetto Zend_Search_Lucene_Document per l'indicizzazione
loadParserCustom
Adapter_Search_Lucene_Document_Abstract::loadParserCustom() in Adapter_Search_Lucene_Document_Abstract.php
Ritorna un oggetto Zend_Search_Lucene_Document per l'indicizzazione
loadParserFile
Adapter_Search_Lucene_Document_TXT::loadParserFile() in Adapter_Search_Lucene_Document_TXT.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_RTF::loadParserFile() in Adapter_Search_Lucene_Document_RTF.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_XLSX::loadParserFile() in Adapter_Search_Lucene_Document_XLSX.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_XML::loadParserFile() in Adapter_Search_Lucene_Document_XML.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_PPTX::loadParserFile() in Adapter_Search_Lucene_Document_PPTX.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_XLS::loadParserFile() in Adapter_Search_Lucene_Document_XLS.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_OpenOffice::loadParserFile() in Adapter_Search_Lucene_Document_OpenOffice.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_DOCX::loadParserFile() in Adapter_Search_Lucene_Document_DOCX.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_DOC::loadParserFile() in Adapter_Search_Lucene_Document_DOC.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_Abstract::loadParserFile() in Adapter_Search_Lucene_Document_Abstract.php
Implementa l'interfaccia
loadParserFile
Adapter_Search_Lucene_Document_HTM::loadParserFile() in Adapter_Search_Lucene_Document_HTM.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_Interface::loadParserFile() in Adapter_Search_Lucene_Document_Interface.php
Ritorna un oggetto Zend_Search_Lucene_Document per l'indicizzazione
loadParserFile
Adapter_Search_Lucene_Document_MP3::loadParserFile() in Adapter_Search_Lucene_Document_MP3.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_JPG::loadParserFile() in Adapter_Search_Lucene_Document_JPG.php
Ritorna un oggetto Zend_Search_Lucene_Document
loadParserFile
Adapter_Search_Lucene_Document_PDF::loadParserFile() in Adapter_Search_Lucene_Document_PDF.php
Ritorna un oggetto Zend_Search_Lucene_Document
LuceneDataIndexBean.php
LuceneDataIndexBean.php in LuceneDataIndexBean.php
LuceneDataIndexBean
LuceneDataIndexBean in LuceneDataIndexBean.php
Oggetto contenitore delle proprieta' di un documento
$lightSource
Image2Txt::$lightSource in class.image2txt.php
Risorsa di luce
LoadFile
PHPWordLib::LoadFile() in class.doc2txt.php
LoadFile
PHPRtfLib::LoadFile() in class.rtf2txt.php
loadFileCOM
PHPWordLib::loadFileCOM() in class.doc2txt.php
Load file using COM extension
$label
ReportCheck::$label in ReportCheck.php
Etichetta
lastDS
LuceneServerCheck::lastDS() in LuceneServerCheck.php
Verifica l'esistenza dell'ultimo "directory separetor"
LuceneServerCheck
LuceneServerCheck in LuceneServerCheck.php
Verifica se ci sono tutti i requisiti per utilizzare la libreria
LuceneServerCheck.php
LuceneServerCheck.php in LuceneServerCheck.php
m
top
$msgError
Adapter_Search_Lucene_Document_Abstract::$msgError in Adapter_Search_Lucene_Document_Abstract.php
myHex
Spreadsheet_Excel_Reader::myHex() in class.excel2txt.php
$modified
LuceneDataIndexBean::$modified in LuceneDataIndexBean.php
Data di ultima modifica del documento
$make
Image2Txt::$make in class.image2txt.php
Macchina
$model
Image2Txt::$model in class.image2txt.php
Modello della macchina
MP32txt
MP32txt in class.mp32txt.php
Recupera le informazioni di un file MP3
$match
IFileQuery::$match in IFileQuery.php
Matching mode
MATCH_OPTIONAL
IFileQuery::MATCH_OPTIONAL in IFileQuery.php
Metodo di ricerca: Frase esatta
MATCH_PROHIBITEN
Metodo di ricerca: Una delle parole
MATCH_REQUIRED
IFileQuery::MATCH_REQUIRED in IFileQuery.php
Metodo di ricerca: Tutte le parole
$message
ReportCheck::$message in ReportCheck.php
Messaggio
n
top
numDocs
IFile_Indexing_Mysqli::numDocs() in IFile_Indexing_Mysqli.php
Ritorna il numero di documenti realmente presenti senza quelli marcati come cancellati
numDocs
IFile_Indexing_Lucene::numDocs() in IFile_Indexing_Lucene.php
Ritorna il numero di documenti realmente presenti senza quelli marcati come cancellati
numDocs
IFile_Indexing_Interface::numDocs() in IFile_Indexing_Interface.php
Ritorna il numero di documenti realmente presenti senza quelli marcati come cancellati
numDocs
IFile_Indexing_Abstract::numDocs() in IFile_Indexing_Abstract.php
Ritorna il numero di documenti realmente presenti senza quelli marcati come cancellati
$numberFormats
Default number formats used by Excel
NUM_BIG_BLOCK_DEPOT_BLOCKS_POS
NUM_BIG_BLOCK_DEPOT_BLOCKS_POS in class.excel2txt.php
define
NUM_EXTENSION_BLOCK_POS
NUM_EXTENSION_BLOCK_POS in class.excel2txt.php
$nameFile
IFileInfoFile::$nameFile in IFileInfoFile.php
Nome del file senza path
o
top
$originalConfig
IFileConfig::$originalConfig in IFileConfig.php
Array della configurazione originale
optimize
IFile_Indexing_Lucene::optimize() in IFile_Indexing_Lucene.php
Ottimizza l'indice
optimize
IFile_Indexing_Mysqli::optimize() in IFile_Indexing_Mysqli.php
Ottimizza l'indice
optimize
IFile_Indexing_Interface::optimize() in IFile_Indexing_Interface.php
Ottimizza l'indice
optimize
IFile_Indexing_Abstract::optimize() in IFile_Indexing_Abstract.php
Ottimizza l'indice
output_mysqli
IFile_Indexing_Mysqli::output_mysqli() in IFile_Indexing_Mysqli.php
Gestisce le query di OUTPUT con mysqli.
overrideConfig
Sovrascrive o aggiunge elementi alla configurazione creando una copia di quella originale
$orientation
Image2Txt::$orientation in class.image2txt.php
Orientamento dell'immagine
$originalArtist
MP32txt::$originalArtist in class.mp32txt.php
Artista originale
OLERead
OLERead in class.excel2txt.php
OLE Read
OLERead
OLERead::OLERead() in class.excel2txt.php
openoffice2txt
PHPOpenOfficeLib::openoffice2txt() in class.openoffice2txt.php
Convert a ODT into text.
OPENOFFICEMETA
PHPOpenOfficeLib::OPENOFFICEMETA in class.openoffice2txt.php
OPENOFFICEXML
PHPOpenOfficeLib::OPENOFFICEXML in class.openoffice2txt.php
objectToString
Ritorna una stringa nel formato INI dato un oggetto
p
top
parserConfig
IFileConfig::parserConfig() in IFileConfig.php
Parserizza il file di configurazione per leggere i valori
$pathBinaryFile
Adapter_Search_Lucene_Document_PDF::$pathBinaryFile in Adapter_Search_Lucene_Document_PDF.php
Percorso del file PDF
$pathBinaryFile
Adapter_Search_Lucene_Document_DOC::$pathBinaryFile in Adapter_Search_Lucene_Document_DOC.php
Path of binary file
parse
Adapter_Search_Lucene_Document_RTF::parse() in Adapter_Search_Lucene_Document_RTF.php
Recupera le informazioni del file RTF e il suo contenuto in formato testuale
parse
Adapter_Search_Lucene_Document_PDF::parse() in Adapter_Search_Lucene_Document_PDF.php
Recupera le informazioni del file PDF e il suo contenuto in formato testuale
parse
Adapter_Search_Lucene_Document_XLS::parse() in Adapter_Search_Lucene_Document_XLS.php
Recupera le informazioni del file XLS e il suo contenuto in formato testuale
parse
Adapter_Search_Lucene_Document_XML::parse() in Adapter_Search_Lucene_Document_XML.php
Recupera le stringhe del file XML
parse
Adapter_Search_Lucene_Document_TXT::parse() in Adapter_Search_Lucene_Document_TXT.php
Recupera il testo dal file TXT
parse
Adapter_Search_Lucene_Document_MP3::parse() in Adapter_Search_Lucene_Document_MP3.php
Recupera le informazioni del file MP3 el il testo della canzone
parse
Adapter_Search_Lucene_Document_OpenOffice::parse() in Adapter_Search_Lucene_Document_OpenOffice.php
Recupera le informazioni del file OpenOffice e il suo contenuto in formato testuale
parse
Adapter_Search_Lucene_Document_JPG::parse() in Adapter_Search_Lucene_Document_JPG.php
Recupera le informazioni del file MP3 el il testo della canzone
parse
Adapter_Search_Lucene_Document_Abstract::parse() in Adapter_Search_Lucene_Document_Abstract.php
Metodo astratto per il processo di parserizzazione del file
parseAntiword
Adapter_Search_Lucene_Document_DOC::parseAntiword() in Adapter_Search_Lucene_Document_DOC.php
Recupera il contenuto di un file DOC utilizzando le ANTIWORD
parseCOM
Adapter_Search_Lucene_Document_DOC::parseCOM() in Adapter_Search_Lucene_Document_DOC.php
Cerca di recuperare il contenuto tramite l'utilizzo delle COM
parsePHP
Adapter_Search_Lucene_Document_DOC::parsePHP() in Adapter_Search_Lucene_Document_DOC.php
Recupera le informazioni del file DOC e il suo contenuto in formato testuale da script PHP
$pages
LuceneDataIndexBean::$pages in LuceneDataIndexBean.php
Numero di pagine
$partOfASet
MP32txt::$partOfASet in class.mp32txt.php
Disco
$publisher
MP32txt::$publisher in class.mp32txt.php
Editore
parseTagExif
Image2Txt::parseTagExif() in class.image2txt.php
Ritorna True se riesce a parserizzare il file Recupera dal file Immagine le informazioni EXIF se questi sono presenti.
parseTagID3
MP32txt::parseTagID3() in class.mp32txt.php
Ritorna True se riesce a parserizzare il file Recupera dal file MP3 le informazioni ID3 se questi sono presenti.
PHPOpenOfficeLib
PHPOpenOfficeLib in class.openoffice2txt.php
Recuperare il contenuto di un documento OpenOffice in formato testo.
PHPRtfLib
PHPRtfLib in class.rtf2txt.php
Permette di recuperare il contenuto di un documento MS Word in formato testo.
PHPWordLib
PHPWordLib in class.doc2txt.php
Permette di recuperare il contenuto di un documento MS Word in formato testo.
PROPERTY_STORAGE_BLOCK_SIZE
PROPERTY_STORAGE_BLOCK_SIZE in class.excel2txt.php
$position
IFileQuery::$position in IFileQuery.php
Posizione del termine
PHPVERSION
LuceneServerCheck::PHPVERSION in LuceneServerCheck.php
Versione minima di PHP
printReportCheck
LuceneServerCheck::printReportCheck() in LuceneServerCheck.php
Presenta a video i risultati in formato HTML
printReportCheckCLI
pushReportCheck
LuceneServerCheck::pushReportCheck() in LuceneServerCheck.php
Inserisce un nuovo oggetto nel registro
q
top
query
IFile_Indexing_Interface::query() in IFile_Indexing_Interface.php
Esegue la query di ricerca per i termini
query
IFile_Indexing_Abstract::query() in IFile_Indexing_Abstract.php
Esegue la query di ricerca per i termini
queryBoolean
IFile_Indexing_Interface::queryBoolean() in IFile_Indexing_Interface.php
Esegue una boolean query
queryBoolean
IFile_Indexing_Abstract::queryBoolean() in IFile_Indexing_Abstract.php
Esegue una boolean query
queryFuzzy
IFile_Indexing_Abstract::queryFuzzy() in IFile_Indexing_Abstract.php
Esegue la fuzzy query
queryFuzzy
IFile_Indexing_Interface::queryFuzzy() in IFile_Indexing_Interface.php
Esegue la fuzzy query
queryParser
IFile_Indexing_Interface::queryParser() in IFile_Indexing_Interface.php
Esegue una query parserizzando la stringa di ricerca
queryParser
IFile_Indexing_Abstract::queryParser() in IFile_Indexing_Abstract.php
Esegue una query parserizzando la stringa di ricerca
queryPhrase
IFile_Indexing_Interface::queryPhrase() in IFile_Indexing_Interface.php
Esegue la query di ricerca per frasi
queryPhrase
IFile_Indexing_Abstract::queryPhrase() in IFile_Indexing_Abstract.php
Esegue la query di ricerca per frasi
queryRange
IFile_Indexing_Interface::queryRange() in IFile_Indexing_Interface.php
Esegue la query su un range di dati
queryRange
IFile_Indexing_Abstract::queryRange() in IFile_Indexing_Abstract.php
Esegue la query su un range di dati
queryWildcard
IFile_Indexing_Interface::queryWildcard() in IFile_Indexing_Interface.php
Esegue la query con caratteri Wildcard
queryWildcard
IFile_Indexing_Abstract::queryWildcard() in IFile_Indexing_Abstract.php
Esegue la query con caratteri Wildcard
r
top
$registryFields
IFile_Indexing_Abstract::$registryFields in IFile_Indexing_Abstract.php
Registro dei campi personalizzati da aggiungere al documento
$registrySort
IFile_Indexing_Abstract::$registrySort in IFile_Indexing_Abstract.php
Registro dei campi di ordinamento
$resultlimit
IFile_Indexing_Abstract::$resultlimit in IFile_Indexing_Abstract.php
Limite di risultati
replaceNameTable
IFile_Indexing_Mysqli::replaceNameTable() in IFile_Indexing_Mysqli.php
Cambia il nome della tabelle nella query
$rowInfo
Spreadsheet_Excel_Reader::$rowInfo in class.excel2txt.php
raw
Spreadsheet_Excel_Reader::raw() in class.excel2txt.php
rawColor
read
Spreadsheet_Excel_Reader::read() in class.excel2txt.php
Read the spreadsheet file using OLE, then parse
read16bitstring
rowcount
rowheight
rowhidden
rowspan
read
OLERead::read() in class.excel2txt.php
RemoveRTFBlock
PHPWordLib::RemoveRTFBlock() in class.doc2txt.php
ROOT_START_BLOCK_POS
ROOT_START_BLOCK_POS in class.excel2txt.php
$registry
IFileQueryRegistry::$registry in IFileQueryRegistry.php
Registro dei termini da ricercare
$relativePathFile
Path relativo del file a partire dalla root-appication
$registry
LuceneServerCheck::$registry in LuceneServerCheck.php
Array di oggetti ReportCheck
$require
ReportCheck::$require in ReportCheck.php
Stringa dei requisiti minimi
readExtensionsAllows
Legge la directory degli Adapter e setta le estensioni consentite.
ReportCheck
ReportCheck in ReportCheck.php
Oggetto contenitore dei dati del check server
ReportCheck.php
ReportCheck.php in ReportCheck.php
s
top
serverCheck.php
serverCheck.php in serverCheck.php
setDefaultAnalyzer
IFile_Indexing_Lucene::setDefaultAnalyzer() in IFile_Indexing_Lucene.php
Setta l'analyzer ed eventuali filtri per l'indicizzazione e la ricerca
setDefaultSearchField
Setta il field di default su cui ricercare i termini
setDefaultSearchField
Setta il field di default su cui ricercare i termini
setDefaultSearchField
Setta il field di default su cui ricercare i termini
setIndexFile
IFile_Indexing_Abstract::setIndexFile() in IFile_Indexing_Abstract.php
Setta il file da indicizzare
setIndexFile
IFile_Indexing_Interface::setIndexFile() in IFile_Indexing_Interface.php
Setta il path del file da indicizzare
setIndexResource
IFile_Indexing_Abstract::setIndexResource() in IFile_Indexing_Abstract.php
Setta l'handler alla risorsa di indicizzazione
setOriginalConfig
Setta la configurazione originale se e' stato effettuato un Override
setResultLimit
IFile_Indexing_Lucene::setResultLimit() in IFile_Indexing_Lucene.php
Setta il limite dei risultati da estrarre
setResultLimit
IFile_Indexing_Interface::setResultLimit() in IFile_Indexing_Interface.php
Setta il limite dei risultati da estrarre
setResultLimit
IFile_Indexing_Abstract::setResultLimit() in IFile_Indexing_Abstract.php
Setta il limite dei risultati da estrarre
setSort
IFile_Indexing_Abstract::setSort() in IFile_Indexing_Abstract.php
Aggiunge un ordinamento alla query
setSort
IFile_Indexing_Interface::setSort() in IFile_Indexing_Interface.php
Aggiunge un ordinamento alla query
$sheets
Spreadsheet_Excel_Reader::$sheets in class.excel2txt.php
$sst
Spreadsheet_Excel_Reader::$sst in class.excel2txt.php
$standardColWidth
setColumnFormat
Force a column to use a certain format
setDefaultFormat
Set the default number format
setFilename
Adapter_Search_Lucene_Document_Interface::setFilename() in Adapter_Search_Lucene_Document_Interface.php
Setta il path del file da parserizzare
setFilename
Adapter_Search_Lucene_Document_Abstract::setFilename() in Adapter_Search_Lucene_Document_Abstract.php
Implementa l'interfaccia
setOutputEncoding
Set the encoding method
setRowColOffset
setUTFEncoder
$encoder = 'iconv' or 'mb'
Spreadsheet_Excel_Reader
Constructor
Spreadsheet_Excel_Reader
Spreadsheet_Excel_Reader in class.excel2txt.php
Recuperare il contenuto di un documento MS Excel in formato testo.
style
Spreadsheet_Excel_Reader::style() in class.excel2txt.php
$subject
LuceneDataIndexBean::$subject in LuceneDataIndexBean.php
Oggetto del documento
setBody
LuceneDataIndexBean::setBody() in LuceneDataIndexBean.php
Setta il contenuto (corpo)
setCreated
LuceneDataIndexBean::setCreated() in LuceneDataIndexBean.php
Setta la data di creazione
setCreator
LuceneDataIndexBean::setCreator() in LuceneDataIndexBean.php
Setta l'autore
setDescription
LuceneDataIndexBean::setDescription() in LuceneDataIndexBean.php
Setta la descrizione
setKeywords
LuceneDataIndexBean::setKeywords() in LuceneDataIndexBean.php
Setta le parole chiave
setModified
LuceneDataIndexBean::setModified() in LuceneDataIndexBean.php
Setta la data di modifica
setPages
LuceneDataIndexBean::setPages() in LuceneDataIndexBean.php
Setta il numero di pagine
setSubject
LuceneDataIndexBean::setSubject() in LuceneDataIndexBean.php
Setta l'oggetto
setTitle
LuceneDataIndexBean::setTitle() in LuceneDataIndexBean.php
Setta il titolo
$sceneCaptureType
Image2Txt::$sceneCaptureType in class.image2txt.php
Scena di cattura
$software
Image2Txt::$software in class.image2txt.php
Software che ha creato l'immagine
setAlbum
MP32txt::setAlbum() in class.mp32txt.php
Setta il nome dell'album della canzone
setApertureFNumber
Image2Txt::setApertureFNumber() in class.image2txt.php
Setta l'apertura dell'obiettivo
setArtist
MP32txt::setArtist() in class.mp32txt.php
Setta il nome dell'artista della canzone
setBand
MP32txt::setBand() in class.mp32txt.php
Setta il nome della band (gruppo) della canzone
setBpm
MP32txt::setBpm() in class.mp32txt.php
Setta i battiti al minuto della canzone
setComposer
MP32txt::setComposer() in class.mp32txt.php
Setta l'anno della canzone
setCopyright
Image2Txt::setCopyright() in class.image2txt.php
Setta il copyright dell'immagine
setCopyright
MP32txt::setCopyright() in class.mp32txt.php
Setta il copyright della canzone
setDateTime
Image2Txt::setDateTime() in class.image2txt.php
Setta la data di creazione dell'immagine nel formato yyyy:mm:gg hh:mm:ss
setEncodedBy
MP32txt::setEncodedBy() in class.mp32txt.php
Setta da chi e' stato codificato
setExposureMode
Image2Txt::setExposureMode() in class.image2txt.php
Setta la modalita' di esposizione
setExposureTime
Image2Txt::setExposureTime() in class.image2txt.php
Setta il tempo di esposizione
setFileSize
Image2Txt::setFileSize() in class.image2txt.php
Setta la dimensione del file in byte
setGenre
MP32txt::setGenre() in class.mp32txt.php
Setta il genere della canzone
setGPSLatitude
Image2Txt::setGPSLatitude() in class.image2txt.php
Setta le coordinate della latitudine
setGPSLatitudeRef
Image2Txt::setGPSLatitudeRef() in class.image2txt.php
Setta il punto cardinale della latitudine
setGPSLongitude
Image2Txt::setGPSLongitude() in class.image2txt.php
Setta le coordinate della longitudine
setGPSLongitudeRef
Image2Txt::setGPSLongitudeRef() in class.image2txt.php
Setta il punto cardinale della longitudine
setHeight
Image2Txt::setHeight() in class.image2txt.php
Setta l'altezza dell'immagine
setImageDescription
Image2Txt::setImageDescription() in class.image2txt.php
Setta la descrizione dell'immagine
setIsColor
Image2Txt::setIsColor() in class.image2txt.php
Setta se l'immagine e' a colori
setLightSource
Image2Txt::setLightSource() in class.image2txt.php
Setta la risorsa di luce
setMake
Image2Txt::setMake() in class.image2txt.php
Setta la macchina utilizzata per la foto
setModel
Image2Txt::setModel() in class.image2txt.php
Setta il modello della macchina utilizzata per l'immagine
setOrientation
Image2Txt::setOrientation() in class.image2txt.php
Setta l'orientamento della pagina
setOriginalArtist
MP32txt::setOriginalArtist() in class.mp32txt.php
Setta l'artista originale della canzone
setPartOfASet
MP32txt::setPartOfASet() in class.mp32txt.php
Setta il disco della canzone
setPublisher
MP32txt::setPublisher() in class.mp32txt.php
Setta l'editore della canzone
setSceneCaptureType
Image2Txt::setSceneCaptureType() in class.image2txt.php
Setta la scena di cattura
setSoftware
Image2Txt::setSoftware() in class.image2txt.php
Setta il software che ha creato l'immagine
setTextTag
MP32txt::setTextTag() in class.mp32txt.php
Setta il contenuto del TAG in formato testuale
setTextTag
Image2Txt::setTextTag() in class.image2txt.php
Setta il contenuto del TAG in formato testuale
setTitle
MP32txt::setTitle() in class.mp32txt.php
Setta il titolo della canzone
setTrack
MP32txt::setTrack() in class.mp32txt.php
Setta la traccia della canzone
setUserComment
Image2Txt::setUserComment() in class.image2txt.php
Setta il commento dell'utente
setWidth
Image2Txt::setWidth() in class.image2txt.php
Setta la larghezza dell'immagine
setXResolution
Image2Txt::setXResolution() in class.image2txt.php
Setta la risoluzione X dell'immagine
setYear
MP32txt::setYear() in class.mp32txt.php
Setta il commento della canzone
setYResolution
Image2Txt::setYResolution() in class.image2txt.php
Setta la risoluzione Y dell'immagine
SIZE_OF_NAME_POS
SIZE_OF_NAME_POS in class.excel2txt.php
SIZE_POS
SIZE_POS in class.excel2txt.php
SMALL_BLOCK_DEPOT_BLOCK_POS
SMALL_BLOCK_DEPOT_BLOCK_POS in class.excel2txt.php
SMALL_BLOCK_SIZE
SMALL_BLOCK_SIZE in class.excel2txt.php
SMALL_BLOCK_THRESHOLD
SMALL_BLOCK_THRESHOLD in class.excel2txt.php
SPREADSHEET_EXCEL_READER_BIFF7
SPREADSHEET_EXCEL_READER_BIFF7 in class.excel2txt.php
SPREADSHEET_EXCEL_READER_BIFF8
SPREADSHEET_EXCEL_READER_BIFF8 in class.excel2txt.php
SPREADSHEET_EXCEL_READER_DEF_NUM_FORMAT
SPREADSHEET_EXCEL_READER_MSINADAY
SPREADSHEET_EXCEL_READER_MSINADAY in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_ARRAY
SPREADSHEET_EXCEL_READER_TYPE_BOF
SPREADSHEET_EXCEL_READER_TYPE_BOF in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_BOOLERR
SPREADSHEET_EXCEL_READER_TYPE_BOUNDSHEET
SPREADSHEET_EXCEL_READER_TYPE_COLINFO
SPREADSHEET_EXCEL_READER_TYPE_CONTINUE
SPREADSHEET_EXCEL_READER_TYPE_DBCELL
SPREADSHEET_EXCEL_READER_TYPE_DEFCOLWIDTH
SPREADSHEET_EXCEL_READER_TYPE_DIMENSION
SPREADSHEET_EXCEL_READER_TYPE_EOF
SPREADSHEET_EXCEL_READER_TYPE_EOF in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_EXTSST
SPREADSHEET_EXCEL_READER_TYPE_FILEPASS
SPREADSHEET_EXCEL_READER_TYPE_FONT
SPREADSHEET_EXCEL_READER_TYPE_FONT in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_FORMAT
SPREADSHEET_EXCEL_READER_TYPE_FORMULA
SPREADSHEET_EXCEL_READER_TYPE_FORMULA2
SPREADSHEET_EXCEL_READER_TYPE_HYPER
SPREADSHEET_EXCEL_READER_TYPE_INDEX
SPREADSHEET_EXCEL_READER_TYPE_LABEL
SPREADSHEET_EXCEL_READER_TYPE_LABELSST
SPREADSHEET_EXCEL_READER_TYPE_MERGEDCELLS
SPREADSHEET_EXCEL_READER_TYPE_MULBLANK
SPREADSHEET_EXCEL_READER_TYPE_MULRK
SPREADSHEET_EXCEL_READER_TYPE_NAME
SPREADSHEET_EXCEL_READER_TYPE_NAME in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_NINETEENFOUR
SPREADSHEET_EXCEL_READER_TYPE_NOTE
SPREADSHEET_EXCEL_READER_TYPE_NOTE in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_NUMBER
SPREADSHEET_EXCEL_READER_TYPE_PALETTE
SPREADSHEET_EXCEL_READER_TYPE_RK
SPREADSHEET_EXCEL_READER_TYPE_RK in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_RK2
SPREADSHEET_EXCEL_READER_TYPE_RK2 in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_ROW
SPREADSHEET_EXCEL_READER_TYPE_ROW in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_SST
SPREADSHEET_EXCEL_READER_TYPE_SST in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_STANDARDWIDTH
SPREADSHEET_EXCEL_READER_TYPE_STRING
SPREADSHEET_EXCEL_READER_TYPE_TXO
SPREADSHEET_EXCEL_READER_TYPE_TXO in class.excel2txt.php
SPREADSHEET_EXCEL_READER_TYPE_UNKNOWN
SPREADSHEET_EXCEL_READER_TYPE_XF
SPREADSHEET_EXCEL_READER_TYPE_XF in class.excel2txt.php
SPREADSHEET_EXCEL_READER_UTCOFFSETDAYS
SPREADSHEET_EXCEL_READER_UTCOFFSETDAYS1904
SPREADSHEET_EXCEL_READER_WORKBOOKGLOBALS
SPREADSHEET_EXCEL_READER_WORKSHEET
SPREADSHEET_EXCEL_READER_WORKSHEET in class.excel2txt.php
START_BLOCK_POS
START_BLOCK_POS in class.excel2txt.php
setEncoding
IFileQuery::setEncoding() in IFileQuery.php
Setta l'encoding del termine
setExtFile
IFileInfoFile::setExtFile() in IFileInfoFile.php
Setta l'estensione del file
setField
IFileQuery::setField() in IFileQuery.php
Setta il campo
setFieldType
IFileHelper::setFieldType() in IFileHelper.php
Setta il il tipo del field e il tipo di encoding dalla configurazione.
setFile
IFileInfoFile::setFile() in IFileInfoFile.php
Setta il path assoluto del file
setKeyFile
IFileInfoFile::setKeyFile() in IFileInfoFile.php
Setta la chiave univoca del file
setMatch
IFileQuery::setMatch() in IFileQuery.php
Setta il tipo di confronto
setNameFile
IFileInfoFile::setNameFile() in IFileInfoFile.php
Setta il nome del file
setPosition
IFileQuery::setPosition() in IFileQuery.php
Setta la posizione del termine all'interno del documento
setQuery
IFileQueryRegistry::setQuery() in IFileQueryRegistry.php
Setta le proprieta' della query
setRelativePathFile
Setta l'estensione del file
setTerm
IFileQuery::setTerm() in IFileQuery.php
Setta il termione
stringToObject
Parserizza una stringa dal formato INI in un oggetto
$site
ReportCheck::$site in ReportCheck.php
Indirizzo web
serverCheck
LuceneServerCheck::serverCheck() in LuceneServerCheck.php
Verifica tutti i requisiti richiesti
setCheck
ReportCheck::setCheck() in ReportCheck.php
Setta il valore di controllo
setInfo
ReportCheck::setInfo() in ReportCheck.php
Setta la stringa delle informazioni
setInfoUse
ReportCheck::setInfoUse() in ReportCheck.php
Setta la stringa delle informazioni sull'uso della componente
setLabel
ReportCheck::setLabel() in ReportCheck.php
Setta l'etichetta del controllo
setMessage
ReportCheck::setMessage() in ReportCheck.php
Setta il messaggio del controllo
setRequire
ReportCheck::setRequire() in ReportCheck.php
Setta il testo dei requisiti minimi
setSite
ReportCheck::setSite() in ReportCheck.php
Setta l'indirizzo web di riferimento
t
top
type
Spreadsheet_Excel_Reader::type() in class.excel2txt.php
$title
LuceneDataIndexBean::$title in LuceneDataIndexBean.php
Titolo del documento
$textTag
Image2Txt::$textTag in class.image2txt.php
Tutto il contenuto del TAG
$textTag
MP32txt::$textTag in class.mp32txt.php
Tutto il contenuto del TAG
$title
MP32txt::$title in class.mp32txt.php
Titolo della canzone
$track
MP32txt::$track in class.mp32txt.php
Traccia
TYPE_POS
TYPE_POS in class.excel2txt.php
$term
IFileQuery::$term in IFileQuery.php
Termine
TOZENDVERSION
LuceneServerCheck::TOZENDVERSION in LuceneServerCheck.php
Versione Zend Last
u
top
undeletedAll
IFile_Indexing_Mysqli::undeletedAll() in IFile_Indexing_Mysqli.php
Ripristina tutti i documenti marcati come cancellati
undeletedAll
IFile_Indexing_Lucene::undeletedAll() in IFile_Indexing_Lucene.php
Ripristina tutti i documenti marcati come cancellati
undeletedAll
IFile_Indexing_Interface::undeletedAll() in IFile_Indexing_Interface.php
Ripristina tutti i documenti marcati come cancellati
undeletedAll
IFile_Indexing_Abstract::undeletedAll() in IFile_Indexing_Abstract.php
Ripristina tutti i documenti marcati come cancellati
underline
$userComment
Image2Txt::$userComment in class.image2txt.php
Commenti
v
top
VERSION
IFileVersion::VERSION in IFileVersion.php
IFile version
VERSIONDATE
IFileVersion::VERSIONDATE in IFileVersion.php
IFile Versione Date
val
Spreadsheet_Excel_Reader::val() in class.excel2txt.php
value
Spreadsheet_Excel_Reader::value() in class.excel2txt.php
v
v() in class.excel2txt.php
w
top
$width
Image2Txt::$width in class.image2txt.php
Larghezza in pixel dell'immagine
x
top
$xml
IFileConfig::$xml in IFileConfig.php
File XML di configuzione
$xsd
IFileConfig::$xsd in IFileConfig.php
File XSD di validazione
$xfRecords
xfProperty
xfRecord
$XResolution
Image2Txt::$XResolution in class.image2txt.php
Risoluzione per la coordinata X
y
top
$year
MP32txt::$year in class.mp32txt.php
Anno della canzone
$YResolution
Image2Txt::$YResolution in class.image2txt.php
Risoluzione per la coordinata Y
z
top
ZEND_ANALYZER
IFileConfig::ZEND_ANALYZER in IFileConfig.php
Classe per la gestione degli analyzer
ZEND_TOKENFILTER
Classe per la gestione dei token
$zip
PHPOpenOfficeLib::$zip in class.openoffice2txt.php
Istanza della classe ZipArchive
ZENDVERSION
LuceneServerCheck::ZENDVERSION in LuceneServerCheck.php
Versione Zend
ZEND_PDF
LuceneServerCheck::ZEND_PDF in LuceneServerCheck.php
Libreria di Zend PDF
ZEND_SEARCH_LUCENE
LuceneServerCheck::ZEND_SEARCH_LUCENE in LuceneServerCheck.php
Libreria di Zend Lucene
a b c d e f g h i k l m n o p q r s t u v w x y z _