Home
last modified time | relevance | path

Searched refs:posted_on (Results 1 – 25 of 105) sorted by relevance

12345

/dports/www/p5-HTML-Template/HTML-Template-2.97/bench/
H A Dprofile_large.pl18 posted_on => '<yesterday>',
31 posted_on => '2 days <ago>',
44 posted_on => '4 days <ago>',
57 posted_on => '<4 days ago>',
80 posted_on => 'yesterday',
91 posted_on => '2 days ago',
102 posted_on => '4 days ago',
113 posted_on => '4 days ago',
H A Dprofile_var.pl64 posted_on => '<yesterday>',
77 posted_on => '2 days <ago>',
90 posted_on => '4 days <ago>',
103 posted_on => '<4 days ago>',
126 posted_on => 'yesterday',
137 posted_on => '2 days ago',
148 posted_on => '4 days ago',
159 posted_on => '4 days ago',
H A Dvars.pl64 posted_on => '<yesterday>',
77 posted_on => '2 days <ago>',
90 posted_on => '4 days <ago>',
103 posted_on => '<4 days ago>',
126 posted_on => 'yesterday',
137 posted_on => '2 days ago',
148 posted_on => '4 days ago',
159 posted_on => '4 days ago',
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dtype_timestamp_myisam.result5 `posted_on` timestamp NOT NULL default '0000-00-00 00:00:00',
14 posted_on timestamp NO 0000-00-00 00:00:00
15 select is_nullable from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='t1' and COLUMN_NAME='posted_on
/dports/net/freediameter/freeDiameter-1.5.0/libfdproto/
H A Dfifo.c82 struct timespec posted_on; member
156 i++, fi->item.o, (long)fi->posted_on.tv_sec,(long)(fi->posted_on.tv_nsec/1000)), in DECLARE_FD_DUMP_PROTOTYPE()
404 struct timespec posted_on, queued_on; in fd_fifo_post_internal() local
407 CHECK_SYS( clock_gettime(CLOCK_REALTIME, &posted_on) ); in fd_fifo_post_internal()
450 memcpy(&new->posted_on, &posted_on, sizeof(struct timespec)); in fd_fifo_post_internal()
456 blocked_ns = (queued_on.tv_sec - posted_on.tv_sec) * 1000000000; in fd_fifo_post_internal()
457 blocked_ns += (queued_on.tv_nsec - posted_on.tv_nsec); in fd_fifo_post_internal()
525 long long elapsed = (now.tv_sec - fi->posted_on.tv_sec) * 1000000000; in mq_pop()
526 elapsed += now.tv_nsec - fi->posted_on.tv_nsec; in mq_pop()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Dtype_timestamp_myisam.test9 `posted_on` timestamp NOT NULL default '0000-00-00 00:00:00',
14 select is_nullable from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='t1' and COLUMN_NAME='posted_on
/dports/devel/py-marshmallow/marshmallow-3.14.1/examples/
H A Dpeewee_example.py39 posted_on = pw.DateTimeField() variable in Todo
82 posted_on = fields.DateTime(dump_only=True) variable in TodoSchema
98 posted_on=dt.datetime.utcnow(),
173 todos = Todo.select().order_by(Todo.posted_on.asc()) # Get all todos
/dports/www/interchange/interchange-5.6.3/eg/news_feature/dbconf/mysql/
H A Dnews.mysql15 Database news COLUMN_DEF "posted_on=CHAR(24) NOT NULL DEFAULT '', index(posted_on)"
/dports/www/interchange/interchange-5.6.3/eg/news_feature/dbconf/oracle/
H A Dnews.ora17 Database news COLUMN_DEF "posted_on=VARCHAR2(24) DEFAULT ''"
18 Database news POSTCREATE "CREATE INDEX news_posted_on ON news (posted_on)"
/dports/mail/p5-Mail-Freshmeat/Mail-Freshmeat-1.20/t/
H A Dnewsletters.t64 ok($entry->posted_on(),
82 ok($article->posted_on(),
H A Dentries.t152 ok($ent->posted_on(), 'Friday, February 1st 2002 02:00');
/dports/www/interchange/interchange-5.6.3/eg/news_feature/templates/components/
H A Dnews49 ORDER BY posted_on DESC
92 <small>[convert-date][loop-data news posted_on][/convert-date]<br><br></small>
/dports/devel/py-marshmallow/marshmallow-3.14.1/docs/
H A Dexamples.rst258 "posted_on": "2015-05-05T01:51:12.832232+00:00",
270 "posted_on": "2015-05-05T01:51:20.728052+00:00",
282 "posted_on": "2015-05-05T01:51:25.970153+00:00",
/dports/www/interchange/interchange-5.6.3/eg/news_feature/dbconf/pgsql/
H A Dnews.pgsql13 Database news COLUMN_DEF "posted_on=varchar(24) DEFAULT '' NOT NULL"
/dports/devel/p5-SPOPS/SPOPS-0.87/SPOPS/Manual/
H A DCookbook.pod222 20: order => 'posted_on DESC',
250 13: print "$news->{title} posted on $news->{posted_on}\n";
/dports/www/interchange/interchange-5.6.3/eg/news_feature/
H A DREADME58 - posted_on Date the news item is posted
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/mysql-test/tokudb/r/
H A Dtype_timestamp.result496 `posted_on` timestamp NOT NULL default '0000-00-00 00:00:00',
503 posted_on timestamp NO 0000-00-00 00:00:00
504 select is_nullable from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='t1' and COLUMN_NAME='posted_on
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/mysql-test/tokudb/r/
H A Dtype_timestamp.result496 `posted_on` timestamp NOT NULL default '0000-00-00 00:00:00',
503 posted_on timestamp NO 0000-00-00 00:00:00
504 select is_nullable from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='t1' and COLUMN_NAME='posted_on
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/mysql-test/tokudb/r/
H A Dtype_timestamp.result496 `posted_on` timestamp NOT NULL default '0000-00-00 00:00:00',
503 posted_on timestamp NO 0000-00-00 00:00:00
504 select is_nullable from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='t1' and COLUMN_NAME='posted_on
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/mysql-test/tokudb/r/
H A Dtype_timestamp.result496 `posted_on` timestamp NOT NULL default '0000-00-00 00:00:00',
503 posted_on timestamp NO 0000-00-00 00:00:00
504 select is_nullable from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='t1' and COLUMN_NAME='posted_on
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/mysql-test/tokudb/r/
H A Dtype_timestamp.result496 `posted_on` timestamp NOT NULL default '0000-00-00 00:00:00',
503 posted_on timestamp NO 0000-00-00 00:00:00
504 select is_nullable from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='t1' and COLUMN_NAME='posted_on
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/mysql-test/tokudb/r/
H A Dtype_timestamp.result496 `posted_on` timestamp NOT NULL default '0000-00-00 00:00:00',
503 posted_on timestamp NO 0000-00-00 00:00:00
504 select is_nullable from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='t1' and COLUMN_NAME='posted_on
/dports/www/piwigo/piwigo/admin/themes/default/template/
H A Dconfiguration_display.tpl241 …nput type="checkbox" name="picture_informations[posted_on]" {if ($display.picture_informations.pos…
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/r/
H A Dtype_timestamp.result476 `posted_on` timestamp NOT NULL default '0000-00-00 00:00:00',
483 posted_on timestamp NO 0000-00-00 00:00:00
484 select is_nullable from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='t1' and COLUMN_NAME='posted_on
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/mysql-test/tokudb/t/
H A Dtype_timestamp.test339 `posted_on` timestamp NOT NULL default '0000-00-00 00:00:00',
344 select is_nullable from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='t1' and COLUMN_NAME='posted_on

12345