Element index for package phing-types-selecctors
[ c ]
[ d ]
[ g ]
[ i ]
[ m ]
[ s ]
[ t ]
[ v ]
[ w ]
[ _ ]
top
top
d
- DateSelector
- in file DateSelector.php, class DateSelector
Selector that chooses files based on their last modified date. Ant uses millisecond precision (thanks to Java); PHP is forced to use only seconds precision.
- DATETIME_KEY
- in file DateSelector.php, class constant DateSelector::DATETIME_KEY
- DateSelector.php
- procedural page DateSelector.php
top
top
i
- isSelected
- in file DateSelector.php, method DateSelector::isSelected()
The heart of the matter. This is where the selector gets to decide on the inclusion of a file in a particular fileset.
top
top
s
- setCheckdirs
- in file DateSelector.php, method DateSelector::setCheckdirs()
Should we be checking dates on directories?
- setDatetime
- in file DateSelector.php, method DateSelector::setDatetime()
Sets the date. The user must supply it in MM/DD/YYYY HH:MM AM_PM format
- setGranularity
- in file DateSelector.php, method DateSelector::setGranularity()
Sets the number of milliseconds leeway we will give before we consider a file not to have matched a date.
- setParameters
- in file DateSelector.php, method DateSelector::setParameters()
When using this as a custom selector, this method will be called.
- setSeconds
- in file DateSelector.php, method DateSelector::setSeconds()
For users that prefer to express time in seconds since 1970
- setWhen
- in file DateSelector.php, method DateSelector::setWhen()
Sets the type of comparison to be done on the file's last modified date.
top
top
v
- verifySettings
- in file DateSelector.php, method DateSelector::verifySettings()
This is a consistency check to ensure the selector's required values have been set.
top
top
|
|