Home
last modified time | relevance | path

Searched refs:file_mtime (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/www/Stikked/Stikked-0.13.0/htdocs/system/libraries/
H A DZip.php179 * @param int $file_mtime
183 protected function _add_dir($dir, $file_mtime, $file_mdate) argument
189 .pack('v', $file_mtime)
204 .pack('v', $file_mtime)
259 * @param int $file_mtime
263 protected function _add_data($filepath, $data, $file_mtime, $file_mdate) argument
274 .pack('v', $file_mtime)
286 .pack('v', $file_mtime)
/dports/www/codeigniter/CodeIgniter-3.1.11/system/libraries/
H A DZip.php179 * @param int $file_mtime
183 protected function _add_dir($dir, $file_mtime, $file_mdate) argument
189 .pack('v', $file_mtime)
204 .pack('v', $file_mtime)
259 * @param int $file_mtime
263 protected function _add_data($filepath, $data, $file_mtime, $file_mdate) argument
274 .pack('v', $file_mtime)
286 .pack('v', $file_mtime)
/dports/www/p5-Mojo-Weixin/Mojo-Weixin-1.4.6/lib/Mojo/Weixin/Plugin/
H A DKnowledgeBase.pm48 my ($file_size, $file_mtime);
55 ($file_size, $file_mtime) = (stat $file)[7, 9];
61 return if not defined $file_mtime;
63 if($size != $file_size or $mtime != $file_mtime){
65 $file_mtime = $mtime;
102 ($file_size, $file_mtime)= (stat $file)[7, 9];
125 ($file_size, $file_mtime)= (stat $file)[7, 9];
/dports/devel/p5-Cache-AgainstFile/Cache-AgainstFile-1.016/lib/Cache/AgainstFile/
H A DStorable.pm82 my $file_mtime;
84 $file_mtime = (stat($filename))[9];
86 $stale = (!defined $file_mtime) || (!defined $cache_mtime) || ($file_mtime != $cache_mtime);
105 $file_mtime = (stat($filename))[9] unless(defined $file_mtime); #Need mtime now
106 $self->{write}->($cache_filename, $data, $file_mtime);
/dports/devel/roswell/roswell-20.06.14.107/src/
H A Dutil-file.c36 long file_mtime(char* path) { in file_mtime() function
42 long at=file_mtime(a),bt=file_mtime(b); in file_newer_p()
/dports/devel/make++/makepp-2.0/Mpp/BuildCheck/
H A Dtarget_newer.pm89 return 1 if Mpp::File::file_mtime( $dep ) > $target_mtime;
105 (Mpp::File::file_mtime $_ or 1) > ($mtime ||= Mpp::File::file_mtime( $target ) || 0);
/dports/misc/snakemake/snakemake-6.12.1/snakemake/remote/
H A DHTTP.py178 file_mtime = self.get_header_item(httpr, "last-modified", default=None)
179 logger.debug("HTTP last-modified: {}".format(file_mtime))
183 if file_mtime is not None:
184 modified_tuple = email.utils.parsedate_tz(file_mtime)
188 file_mtime
/dports/databases/py-gdbm/Python-3.8.12/Tools/scripts/
H A Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/dports/databases/py-sqlite3/Python-3.8.12/Tools/scripts/
H A Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/dports/lang/python-tools/Python-3.8.12/Tools/scripts/
H A Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/dports/lang/python311/Python-3.11.0a3/Tools/scripts/
H A Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/dports/lang/python37/Python-3.7.12/Tools/scripts/
H A Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/dports/lang/python38/Python-3.8.12/Tools/scripts/
H A Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/dports/lang/python39/Python-3.9.9/Tools/scripts/
H A Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/scripts/
H A Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/dports/lang/python310/Python-3.10.1/Tools/scripts/
H A Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/dports/graphics/pqiv/pqiv-2.12/lib/
H A Dthumbnailcache.c139 gboolean check_png_attributes(gchar *file_name, gchar *file_uri, time_t file_mtime) { in check_png_attributes() argument
208 gchar *file_mtime_str = g_strdup_printf("%" PRIuMAX, (intmax_t)file_mtime); in check_png_attributes()
232 static cairo_surface_t *load_thumbnail(gchar *file_name, gchar *file_uri, time_t file_mtime, unsign… in load_thumbnail() argument
234 if(!check_png_attributes(file_name, file_uri, file_mtime)) { in load_thumbnail()
302 time_t file_mtime = file_stat.st_mtime; in load_thumbnail_from_cache() local
323 …cairo_surface_t *thumbnail = load_thumbnail(thumbnail_candidate, file_uri, file_mtime, width, heig… in load_thumbnail_from_cache()
364 …cairo_surface_t *thumbnail = load_thumbnail(thumbnail_candidate, file_basename, file_mtime, width,… in load_thumbnail_from_cache()
507 time_t file_mtime = file_stat.st_mtime; in store_thumbnail_to_cache() local
559 gchar *string_mtime = g_strdup_printf("%" PRIuMAX, (intmax_t)file_mtime); in store_thumbnail_to_cache()
/dports/devel/lua-luacheck/luacheck-4e5774169fa/src/luacheck/
H A Dcache.lua96 local file_mtime = fs.get_mtime(filename)
99 if not file_mtime or not cache_mtime or file_mtime >= cache_mtime then
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/file/
H A Dfilesystem_win.cc75 FILETIME file_mtime; in FileModificationTime() local
76 if (!GetFileTime(handle.get(), nullptr, nullptr, &file_mtime)) { in FileModificationTime()
80 *mtime = FiletimeToTimespecEpoch(file_mtime); in FileModificationTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/file/
H A Dfilesystem_win.cc75 FILETIME file_mtime; in FileModificationTime() local
76 if (!GetFileTime(handle.get(), nullptr, nullptr, &file_mtime)) { in FileModificationTime()
80 *mtime = FiletimeToTimespecEpoch(file_mtime); in FileModificationTime()
/dports/www/py-weboob/weboob-2.0/weboob/applications/weboobrepos/
H A Dweboobrepos.py199 file_mtime = int(os.path.getmtime(filepath))
202 if not os.path.exists(sigpath) or sig_mtime < file_mtime:
214 os.utime(sigpath, (file_mtime, file_mtime))
/dports/devel/p5-File-Assets/File-Assets-0.064/lib/File/Assets/Asset/
H A DContent.pm38 sub file_mtime { subroutine
73 ($self->file_mtime > $self->content_mtime) ||
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/
H A Dgtab-init.c110 time_t file_mtime (char *fname) { in file_mtime() function
121 time_t mtime = file_mtime (out_file); in find_tab_file()
126 if (!(mtime = file_mtime (out_file))) { in find_tab_file()
159 time_t mtime_append = file_mtime (append_user); in init_gtab()
165 time_t mtime_append_gtab = file_mtime (append_user_gtab); in init_gtab()
174 mtime_append_gtab = file_mtime (append_user_gtab); in init_gtab()
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dgtab-init.cpp120 time_t file_mtime(char *fname) in file_mtime() function
134 time_t mtime = file_mtime(out_file); in find_tab_file()
139 if (!(mtime = file_mtime(out_file))) { in find_tab_file()
174 time_t mtime_append = file_mtime(append_user); in init_gtab()
180 time_t mtime_append_gtab = file_mtime(append_user_gtab); in init_gtab()
196 mtime_append_gtab = file_mtime(append_user_gtab); in init_gtab()
/dports/chinese/gcin/gcin-2.9.0/
H A Dgtab-init.cpp120 time_t file_mtime(char *fname) in file_mtime() function
134 time_t mtime = file_mtime(out_file); in find_tab_file()
139 if (!(mtime = file_mtime(out_file))) { in find_tab_file()
174 time_t mtime_append = file_mtime(append_user); in init_gtab()
180 time_t mtime_append_gtab = file_mtime(append_user_gtab); in init_gtab()
196 mtime_append_gtab = file_mtime(append_user_gtab); in init_gtab()

12345678910>>...14