Home
last modified time | relevance | path

Searched +refs:version +refs:regexp +refs:alist (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/dports/lang/librep/librep_0.92.7/lisp/rep/io/file-handlers/remote/
H A Dutils.jl11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
34 rep.regexp
37 (defvar remote-host-user-alist nil
43 explicitly, or by the remote-ftp-host-user-alist variable.")
46 (defconst remote-file-regexp "^/(([a-zA-Z0-9._-]+)@)?([a-zA-Z0-9._-]+):")
52 (or (cdr (assoc-regexp host remote-host-user-alist)) remote-default-user))
56 (unless (string-match remote-file-regexp filename)
/dports/lang/racket/racket-8.3/share/pkgs/net-lib/net/
H A Dmime.rkt12 ;;; any later version.
53 (define discrete-alist
60 (define disposition-alist
68 (define composite-alist
72 (define mechanism-alist
309 ;; version CRLF
343 (or (and version? (version trimmed-h message))
434 (define (version header message) function
435 (let* ([reg re:mime-version]
439 (set-message-version!
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/theming/
H A Dmake-theme.jl9 ;; the Free Software Foundation; either version 2, or (at your option)
10 ;; any later version.
27 rep.regexp
35 (define (make-frames patterns-alist frame-alist)
69 patterns-alist)))
92 frame-alist))))
94 (define (make-theme patterns-alist frame-alist mapping-alist)
95 (let ((real-frames (make-frames patterns-alist frame-alist)))
98 (let ((frame-name (or (cdr (assq type mapping-alist)))))
/dports/lang/racket/racket-8.3/collects/net/
H A Duri-codec.rkt26 ;;; version 2.1 of the License, or (at your option) any later version.
94 alist->form-urlencoded form-urlencoded->alist
95 current-alist-separator-mode)
140 (define (make-codec-tables alist)
143 (for ([orig+enc (in-list alist)])
186 ;; previous version of code.
235 (define (form-urlencoded->alist str)
236 (define sep-regexp
242 (for/list ([keyval (in-list (regexp-split sep-regexp str))])
244 (define m (regexp-match-positions #rx"=" keyval))
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/net/
H A Duri-codec.rkt26 ;;; version 2.1 of the License, or (at your option) any later version.
94 alist->form-urlencoded form-urlencoded->alist
95 current-alist-separator-mode)
140 (define (make-codec-tables alist)
143 (for ([orig+enc (in-list alist)])
186 ;; previous version of code.
235 (define (form-urlencoded->alist str)
236 (define sep-regexp
242 (for/list ([keyval (in-list (regexp-split sep-regexp str))])
244 (define m (regexp-match-positions #rx"=" keyval))
[all …]
/dports/japanese/navi2ch/navi2ch-faebfd1/
H A DChangeLog1722 (navi2ch-regexp-alist-to-number-alist): 削除。
1723 (navi2ch-regexp-alist-to-internal):
1724 navi2ch-regexp-alist-to-number-alist を置換える関数。
1725 (navi2ch-match-regexp-alist-subr):
1872 (navi2ch-regexp-alist-to-number-alist): 同上
1952 (navi2ch-compare-version-string): 削除
2899 (navi2ch-compare-version-string): 新関数。
3157 regexp-alist をあらかじめ内部形式に変換しておく。
3160 * navi2ch-util.el (navi2ch-regexp-alist-to-number-alist): 新関数。
3162 (navi2ch-replace-regexp-alist): regexp-alist をあらかじめ内部形式
[all …]
/dports/mail/exmh2/exmh-2.9.0/
H A Dexmh-bg21 set exmh(version) {version 2.9.0 11/07/2018}
133 } alist] == 0} {
135 foreach pair $alist {
142 if [regexp {no registered interpreter} $alist] {
146 catch {puts stderr "BgRegister $alist"}
/dports/devel/clojure-cider/cider-1.1.0/
H A Dcider-util.el368 (when (and regexp face)
374 (string-match regexp object end)
375 (re-search-forward regexp nil t))
402 (let ((version (condition-case nil
406 version
407 (format "%s (%s)" version cider-codename))))
432 (let ((alist (symbol-value symbol)))
433 (if-let* ((cons (assoc car alist)))
435 (set symbol (cons (list car cadr) alist)))))
555 … (group-n 1 (regexp ,clojure--sym-regexp) "/" (regexp ,clojure--sym-regexp))))) ;; Fully qualified
[all …]
/dports/editors/apel/apel-4e3269b/
H A DREADME.en86 ** product.el --- Functions for product version information.
135 You can also specify the version specific lisp directory where the
191 try to install meadow version independent modules of APEL to;
195 and meadow version dependent modules to;
202 19.28) an Emacs version dependent site-lisp directory
205 you may install all APEL modules to an Emacs version independent
230 ** alist
247 Ex. (set-alist 'auto-mode-alist "\\.pln$" 'text-mode)
251 Modify alist DEFAULT into alist MODIFIER.
282 Add latest path matched by regexp PATTERN to `load-path' if it
[all …]
/dports/lang/librep/librep_0.92.7/lisp/rep/io/file-handlers/
H A Dremote.jl11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
37 (defvar remote-auto-backend-alist nil
38 "An alist of (HOST-REGEXP . BACKEND-TYPE) defining how remote files are
97 ((backend (get (or (cdr (assoc-regexp
99 remote-auto-backend-alist t))
111 …utoload (setq file-handler-alist (cons '("^/(([a-zA-Z0-9._-]+)@)?([a-zA-Z0-9._-]+):" . remote-file…
H A Dtilde.jl11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
28 rep.regexp
93 (setq file-handler-alist (cons '("^~" . tilde-file-handler)
94 file-handler-alist))
96 (when (string-looking-at (concat (quote-regexp
/dports/editors/emacs-devel/emacs-4d1968b/lisp/progmodes/
H A Dprolog.el362 :type 'regexp
999 (defun prolog-atleast-version (version)
1007 (or (< (car version) thismajor)
1008 (and (= (car version) thismajor)
1009 (<= (cdr version) thisminor)))
1037 (setq alist (cdr alist))))
1039 alist)))
3214 (setq regexp (concat regexp "\\>"))
3216 (setq regexp (concat regexp "("))
3218 (setq regexp (concat regexp ".+,"))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/web-server-lib/web-server/dispatchers/
H A Ddispatch-files.rkt14 [interface-version dispatcher-interface-version/c]
25 (and (regexp-match #rx"/$" path)
34 (define interface-version 'v1)
72 ;; read-range-header : (listof header) -> (U (alist-of (U integer #f) (U integer #f)) #f)
93 (let ([range-header-regexp #px#"^bytes=(.*)$"]
94 [range-delimiter-regexp #px#","]
95 [range-regexp #px#"^([0-9]*)-([0-9]*)$"]
105 (match (regexp-match range-header-regexp (header-value header))
107 (let ([ranges (regexp-split range-delimiter-regexp ranges-string)])
109 (match (regexp-match range-regexp range-string)
/dports/www/emacs-w3m/emacs-w3m-3925d1c/shimbun/
H A DChangeLog744 * sb-kantei.el: Add the English version of Noda's blog.
1251 (shimbun-article-url): Retrieve URL for print version of article.
4150 * sb-wired.el (shimbun-get-group-header-alist): Use regexp-opt.
4590 shimbun-tcup-group-alist specifies; improve regexp matching the
5154 * sb-itmedia.el (shimbun-itmedia-group-alist): Improve regexp.
5836 * w3m.el (emacs-w3m-version): Release 1.3.85.
6123 * w3m.el (emacs-w3m-version): Release 1.3.80.
7033 shimbun-asahi-group-regexp-alist): Abolished.
7040 instead of `shimbun-asahi-group-regexp-alist'; Refer
7365 (shimbun-yomiuri-group-regexp-alist): New variable.
[all …]
/dports/editors/semi/semi-509f6f0/
H A DNEWS14 abolished in this version.
126 `mime-file-encoding-method-alist'.
131 Constant `mime-user-interface-version' was renamed to
140 mime-product-version (product)
157 It is an alist of regexp about magic-number vs. corresponding
167 ** Abolish obsolete utility for *-field-list and *-field-regexp
211 ** Abolish `mime-view-ignored-field-regexp'
225 `mime-preview-following-method-alist'
317 Variable `mime-view-type-subtype-score-alist' is alist of
343 `mime-raw-representation-type-alist' is an alist of major-mode
[all …]
H A DChangeLog.12663 (mime-pgp-good-signature-regexp-alist): Abolish.
2664 (mime-pgp-key-expected-regexp-alist): Abolish
3738 `mime-view-version-string' -> `mime-view-version'.
4286 `mime-module-version' to `mime-user-interface-version'.
4473 `mime-file-type-regexp-type-subtype-alist'.
4497 * mime-play.el (mime-file-type-regexp-type-subtype-alist): New
5643 `mime-module-version' instead of `semi-version'.
5646 `mime-module-version' instead of `semi-version'.
5649 `mime-module-version' instead of `semi-version'.
8050 quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.888 * add-log.el (change-log-version-number-regexp-list)
94 * add-log.el (change-log-version-number-regexp-list): Add tag
102 (change-log-version-number-regexp-list): New user variable.
104 version numbering regexp list
105 change-log-version-number-regexp-list.
1882 * progmodes/compile.el (compilation-error-regexp-alist):
1898 * progmodes/compile.el (compilation-error-regexp-alist):
3237 * progmodes/compile.el (compilation-error-regexp-alist):
3249 * progmodes/compile.el (compilation-error-regexp-alist):
4980 * progmodes/compile.el (compilation-error-regexp-alist):
[all …]
H A DChangeLog.5307 (grep-regexp-alist): Match entries with drive letters.
696 * compile.el (compilation-error-regexp-alist): In "Cray C" regexp,
853 * compile.el (compilation-error-regexp-alist): In "IBM C/C++
1333 Better search regexp for CVS latest version.
2813 (compilation-error-regexp-alist): Doc fix: optional cdrs give
2822 regexp-alist.
5148 arg; then do nothing if already in dired-file-version-alist.
5226 (compilation-error-regexp-alist): Make first regexp match column
5251 * compile.el (compilation-error-regexp-alist):
9019 * compile.el (compilation-error-regexp-alist): Extend first regexp
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.888 * add-log.el (change-log-version-number-regexp-list)
94 * add-log.el (change-log-version-number-regexp-list): Add tag
102 (change-log-version-number-regexp-list): New user variable.
104 version numbering regexp list
105 change-log-version-number-regexp-list.
1882 * progmodes/compile.el (compilation-error-regexp-alist):
1898 * progmodes/compile.el (compilation-error-regexp-alist):
3237 * progmodes/compile.el (compilation-error-regexp-alist):
3249 * progmodes/compile.el (compilation-error-regexp-alist):
4980 * progmodes/compile.el (compilation-error-regexp-alist):
[all …]
H A DChangeLog.5307 (grep-regexp-alist): Match entries with drive letters.
696 * compile.el (compilation-error-regexp-alist): In "Cray C" regexp,
853 * compile.el (compilation-error-regexp-alist): In "IBM C/C++
1333 Better search regexp for CVS latest version.
2813 (compilation-error-regexp-alist): Doc fix: optional cdrs give
2822 regexp-alist.
5148 arg; then do nothing if already in dired-file-version-alist.
5226 (compilation-error-regexp-alist): Make first regexp match column
5251 * compile.el (compilation-error-regexp-alist):
9019 * compile.el (compilation-error-regexp-alist): Extend first regexp
[all …]
/dports/editors/emacs/emacs-27.2/lisp/progmodes/
H A Dprolog.el368 :type 'regexp
1011 (defun prolog-atleast-version (version)
1019 (or (< (car version) thismajor)
1020 (and (= (car version) thismajor)
1021 (<= (cdr version) thisminor)))
1049 (setq alist (cdr alist))))
1051 alist)))
3262 (setq regexp (concat regexp "\\>"))
3264 (setq regexp (concat regexp "("))
3266 (setq regexp (concat regexp ".+,"))
[all …]
/dports/irc/riece/riece-9.0.0/lisp/
H A DChangeLog1058 * riece-hangman.el (riece-hangman-hello-regexp): Changed regexp.
1061 * riece-doctor.el (riece-doctor-hello-regexp): Changed regexp.
1221 riece-user-regexp.
1261 * riece-version.el: Bind emacs-program-version.
1522 * riece-eval.el (riece-eval-regexp): Fix regexp.
1748 (test-riece-url-regexp-alist): Ditto.
1786 * riece-url.el (riece-url-regexp-alist): Backport from Liece 2.0.
1788 (riece-url-scan-region): Handle riece-url-regexp-alist.
2832 riece-channel-regexp.
2833 (riece-strict-user-regexp): Renamed from riece-user-regexp.
[all …]
/dports/deskutils/howm/howm-1.4.7/
H A Dhowm-misc.el235 (let ((alist auto-mode-alist)
240 (while (and (not mode) alist)
243 (nth 2 (car alist)))
247 (setq mode (cdr (car alist))
249 (setq alist (cdr alist))))
274 (defun replace-regexp-in-string (regexp rep string &optional
308 (while (and (< start l) (string-match regexp string start))
318 (string-match regexp (setq str (substring string mb me)))
1067 (let* ((version (concat "[howm] " (howm-version-long)))
1077 (concat version "\n\n[init]\n" init)
[all …]
/dports/mail/c-sig/c-sig-3.8.0.1/
H A Dc-sig-eng.faq61 Oh, no! I have released previous version of c-sig using the
102 (list 'sig-search-name-alist 'sig-search-regexp
109 Next, modify "sig-name-alist" and "sig-regexp-alist" For example, If
111 this line to both "sig-name-alist" and "sig-regexp-alist".
/dports/lang/guile1/guile-1.8.8/test-suite/
H A DMakefile.am24 SCM_TESTS = tests/alist.test \
66 tests/regexp.test \
96 tests/version.test \

12345678910>>...26