phing-types
[ class tree: phing-types ] [ index: phing-types ] [ all elements ]

Element index for package phing-types

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ z ] [ _ ]

_

__clone
in file DirSet.php, method DirSet::__clone()
    Return a DirSet that has the same basedir and same patternsets as this one.
__clone
in file FileSet.php, method FileSet::__clone()
    Return a FileSet that has the same basedir and same patternsets as this one.
__clone
in file Path.php, method Path::__clone()
    Return a Path that holds the same elements as this instance.
__construct
in file RegularExpression.php, method RegularExpression::__construct()
__construct
in file FilterChain.php, method FilterChain::__construct()
__construct
in file Mapper.php, method Mapper::__construct()
__construct
in file Path.php, method Path::__construct()
    Constructor for internally instantiated objects sets project.
__construct
in file Reference.php, method Reference::__construct()
__construct
in file Path.php, method PathElement::__construct()
__construct
in file FileSet.php, method FileSet::__construct()
__construct
in file AbstractFileSet.php, method AbstractFileSet::__construct()
__construct
in file Commandline.php, method Commandline::__construct()
__construct
in file Commandline.php, method CommandlineMarker::__construct()
__construct
in file Commandline.php, method CommandlineArgument::__construct()
__construct
in file DirSet.php, method DirSet::__construct()
__construct
in file FileList.php, method FileList::__construct()
    Construct a new FileList.
__copy
in file Commandline.php, method Commandline::__copy()
__toString
in file Commandline.php, method Commandline::__toString()
__toString
in file Path.php, method Path::__toString()
    Returns a textual representation of the path, which can be used as CLASSPATH or PATH environment variable definition.
top

a

$additionalPatterns
in file AbstractFileSet.php, variable AbstractFileSet::$additionalPatterns
$arguments
in file Commandline.php, variable Commandline::$arguments
AbstractFileSet
in file AbstractFileSet.php, class AbstractFileSet
    The FileSet class provides methods and properties for accessing and managing filesets. It extends ProjectComponent and thus inherits all methods and properties (not explicitly declared). See ProjectComponent for further detail.
addArguments
in file Commandline.php, method Commandline::addArguments()
addDirset
in file Path.php, method Path::addDirset()
    Adds a nested
  1. <dirset>
element.
addExisting
in file Path.php, method Path::addExisting()
    Adds the components on the given path which exist to this Path. Components that don't exist, aren't added.
addExpandProperties
in file FilterChain.php, method FilterChain::addExpandProperties()
addFileset
in file Path.php, method Path::addFileset()
    Adds a nested
  1. <fileset>
element.
addFilterReader
in file FilterChain.php, method FilterChain::addFilterReader()
addGettext
in file FilterChain.php, method FilterChain::addGettext()
addHeadFilter
in file FilterChain.php, method FilterChain::addHeadFilter()
addLineContains
in file FilterChain.php, method FilterChain::addLineContains()
addLineContainsRegExp
in file FilterChain.php, method FilterChain::addLineContainsRegExp()
addParam
in file PhingFilterReader.php, method PhingFilterReader::addParam()
addPrefixLines
in file FilterChain.php, method FilterChain::addPrefixLines()
addReplaceRegexp
in file FilterChain.php, method FilterChain::addReplaceRegexp()
addReplaceTokens
in file FilterChain.php, method FilterChain::addReplaceTokens()
addStripLineBreaks
in file FilterChain.php, method FilterChain::addStripLineBreaks()
addStripLineComments
in file FilterChain.php, method FilterChain::addStripLineComments()
addStripPhpComments
in file FilterChain.php, method FilterChain::addStripPhpComments()
addStripWhitespace
in file FilterChain.php, method FilterChain::addStripWhitespace()
addTabToSpaces
in file FilterChain.php, method FilterChain::addTabToSpaces()
addTailFilter
in file FilterChain.php, method FilterChain::addTailFilter()
addText
in file Description.php, method Description::addText()
    Adds descriptive text to the project.
addTidyFilter
in file FilterChain.php, method FilterChain::addTidyFilter()
addXincludeFilter
in file FilterChain.php, method FilterChain::addXincludeFilter()
addXsltFilter
in file FilterChain.php, method FilterChain::addXsltFilter()
append
in file PatternSet.php, method PatternSet::append()
    Adds the patterns of the other instance to this set.
append
in file Path.php, method Path::append()
    Append the contents of the other Path instance to this.
appendSelector
in file AbstractFileSet.php, method AbstractFileSet::appendSelector()
    Add a new selector into this container.
AbstractFileSet.php
procedural page AbstractFileSet.php
top

c

$checked
in file DataType.php, variable DataType::$checked
    Are we sure we don't hold circular references?
$classname
in file TokenSource.php, variable TokenSource::$classname
    String to hold the path to the TokenReader
$classname
in file Mapper.php, variable Mapper::$classname
$classpath
in file Mapper.php, variable Mapper::$classpath
$classpathId
in file Mapper.php, variable Mapper::$classpathId
circularReference
in file DataType.php, method DataType::circularReference()
    Creates an exception that indicates the user has generated a loop of data types referencing each other.
clear
in file Commandline.php, method Commandline::clear()
    Clear out the whole command line.
clearArgs
in file Commandline.php, method Commandline::clearArgs()
    Clear out the arguments but leave the executable in place for another operation.
Commandline
in file Commandline.php, class Commandline
    Commandline objects help handling command lines specifying processes to execute.
CommandlineArgument
in file Commandline.php, class CommandlineArgument
    "Inner" class used for nested xml command line definitions.
CommandlineMarker
in file Commandline.php, class CommandlineMarker
    Class to keep track of the position of an Argument.
createAnd
in file AbstractFileSet.php, method AbstractFileSet::createAnd()
    add an "And" selector entry on the selector list
createArgument
in file Commandline.php, method Commandline::createArgument()
    Creates an argument object and adds it to our list of args.
createClasspath
in file PhingFilterReader.php, method PhingFilterReader::createClasspath()
createClasspath
in file Mapper.php, method Mapper::createClasspath()
    Create the classpath to be used when searching for component being defined
createContains
in file AbstractFileSet.php, method AbstractFileSet::createContains()
    add a contains selector entry on the selector list
createContainsRegexp
in file AbstractFileSet.php, method AbstractFileSet::createContainsRegexp()
    add a contains selector entry on the selector list
createCustom
in file AbstractFileSet.php, method AbstractFileSet::createCustom()
    add an extended selector entry on the selector list
createDate
in file AbstractFileSet.php, method AbstractFileSet::createDate()
    add a selector date entry on the selector list
createDepend
in file AbstractFileSet.php, method AbstractFileSet::createDepend()
    add a depends selector entry on the selector list
createDepth
in file AbstractFileSet.php, method AbstractFileSet::createDepth()
    add a depth selector entry on the selector list
createExclude
in file AbstractFileSet.php, method AbstractFileSet::createExclude()
    add a name entry on the exclude list
createExclude
in file PatternSet.php, method PatternSet::createExclude()
    Add a name entry on the exclude list
createExcludesFile
in file PatternSet.php, method PatternSet::createExcludesFile()
    add a name entry on the exclude files list
createExcludesFile
in file AbstractFileSet.php, method AbstractFileSet::createExcludesFile()
    add a name entry on the include files list
createFilename
in file AbstractFileSet.php, method AbstractFileSet::createFilename()
    add a selector filename entry on the selector list
createInclude
in file PatternSet.php, method PatternSet::createInclude()
    Add a name entry on the include list
createInclude
in file AbstractFileSet.php, method AbstractFileSet::createInclude()
    add a name entry on the include list
createIncludesFile
in file AbstractFileSet.php, method AbstractFileSet::createIncludesFile()
    add a name entry on the include files list
createIncludesFile
in file PatternSet.php, method PatternSet::createIncludesFile()
    Add a name entry on the include files list
createMajority
in file AbstractFileSet.php, method AbstractFileSet::createMajority()
    add a majority selector entry on the selector list
createMarker
in file Commandline.php, method Commandline::createMarker()
    Return a marker.
createNone
in file AbstractFileSet.php, method AbstractFileSet::createNone()
    add a "None" selector entry on the selector list
createNot
in file AbstractFileSet.php, method AbstractFileSet::createNot()
    add a "Not" selector entry on the selector list
createOr
in file AbstractFileSet.php, method AbstractFileSet::createOr()
    add an "Or" selector entry on the selector list
createParam
in file TokenSource.php, method TokenSource::createParam()
    Create nested <param> tag.
createParam
in file PhingFilterReader.php, method PhingFilterReader::createParam()
createParam
in file Parameter.php, method Parameter::createParam()
createPath
in file Path.php, method Path::createPath()
    Creates a nested
  1. &lt;path&gt;
element.
createPathElement
in file Path.php, method Path::createPathElement()
    Creates the nested
  1. &lt;pathelement&gt;
element.
createPatternSet
in file AbstractFileSet.php, method AbstractFileSet::createPatternSet()
createPresent
in file AbstractFileSet.php, method AbstractFileSet::createPresent()
    add a present selector entry on the selector list
createSelector
in file AbstractFileSet.php, method AbstractFileSet::createSelector()
    add a "Select" selector entry on the selector list
createSize
in file AbstractFileSet.php, method AbstractFileSet::createSize()
    add a selector size entry on the selector list
createType
in file AbstractFileSet.php, method AbstractFileSet::createType()
    add a type selector entry on the selector list
Commandline.php
procedural page Commandline.php
top

d

$defaultPatterns
in file AbstractFileSet.php, variable AbstractFileSet::$defaultPatterns
$description
in file DataType.php, variable DataType::$description
    The descriptin the user has set.
$dir
in file AbstractFileSet.php, variable AbstractFileSet::$dir
$dir
in file FileList.php, variable FileList::$dir
    Base directory for this file list.
DataType
in file DataType.php, class DataType
    Base class for those classes that can appear inside the build file as stand alone data types.
describeArguments
in file Commandline.php, method Commandline::describeArguments()
    Returns a String that describes the arguments suitable for
describeCommand
in file Commandline.php, method Commandline::describeCommand()
    Returns a String that describes the command and arguments suitable for verbose output before a call to
Description
in file Description.php, class Description
    Description is used to provide a project-wide description element (that is, a description that applies to a buildfile as a whole).
dieOnCircularReference
in file Path.php, method Path::dieOnCircularReference()
    Overrides the version of DataType to recurse on all DataType child elements that may have been added.
dieOnCircularReference
in file DataType.php, method DataType::dieOnCircularReference()
    Check to see whether any DataType we hold references to is included in the Stack (which holds all DataType instances that directly or indirectly reference this instance, including this instance itself).
DirSet
in file DirSet.php, class DirSet
    Subclass as hint for supporting tasks that the included directories instead of files should be used.
DISCLAIMER
in file Commandline.php, class constant Commandline::DISCLAIMER
DataType.php
procedural page DataType.php
Description.php
procedural page Description.php
DirSet.php
procedural page DirSet.php
top

e

$executable
in file Commandline.php, variable Commandline::$executable
    Full path (if not on %PATH% env var) to executable program.
$expandSymbolicLinks
in file AbstractFileSet.php, variable AbstractFileSet::$expandSymbolicLinks
    Whether to expand/dereference symbolic links, default is false
evalName
in file PatternSet.php, method PatternSetNameEntry::evalName()
    Evaluates the pattern.
top

f

$filenames
in file FileList.php, variable FileList::$filenames
    Array containing all filenames.
$from
in file Mapper.php, variable Mapper::$from
FileList
in file FileList.php, class FileList
    FileList represents an explicitly named list of files. FileLists are useful when you want to capture a list of files regardless of whether they currently exist.
FileSet
in file FileSet.php, class FileSet
    Moved out of MatchingTask to make it a standalone object that could be referenced (by scripts for example).
FilterChain
in file FilterChain.php, class FilterChain
    FilterChain may contain a chained set of filter readers.
FileList.php
procedural page FileList.php
FileSet.php
procedural page FileSet.php
FilterChain.php
procedural page FilterChain.php
top

g

getArguments
in file Commandline.php, method Commandline::getArguments()
    Returns all arguments defined by
  1. addLine
,
  1. addValue
or the argument object.
getCheckedRef
in file DataType.php, method DataType::getCheckedRef()
    Performs the check for circular references and returns the referenced object.
getClassname
in file TokenSource.php, method TokenSource::getClassname()
    Returns the qualified classname (dot-path) to use for handling token replacement.
getClassName
in file PhingFilterReader.php, method PhingFilterReader::getClassName()
getClasspath
in file PhingFilterReader.php, method PhingFilterReader::getClasspath()
getCommandline
in file Commandline.php, method Commandline::getCommandline()
    Returns the executable and all defined arguments.
getDescription
in file DataType.php, method DataType::getDescription()
    Return the description for the current data type.
getDir
in file AbstractFileSet.php, method AbstractFileSet::getDir()
getDir
in file FileList.php, method FileList::getDir()
    Get the basedir for files in list.
getDirectoryScanner
in file AbstractFileSet.php, method AbstractFileSet::getDirectoryScanner()
    returns a reference to the dirscanner object belonging to this fileset
getExcludePatterns
in file PatternSet.php, method PatternSet::getExcludePatterns()
    Returns the filtered exclude patterns.
getExecutable
in file Commandline.php, method Commandline::getExecutable()
getFiles
in file ZipTask.php, method ZipFileSet::getFiles()
    Get a list of files and directories specified in the fileset.
getFiles
in file FileList.php, method FileList::getFiles()
    Returns the list of files represented by this FileList.
getFiles
in file TarTask.php, method TarFileSet::getFiles()
    Get a list of files and directories specified in the fileset.
getFilterReaders
in file FilterChain.php, method FilterChain::getFilterReaders()
getFullpath
in file TarTask.php, method TarFileSet::getFullpath()
getGroup
in file TarTask.php, method TarFileSet::getGroup()
getIgnoreCase
in file RegularExpression.php, method RegularExpression::getIgnoreCase()
getImplementation
in file Mapper.php, method Mapper::getImplementation()
    Factory, returns inmplementation of file name mapper as new instance
getIncludePatterns
in file PatternSet.php, method PatternSet::getIncludePatterns()
    Returns the filtered include patterns.
getListFile
in file FileList.php, method FileList::getListFile()
    Get the source "list" file that contains file names.
getMode
in file TarTask.php, method TarFileSet::getMode()
getName
in file PatternSet.php, method PatternSetNameEntry::getName()
    Get the pattern text.
getName
in file Parameter.php, method Parameter::getName()
getOutfile
in file PhpCodeSnifferTask.php, method PhpCodeSnifferTask_FormatterElement::getOutfile()
getOutfile
in file PhpCpdTask.php, method PhpCpdTask_FormatterElement::getOutfile()
getParams
in file Parameter.php, method Parameter::getParams()
getParams
in file PhingFilterReader.php, method PhingFilterReader::getParams()
getParts
in file Path.php, method PathElement::getParts()
getParts
in file Commandline.php, method CommandlineArgument::getParts()
    Returns the parts this Argument consists of.
getPattern
in file RegularExpression.php, method RegularExpression::getPattern()
getPosition
in file Commandline.php, method CommandlineMarker::getPosition()
    Return the number of arguments that preceeded this marker.
getPrefix
in file TarTask.php, method TarFileSet::getPrefix()
getPreserveLeadingSlashes
in file TarTask.php, method TarFileSet::getPreserveLeadingSlashes()
getRef
in file PatternSet.php, method PatternSet::getRef()
    Performs the check for circular references and returns the referenced PatternSet.
getRef
in file FileList.php, method FileList::getRef()
    Performs the check for circular references and returns the referenced FileSet.
getRef
in file RegularExpression.php, method RegularExpression::getRef()
getRef
in file AbstractFileSet.php, method AbstractFileSet::getRef()
    Performs the check for circular references and returns the referenced FileSet.
getReferencedObject
in file Reference.php, method Reference::getReferencedObject()
    returns reference to object in references container of project
getRefId
in file Reference.php, method Reference::getRefId()
getRegexp
in file RegularExpression.php, method RegularExpression::getRegexp()
getReplace
in file RegularExpression.php, method RegularExpression::getReplace()
getSelectors
in file AbstractFileSet.php, method AbstractFileSet::getSelectors()
    Returns the set of selectors as an array.
getTokens
in file TokenSource.php, method TokenSource::getTokens()
    This function uses the wrapper to read the tokens and then returns them.
getType
in file Parameter.php, method Parameter::getType()
getType
in file PhpCpdTask.php, method PhpCpdTask_FormatterElement::getType()
getType
in file PhpCodeSnifferTask.php, method PhpCodeSnifferTask_FormatterElement::getType()
getUseFile
in file PhpCodeSnifferTask.php, method PhpCodeSnifferTask_FormatterElement::getUseFile()
getUserName
in file TarTask.php, method TarFileSet::getUserName()
getValue
in file Parameter.php, method Parameter::getValue()
top

h

hasPatterns
in file AbstractFileSet.php, method AbstractFileSet::hasPatterns()
    Indicates whether there are any patterns here.
hasPatterns
in file PatternSet.php, method PatternSet::hasPatterns()
    helper for FileSet.
hasSelectors
in file AbstractFileSet.php, method AbstractFileSet::hasSelectors()
    Indicates whether there are any selectors here.
top

i

$isCaseSensitive
in file AbstractFileSet.php, variable AbstractFileSet::$isCaseSensitive
isReference
in file DataType.php, method DataType::isReference()
    Has the refid attribute of this element been set?
top

l

$listfile
in file FileList.php, variable FileList::$listfile
    PhingFile that contains a list of files (one per line).
listPaths
in file Path.php, method Path::listPaths()
    Returns all path elements defined by this and nested path objects.
load
in file TokenSource.php, method TokenSource::load()
    This method is called to load the sources from the reader into the buffer of the source.
top

m

Mapper
in file Mapper.php, class Mapper
    Filename Mapper maps source file name(s) to target file name(s).
Mapper.php
procedural page Mapper.php
top

n

$name
in file Parameter.php, variable Parameter::$name
    Parameter name
noChildrenAllowed
in file DataType.php, method DataType::noChildrenAllowed()
    Creates an exception that indicates that this XML element must not have child elements if the refid attribute is set.
top

o

$outfile
in file PhpCpdTask.php, variable PhpCpdTask_FormatterElement::$outfile
    Output file.
$outfile
in file PhpCodeSnifferTask.php, variable PhpCodeSnifferTask_FormatterElement::$outfile
    Output file.
top

p

$parameters
in file TokenSource.php, variable TokenSource::$parameters
    Array holding parameters for the wrapped TokenReader.
$parameters
in file Parameter.php, variable Parameter::$parameters
    Nested parameters
Parameter
in file Parameter.php, class Parameter
    A parameter is composed of a name, type and value. Nested Parameters are also possible, but the using task/type has to support them
Parameterizable
in file Parameterizable.php, class Parameterizable
    Parameterizable objects take genric key value pairs.
parsingComplete
in file DataType.php, method DataType::parsingComplete()
    Template method being called when the data type has been parsed completely.
parsingComplete
in file PhpCodeSnifferTask.php, method PhpCodeSnifferTask_FormatterElement::parsingComplete()
    Validate config.
parsingComplete
in file PhpCpdTask.php, method PhpCpdTask_FormatterElement::parsingComplete()
    Validate config.
Path
in file Path.php, class Path
    This object represents a path as used by include_path or PATH environment variable.
PathElement
in file Path.php, class PathElement
    Helper class, holds the nested
  1. &lt;pathelement&gt;
values.
PatternSet
in file PatternSet.php, class PatternSet
    The patternset storage component. Carries all necessary data and methods for the patternset stuff.
PatternSetNameEntry
in file PatternSet.php, class PatternSetNameEntry
    "Internal" class for holding an include/exclude pattern.
PhingFilterReader
in file PhingFilterReader.php, class PhingFilterReader
    A PhingFilterReader is a wrapper class that encloses the className and configuration of a Configurable FilterReader.
PhpCodeSnifferTask_FormatterElement
in file PhpCodeSnifferTask.php, class PhpCodeSnifferTask_FormatterElement
    Base class for those classes that can appear inside the build file as stand alone data types.
PhpCpdTask_FormatterElement
in file PhpCpdTask.php, class PhpCpdTask_FormatterElement
    Base class for those classes that can appear inside the build file as stand alone data types.
Parameter.php
procedural page Parameter.php
Parameterizable.php
procedural page Parameterizable.php
Path.php
procedural page Path.php
PatternSet.php
procedural page PatternSet.php
PhingFilterReader.php
procedural page PhingFilterReader.php
top

q

quoteArgument
in file Commandline.php, method Commandline::quoteArgument()
    Put quotes around the given String if necessary.
top

r

$reader
in file TokenSource.php, variable TokenSource::$reader
    Reference to the TokenReader used by this TokenSource
$ref
in file DataType.php, variable DataType::$ref
    Value to the refid attribute. Type of Reference
$refid
in file Reference.php, variable Reference::$refid
Reference
in file Reference.php, class Reference
    Class to hold a reference to another object in the project.
RegularExpression
in file RegularExpression.php, class RegularExpression
    A regular expression datatype. Keeps an instance of the
Reference.php
procedural page Reference.php
RegularExpression.php
procedural page RegularExpression.php
top

s

$selectors
in file AbstractFileSet.php, variable AbstractFileSet::$selectors
selectorCount
in file AbstractFileSet.php, method AbstractFileSet::selectorCount()
    Gives the count of the number of selectors in this container
selectorElements
in file AbstractFileSet.php, method AbstractFileSet::selectorElements()
    Returns an array for accessing the set of selectors.
setCaseSensitive
in file AbstractFileSet.php, method AbstractFileSet::setCaseSensitive()
    Sets case sensitivity of the file system
setClassname
in file Mapper.php, method Mapper::setClassname()
    Set the class name of the FileNameMapper to use.
setClassName
in file PhingFilterReader.php, method PhingFilterReader::setClassName()
setClassname
in file TokenSource.php, method TokenSource::setClassname()
    Set the classname (dot-path) to use for handling token replacement.
setClasspath
in file Mapper.php, method Mapper::setClasspath()
    Set the classpath to be used when searching for component being defined
setClasspath
in file PhingFilterReader.php, method PhingFilterReader::setClasspath()
    Set the classpath to load the FilterReader through (attribute).
setClasspathRef
in file PhingFilterReader.php, method PhingFilterReader::setClasspathRef()
setClasspathRef
in file Mapper.php, method Mapper::setClasspathRef()
    Reference to a classpath to use when loading the files.
setDefaultexcludes
in file AbstractFileSet.php, method AbstractFileSet::setDefaultexcludes()
    Sets whether default exclusions should be used or not.
setDescription
in file DataType.php, method DataType::setDescription()
    Sets a description of the current data type. It will be useful in commenting what we are doing.
setDir
in file Path.php, method PathElement::setDir()
setDir
in file AbstractFileSet.php, method AbstractFileSet::setDir()
setDir
in file Path.php, method Path::setDir()
    Adds a element definition to the path.
setDir
in file FileList.php, method FileList::setDir()
    Base directory for files in list.
setExcludes
in file PatternSet.php, method PatternSet::setExcludes()
    Sets the set of exclude patterns. Patterns may be separated by a comma or a space.
setExcludes
in file AbstractFileSet.php, method AbstractFileSet::setExcludes()
    Sets the set of exclude patterns. Patterns may be separated by a comma or a space.
setExcludesFile
in file PatternSet.php, method PatternSet::setExcludesFile()
    Sets the name of the file containing the excludes patterns.
setExcludesfile
in file AbstractFileSet.php, method AbstractFileSet::setExcludesfile()
    Sets the name of the file containing the includes patterns.
setExecutable
in file Commandline.php, method Commandline::setExecutable()
    Sets the executable to run.
setExpandSymbolicLinks
in file AbstractFileSet.php, method AbstractFileSet::setExpandSymbolicLinks()
    Sets whether to expand/dereference symbolic links, default is false
setFile
in file Commandline.php, method CommandlineArgument::setFile()
    Sets a single commandline argument to the absolute filename of the given file.
setFiles
in file FileList.php, method FileList::setFiles()
    Set the array of files in list.
setFrom
in file Mapper.php, method Mapper::setFrom()
    Set the argument to FileNameMapper.setFrom
setFullpath
in file TarTask.php, method TarFileSet::setFullpath()
    If the fullpath attribute is set, the file in the fileset is written with that path in the archive. The prefix attribute, if specified, is ignored. It is an error to have more than one file specified in such a fileset.
setGroup
in file TarTask.php, method TarFileSet::setGroup()
    The groupname for the tar entry; optional, default="" This is not the same as the GID, which is not currently set by the task.
setIf
in file PatternSet.php, method PatternSetNameEntry::setIf()
    Sets an if-condition property for this pattern to match.
setIgnoreCase
in file RegularExpression.php, method RegularExpression::setIgnoreCase()
setIncludes
in file PatternSet.php, method PatternSet::setIncludes()
    Sets the set of include patterns. Patterns may be separated by a comma or a space.
setIncludes
in file AbstractFileSet.php, method AbstractFileSet::setIncludes()
    Sets the set of include patterns. Patterns may be separated by a comma or a space.
setIncludesFile
in file PatternSet.php, method PatternSet::setIncludesFile()
    Sets the name of the file containing the includes patterns.
setIncludesfile
in file AbstractFileSet.php, method AbstractFileSet::setIncludesfile()
    Sets the name of the file containing the includes patterns.
setLine
in file Commandline.php, method CommandlineArgument::setLine()
    Line to split into several commandline arguments.
setListeningValue
in file Parameter.php, method Parameter::setListeningValue()
    Sets value to dynamic register slot.
setListFile
in file FileList.php, method FileList::setListFile()
    Sets a source "list" file that contains filenames to add -- one per line.
setMode
in file TarTask.php, method TarFileSet::setMode()
    A 3 digit octal string, specify the user, group and
setName
in file PatternSet.php, method PatternSetNameEntry::setName()
    Set the pattern text.
setName
in file Parameter.php, method Parameter::setName()
setOutfile
in file PhpCpdTask.php, method PhpCpdTask_FormatterElement::setOutfile()
setOutfile
in file PhpCodeSnifferTask.php, method PhpCodeSnifferTask_FormatterElement::setOutfile()
setParameters
in file Parameterizable.php, method Parameterizable::setParameters()
setPath
in file Commandline.php, method CommandlineArgument::setPath()
    Sets a single commandline argument and treats it like a PATH - ensures the right separator for the local platform is used.
setPath
in file Path.php, method PathElement::setPath()
setPath
in file Path.php, method Path::setPath()
    Parses a path definition and creates single PathElements.
setPattern
in file RegularExpression.php, method RegularExpression::setPattern()
setPattern
in file PatternSet.php, method PatternSetNameEntry::setPattern()
    An alias for the setName() method.
setPrefix
in file TarTask.php, method TarFileSet::setPrefix()
    If the prefix attribute is set, all files in the fileset are prefixed with that path in the archive.
setPreserveLeadingSlashes
in file TarTask.php, method TarFileSet::setPreserveLeadingSlashes()
    Flag to indicates whether leading `/'s should be preserved in the file names.
setRefid
in file PhingFilterReader.php, method PhingFilterReader::setRefid()
setRefid
in file AbstractFileSet.php, method AbstractFileSet::setRefid()
    Makes this instance in effect a reference to another PatternSet instance.
setRefid
in file DataType.php, method DataType::setRefid()
    Set the value of the refid attribute.
setRefId
in file Reference.php, method Reference::setRefId()
setRefid
in file FileList.php, method FileList::setRefid()
    Makes this instance in effect a reference to another FileList instance.
setRefid
in file PatternSet.php, method PatternSet::setRefid()
    Makes this instance in effect a reference to another PatternSet instance.
setRefid
in file Mapper.php, method Mapper::setRefid()
    Make this Mapper instance a reference to another Mapper.
setRefid
in file Path.php, method Path::setRefid()
    Makes this instance in effect a reference to another Path instance.
setRefid
in file FilterChain.php, method FilterChain::setRefid()
setReplace
in file RegularExpression.php, method RegularExpression::setReplace()
setTo
in file Mapper.php, method Mapper::setTo()
    Set the argument to FileNameMapper.setTo
setType
in file Mapper.php, method Mapper::setType()
    Set the type of FileNameMapper to use.
setType
in file Parameter.php, method Parameter::setType()
setType
in file PhpCpdTask.php, method PhpCpdTask_FormatterElement::setType()
setType
in file PhpCodeSnifferTask.php, method PhpCodeSnifferTask_FormatterElement::setType()
setUnless
in file PatternSet.php, method PatternSetNameEntry::setUnless()
    Sets an unless-condition property for this pattern to match.
setupDirectoryScanner
in file AbstractFileSet.php, method AbstractFileSet::setupDirectoryScanner()
    feed dirscanner with infos defined by this fileset
setUseFile
in file PhpCodeSnifferTask.php, method PhpCodeSnifferTask_FormatterElement::setUseFile()
setUserName
in file TarTask.php, method TarFileSet::setUserName()
    The username for the tar entry This is not the same as the UID, which is not currently set by the task.
setValue
in file Parameter.php, method Parameter::setValue()
setValue
in file Commandline.php, method CommandlineArgument::setValue()
    Sets a single commandline argument.
size
in file Commandline.php, method Commandline::size()
size
in file Path.php, method Path::size()
    How many parts does this Path instance consist of.
top

t

$to
in file Mapper.php, variable Mapper::$to
$tokens
in file TokenSource.php, variable TokenSource::$tokens
    Array with key/value pairs of tokens
$type
in file Parameter.php, variable Parameter::$type
    Paramter type
$type
in file PhpCodeSnifferTask.php, variable PhpCodeSnifferTask_FormatterElement::$type
    Type of output to generate
$type
in file Mapper.php, variable Mapper::$type
$type
in file PhpCpdTask.php, variable PhpCpdTask_FormatterElement::$type
    Type of output to generate
TarFileSet
in file TarTask.php, class TarFileSet
    This is a FileSet with the option to specify permissions.
TokenSource
in file TokenSource.php, class TokenSource
    A parameter is composed of a name, type and value.
tooManyAttributes
in file DataType.php, method DataType::tooManyAttributes()
    Creates an exception that indicates that refid has to be the only attribute if it is set.
toString
in file Commandline.php, method Commandline::toString()
    Quotes the parts of the given array in way that makes them usable as command line arguments.
toString
in file PatternSet.php, method PatternSetNameEntry::toString()
    Gets a string representation of this pattern.
toString
in file PatternSet.php, method PatternSet::toString()
translateCommandline
in file Commandline.php, method Commandline::translateCommandline()
translateFile
in file Path.php, method Path::translateFile()
    Returns its argument with all file separator characters replaced so that they match the local OS conventions.
translateFileSep
in file Path.php, method Path::translateFileSep()
    Translates all occurrences of / or \ to correct separator of the current platform and returns whether it had to do any replacements.
translatePath
in file Path.php, method Path::translatePath()
    Splits a PATH (with : or ; as separators) into its parts.
TokenSource.php
procedural page TokenSource.php
top

u

$useDefaultExcludes
in file AbstractFileSet.php, variable AbstractFileSet::$useDefaultExcludes
$useFile
in file PhpCodeSnifferTask.php, variable PhpCodeSnifferTask_FormatterElement::$useFile
    Output to file?
top

v

$value
in file Parameter.php, variable Parameter::$value
    Parameter value
valid
in file PatternSet.php, method PatternSetNameEntry::valid()
    Checks whether pattern should be applied based on whether the if and unless properties are set in project.
top

z

ZipFileSet
in file ZipTask.php, class ZipFileSet
    This is a FileSet with the to specify permissions.
top

Documentation generated on Mon, 19 Oct 2009 10:50:10 +0200 by phpDocumentor 1.4.3