Home
last modified time | relevance | path

Searched defs:string_date (Results 1 – 18 of 18) sorted by relevance

/dports/textproc/pear-Horde_Kolab_Format/Horde_Kolab_Format-2.0.9/test/Horde/Kolab/Format/Unit/
H A DDateTest.php47 public function testReadUtc($string_date, $epoch)
79 public function testReadInvalidUtc($string_date)
102 public function testWriteUtc($string_date, $result)
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/query/
H A DSqliteDateSql.php73 public function getDateField($field, $string_date) {
119 public function setFieldTimezoneOffset(&$field, $offset, $string_date = FALSE) {
H A DDateSqlInterface.php28 public function getDateField($field, $string_date);
H A DQueryPluginBase.php219 public function getDateField($field, $string_date = FALSE, $calculate_offset = TRUE) {
248 public function getDateFormat($field, $format, $string_date = FALSE) {
H A DMysqlDateSql.php59 public function getDateField($field, $string_date) {
H A DPostgresqlDateSql.php66 public function getDateField($field, $string_date) {
H A DSql.php1812 public function getDateField($field, $string_date = FALSE, $calculate_offset = TRUE) {
1844 public function getDateFormat($field, $format, $string_date = FALSE) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/query/
H A DSqliteDateSql.php73 public function getDateField($field, $string_date) {
119 public function setFieldTimezoneOffset(&$field, $offset, $string_date = FALSE) {
H A DDateSqlInterface.php28 public function getDateField($field, $string_date);
H A DQueryPluginBase.php219 public function getDateField($field, $string_date = FALSE, $calculate_offset = TRUE) {
248 public function getDateFormat($field, $format, $string_date = FALSE) {
H A DMysqlDateSql.php59 public function getDateField($field, $string_date) {
H A DPostgresqlDateSql.php66 public function getDateField($field, $string_date) {
H A DSql.php1823 public function getDateField($field, $string_date = FALSE, $calculate_offset = TRUE) {
1855 public function getDateFormat($field, $format, $string_date = FALSE) {
/dports/security/p5-File-Scan/File-Scan-1.43/
H A DMakefile.PL155 my $today = &string_date(); function
/dports/security/p5-File-Scan/File-Scan-1.43/examples/procmail/
H A Dscanvirus.pl441 sub string_date { subroutine
/dports/misc/mc-nox11/mc-4.8.27/tests/src/vfs/extfs/helpers-list/
H A Dmc_parse_ls_l.c195 string_date (time_t t) in string_date() function
/dports/misc/mc/mc-4.8.27/tests/src/vfs/extfs/helpers-list/
H A Dmc_parse_ls_l.c195 string_date (time_t t) in string_date() function
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/objects/
H A Dutil.py131 def parse_date(string_date): argument