Home
last modified time | relevance | path

Searched refs:dest_time (Results 1 – 23 of 23) sorted by relevance

/dports/devel/awscli/awscli-1.20.61/awscli/customizations/s3/syncstrategy/
H A Dexacttimestamps.py36 dest_time = dest_file.last_update
37 delta = dest_time - src_time
H A Dbase.py204 dest_time = dest_file.last_update
205 delta = dest_time - src_time
/dports/games/pioneer/pioneer-20210723/data/modules/TradeShips/
H A DTrader.lua320 Trader.spawnInCloud = function(ship_name, cloud, route, dest_time)
323 …l ship = Space.SpawnShip(ship_name, 0, 0, {cloud.from, route.from:GetSystemBody().path, dest_time})
330 dest_time = dest_time,
/dports/audio/sphinx3/sphinx3-0.8/scripts/
H A Dsetup_sphinx3.pl279 my $dest_time = stat($destination);
280 if (($source_time->mtime) > ($dest_time->mtime)) {
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextInP.h74 Time dest_time; /* time of destination selection ownership */ member
H A DTextFP.h145 Time dest_time; /* Timestamp of destination selection */ member
H A DDataFP.h112 #define XmTextF_dest_time(w) (((XmDataFieldWidget)(w))->text.dest_time)
H A DTextSel.c510 *timestamp = tw->text.input->data->dest_time; in _XmTextConvert()
H A DTextFSel.c513 *timestamp = tf->text.dest_time; in _XmTextFieldConvert()
H A DTextIn.c1057 data->dest_time = set_time; in _XmTextSetDestinationSelection()
6081 data->dest_time = 0; in _XmTextInputCreate()
H A DTextF.c3422 tf->text.dest_time = set_time;
7270 tf->text.dest_time = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/incremental_install/
H A Dinstaller.py67 dest_time = os.path.getmtime(dest)
69 if os.path.getmtime(path) > dest_time:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/incremental_install/
H A Dinstaller.py67 dest_time = os.path.getmtime(dest)
69 if os.path.getmtime(path) > dest_time:
/dports/lang/v8/v8-9.6.180.12/build/android/incremental_install/
H A Dinstaller.py67 dest_time = os.path.getmtime(dest)
69 if os.path.getmtime(path) > dest_time:
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/incremental_install/
H A Dinstaller.py67 dest_time = os.path.getmtime(dest)
69 if os.path.getmtime(path) > dest_time:
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DTextInP.h73 Time dest_time; member
H A DTextFP.h112 Time dest_time; /* Timestamp of destination selection */ member
/dports/net/py-ntplib/ntplib-0.3.4/
H A Dntplib.py268 def dest_time(self): member in NTPStats
/dports/print/lilypond-devel/lilypond-2.23.5/python/auxiliar/
H A Dpostprocess_html.py267 dest_time = 0
/dports/print/lilypond/lilypond-2.22.1/python/auxiliar/
H A Dpostprocess_html.py320 dest_time = 0
/dports/ftp/mirror/mirror-2.9_2/
H A Dmirror.pl2152 *dest_map, *dest_time,
2314 &t2str( $dest_time[ $desti ] ) );
2415 &compare_times( $src_time[ $srci ], $dest_time[ $desti ] ) ){
2495 ($dest_time[ $tmpi ] eq $src_time[ $srci ]) ){
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32file-unix.c2313 struct utimbuf dest_time; in CopyFile() local
2430 dest_time.modtime = st.st_mtime; in CopyFile()
2431 dest_time.actime = st.st_atime; in CopyFile()
2433 ret_utime = utime (utf8_dest, &dest_time); in CopyFile()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/text/
H A Dtest15.c559 CHECK_TIME ( dest_time ) in PrintDiffs()