Home
last modified time | relevance | path

Searched refs:p_date (Results 1 – 25 of 44) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dmtime.c89 p_date->date = 0; in date_Init()
106 p_date->i_remainder = p_date->i_remainder * i_divider_n / p_date->i_divider_num; in date_Change()
131 return p_date->date; in date_Get()
162 if( p_date->i_remainder >= p_date->i_divider_num ) in date_Increment()
165 assert( p_date->i_remainder < 2*p_date->i_divider_num); in date_Increment()
167 p_date->i_remainder -= p_date->i_divider_num; in date_Increment()
170 return p_date->date; in date_Increment()
184 p_date->date -= i_dividend / p_date->i_divider_num; in date_Decrement()
190 assert( p_date->i_remainder < p_date->i_divider_num); in date_Decrement()
192 p_date->i_remainder += p_date->i_divider_num; in date_Decrement()
[all …]
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Ddate_api.php49 * @param integer $p_date Date.
53 function date_is_null( $p_date ) {
54 return $p_date == date_get_null();
68 …* @param string $p_date A valid date/time string (see http://php.net/manual/en/datetime.formats.ph…
72 function date_strtotime( $p_date ) {
73 if( is_blank( $p_date ) ) {
76 return strtotime( $p_date );
228 * @param integer $p_date Integer timestamp representing date.
238 function print_date_selection_set( $p_name, $p_format, $p_date = 0, $p_default_disable = false, $p_…
240 if( $p_date != 0 ) {
[all …]
H A Dinstall_helper_functions_api.php68 * @param string $p_date Formatted datetime string from a database.
72 function db_unixtimestamp( $p_date = null, $p_gmt = false ) { argument
75 if( null !== $p_date ) {
76 $p_timestamp = $g_db->UnixTimeStamp( $p_date, $p_gmt );
H A Dstring_api.php803 * @param integer $p_date A date value to process.
806 function string_format_complete_date( $p_date ) { argument
807 return date( config_get( 'complete_date_format' ), $p_date );
/dports/multimedia/libbdplus/libbdplus-0.1.2/src/libbdplus/bdsvm/
H A Dloader.c33 static int _code_version_check(uint8_t *hdr, int *p_gen, int *p_date) in _code_version_check() argument
76 if (p_date) { in _code_version_check()
77 *p_date = (hdr[0x0d] << 24) | (hdr[0x0e] << 16) | (hdr[0x0f] << 8) | hdr[0x10]; in _code_version_check()
88 int32_t loader_load_svm(BDPLUS_FILE_H *fp, const char *fname, VM *vm, int *p_gen, int *p_date) in loader_load_svm() argument
103 _code_version_check(addr, p_gen, p_date); in loader_load_svm()
H A Dloader.h31 …der_load_svm (struct bdplus_file *fp, const char *fname, struct VM_s *vm, int *p_gen, int *p_date);
/dports/devel/rth/rth/docs/mantis/
H A Drth_api.php349 function rth_db_timestamp( $p_date=null ) { argument
352 if ( null !== $p_date ) {
353 $p_timestamp = $g_rth_db->UnixTimeStamp($p_date);
360 function rth_db_unixtimestamp( $p_date=null ) { argument
363 if ( null !== $p_date ) {
364 $p_timestamp = $g_rth_db->UnixTimeStamp($p_date);
/dports/net/proxy-suite/proxy-suite-1.9.2.4/common/
H A Dcom-misc.c85 static char p_date[512] = "[unknown date]"; variable
209 misc_strncpy(p_date, date_str, sizeof(p_date)); in misc_setdate()
215 return p_date; in misc_getdate()
224 snprintf(str, sizeof(str), "Version %s - %s", p_vers, p_date); in misc_getvsdt()
226 sprintf(str, "Version %s - %s", p_vers, p_date); in misc_getvsdt()
/dports/shells/zsh/zsh-5.8.1/Functions/Prompts/
H A Dprompt_clint_setup16 local p_date p_tty p_plat p_ver p_userpwd p_apm p_shlvlhist p_rc p_end p_win
33 p_date="$pc['\[']%F{$pcc[2]}%D{%a %y/%m/%d %R %Z}$pc['\]']"
50 prompt="$p_date$p_tty$p_plat$p_ver
/dports/www/searx/searx-1.0.0/searx/engines/
H A Drumble.py58 p_date = extract_text(result_dom.xpath(published_date))
60 fixed_date = datetime.strptime(p_date, '%Y-%m-%dT%H:%M:%S%z')
/dports/lang/python-legacy/Python-2.7.18/Tools/scripts/
H A Dlogmerge.py173 for (p_date, p_working_file, p_rev, p_author) in prev:
174 print p_date, p_author, p_working_file, p_rev
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dlogmerge.py173 for (p_date, p_working_file, p_rev, p_author) in prev:
174 print p_date, p_author, p_working_file, p_rev
/dports/lang/python27/Python-2.7.18/Tools/scripts/
H A Dlogmerge.py173 for (p_date, p_working_file, p_rev, p_author) in prev:
174 print p_date, p_author, p_working_file, p_rev
/dports/databases/mantis/mantisbt-2.25.2/plugins/MantisGraph/core/
H A Dgraph_api.php569 * @param integer $p_date Date.
572 function graph_date_format( $p_date ) {
573 return date( config_get( 'short_date_format' ), $p_date );
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dcm4_functions.h71 …MT_CTRL *GMT, struct MGD77_CM4 *Ctrl, double *p_lon, double *p_lat, double *p_alt, double *p_date);
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dtv/
H A Den50221.c1415 date_time_t *p_date = in DateTimeSend() local
1442 p_date->i_last = mdate(); in DateTimeSend()
1452 date_time_t *p_date = in DateTimeHandle() local
1466 p_date->i_interval = *d; in DateTimeHandle()
1468 p_date->i_interval ); in DateTimeHandle()
1471 p_date->i_interval = 0; in DateTimeHandle()
1487 date_time_t *p_date = in DateTimeManage() local
1490 if ( p_date->i_interval in DateTimeManage()
1491 && mdate() > p_date->i_last + (mtime_t)p_date->i_interval * 1000000 ) in DateTimeManage()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/bi-import/
H A Ddialog-bi-import.c853 time64 p_date, d_date; in gnc_bi_import_create_bis() local
876 p_date = gnc_dmy2time64 (day, month, year); in gnc_bi_import_create_bis()
879 gncInvoicePostToAccount (invoice, acc, p_date, d_date, in gnc_bi_import_create_bis()
/dports/lang/newlisp/newlisp-10.7.5/
H A Dprimes.h428 {"date", p_date, 0},
/dports/devel/cssc/CSSC-1.4.1/src/
H A Dsccs.c358 char *p_date; /* date of get */ member
2197 ent.p_date = p = nextfield (p); in getpfent()
2240 pf->p_user, pf->p_date, pf->p_time); in putpfent()
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/
H A Dpandoradb.oracle.sql31 …REPLACE FUNCTION DAYOFWEEK (p_date IN TIMESTAMP) RETURN NUMBER IS l_number_week NUMBER; BEGIN l_nu…
33 …EATE OR REPLACE FUNCTION TIME (p_date IN TIMESTAMP) RETURN VARCHAR2 IS l_time VARCHAR2(20); BEGIN …
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c417 char *p_date; /* date of get */ member
2976 ent.p_date = p = nextfield(p);
2990 pf->p_date == NULL ||
3035 pf->p_user, pf->p_date, pf->p_time);
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c417 char *p_date; /* date of get */ member
2976 ent.p_date = p = nextfield(p);
2990 pf->p_date == NULL ||
3035 pf->p_user, pf->p_date, pf->p_time);
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c417 char *p_date; /* date of get */ member
2976 ent.p_date = p = nextfield(p);
2990 pf->p_date == NULL ||
3035 pf->p_user, pf->p_date, pf->p_time);
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c417 char *p_date; /* date of get */
2976 ent.p_date = p = nextfield(p);
2990 pf->p_date == NULL ||
3035 pf->p_user, pf->p_date, pf->p_time);
/dports/archivers/star/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccs.c417 char *p_date; /* date of get */ member
2976 ent.p_date = p = nextfield(p);
2990 pf->p_date == NULL ||
3035 pf->p_user, pf->p_date, pf->p_time);

12