Searched +refs:time +refs:stamp +refs:string (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-stamp.el1 ;;; erc-stamp.el --- Timestamping for ERC messages
41 (defgroup erc-stamp nil
47 For timestamping to be activated, you just need to load `erc-stamp'
52 "*If set to a string, messages will be timestamped.
53 This string is processed using `format-time-string'.
57 :group 'erc-stamp
59 (string)))
64 It takes a single argument STRING which is the final string
128 (define-erc-module stamp timestamp function
[all...]
H A Derc.el69 (defconst erc-version-string "Version 5.2"
150 (string :tag "Server")))
155 This can be either a string or a number."
159 (string :tag "Port string")))
164 This can be either a string, or a list of strings.
172 (string :tag "Nickname")
173 (repeat (string :tag "Nickname"))))
176 "The string to append to the nick if it is already in use."
178 :type 'string)
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-alias.el76 If ARG is non-nil, set timestamp with the current time."
78 (let ((time (current-time)))
79 (setq mh-alias-tstamp (list (nth 0 time) (nth 1 time))))
80 (let ((stamp))
85 (setq stamp (nth 5 (file-attributes file)))
86 (or (> (car stamp) (car mh-alias-tstamp))
87 (and (= (car stamp) (car mh-alias-tstamp))
88 (> (cadr stamp) (cad
[all...]
/macosx-10.10.1/syslog-267/aslcommon/
H A Dasl_common.c28 #include <string.h>
31 #include <time.h>
298 /* not inside a quoted string: check for delimiters and quotes */
305 /* inside a quoted string - look for matching quote */
433 /* check for quoted string */
620 asl_make_timestamp(time_t stamp, uint32_t flags, char *buf, size_t len) argument
630 gmtime_r(&stamp, &t);
636 gmtime_r(&stamp, &t);
643 localtime_r(&stamp, &t);
661 localtime_r(&stamp,
2073 _check_file_name(const char *name, const char *base, bool src, char **stamp) argument
2164 _parse_stamp_style(char *stamp, uint32_t flags, uint32_t *sp, time_t *tp) argument
2283 char *stamp = NULL; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/verify/
H A Dverify.c46 /* time
48 /* one (poor response time to client requests).
90 /* The time between changes in the time-dependent portion of address
99 /* The time after which a successful probe expires from the address
102 /* The time after which a successful address verification probe needs
107 /* The time after which a failed probe expires from the address
110 /* The time after which a failed address verification probe needs to
115 /* The amount of time between \fBverify\fR(8) address verification
158 /* How much time
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.c41 #include <time.h>
95 is by finding a stamp in the NLM header information. If we need to
97 stamp. */
321 input_file = input_files->string;
566 if (strcmp (l->string, bfd_asymbol_name (sym)) == 0)
572 zbase = strchr (l->string, '@');
588 newsyms[newsymcount]->name = l->string;
610 if (strcmp (l->string, bfd_asymbol_name (sym)) == 0)
616 zbase = strchr (l->string, '@');
620 sym->name = l->string;
[all...]
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-pf.c35 #include <sys/time.h>
61 #include <string.h>
113 struct enstamp stamp; local
174 sp = &stamp;
323 * time.
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dasl_action.c32 #include <string.h>
41 #include <time.h>
299 if ((time(NULL) - crashmover_state) <= 60) return;
559 if ((r->dst->size == 0) || (r->dst->stamp == 0))
571 if (r->dst->stamp == 0) r->dst->stamp = sb.st_birthtimespec.tv_sec;
572 if (r->dst->stamp == 0) r->dst->stamp = sb.st_mtimespec.tv_sec;
588 if (r->dst->stamp == 0) r->dst->stamp
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dmamake.c83 "[S:strip-symbols?Strip link-time static symbols from executables.]"
107 #include <time.h>
111 #include <string.h>
123 #define NOW ((unsigned long)time((time_t*)0))
131 #define RULE_ignore 0x0020 /* ignore time */
190 unsigned long time; /* modification time */ member in struct:Rule_s
298 report(int level, char* text, char* item, unsigned long stamp) argument
328 if (stamp && state.debug <= -2)
329 fprintf(stderr, " %10lu", stamp);
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el38 ;; table editor. Org-mode supports ToDo items, deadlines, time stamps,
79 (require 'time-date)
173 This option is only relevant at load-time of Org-mode, and must be set
197 When nil, just use the standard three dots. When a string, use that instead,
203 (string :tag "String" :value "...#")))
213 (defcustom org-deadline-string "DEADLINE:"
215 A deadline is this string, followed by a time stamp. Should be a word,
220 :type 'string)
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dcommon.mk24 LIBRUBY_EXTS = ./.libruby-with-ext.time
25 REVISION_H = ./.revision.time
26 PLATFORM_D = ./$(PLATFORM_DIR)/.time
81 string.$(OBJEXT) \
83 time.$(OBJEXT) \
443 $(Q)$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(ARCHFILE) .*.time
444 $(Q)$(RM) y.tab.c y.output encdb.h transdb.h prelude.c config.log rbconfig.rb $(ruby_pc) probes.h probes.$(OBJEXT) probes.stamp ruby-glommed.$(OBJEXT)
736 string.$(OBJEXT): {$(VPATH)}string.c $(RUBY_H_INCLUDES) {$(VPATH)}re.h \
748 time
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dorgcard.tex336 \key{time sorted view of current org file}{C-c a L}
453 \key{\kbd{file:projects.org::find me}}{\rm find trgt/string}
533 \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
534 \key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
538 \key{the time between 2 dates in a time range}{C-c C-y}
611 \key{toggle time grid for daily schedule}{g}
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex102 % If this character appears in an error message or help string, it
182 stand-alone strong-est time-stamp time-stamps which-ever white-space
437 % either the null string, or it ends with \^^M---thus there is no danger
449 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
453 \expandafter \doparseargdef \csname\string#1\endcsname #1%
526 in environment \expandafter\string#1%
767 % almost-but-not-quite fill up a page, TeX will have a hard time doing
1232 \edef\mylbrace{\iftrue \string{\els
[all...]
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex103 % If this character appears in an error message or help string, it
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
440 % either the null string, or it ends with \^^M---thus there is no danger
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
456 \expandafter \doparseargdef \csname\string#1\endcsname #1%
529 in environment \expandafter\string#1%
770 % almost-but-not-quite fill up a page, TeX will have a hard time doing
1240 \edef\mylbrace{\iftrue \string{\els
[all...]
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex103 % If this character appears in an error message or help string, it
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
440 % either the null string, or it ends with \^^M---thus there is no danger
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
456 \expandafter \doparseargdef \csname\string#1\endcsname #1%
529 in environment \expandafter\string#1%
770 % almost-but-not-quite fill up a page, TeX will have a hard time doing
1240 \edef\mylbrace{\iftrue \string{\els
[all...]
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex103 % If this character appears in an error message or help string, it
187 stand-alone strong-est time-stamp time-stamps which-ever white-space
445 % either the null string, or it ends with \^^M---thus there is no danger
457 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
461 \expandafter \doparseargdef \csname\string#1\endcsname #1%
534 in environment \expandafter\string#1%
790 % almost-but-not-quite fill up a page, TeX will have a hard time doing
1209 % PDF uses PostScript string constant
[all...]
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex103 % If this character appears in an error message or help string, it
187 stand-alone strong-est time-stamp time-stamps which-ever white-space
445 % either the null string, or it ends with \^^M---thus there is no danger
457 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
461 \expandafter \doparseargdef \csname\string#1\endcsname #1%
534 in environment \expandafter\string#1%
790 % almost-but-not-quite fill up a page, TeX will have a hard time doing
1209 % PDF uses PostScript string constant
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex28 % what you give them. Help stamp out software-hoarding!
98 % If this character appears in an error message or help string, it
160 % True if #1 is the empty string, i.e., called like `\ifempty{}'.
681 % almost-but-not-quite fill up a page, TeX will have a hard time doing
1051 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
1052 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
2286 % is presumably either 0 or the empty string (but we don't check, we
2761 % Can't use \xdef to pre-expand #2 and save some time, since \temp or
3119 % control sequences and just writes whatever the best ASCII sort string
3239 % get the string t
[all...]
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex28 % what you give them. Help stamp out software-hoarding!
92 % If this character appears in an error message or help string, it
626 % almost-but-not-quite fill up a page, TeX will have a hard time doing
910 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
911 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
2067 % is presumably either 0 or the empty string (but we don't check, we
2455 % Can't use \xdef to pre-expand #2 and save some time, since \temp or
2851 % off to get the string to sort by.
2858 % string. And include a space.
3133 % execution time, s
[all...]
/macosx-10.10.1/uucp-11/uucp/
H A Dtexinfo.tex28 % what you give them. Help stamp out software-hoarding!
92 % If this character appears in an error message or help string, it
627 % almost-but-not-quite fill up a page, TeX will have a hard time doing
950 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
951 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
2111 % is presumably either 0 or the empty string (but we don't check, we
2499 % Can't use \xdef to pre-expand #2 and save some time, since \temp or
2901 % off to get the string to sort by.
2908 % string. And include a space.
3183 % execution time, s
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dtexinfo.tex28 % what you give them. Help stamp out software-hoarding!
95 % If this character appears in an error message or help string, it
640 % almost-but-not-quite fill up a page, TeX will have a hard time doing
994 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
995 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
2189 % is presumably either 0 or the empty string (but we don't check, we
2589 % Can't use \xdef to pre-expand #2 and save some time, since \temp or
3011 % off to get the string to sort by.
3301 % execution time, so we may as well do it in one place.
3934 % fixed time s
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex23 %what you give them. Help stamp out software-hoarding!
76 % If this character appears in an error message or help string, it
495 % almost-but-not-quite fill up a page, TeX will have a hard time doing
775 % Can't use \xdef to pre-expand #2 and save some time, since \temp or
2072 % Now process the index-string once, with all font commands turned off,
2073 % to get the string to sort the index by.
2077 % Now produce the complete index entry. We process the index-string again,
2078 % this time with font commands expanded, to get what to print in the index.
2092 % Now process the index-string once, with all font commands turned off,
2093 % to get the string t
[all...]

Completed in 350 milliseconds