Home
last modified time | relevance | path

Searched refs:created_timestamp (Results 1 – 25 of 51) sorted by relevance

123

/dports/databases/py-Pyrseas/Pyrseas-0.9.1/pyrseas/
H A Dconfig.yaml21 - created_timestamp
38 created_timestamp:
67 NEW.{{created_timestamp}} = CURRENT_TIMESTAMP;
71 NEW.{{created_timestamp}} = OLD.created_timestamp;
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dtrigger.cc327 longlong created_timestamp= static_cast<longlong>(cur_time.tv_sec) * 100 + in create_from_parser() local
345 created_timestamp); in create_from_parser()
383 const longlong *created_timestamp) in create_from_dd() argument
397 created_timestamp ? *created_timestamp : 0); in create_from_dd()
415 longlong created_timestamp) in Trigger() argument
427 m_created_timestamp(created_timestamp), in Trigger()
H A Dtrigger.h83 const longlong *created_timestamp);
206 longlong created_timestamp);
H A Dtrigger_loader.cc691 const longlong *created_timestamp= it_created_timestamps++; in load_triggers() local
721 created_timestamp); in load_triggers()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dtrigger.cc327 longlong created_timestamp= static_cast<longlong>(cur_time.tv_sec) * 100 + in create_from_parser() local
345 created_timestamp); in create_from_parser()
383 const longlong *created_timestamp) in create_from_dd() argument
397 created_timestamp ? *created_timestamp : 0); in create_from_dd()
415 longlong created_timestamp) in Trigger() argument
427 m_created_timestamp(created_timestamp), in Trigger()
H A Dtrigger.h83 const longlong *created_timestamp);
206 longlong created_timestamp);
H A Dtrigger_loader.cc691 const longlong *created_timestamp= it_created_timestamps++; in load_triggers() local
721 created_timestamp); in load_triggers()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dtrigger.cc327 longlong created_timestamp= static_cast<longlong>(cur_time.tv_sec) * 100 + in create_from_parser() local
345 created_timestamp); in create_from_parser()
383 const longlong *created_timestamp) in create_from_dd() argument
397 created_timestamp ? *created_timestamp : 0); in create_from_dd()
415 longlong created_timestamp) in Trigger() argument
427 m_created_timestamp(created_timestamp), in Trigger()
H A Dtrigger.h83 const longlong *created_timestamp);
206 longlong created_timestamp);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dtrigger.cc327 longlong created_timestamp= static_cast<longlong>(cur_time.tv_sec) * 100 + in create_from_parser() local
345 created_timestamp); in create_from_parser()
383 const longlong *created_timestamp) in create_from_dd() argument
397 created_timestamp ? *created_timestamp : 0); in create_from_dd()
415 longlong created_timestamp) in Trigger() argument
427 m_created_timestamp(created_timestamp), in Trigger()
H A Dtrigger.h83 const longlong *created_timestamp);
206 longlong created_timestamp);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dtrigger.cc327 longlong created_timestamp= static_cast<longlong>(cur_time.tv_sec) * 100 + in create_from_parser() local
345 created_timestamp); in create_from_parser()
383 const longlong *created_timestamp) in create_from_dd() argument
397 created_timestamp ? *created_timestamp : 0); in create_from_dd()
415 longlong created_timestamp) in Trigger() argument
427 m_created_timestamp(created_timestamp), in Trigger()
H A Dtrigger.h83 const longlong *created_timestamp);
206 longlong created_timestamp);
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dtrigger.cc327 longlong created_timestamp= static_cast<longlong>(cur_time.tv_sec) * 100 + in create_from_parser() local
345 created_timestamp); in create_from_parser()
383 const longlong *created_timestamp) in create_from_dd() argument
397 created_timestamp ? *created_timestamp : 0); in create_from_dd()
415 longlong created_timestamp) in Trigger() argument
427 m_created_timestamp(created_timestamp), in Trigger()
H A Dtrigger.h83 const longlong *created_timestamp);
206 longlong created_timestamp);
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-user-request.php56 public $created_timestamp = null; variable in WP_User_Request
111 $this->created_timestamp = strtotime( $post->post_date_gmt );
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-user-request.php56 public $created_timestamp = null; variable in WP_User_Request
111 $this->created_timestamp = strtotime( $post->post_date_gmt );
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.cc353 unsigned int created_timestamp = it->first - timestamp_diff_; in CalculateResults() local
354 created_frames_[created_timestamp]->sent_timestamp_in_us_ = it->second; in CalculateResults()
357 unsigned int created_timestamp = it->first - timestamp_diff_; in CalculateResults() local
358 created_frames_[created_timestamp]->received_timestamp_in_us_ = it->second; in CalculateResults()
361 unsigned int created_timestamp = it->first - timestamp_diff_; in CalculateResults() local
362 created_frames_[created_timestamp]->decoded_timestamp_in_us_ =it->second; in CalculateResults()
365 unsigned int created_timestamp = it->first - timestamp_diff_; in CalculateResults() local
366 created_frames_[created_timestamp]->rendered_timestamp_in_us_ = it->second; in CalculateResults()
/dports/security/py-SecretStorage/SecretStorage-3.3.1/tests/
H A Dtest_item.py22 self.created_timestamp = time.time()
92 self.assertAlmostEqual(self.created_timestamp, created, places=-1)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dtrigger.h87 timeval created_timestamp);
186 timeval created_timestamp);
H A Dtrigger.cc345 timeval created_timestamp) { in create_from_dd() argument
350 trg_time_type, action_order, created_timestamp); in create_from_dd()
365 timeval created_timestamp) in Trigger() argument
383 m_created_timestamp = created_timestamp; in Trigger()
/dports/net/py-ripe.atlas.sagan/ripe.atlas.sagan-1.3.0/tests/
H A Dwifi.py86 assert(result.created_timestamp == 1463493023)
/dports/www/janus/janus-gateway-0.11.6/events/
H A Djanus_gelfevh.c592 double created_timestamp = (double)json_integer_value(microtimestamp) / 1000000; in janus_gelfevh_handler() local
593 json_object_set_new(output, "timestamp", json_real(created_timestamp)); in janus_gelfevh_handler()
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dmedia.php3626 $created_timestamp = wp_get_media_creation_timestamp( $data );
3628 if ( false !== $created_timestamp ) {
3629 $metadata['created_timestamp'] = $created_timestamp;
3705 $created_timestamp = wp_get_media_creation_timestamp( $data );
3707 if ( false !== $created_timestamp ) {
3708 $metadata['created_timestamp'] = $created_timestamp;
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dmedia.php3626 $created_timestamp = wp_get_media_creation_timestamp( $data );
3628 if ( false !== $created_timestamp ) {
3629 $metadata['created_timestamp'] = $created_timestamp;
3705 $created_timestamp = wp_get_media_creation_timestamp( $data );
3707 if ( false !== $created_timestamp ) {
3708 $metadata['created_timestamp'] = $created_timestamp;

123