Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 41) sorted by relevance

12

/vim-8.2.3635/src/
H A Dviminfo.c872 time_t timestamp; in write_viminfo_history() local
878 timestamp = histentry[i].time_set; in write_viminfo_history()
913 type, (long)timestamp, cbuf); in write_viminfo_history()
1734 time_t timestamp; in handle_viminfo_register() local
1772 timestamp = (time_t)vp[5].bv_nr; in handle_viminfo_register()
1774 && (timestamp == 0 || y_ptr->y_time_set > timestamp)) in handle_viminfo_register()
1792 y_ptr->y_time_set = timestamp; in handle_viminfo_register()
2591 time_t timestamp; in handle_viminfo_mark() local
2611 timestamp = (time_t)vp[3].bv_nr; in handle_viminfo_mark()
2627 if (timestamp != 0) in handle_viminfo_mark()
[all …]
H A Dspellfile.c676 time_t timestamp; in suggest_load_files() local
729 timestamp = get8ctime(fd); // <timestamp> in suggest_load_files()
730 if (timestamp != slang->sl_sugtime) in suggest_load_files()
/vim-8.2.3635/src/testdir/
H A Dtest_filechanged.vim14 " Need to wait until the timestamp would change by at least a second.
102 " Need to wait until the timestamp would change by at least a second.
H A Dtest_stat.vim37 " On some systems the file timestamp is rounded to a multiple of 2 seconds.
H A Dtest_spellfile.vim397 " create an empty spell file with a suggest timestamp
430 " missing suggest timestamp
439 " incorrect suggest timestamp
H A Dtest_window_cmd.vim668 " Need to wait a bit for the timestamp to be older.
H A Dtest_viminfo.vim599 call add(lines, '|2,0,,1,"x"') " no timestamp
/vim-8.2.3635/runtime/syntax/
H A Dmysql.vim115 syn region mysqlType start="^timestamp\W" end="."me=s-1
116 syn region mysqlType start="^timestamp$" end="."me=s-1
117 syn region mysqlType start="^timestamp(" end=")" contains=mysqlNumber,mysqlVariable
H A Dmonk.vim114 syn keyword monkFunc regex string->path timestamp uniqueid verify
121 syn keyword monkFunc find-get-after find-get-before get-timestamp julian-date?
H A Dexpect.vim39 syn keyword expectStatement timestamp trace trap wait
H A Dpsf.vim58 … matchgroup=psfAttrib start="^\s*\(create_time\|ctime\|mod_time\|mtime\|timestamp\)\s\+" contains=…
H A Dgnuplot.vim401 syn keyword gnuplotKeyword timestamp notimestamp colour mitered beveled
443 " set timestamp
444 syn keyword gnuplotKeyword timestamp top bottom offset font
H A Dstp.vim65 syn keyword stpType timestamp varbinary varchar
H A Dsamba.vim66 syn keyword sambaKeyword contained times timestamp to trusted ttl unix update
H A Ddtrace.vim92 syn keyword dtraceIdentifier pset root stackdepth tid timestamp uid uregs
H A Dsqloracle.vim58 syn keyword sqlType smallint real timestamp urowid varchar varchar2 varray
H A Ddnsmasq.vim137 syn match DnsmasqKeyword "^\s*dnssec-timestamp\>"
H A Dj.vim29 …out stringreplace symdat symget symset take takeafter taketo timespacex timestamp timex tmoutput t…
H A Dprogress.vim206 …types log-threshold logfile-name logging-level logical login-expiration-timestamp login-host login…
242 syn keyword ProgressOperator scrolled-row-pos[ition] scrolling seal seal-timestamp section select-a…
H A Dsqlanywhere.vim727 syn keyword sqlType date datetime datetimeoffset smalldatetime time timestamp
/vim-8.2.3635/runtime/doc/
H A Dediting.txt974 elsewhere. See |timestamp|.
1584 10. Timestamps *timestamp* *timestamps*
1586 Vim remembers the modification timestamp, mode and size of a file when you
1600 *ignore-timestamp*
1615 When Vim notices the timestamp of a file has changed, and the file is being
1639 Once a file has been checked the timestamp is reset,
1644 Check the timestamp of a specific buffer. The buffer
1659 Before writing a file the timestamp is checked. If it has changed, Vim will
H A Dvarious.txt288 After the command has been executed, the timestamp and
289 size of the current file is checked |timestamp|.
H A Dmessage.txt630 The file which you have started editing has got another timestamp and the
661 When the timestamp for a buffer was changed and the contents are still the
H A Dstarting.txt1514 *viminfo-timestamp*
1515 For some items a timestamp is used to keep the last changed version. Here it
1524 The timestamp feature was added before Vim 8.0. Older versions of Vim,
1525 starting with 7.4.1131, will keep the items with timestamp, but not use them.
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim2783 …uliantojd(':'int $month, int $day, int $year | int','unixtojd(':'[ int $timestamp = time()] | int'…
2786timestamp [, int $format = SUNFUNCS_RET_STRING [, float $latitude = ini_get("date.default_latitude…
2789 …(':'int $seconds, int $nanoseconds | mixed','time_sleep_until(':'float $timestamp | bool','uniqid(…

12