Element index for package phing-filters
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ g ]
[ h ]
[ i ]
[ l ]
[ p ]
[ r ]
[ s ]
[ t ]
[ x ]
[ _ ]
top
a
- addText
- in file ReplaceTokens.php, method Token::addText()
Sets the token value from text.
top
top
c
- chain
- in file StripLineBreaks.php, method StripLineBreaks::chain()
Creates a new StripLineBreaks using the passed in Reader for instantiation.
- chain
- in file StripLineComments.php, method StripLineComments::chain()
- chain
- in file ReplaceTokensWithFile.php, method ReplaceTokensWithFile::chain()
Creates a new ReplaceTokensWithFile using the passed in Reader for instantiation.
- chain
- in file XincludeFilter.php, method XincludeFilter::chain()
Creates a new XincludeFilter using the passed in Reader for instantiation.
- chain
- in file ReplaceTokens.php, method ReplaceTokens::chain()
Creates a new ReplaceTokens using the passed in Reader for instantiation.
- chain
- in file StripPhpComments.php, method StripPhpComments::chain()
Creates a new StripPhpComments using the passed in Reader for instantiation.
- chain
- in file StripWhitespace.php, method StripWhitespace::chain()
Creates a new StripWhitespace using the passed in Reader for instantiation.
- chain
- in file TranslateGettext.php, method TranslateGettext::chain()
Creates a new TranslateGettext filter using the passed in Reader for instantiation.
- chain
- in file TidyFilter.php, method TidyFilter::chain()
Creates a new TidyFilter using the passed in Reader for instantiation.
- chain
- in file TailFilter.php, method TailFilter::chain()
Creates a new TailFilter using the passed in Reader for instantiation.
- chain
- in file TabToSpaces.php, method TabToSpaces::chain()
Creates a new TabsToSpaces using the passed in Reader for instantiation.
- chain
- in file ReplaceRegexp.php, method ReplaceRegexp::chain()
Creates a new ReplaceRegExp filter using the passed in Reader for instantiation.
- chain
- in file XsltFilter.php, method XsltFilter::chain()
Creates a new XsltFilter using the passed in Reader for instantiation.
- chain
- in file ChainableReader.php, method ChainableReader::chain()
Returns a reader with the same configuration as this one, but filtering input from the specified reader.
- chain
- in file ExpandProperties.php, method ExpandProperties::chain()
Creates a new ExpandProperties filter using the passed in Reader for instantiation.
- chain
- in file HeadFilter.php, method HeadFilter::chain()
Creates a new HeadFilter using the passed in Reader for instantiation.
- chain
- in file LineContains.php, method LineContains::chain()
Creates a new LineContains using the passed in Reader for instantiation.
- chain
- in file LineContainsRegexp.php, method LineContainsRegexp::chain()
Creates a new LineContainsRegExp using the passed in Reader for instantiation.
- chain
- in file PrefixLines.php, method PrefixLines::chain()
Creates a new PrefixLines filter using the passed in Reader for instantiation.
- ChainableReader
- in file ChainableReader.php, class ChainableReader
Interface indicating that a reader may be chained to another one.
- checkAttributes
- in file TranslateGettext.php, method TranslateGettext::checkAttributes()
Make sure that required attributes are set.
- Comment
- in file StripLineComments.php, class Comment
The class that holds a comment representation.
- COMMENTS_KEY
- in file StripLineComments.php, class constant StripLineComments::COMMENTS_KEY
Parameter name for the comment prefix.
- Contains
- in file LineContains.php, class Contains
Holds a contains element.
- CONTAINS_KEY
- in file LineContains.php, class constant LineContains::CONTAINS_KEY
The parameter name for the string to match on.
- createComment
- in file StripLineComments.php, method StripLineComments::createComment()
- createConfig
- in file TidyFilter.php, method TidyFilter::createConfig()
Adds a <config> element (which is a Parameter).
- createContains
- in file LineContains.php, method LineContains::createContains()
Adds a <contains>
nested element.
- createParam
- in file XsltFilter.php, method XsltFilter::createParam()
Create new XSLT Param object, to handle the <param/> nested element.
- createRegexp
- in file LineContainsRegexp.php, method LineContainsRegexp::createRegexp()
Adds a regexp
element.
- createRegexp
- in file ReplaceRegexp.php, method ReplaceRegexp::createRegexp()
Creator method handles nested <regexp> tags.
- createToken
- in file ReplaceTokens.php, method ReplaceTokens::createToken()
Adds a token element to the map of tokens to replace.
- createTokensource
- in file ReplaceTokens.php, method ReplaceTokens::createTokensource()
Adds a token source to the sources of this filter.
- ChainableReader.php
- procedural page ChainableReader.php
top
top
e
- eof
- in file BaseFilterReader.php, method BaseFilterReader::eof()
Returns whether the end of file has been reached with input stream.
- ExpandProperties
- in file ExpandProperties.php, class ExpandProperties
Expands Phing Properties, if any, in the data.
- ExpandProperties.php
- procedural page ExpandProperties.php
top
g
- getBasedir
- in file XincludeFilter.php, method XincludeFilter::getBasedir()
- getBeginToken
- in file ReplaceTokens.php, method ReplaceTokens::getBeginToken()
Returns the "begin token" character.
- getBeginToken
- in file ReplaceTokensWithFile.php, method ReplaceTokensWithFile::getBeginToken()
Returns the "begin token" character.
- getComments
- in file StripLineComments.php, method StripLineComments::getComments()
- getContains
- in file LineContains.php, method LineContains::getContains()
Returns the vector of words which must be contained within a line read from the original stream in order for it to match this filter.
- getDir
- in file TranslateGettext.php, method TranslateGettext::getDir()
Gets the root locale directory.
- getDomain
- in file TranslateGettext.php, method TranslateGettext::getDomain()
Get the current domain.
- getEndToken
- in file ReplaceTokens.php, method ReplaceTokens::getEndToken()
Returns the "end token" character.
- getEndToken
- in file ReplaceTokensWithFile.php, method ReplaceTokensWithFile::getEndToken()
Returns the "end token" character.
- getExpression
- in file XsltFilter.php, method XSLTParam::getExpression()
Returns expression value -- performs lookup if expr is registerslot.
- getHtml
- in file XsltFilter.php, method XsltFilter::getHtml()
Whether to use HTML parser for the XML.
- getInitialized
- in file BaseFilterReader.php, method BaseFilterReader::getInitialized()
Returns the initialized status.
- getKey
- in file ReplaceTokens.php, method Token::getKey()
Returns the key for this token.
- getLineBreaks
- in file StripLineBreaks.php, method StripLineBreaks::getLineBreaks()
Gets the line-breaking characters.
- getLines
- in file HeadFilter.php, method HeadFilter::getLines()
Returns the number of lines to be returned in the filtered stream.
- getLines
- in file TailFilter.php, method TailFilter::getLines()
Returns the number of lines to be returned in the filtered stream.
- getLocale
- in file TranslateGettext.php, method TranslateGettext::getLocale()
Gets the locale to use for translation.
- getName
- in file XsltFilter.php, method XSLTParam::getName()
Get param name.
- getParameters
- in file BaseParamFilterReader.php, method BaseParamFilterReader::getParameters()
- getParams
- in file XsltFilter.php, method XsltFilter::getParams()
Returns the XSLT params set for this class.
- getPrefix
- in file PrefixLines.php, method PrefixLines::getPrefix()
Returns the prefix which will be added at the start of each input line.
- getProject
- in file BaseFilterReader.php, method BaseFilterReader::getProject()
Returns the project this filter is part of.
- getRegexps
- in file LineContainsRegexp.php, method LineContainsRegexp::getRegexps()
Returns the array of regular expressions which must be contained within a line read from the original stream in order for it to match this filter.
- getRegexps
- in file ReplaceRegexp.php, method ReplaceRegexp::getRegexps()
Gets the current regexps.
- getResolveDocumentExternals
- in file XsltFilter.php, method XsltFilter::getResolveDocumentExternals()
- getResolveExternals
- in file XincludeFilter.php, method XincludeFilter::getResolveExternals()
- getResolveStylesheetExternals
- in file XsltFilter.php, method XsltFilter::getResolveStylesheetExternals()
- getStyle
- in file XsltFilter.php, method XsltFilter::getStyle()
Get the path to XSLT stylesheet.
- getTablength
- in file TabToSpaces.php, method TabToSpaces::getTablength()
Returns the tab length.
- getTokens
- in file ReplaceTokens.php, method ReplaceTokens::getTokens()
Returns the map of tokens which will be replaced.
- getTokensources
- in file ReplaceTokens.php, method ReplaceTokens::getTokensources()
Returns the token sources used by this filter; used by ReplaceTokens::chain()
- getValue
- in file XsltFilter.php, method XSLTParam::getValue()
Gets expression value (alias to the getExpression()) method.
- getValue
- in file StripLineComments.php, method Comment::getValue()
- getValue
- in file LineContains.php, method Contains::getValue()
Returns 'contains' value.
- getValue
- in file ReplaceTokens.php, method Token::getValue()
Returns the value for this token.
top
h
- HeadFilter.php
- procedural page HeadFilter.php
- HeadFilter
- in file HeadFilter.php, class HeadFilter
Reads the first n
lines of a stream.
top
top
l
- LineContains.php
- procedural page LineContains.php
- LineContainsRegexp.php
- procedural page LineContainsRegexp.php
- LineContains
- in file LineContains.php, class LineContains
Filter which includes only those lines that contain all the user-specified strings.
- LineContainsRegexp
- in file LineContainsRegexp.php, class LineContainsRegexp
Filter which includes only those lines that contain the user-specified regular expression matching strings.
- LINES_BREAKS_KEY
- in file StripLineBreaks.php, class constant StripLineBreaks::LINES_BREAKS_KEY
Parameter name for the line-breaking characters parameter.
- LINES_KEY
- in file TailFilter.php, class constant TailFilter::LINES_KEY
Parameter name for the number of lines to be returned.
- LINES_KEY
- in file HeadFilter.php, class constant HeadFilter::LINES_KEY
Parameter name for the number of lines to be returned.
- LOCALE_KEY
- in file TranslateGettext.php, class constant TranslateGettext::LOCALE_KEY
- log
- in file BaseFilterReader.php, method BaseFilterReader::log()
Convenience method to support logging in filters.
top
top
r
- ReplaceRegexp.php
- procedural page ReplaceRegexp.php
- ReplaceTokens.php
- procedural page ReplaceTokens.php
- read
- in file BaseFilterReader.php, method BaseFilterReader::read()
Reads characters.
- read
- in file ReplaceTokensWithFile.php, method ReplaceTokensWithFile::read()
Returns stream with tokens having been replaced with appropriate values.
- read
- in file ReplaceTokens.php, method ReplaceTokens::read()
Returns stream with tokens having been replaced with appropriate values.
- read
- in file StripLineBreaks.php, method StripLineBreaks::read()
Returns the filtered stream, only including characters not in the set of line-breaking characters.
- read
- in file StripLineComments.php, method StripLineComments::read()
Returns stream only including lines from the original stream which don't start with any of the specified comment prefixes.
- read
- in file TidyFilter.php, method TidyFilter::read()
Reads input and returns Tidy-filtered output.
- read
- in file TabToSpaces.php, method TabToSpaces::read()
Returns stream after converting tabs to the specified number of spaces.
- read
- in file TranslateGettext.php, method TranslateGettext::read()
Returns the filtered stream.
- read
- in file StripWhitespace.php, method StripWhitespace::read()
Returns the stream without Php comments and whitespace.
- read
- in file StripPhpComments.php, method StripPhpComments::read()
Returns the stream without Php comments.
- read
- in file TailFilter.php, method TailFilter::read()
Returns the last n lines of a file.
- read
- in file ReplaceRegexp.php, method ReplaceRegexp::read()
Returns the filtered stream.
- read
- in file LineContainsRegexp.php, method LineContainsRegexp::read()
Returns all lines in a buffer that contain specified strings.
- read
- in file HeadFilter.php, method HeadFilter::read()
Returns first n lines of stream.
- read
- in file LineContains.php, method LineContains::read()
Returns all lines in a buffer that contain specified strings.
- read
- in file ExpandProperties.php, method ExpandProperties::read()
Returns the filtered stream.
- read
- in file PrefixLines.php, method PrefixLines::read()
Adds a prefix to each line of input stream and returns resulting stream.
- read
- in file XsltFilter.php, method XsltFilter::read()
Reads stream, applies XSLT and returns resulting stream.
- read
- in file XincludeFilter.php, method XincludeFilter::read()
Reads stream, applies XSLT and returns resulting stream.
- readChar
- in file StripPhpComments.php, method StripPhpComments::readChar()
- readChar
- in file LineContains.php, method LineContains::readChar()
[Deprecated. For reference only, used to be read() method.] Returns the next character in the filtered stream, only including lines from the original stream which contain all of the specified words.
- readLine
- in file BaseFilterReader.php, method BaseFilterReader::readLine()
Reads a line of text ending with '\n' (or until the end of the stream).
- REGEXP_KEY
- in file LineContainsRegexp.php, class constant LineContainsRegexp::REGEXP_KEY
Parameter name for regular expression.
- ReplaceRegexp
- in file ReplaceRegexp.php, class ReplaceRegexp
Performs a regexp find/replace on stream.
- ReplaceTokens
- in file ReplaceTokens.php, class ReplaceTokens
Replaces tokens in the original input with user-supplied values.
- ReplaceTokensWithFile
- in file ReplaceTokensWithFile.php, class ReplaceTokensWithFile
Base class for core filter readers.
- restoreEnvironment
- in file TranslateGettext.php, method TranslateGettext::restoreEnvironment()
Restores environment settings and locale.
top
s
- StripLineBreaks.php
- procedural page StripLineBreaks.php
- StripLineComments.php
- procedural page StripLineComments.php
- StripPhpComments.php
- procedural page StripPhpComments.php
- StripWhitespace.php
- procedural page StripWhitespace.php
- setBasedir
- in file XincludeFilter.php, method XincludeFilter::setBasedir()
- setBeginToken
- in file ReplaceTokens.php, method ReplaceTokens::setBeginToken()
Sets the "begin token" character.
- setBeginToken
- in file ReplaceTokensWithFile.php, method ReplaceTokensWithFile::setBeginToken()
Sets the "begin token" character.
- setComments
- in file StripLineComments.php, method StripLineComments::setComments()
- setConfigParameters
- in file TidyFilter.php, method TidyFilter::setConfigParameters()
Sets the config params.
- setContains
- in file LineContains.php, method LineContains::setContains()
Sets the array of words which must be contained within a line read from the original stream in order for it to match this filter.
- setDir
- in file ReplaceTokensWithFile.php, method ReplaceTokensWithFile::setDir()
Sets the drectory where to look for the files to use for token replacement
- setDir
- in file TranslateGettext.php, method TranslateGettext::setDir()
Sets the root locale directory.
- setDomain
- in file TranslateGettext.php, method TranslateGettext::setDomain()
Set the text domain to use.
- setEncoding
- in file TidyFilter.php, method TidyFilter::setEncoding()
Set the encoding for resulting (X)HTML document.
- setEndToken
- in file ReplaceTokens.php, method ReplaceTokens::setEndToken()
Sets the "end token" character.
- setEndToken
- in file ReplaceTokensWithFile.php, method ReplaceTokensWithFile::setEndToken()
Sets the "end token" character.
- setExpression
- in file XsltFilter.php, method XSLTParam::setExpression()
Sets expression value.
- setHtml
- in file XsltFilter.php, method XsltFilter::setHtml()
Whether to use HTML parser for XML.
- setInitialized
- in file BaseFilterReader.php, method BaseFilterReader::setInitialized()
Sets the initialized status.
- setKey
- in file ReplaceTokens.php, method Token::setKey()
Sets the token key.
- setLineBreaks
- in file StripLineBreaks.php, method StripLineBreaks::setLineBreaks()
Sets the line-breaking characters.
- setLines
- in file HeadFilter.php, method HeadFilter::setLines()
Sets the number of lines to be returned in the filtered stream.
- setLines
- in file TailFilter.php, method TailFilter::setLines()
Sets the number of lines to be returned in the filtered stream.
- setListeningExpression
- in file XsltFilter.php, method XSLTParam::setListeningExpression()
Sets expression to dynamic register slot.
- setLocale
- in file TranslateGettext.php, method TranslateGettext::setLocale()
Sets the locale to use for translation.
- setName
- in file XsltFilter.php, method XSLTParam::setName()
Sets param name.
- setParameters
- in file BaseParamFilterReader.php, method BaseParamFilterReader::setParameters()
- setParams
- in file XsltFilter.php, method XsltFilter::setParams()
Sets the XSLT params for this class.
- setPostfix
- in file ReplaceTokensWithFile.php, method ReplaceTokensWithFile::setPostfix()
Sets the postfix that is added to the token in order to create the file name. For example if the token is 01 and the postfix is ".php" then the filename to look for will be "01.php"
- setPrefix
- in file PrefixLines.php, method PrefixLines::setPrefix()
Sets the prefix to add at the start of each input line.
- setPrefix
- in file ReplaceTokensWithFile.php, method ReplaceTokensWithFile::setPrefix()
Sets the prefix that is prepended to the token in order to create the file name. For example if the token is 01 and the prefix is "example" then the filename to look for will be "example01"
- setProject
- in file BaseFilterReader.php, method BaseFilterReader::setProject()
Sets the project to work with.
- setRegexps
- in file ReplaceRegexp.php, method ReplaceRegexp::setRegexps()
Sets the current regexps.
- setRegexps
- in file LineContainsRegexp.php, method LineContainsRegexp::setRegexps()
Sets the vector of regular expressions which must be contained within a line read from the original stream in order for it to match this filter.
- setResolveDocumentExternals
- in file XsltFilter.php, method XsltFilter::setResolveDocumentExternals()
Whether to resolve entities in document.
- setResolveExternals
- in file XincludeFilter.php, method XincludeFilter::setResolveExternals()
Whether to resolve entities.
- setResolveStylesheetExternals
- in file XsltFilter.php, method XsltFilter::setResolveStylesheetExternals()
Whether to resolve entities in stylesheet.
- setStyle
- in file XsltFilter.php, method XsltFilter::setStyle()
Set the XSLT stylesheet.
- setTablength
- in file TabToSpaces.php, method TabToSpaces::setTablength()
Sets the tab length.
- setTokens
- in file ReplaceTokens.php, method ReplaceTokens::setTokens()
Sets the map of tokens to replace.
- setTokensources
- in file ReplaceTokens.php, method ReplaceTokens::setTokensources()
Sets the tokensources to use; used by ReplaceTokens::chain()
- setTranslateHTML
- in file ReplaceTokensWithFile.php, method ReplaceTokensWithFile::setTranslateHTML()
Sets the drectory where to look for the files to use for token replacement
- setValue
- in file XsltFilter.php, method XSLTParam::setValue()
Sets expression value (alias to the setExpression()) method.
- setValue
- in file StripLineComments.php, method Comment::setValue()
- setValue
- in file ReplaceTokens.php, method Token::setValue()
Sets the token value.
- setValue
- in file LineContains.php, method Contains::setValue()
Set 'contains' value.
- StripLineBreaks
- in file StripLineBreaks.php, class StripLineBreaks
Filter to flatten the stream to a single line.
- StripLineComments
- in file StripLineComments.php, class StripLineComments
This filter strips line comments.
- StripPhpComments
- in file StripPhpComments.php, class StripPhpComments
This is a Php comment and string stripper reader that filters those lexical tokens out for purposes of simple Php parsing.
- StripWhitespace
- in file StripWhitespace.php, class StripWhitespace
Strips whitespace from [php] files using PHP stripwhitespace() method.
top
t
- TabToSpaces.php
- procedural page TabToSpaces.php
- TailFilter.php
- procedural page TailFilter.php
- TidyFilter.php
- procedural page TidyFilter.php
- TranslateGettext.php
- procedural page TranslateGettext.php
- TabToSpaces
- in file TabToSpaces.php, class TabToSpaces
Converts tabs to spaces.
- TAB_LENGTH_KEY
- in file TabToSpaces.php, class constant TabToSpaces::TAB_LENGTH_KEY
Parameter name for the length of a tab.
- TailFilter
- in file TailFilter.php, class TailFilter
Reads the last n
lines of a stream. (Default is last10 lines.)
- TidyFilter
- in file TidyFilter.php, class TidyFilter
This filter uses the bundled-with-PHP Tidy extension to filter input.
- Token
- in file ReplaceTokens.php, class Token
Holds a token.
- TranslateGettext
- in file TranslateGettext.php, class TranslateGettext
Replaces gettext("message id") and _("message id") with the translated string.
top
x
- XincludeFilter.php
- procedural page XincludeFilter.php
- XsltFilter.php
- procedural page XsltFilter.php
- XincludeFilter
- in file XincludeFilter.php, class XincludeFilter
Applies Xinclude parsing to incoming text.
- XsltFilter
- in file XsltFilter.php, class XsltFilter
Applies XSL stylesheet to incoming text.
- XSLTParam
- in file XsltFilter.php, class XSLTParam
Class that holds an XSLT parameter.
top
|
|