PEAR_Size
[ class tree: PEAR_Size ] [ index: PEAR_Size ] [ all elements ]

Element index for package PEAR_Size

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ p ] [ r ] [ s ] [ t ] [ u ] [ w ] [ x ] [ _ ]

_

__construct
in file Size.php, method PEAR_Size::__construct()
    Class constructor
__construct
in file html.php, method PEAR_Size_HTML_Table::__construct()
    Constructor
top

a

addRow
in file html.php, method PEAR_Size_HTML_Table::addRow()
    addRow
analyse
in file Size.php, method PEAR_Size::analyse()
    Main analysis method
appName
in file CLI.php, method PEAR_Size_CLI::appName()
    Return name of app/script using this class.
APP_VERSION
in file CLI.php, class constant PEAR_Size_CLI::APP_VERSION
    Version of the application/script
top

c

$commands
in file Size.php, variable PEAR_Command_Size::$commands
channelReport
in file Factory.php, method PEAR_Size_Output_Driver::channelReport()
    Display report of packages in a channel
createInstance
in file Factory.php, method PEAR_Size_OutputFactory::createInstance()
    Create required instance of the Output 'driver'.
createInstance
in file Factory.php, method PEAR_Size_Factory::createInstance()
    Create required instance of the Output 'driver'.
CLI.php
procedural page CLI.php
csv.php
procedural page csv.php
top

d

display
in file text.php, method PEAR_Size_Output_Text::display()
    Display given text.
display
in file html.php, method PEAR_Size_Output_Html::display()
    display given text.
display
in file Factory.php, method PEAR_Size_Output_Driver::display()
    Display given text.
doSize
in file Size.php, method PEAR_Command_Size::doSize()
    The doSize method
top

e

$errors
in file Size.php, variable PEAR_Size::$errors
    Array or PEAR_Error of error messages
Exception.php
procedural page Exception.php
top

f

Factory.php
procedural page Factory.php
top

g

generateReport
in file text.php, method PEAR_Size_Output_Text::generateReport()
    Generate the report
generateReport
in file xml.php, method PEAR_Size_Output_XML::generateReport()
    Generate the report
generateReport
in file Size.php, method PEAR_Size::generateReport()
    Generate the report
generateReport
in file html.php, method PEAR_Size_Output_Html::generateReport()
    generate the report
generateReport
in file csv.php, method PEAR_Size_Output_CSV::generateReport()
    Generate the report
generateReport
in file Factory.php, method PEAR_Size_Output_Driver::generateReport()
    Generate the report
getTable
in file html.php, method PEAR_Size_HTML_Table::getTable()
    return table [in HTML]
top

h

html.php
procedural page html.php
top

p

parseCLIOptions
in file Size.php, method PEAR_Size::parseCLIOptions()
    Parse options determined by Console_Getopt
PEAR_Command_Size
in file Size.php, class PEAR_Command_Size
    PEAR_Command_Size: integrate PEAR_Size within the pear command line.
PEAR_Size
in file Size.php, class PEAR_Size
    PEAR_Size: a class for determining the whole size that a package consumes on disk.
pearsize.php
procedural page pearsize.php
PEAR_Size_CLI
in file CLI.php, class PEAR_Size_CLI
    This class invokes the PEAR_Size for command line scripts.
PEAR_Size_Exception
in file Exception.php, class PEAR_Size_Exception
    An exception thrown by PEAR_Size when it encounters an unrecoverable error.
PEAR_Size_Factory
in file Factory.php, class PEAR_Size_Factory
    Factory object must contract to having a createInstance method
PEAR_Size_HTML_Table
in file html.php, class PEAR_Size_HTML_Table
    Extended form of HTML_Table
PEAR_SIZE_INVALID_OPTIONS
in file CLI.php, class constant PEAR_Size_CLI::PEAR_SIZE_INVALID_OPTIONS
    Exit status: invalid options specified
PEAR_SIZE_MISSING_ARGS
in file CLI.php, class constant PEAR_Size_CLI::PEAR_SIZE_MISSING_ARGS
    Exit status: arguments/parameters missing
PEAR_SIZE_NON_CLI
in file CLI.php, class constant PEAR_Size_CLI::PEAR_SIZE_NON_CLI
    Exit status: not using the CLI version of php
PEAR_SIZE_OK
in file CLI.php, class constant PEAR_Size_CLI::PEAR_SIZE_OK
    Exit status: OK
PEAR_Size_OutputFactory
in file Factory.php, class PEAR_Size_OutputFactory
    Use Factory pattern to give a output driver object.
PEAR_Size_Output_CSV
in file csv.php, class PEAR_Size_Output_CSV
    Output info in Comma Seperated Value style.
PEAR_Size_Output_Driver
in file Factory.php, class PEAR_Size_Output_Driver
    An Output Driver is used to display information/text in a manner specific to that driver.
PEAR_Size_Output_Html
in file html.php, class PEAR_Size_Output_Html
    PEAR_Size_Output_html
PEAR_Size_Output_Text
in file text.php, class PEAR_Size_Output_Text
    Output info as pure text.
PEAR_Size_Output_XML
in file xml.php, class PEAR_Size_Output_XML
    Output info in XML format
top

r

$reg
in file Size.php, variable PEAR_Size::$reg
    Registry object
$reg_channels
in file Size.php, variable PEAR_Size::$reg_channels
    List of channels returned by getChannels method.
$rowcount
in file html.php, variable PEAR_Size_HTML_Table::$rowcount
readableLine
in file Factory.php, method PEAR_Size_Output_Driver::readableLine()
    Return either given value, or it in readable form depending on criteria.
run
in file CLI.php, method PEAR_Size_CLI::run()
    Run
top

s

$search_roles
in file Size.php, variable PEAR_Size::$search_roles
    List of all valid roles to search for.
Size.php
procedural page Size.php
Size.php
procedural page Size.php
setAll
in file Size.php, method PEAR_Size::setAll()
    Indicate whether all packages in a channel should be analysed.
setAllChannels
in file Size.php, method PEAR_Size::setAllChannels()
    Set variables for analysing all channels.
setAppName
in file CLI.php, method PEAR_Size_CLI::setAppName()
    Set application name (used by plugins to PEAR etc)
setChannel
in file Size.php, method PEAR_Size::setChannel()
    Set which channel is to be used
setDontDisplayZeroValues
in file Size.php, method PEAR_Size::setDontDisplayZeroValues()
    Should the driver display/include zero values.
setHumanReadable
in file Size.php, method PEAR_Size::setHumanReadable()
    Human readable...
setOutputDriver
in file Size.php, method PEAR_Size::setOutputDriver()
    Set up driver to be used, dependant on specified type.
setRoundValues
in file Size.php, method PEAR_Size::setRoundValues()
    Should values be rounded to multiples of 1000?
setSortSize
in file Size.php, method PEAR_Size::setSortSize()
    Indicate whether results should be sorted by size.
setSummarise
in file Size.php, method PEAR_Size::setSummarise()
    Should a summary view be displayed rather than the detailed one?
setTypes
in file Size.php, method PEAR_Size::setTypes()
    Set the types/roles of files that are to be searched for in each package.
setVerbose
in file Size.php, method PEAR_Size::setVerbose()
    Set verbosity level
top

t

text.php
procedural page text.php
table
in file text.php, method PEAR_Size_Output_Text::table()
    Return Console_Table object
table
in file html.php, method PEAR_Size_Output_Html::table()
    Return extended HTML_Table object
top

u

usage
in file CLI.php, method PEAR_Size_CLI::usage()
    Usage
top

w

$warnings
in file Size.php, variable PEAR_Size::$warnings
    Array of warning messages.
top

x

xml.php
procedural page xml.php
top

Documentation generated on Mon, 11 Mar 2019 16:03:04 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.