Home
last modified time | relevance | path

Searched refs:current_mtime (Results 1 – 25 of 34) sorted by relevance

12

/dports/textproc/p5-Petal/Petal-2.26/lib/Petal/Cache/
H A DMemory.pm51 $FILE_TO_MTIME->{$key} = $class->current_mtime ($file);
67 my $current_mtime = $class->current_mtime ($file);
68 return $cached_mtime >= $current_mtime;
89 sub current_mtime subroutine
H A DDisk.pm94 my $current_mtime = $class->current_mtime ($file);
95 return $cached_mtime >= $current_mtime;
137 sub current_mtime subroutine
/dports/www/py-graphite-api/graphite-api-1.1.3/graphite_api/
H A Dsearch.py22 current_mtime = os.path.getmtime(self.index_path)
23 if current_mtime > self.last_mtime:
25 current_mtime=current_mtime,
/dports/net-mgmt/py-snmp_passpersist/snmp_passpersist-fb0af0d/example/
H A Dsettings.py55 current_mtime = os.path.getmtime(self.file_name)
56 if current_mtime > self.mtime:
58 self.mtime = current_mtime
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_dirsort.c246 struct timespec current_mtime; in dirsort_readdir() local
258 if (get_sorted_dir_mtime(handle, data, &current_mtime) == false) { in dirsort_readdir()
263 if (timespec_compare(&current_mtime, &data->mtime)) { in dirsort_readdir()
278 struct timespec current_mtime; in dirsort_seekdir() local
295 if (get_sorted_dir_mtime(handle, data, &current_mtime) == false) { in dirsort_seekdir()
299 if (timespec_compare(&current_mtime, &data->mtime)) { in dirsort_seekdir()
/dports/net/libproxy-kde/libproxy-0.4.17/libproxy/modules/
H A Dconfig_kde.cpp217 … time_t current_mtime = stat(config.path.c_str(), &config_info) == 0 ? config_info.st_mtime : 0; in cache_needs_refresh() local
218 if (config.mtime != current_mtime) { in cache_needs_refresh()
219 config.mtime = current_mtime; in cache_needs_refresh()
/dports/net/libproxy-perl/libproxy-0.4.17/libproxy/modules/
H A Dconfig_kde.cpp217 … time_t current_mtime = stat(config.path.c_str(), &config_info) == 0 ? config_info.st_mtime : 0; in cache_needs_refresh() local
218 if (config.mtime != current_mtime) { in cache_needs_refresh()
219 config.mtime = current_mtime; in cache_needs_refresh()
/dports/net/libproxy-python/libproxy-0.4.17/libproxy/modules/
H A Dconfig_kde.cpp217 … time_t current_mtime = stat(config.path.c_str(), &config_info) == 0 ? config_info.st_mtime : 0; in cache_needs_refresh() local
218 if (config.mtime != current_mtime) { in cache_needs_refresh()
219 config.mtime = current_mtime; in cache_needs_refresh()
/dports/net/libproxy-webkit3/libproxy-0.4.17/libproxy/modules/
H A Dconfig_kde.cpp217 … time_t current_mtime = stat(config.path.c_str(), &config_info) == 0 ? config_info.st_mtime : 0; in cache_needs_refresh() local
218 if (config.mtime != current_mtime) { in cache_needs_refresh()
219 config.mtime = current_mtime; in cache_needs_refresh()
/dports/net/libproxy-gnome3/libproxy-0.4.17/libproxy/modules/
H A Dconfig_kde.cpp217 … time_t current_mtime = stat(config.path.c_str(), &config_info) == 0 ? config_info.st_mtime : 0; in cache_needs_refresh() local
218 if (config.mtime != current_mtime) { in cache_needs_refresh()
219 config.mtime = current_mtime; in cache_needs_refresh()
/dports/net/libproxy-pacrunner/libproxy-0.4.17/libproxy/modules/
H A Dconfig_kde.cpp217 … time_t current_mtime = stat(config.path.c_str(), &config_info) == 0 ? config_info.st_mtime : 0; in cache_needs_refresh() local
218 if (config.mtime != current_mtime) { in cache_needs_refresh()
219 config.mtime = current_mtime; in cache_needs_refresh()
/dports/net/libproxy/libproxy-0.4.17/libproxy/modules/
H A Dconfig_kde.cpp217 … time_t current_mtime = stat(config.path.c_str(), &config_info) == 0 ? config_info.st_mtime : 0; in cache_needs_refresh() local
218 if (config.mtime != current_mtime) { in cache_needs_refresh()
219 config.mtime = current_mtime; in cache_needs_refresh()
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/all/
H A Didentifier_completer.py113 current_mtime = os.path.getmtime( tag_file )
122 if current_mtime <= last_mtime:
125 self._tags_file_last_mtime[ tag_file ] = current_mtime
/dports/www/phpgroupware/phpgroupware-0.9.16.017/email/inc/
H A Dclass.svc_debug.inc.php194 $current_mtime = microtime();
196 $current_useful = $this->microtime_to_useful($current_mtime);
/dports/graphics/qiv/qiv-2.3.2/
H A Dmain.h22 time_t current_mtime; /* modification time of file currently loaded */ variable
H A Dqiv.h119 extern time_t current_mtime;
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-data/
H A Dtracker-db-manager.c474 guint64 current_mtime; in db_manager_analyze() local
476 current_mtime = tracker_file_get_mtime (db_manager->db.abs_filename); in db_manager_analyze()
478 if (current_mtime > db_manager->db.mtime) { in db_manager_analyze()
483 db_manager->db.mtime = current_mtime; in db_manager_analyze()
/dports/security/py-zkg/package-manager-2.12.0/doc/ext/sphinxarg/
H A Dext.py418 current_mtime = os.stat(dep_file).st_mtime
420 if current_mtime > dep_mtime and docname not in removed:
/dports/audio/beets/beets-1.4.9/beets/
H A Dlibrary.py553 i.mtime = i.current_mtime() # Initial mtime.
622 self.mtime = self.current_mtime()
674 self.mtime = self.current_mtime()
746 def current_mtime(self): member in Item
/dports/mail/mairix/mairix-0.24/
H A Dmbox.c88 db->mboxen[i].current_mtime = extant_mboxen[j].mtime; in append_new_mboxen_to_db()
415 mb->current_mtime = extant_mboxen[idx].mtime; in marry_up_mboxen()
815 if ((mb->current_mtime == mb->file_mtime) && in build_mbox_lists()
H A Dmairix.h197 time_t current_mtime; member
/dports/x11/py-xdot/xdot-1.2/xdot/ui/
H A Dwindow.py173 current_mtime = os.stat(self.openfilename).st_mtime
176 if current_mtime != self.last_mtime:
177 self.last_mtime = current_mtime
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_file_system.cpp669 uint64_t current_mtime = FileAccess::get_modified_time(p_dir->get_path()); in _scan_fs_changes() local
675 if (current_mtime != p_dir->modified_time) { in _scan_fs_changes()
678 p_dir->modified_time = current_mtime; in _scan_fs_changes()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_file_system.cpp669 uint64_t current_mtime = FileAccess::get_modified_time(p_dir->get_path()); in _scan_fs_changes() local
675 if (current_mtime != p_dir->modified_time) { in _scan_fs_changes()
678 p_dir->modified_time = current_mtime; in _scan_fs_changes()
/dports/net-mgmt/seafile-client/seafile-7.0.9/common/index/
H A Dindex.h183 guint64 current_mtime; /* used in merge */ member

12