Element index for package PHPExcel
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
_
- $_items
- in file HashTable.php, variable PHPExcel_HashTable::$_items
HashTable elements
- $_keyMap
- in file HashTable.php, variable PHPExcel_HashTable::$_keyMap
HashTable key map
- __clone
- in file HashTable.php, method PHPExcel_HashTable::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
- __clone
- in file PHPExcel.php, method PHPExcel::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
- __clone
- in file NamedRange.php, method PHPExcel_NamedRange::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
- __clone
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
- __clone
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
- __clone
- in file Comment.php, method PHPExcel_Comment::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
- __clone
- in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::__clone()
__clone implementation. Cloning should not be allowed in a Singleton!
- __construct
- in file WorksheetIterator.php, method PHPExcel_WorksheetIterator::__construct()
Create a new worksheet iterator
- __construct
- in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::__construct()
Create a new PHPExcel_ReferenceHelper
- __construct
- in file PHPExcel.php, method PHPExcel::__construct()
Create a new PHPExcel with one Worksheet
- __construct
- in file HashTable.php, method PHPExcel_HashTable::__construct()
Create a new PHPExcel_HashTable
- __construct
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::__construct()
Create a new PHPExcel_DocumentProperties
- __construct
- in file NamedRange.php, method PHPExcel_NamedRange::__construct()
Create a new NamedRange
- __construct
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::__construct()
Create a new PHPExcel_DocumentSecurity
- __construct
- in file Comment.php, method PHPExcel_Comment::__construct()
Create a new PHPExcel_Comment
- __destruct
- in file WorksheetIterator.php, method PHPExcel_WorksheetIterator::__destruct()
Destructor
top
top
c
- cache_in_memory
- in file CachedObjectStorageFactory.php, class constant PHPExcel_CachedObjectStorageFactory::cache_in_memory
- cache_in_memory_gzip
- in file CachedObjectStorageFactory.php, class constant PHPExcel_CachedObjectStorageFactory::cache_in_memory_gzip
- cache_in_memory_serialized
- in file CachedObjectStorageFactory.php, class constant PHPExcel_CachedObjectStorageFactory::cache_in_memory_serialized
- cache_to_apc
- in file CachedObjectStorageFactory.php, class constant PHPExcel_CachedObjectStorageFactory::cache_to_apc
- cache_to_discISAM
- in file CachedObjectStorageFactory.php, class constant PHPExcel_CachedObjectStorageFactory::cache_to_discISAM
- cache_to_memcache
- in file CachedObjectStorageFactory.php, class constant PHPExcel_CachedObjectStorageFactory::cache_to_memcache
- cache_to_phpTemp
- in file CachedObjectStorageFactory.php, class constant PHPExcel_CachedObjectStorageFactory::cache_to_phpTemp
- cache_to_wincache
- in file CachedObjectStorageFactory.php, class constant PHPExcel_CachedObjectStorageFactory::cache_to_wincache
- calculate
- in file trendClass.php, method trendClass::calculate()
- checkArrays
- in file TestMatrix.php, method TestMatrix::checkArrays()
Check norm of difference of "arrays".
- checkMatrices
- in file TestMatrix.php, method TestMatrix::checkMatrices()
Check norm of difference of "matrices".
- checkScalars
- in file TestMatrix.php, method TestMatrix::checkScalars()
Check magnitude of difference of "scalars".
- checkVectors
- in file TestMatrix.php, method TestMatrix::checkVectors()
Check norm of difference of "vectors".
- chiSquared
- in file LevenbergMarquardt.php, method LevenbergMarquardt::chiSquared()
Calculate the current sum-squared-error
- clear
- in file HashTable.php, method PHPExcel_HashTable::clear()
Clear HashTable
- copy
- in file PHPExcel.php, method PHPExcel::copy()
Copy workbook (!= clone!)
- count
- in file HashTable.php, method PHPExcel_HashTable::count()
Count
- createReader
- in file IOFactory.php, method PHPExcel_IOFactory::createReader()
Create PHPExcel_Reader_IReader
- createReaderForFile
- in file IOFactory.php, method PHPExcel_IOFactory::createReaderForFile()
Create PHPExcel_Reader_IReader for file using automatic PHPExcel_Reader_IReader resolution
- createSheet
- in file PHPExcel.php, method PHPExcel::createSheet()
Create sheet and add it to this workbook
- createWriter
- in file IOFactory.php, method PHPExcel_IOFactory::createWriter()
Create PHPExcel_Writer_IWriter
- current
- in file WorksheetIterator.php, method PHPExcel_WorksheetIterator::current()
Current PHPExcel_Worksheet
- CachedObjectStorageFactory.php
- procedural page CachedObjectStorageFactory.php
- Comment.php
- procedural page Comment.php
- credits.php
- procedural page credits.php
- courier.php
- procedural page courier.php
top
top
top
top
g
- garbageCollect
- in file PHPExcel.php, method PHPExcel::garbageCollect()
Eliminate all unneeded cellXf and afterwards update the xfIndex for all cells
- getActiveSheet
- in file PHPExcel.php, method PHPExcel::getActiveSheet()
Get active sheet
- getActiveSheetIndex
- in file PHPExcel.php, method PHPExcel::getActiveSheetIndex()
Get active sheet index
- getAllSheets
- in file PHPExcel.php, method PHPExcel::getAllSheets()
Get all sheets
- getAuthor
- in file Comment.php, method PHPExcel_Comment::getAuthor()
Get Author
- getByHashCode
- in file HashTable.php, method PHPExcel_HashTable::getByHashCode()
Get by hashcode
- getByIndex
- in file HashTable.php, method PHPExcel_HashTable::getByIndex()
Get by index
- getCacheStorageClass
- in file CachedObjectStorageFactory.php, method PHPExcel_CachedObjectStorageFactory::getCacheStorageClass()
- getCacheStorageMethod
- in file CachedObjectStorageFactory.php, method PHPExcel_CachedObjectStorageFactory::getCacheStorageMethod()
- getCacheStorageMethods
- in file CachedObjectStorageFactory.php, method PHPExcel_CachedObjectStorageFactory::getCacheStorageMethods()
- getCategory
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::getCategory()
Get Category
- getCellStyleXfByHashCode
- in file PHPExcel.php, method PHPExcel::getCellStyleXfByHashCode()
Get cellStyleXf by hash code
- getCellStyleXfByIndex
- in file PHPExcel.php, method PHPExcel::getCellStyleXfByIndex()
Get cellStyleXf by index
- getCellStyleXfCollection
- in file PHPExcel.php, method PHPExcel::getCellStyleXfCollection()
Get the workbook collection of cellStyleXfs
- getCellXfByHashCode
- in file PHPExcel.php, method PHPExcel::getCellXfByHashCode()
Get cellXf by hash code
- getCellXfByIndex
- in file PHPExcel.php, method PHPExcel::getCellXfByIndex()
Get cellXf by index
- getCellXfCollection
- in file PHPExcel.php, method PHPExcel::getCellXfCollection()
Get the workbook collection of cellXfs
- getCellXfSupervisor
- in file PHPExcel.php, method PHPExcel::getCellXfSupervisor()
Get the cellXf supervisor
- getCompany
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::getCompany()
Get Company
- getCreated
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::getCreated()
Get Created
- getCreator
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::getCreator()
Get Creator
- getDefaultStyle
- in file PHPExcel.php, method PHPExcel::getDefaultStyle()
Get default style
- getDescription
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::getDescription()
Get Description
- getFillColor
- in file Comment.php, method PHPExcel_Comment::getFillColor()
Get fill color
- getHashCode
- in file IComparable.php, method PHPExcel_IComparable::getHashCode()
Get hash code
- getHashCode
- in file Comment.php, method PHPExcel_Comment::getHashCode()
Get hash code
- getHeight
- in file Comment.php, method PHPExcel_Comment::getHeight()
Get comment height (CSS style, i.e. XXpx or YYpt)
- getIndex
- in file PHPExcel.php, method PHPExcel::getIndex()
Get index for sheet
- getIndexForHashCode
- in file HashTable.php, method PHPExcel_HashTable::getIndexForHashCode()
Get index for hash code
- getInstance
- in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::getInstance()
Get an instance of this class
- getInstance
- in file CachedObjectStorageFactory.php, method PHPExcel_CachedObjectStorageFactory::getInstance()
- getKeywords
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::getKeywords()
Get Keywords
- getLastModifiedBy
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::getLastModifiedBy()
Get Last Modified By
- getLocalOnly
- in file NamedRange.php, method PHPExcel_NamedRange::getLocalOnly()
Get localOnly
- getLockRevision
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::getLockRevision()
Get LockRevision
- getLockStructure
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::getLockStructure()
Get LockStructure
- getLockWindows
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::getLockWindows()
Get LockWindows
- getMarginLeft
- in file Comment.php, method PHPExcel_Comment::getMarginLeft()
Get left margin (CSS style, i.e. XXpx or YYpt)
- getMarginTop
- in file Comment.php, method PHPExcel_Comment::getMarginTop()
Get top margin (CSS style, i.e. XXpx or YYpt)
- getModified
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::getModified()
Get Modified
- getName
- in file NamedRange.php, method PHPExcel_NamedRange::getName()
Get name
- getNamedRange
- in file PHPExcel.php, method PHPExcel::getNamedRange()
Get named range
- getNamedRanges
- in file PHPExcel.php, method PHPExcel::getNamedRanges()
Get named ranges
- getProperties
- in file PHPExcel.php, method PHPExcel::getProperties()
Get properties
- getRange
- in file NamedRange.php, method PHPExcel_NamedRange::getRange()
Get range
- getRevisionsPassword
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::getRevisionsPassword()
Get RevisionsPassword (hashed)
- getScope
- in file NamedRange.php, method PHPExcel_NamedRange::getScope()
Get scope
- getSearchLocations
- in file IOFactory.php, method PHPExcel_IOFactory::getSearchLocations()
Get search locations
- getSecurity
- in file PHPExcel.php, method PHPExcel::getSecurity()
Get security
- getSheet
- in file PHPExcel.php, method PHPExcel::getSheet()
Get sheet by index
- getSheetByName
- in file PHPExcel.php, method PHPExcel::getSheetByName()
Get sheet by name
- getSheetCount
- in file PHPExcel.php, method PHPExcel::getSheetCount()
Get sheet count
- getSheetNames
- in file PHPExcel.php, method PHPExcel::getSheetNames()
Get sheet names
- getSubject
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::getSubject()
Get Subject
- getText
- in file Comment.php, method PHPExcel_Comment::getText()
Get Rich text comment
- getTitle
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::getTitle()
Get Title
- getVisible
- in file Comment.php, method PHPExcel_Comment::getVisible()
Is the comment visible by default?
- getWidth
- in file Comment.php, method PHPExcel_Comment::getWidth()
Get comment width (CSS style, i.e. XXpx or YYpt)
- getWorkbookPassword
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::getWorkbookPassword()
Get WorkbookPassword (hashed)
- getWorksheet
- in file NamedRange.php, method PHPExcel_NamedRange::getWorksheet()
Get worksheet
- getWorksheetIterator
- in file PHPExcel.php, method PHPExcel::getWorksheetIterator()
Get worksheet iterator
- grad
- in file LMQuadTest.php, method LMQuadTest::grad()
z = (p-o)'S'S(p-o) dz/dp = 2S'S(p-o)
top
top
top
top
top
top
p
- PHPExcel
- in file PHPExcel.php, class PHPExcel
PHPExcel
- package.php
- procedural page package.php
- polyfit.php
- procedural page polyfit.php
- PHPExcel.php
- procedural page PHPExcel.php
- PHPExcel_Autoloader
- in file Autoloader.php, class PHPExcel_Autoloader
PHPExcel
- PHPExcel_CachedObjectStorageFactory
- in file CachedObjectStorageFactory.php, class PHPExcel_CachedObjectStorageFactory
- PHPExcel_Comment
- in file Comment.php, class PHPExcel_Comment
PHPExcel_Comment
- PHPExcel_DocumentProperties
- in file DocumentProperties.php, class PHPExcel_DocumentProperties
PHPExcel_DocumentProperties
- PHPExcel_DocumentSecurity
- in file DocumentSecurity.php, class PHPExcel_DocumentSecurity
PHPExcel_DocumentSecurity
- PHPExcel_HashTable
- in file HashTable.php, class PHPExcel_HashTable
PHPExcel_HashTable
- PHPExcel_IComparable
- in file IComparable.php, class PHPExcel_IComparable
PHPExcel_IComparable
- PHPExcel_IOFactory
- in file IOFactory.php, class PHPExcel_IOFactory
PHPExcel_IOFactory
- PHPExcel_NamedRange
- in file NamedRange.php, class PHPExcel_NamedRange
PHPExcel_NamedRange
- PHPExcel_ReferenceHelper
- in file ReferenceHelper.php, class PHPExcel_ReferenceHelper
PHPExcel_ReferenceHelper (Singleton)
- PHPEXCEL_ROOT
- in file PHPExcel.php, constant PHPEXCEL_ROOT
PHPExcel root directory
- PHPExcel_WorksheetIterator
- in file WorksheetIterator.php, class PHPExcel_WorksheetIterator
PHPExcel_WorksheetIterator
- polyfit
- in file polyfit.php, function polyfit()
- printpoly
- in file polyfit.php, function printpoly()
top
top
s
- setActiveSheetIndex
- in file PHPExcel.php, method PHPExcel::setActiveSheetIndex()
Set active sheet index
- setActiveSheetIndexByName
- in file PHPExcel.php, method PHPExcel::setActiveSheetIndexByName()
Set active sheet index by name
- setAuthor
- in file Comment.php, method PHPExcel_Comment::setAuthor()
Set Author
- setCategory
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::setCategory()
Set Category
- setCompany
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::setCompany()
Set Company
- setCreated
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::setCreated()
Set Created
- setCreator
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::setCreator()
Set Creator
- setDescription
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::setDescription()
Set Description
- setHeight
- in file Comment.php, method PHPExcel_Comment::setHeight()
Set comment height (CSS style, i.e. XXpx or YYpt)
- setIndexByName
- in file PHPExcel.php, method PHPExcel::setIndexByName()
Set index for sheet by sheet name.
- setKeywords
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::setKeywords()
Set Keywords
- setLastModifiedBy
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::setLastModifiedBy()
Set Last Modified By
- setLocalOnly
- in file NamedRange.php, method PHPExcel_NamedRange::setLocalOnly()
Set localOnly
- setLockRevision
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::setLockRevision()
Set LockRevision
- setLockStructure
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::setLockStructure()
Set LockStructure
- setLockWindows
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::setLockWindows()
Set LockWindows
- setMarginLeft
- in file Comment.php, method PHPExcel_Comment::setMarginLeft()
Set left margin (CSS style, i.e. XXpx or YYpt)
- setMarginTop
- in file Comment.php, method PHPExcel_Comment::setMarginTop()
Set top margin (CSS style, i.e. XXpx or YYpt)
- setModified
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::setModified()
Set Modified
- setName
- in file NamedRange.php, method PHPExcel_NamedRange::setName()
Set name
- setProperties
- in file PHPExcel.php, method PHPExcel::setProperties()
Set properties
- setRange
- in file NamedRange.php, method PHPExcel_NamedRange::setRange()
Set range
- setRevisionsPassword
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::setRevisionsPassword()
Set RevisionsPassword
- setScope
- in file NamedRange.php, method PHPExcel_NamedRange::setScope()
Set scope
- setSearchLocations
- in file IOFactory.php, method PHPExcel_IOFactory::setSearchLocations()
Set search locations
- setSecurity
- in file PHPExcel.php, method PHPExcel::setSecurity()
Set security
- setSubject
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::setSubject()
Set Subject
- setText
- in file Comment.php, method PHPExcel_Comment::setText()
Set Rich text comment
- setTitle
- in file DocumentProperties.php, method PHPExcel_DocumentProperties::setTitle()
Set Title
- setVisible
- in file Comment.php, method PHPExcel_Comment::setVisible()
Set comment default visibility
- setWidth
- in file Comment.php, method PHPExcel_Comment::setWidth()
Set comment width (CSS style, i.e. XXpx or YYpt)
- setWorkbookPassword
- in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::setWorkbookPassword()
Set WorkbookPassword
- setWorksheet
- in file NamedRange.php, method PHPExcel_NamedRange::setWorksheet()
Set worksheet
- solve
- in file LevenbergMarquardt.php, method LevenbergMarquardt::solve()
Minimize E = sum {(y[k] - f(x[k],a)) / s[k]}^2 The individual errors are optionally scaled by s[k].
top
t
- test.php
- procedural page test.php
- tile.php
- procedural page tile.php
- TestMatrix.php
- procedural page TestMatrix.php
- trendClass.php
- procedural page trendClass.php
- testdata
- in file LMQuadTest.php, method LMQuadTest::testdata()
- TestMatrix
- in file TestMatrix.php, class TestMatrix
- TestMatrix
- in file TestMatrix.php, method TestMatrix::TestMatrix()
- tile
- in file tile.php, function tile()
Tiling of matrix X in [rowWise by colWise] dimension. Tiling creates a larger matrix than the original data X. Example, if X is to be tiled in a [3 x 4] manner, then:
- toArray
- in file HashTable.php, method PHPExcel_HashTable::toArray()
HashTable to array
- trendClass
- in file trendClass.php, class trendClass
- TREND_BEST_FIT
- in file trendClass.php, class constant trendClass::TREND_BEST_FIT
- TREND_BEST_FIT_NO_POLY
- in file trendClass.php, class constant trendClass::TREND_BEST_FIT_NO_POLY
- TREND_EXPONENTIAL
- in file trendClass.php, class constant trendClass::TREND_EXPONENTIAL
- TREND_LINEAR
- in file trendClass.php, class constant trendClass::TREND_LINEAR
- TREND_LOGARITHMIC
- in file trendClass.php, class constant trendClass::TREND_LOGARITHMIC
- TREND_POLYNOMIAL_2
- in file trendClass.php, class constant trendClass::TREND_POLYNOMIAL_2
- TREND_POLYNOMIAL_3
- in file trendClass.php, class constant trendClass::TREND_POLYNOMIAL_3
- TREND_POLYNOMIAL_4
- in file trendClass.php, class constant trendClass::TREND_POLYNOMIAL_4
- TREND_POLYNOMIAL_5
- in file trendClass.php, class constant trendClass::TREND_POLYNOMIAL_5
- TREND_POLYNOMIAL_6
- in file trendClass.php, class constant trendClass::TREND_POLYNOMIAL_6
- TREND_POWER
- in file trendClass.php, class constant trendClass::TREND_POWER
- try_failure
- in file TestMatrix.php, method TestMatrix::try_failure()
Print appropriate messages for unsuccessful outcome try
- try_success
- in file TestMatrix.php, method TestMatrix::try_success()
Print appropriate messages for successful outcome try
- try_warning
- in file TestMatrix.php, method TestMatrix::try_warning()
Print appropriate messages for unsuccessful outcome try
top
top
top
top
|
|