Searched refs:regexp (Results 151 - 175 of 555) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dregex.h332 * The matcher will retain a reference to the supplied input string, and all regexp
636 * @param regexp The Regular Expression to be compiled.
642 RegexMatcher(const UnicodeString &regexp, uint32_t flags, UErrorCode &status);
652 * @param regexp The regular expression to be compiled.
659 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status);
669 * The matcher will retain a reference to the supplied input string, and all regexp
674 * @param regexp The Regular Expression to be compiled.
682 RegexMatcher(const UnicodeString &regexp, const UnicodeString &input,
693 * The matcher will make a shallow clone of the supplied input text, and all regexp
698 * @param regexp Th
[all...]
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_substitute.c42 const ap_regex_t *regexp; member in struct:subst_pattern_t
227 else if (script->regexp) {
232 while (!ap_regexec_len(script->regexp, pos, left,
610 nscript->regexp = NULL;
620 nscript->regexp = r;
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-match.el66 :type '(repeat regexp))
71 :type '(repeat regexp))
75 Each entry in the list is either a regexp, or a cons cell with the
76 regexp in the car and the face to use in the cdr. If no face is
79 :type '(repeat (choice regexp
80 (list regexp face))))
86 :type '(repeat regexp))
382 (regexp-quote (erc-current-nick))
445 (re-search-forward (regexp-quote nickname)
464 (regexp
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-dirs.el52 ;; matches a regexp:
158 matching a particular regexp, use 'cd =REGEXP'. To display the
278 (regexp (concat "\\`" letter))
279 (path (eshell-find-previous-directory regexp)))
333 (defun eshell-find-previous-directory (regexp)
338 (if (> (length regexp) 0)
341 (if (string-match regexp oldpath)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dinformat.el61 (regexp
101 (while (re-search-forward regexp nil t)
243 (regexp "Node:[ \t]*\\([^,\n\t]*\\)[,\t\n]")
251 (if (re-search-backward regexp beg t)
281 (if (re-search-backward regexp beg t)
H A Dcomint.el67 ;; M-r comint-previous-matching-input Previous input matching a regexp
114 ;; comint-prompt-regexp string comint-bol uses to match prompt
159 (defvar comint-prompt-regexp "^"
164 `comint-use-prompt-regexp' is non-nil.
339 (defcustom comint-password-prompt-regexp
347 :type 'regexp
357 text matching `comint-prompt-regexp', depending on the value of
358 `comint-use-prompt-regexp'.")
409 ;; Note: If it is decided to purge comint-prompt-regexp from the source
412 (defcustom comint-use-prompt-regexp ni
[all...]
H A Dcus-start.el118 :key-type (regexp :tag "File regexp")
154 (debug-ignored-errors debug (repeat (choice symbol regexp)))
323 (regexp :format "%v")
327 (regexp :format "%v")
334 (same-window-regexps windows (repeat (regexp :format "%v")))
H A Dshell.el69 ;; m-r comint-previous-matching-input Previous input matching a regexp
100 ;; comint-prompt-regexp is initialised to shell-prompt-pattern, for backwards
125 (defcustom shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe"
128 match this regexp, Emacs will write out the command history when the
131 :type 'regexp
137 This variable is used to initialize `comint-prompt-regexp' in the
140 If `comint-use-prompt-regexp' is nil, then this variable is only used
149 :type 'regexp
201 (defcustom shell-command-regexp "[^;&|\n]+"
204 :type 'regexp
[all...]
H A Dimenu.el386 (defvar imenu-example--function-name-regexp-c
395 (defun imenu-example--create-c-index (&optional regexp)
403 (or regexp imenu-example--function-name-regexp-c)
724 REGEXP is a regexp that should match a construct in the buffer
737 regexp matches are case sensitive, and `imenu-syntax-alist' can be
778 (regexp (nth 1 pat))
785 (while (and (if (functionp regexp)
786 (funcall regexp)
787 (re-search-backward regexp ni
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dsupercite.el102 (defcustom sc-citation-leader-regexp "[ \t]*"
105 :type 'regexp
110 (defcustom sc-citation-root-regexp "[-._[:alnum:]]*"
113 `sc-citation-nonnested-root-regexp'."
114 :type 'regexp
117 (defcustom sc-citation-nonnested-root-regexp "[-._[:alnum:]]+"
120 related to `sc-citation-root-regexp' but whereas that variable
123 :type 'regexp
126 (defcustom sc-citation-delimiter-regexp "[>]+"
129 :type 'regexp
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclRegexp.c59 * *** regexp implementations used by applications. ***
106 "regexp", /* name */
139 * the interp regexp cache. */
180 TclRegexp *regexp = (TclRegexp *)re;
186 * we need to tell the regexp engine not to match "^".
199 regexp->string = text;
200 regexp->objPtr = NULL;
417 * Execute a precompiled regexp against the given object.
453 * and regexp compile flags.
543 Tcl_RegExp regexp, /* Patter
178 TclRegexp *regexp = (TclRegexp *)re; local
533 Tcl_RegExpGetInfo( Tcl_RegExp regexp, Tcl_RegExpInfo *infoPtr) argument
[all...]
/macosx-10.10.1/vim-55/src/
H A DMake_sas.mak125 regexp.c \
172 regexp.o \
219 proto/regexp.pro \
353 regexp.o: regexp.c
354 proto/regexp.pro: regexp.c
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-topic.el426 regexp list-topic topic-level)
455 regexp))
462 gnus-level-killed ?K regexp)
471 gnus-level-killed ?K regexp)))
481 nil lowest regexp))
484 nil lowest regexp)))
491 lowest regexp)
521 (not visiblep) lowest regexp)))
538 ((stringp regexp)
539 (string-match regexp entr
[all...]
H A Dgnus-cus.el89 (split-regexp (regexp :tag "gnus-group-split Regular Expression") "\
94 :inline t (regexp :tag "Restrict"))) "\
212 (repeat (list (regexp :tag "Highlight regexp")
245 '((subscribe (regexp :tag "Subscribe") "\
248 `gnus-subscribe-topics', new groups that matches this regexp will
662 There are the regexp, as well as substring types, and exact match,
733 :value regexp
734 (const regexp)
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcc-vars.el147 c-comment-prefix-regexp c-doc-comment-style c-cleanup-list
457 (defcustom-c-stylevar c-comment-prefix-regexp
462 This regexp is used to recognize the fill prefix inside comments for
469 prefix regexp. If it's not found, then the symbol `other' is looked
472 The regexp should match the prefix used in both C++ style line
491 (regexp :tag "Regexp for all modes")
497 (const :format "C " c-mode) (regexp :format "%v"))
499 (const :format "C++ " c++-mode) (regexp :format "%v"))
501 (const :format "ObjC " objc-mode) (regexp :format "%v"))
503 (const :format "Java " java-mode) (regexp
[all...]
H A Ddcl-mode.el107 dcl-block-begin-regexp and dcl-block-end-regexp.
138 doesn't match dcl-block-begin-regexp or dcl-block-end-regexp."
143 (defcustom dcl-comment-line-regexp "^\\$!"
146 :type 'regexp
150 (defcustom dcl-block-begin-regexp "loop[0-9]*:"
153 :type 'regexp
157 (defcustom dcl-block-end-regexp "endloop[0-9]*:"
160 :type 'regexp
[all...]
H A Dsimula.el173 (regexp-opt '("end" "else" "when" "otherwise"))
199 (regexp-opt
208 (cons (regexp-opt
1252 (defun simula-search-backward (regexp &optional bound noerror)
1261 (let (begin end context (comb-regexp (concat regexp "\\|\\<end\\>"))
1264 (while (re-search-backward comb-regexp bound 1)
1274 (setq match (if (looking-at regexp) t 'BLOCK)))
1279 (setq match (if (and (looking-at regexp)
1304 (signal 'search-failed (list regexp)))
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dtcllib.test133 list [catch {TclLibAAB} msg] [expr {[regexp $re $msg]?1:$msg}]
144 list [catch {TclLibAAB} msg] [expr {[regexp $re $msg]?1:$msg}]
153 list [catch {TclLibAAB} msg] [expr {[regexp $re $msg]?1:$msg}]
164 list [catch {TclLibAAB} msg] [expr {[regexp $re $msg]?1:$msg}]
174 list [catch {TclLibABB} msg] [expr {[regexp $re $msg]?1:$msg}]
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DBase.pm310 my $regexp = ref $y ? $y : $block->$y;
311 like($block->$x, $regexp, $block->name ? $block->name : ());
353 my $regexp = ref $y ? $y : $block->$y;
354 like($block->$x, $regexp,
367 my $regexp = ref $y ? $y : $block->$y;
368 unlike($block->$x, $regexp,
/macosx-10.10.1/ruby-106/ruby/
H A Dre.c849 match->regexp = 0;
946 if (!RMATCH(match)->regexp) {
960 RMATCH(obj)->regexp = RMATCH(orig)->regexp;
984 * mtch.regexp -> regexp
986 * Returns the regexp.
989 * m.regexp #=> /a.*b/
996 return RMATCH(match)->regexp;
1004 * It is same as mtch.regexp
1046 VALUE regexp = RMATCH(match)->regexp; local
1666 name_to_backref_number(struct re_registers *regs, VALUE regexp, const char* name, const char* name_end) argument
1872 VALUE regexp = RMATCH(match)->regexp; local
3286 rb_reg_regsub(VALUE str, VALUE src, struct re_registers *regs, VALUE regexp) argument
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclRegexp.c60 * *** regexp implementations used by applications. ***
109 "regexp", /* name */
144 * to access the interp regexp cache. */
186 TclRegexp *regexp = (TclRegexp *)re;
192 * then we need to tell the regexp engine not to match "^".
205 regexp->string = string;
206 regexp->objPtr = NULL;
426 * Execute a precompiled regexp against the given object.
532 Tcl_RegExpGetInfo(regexp, infoPtr)
533 Tcl_RegExp regexp; /* Patter
184 TclRegexp *regexp = (TclRegexp *)re; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/univ/
H A DUNIVERSAL.xotcl69 regexp ^[self]::rdfdoc\# $c
116 if {[regexp {^ *http:} $line]} {
192 regexp {^(.*)\#(.*)$} $attr _ ns property
/macosx-10.10.1/ncurses-44/ncurses/Ada95/src/
H A DMakefile.in102 $(ABASE)-forms-field_types-regexp.ali \
142 $(ABASE)-forms-field_types-regexp.o \
290 $(ABASE)-forms-field_types-regexp.o: \
291 $(srcdir)/$(ABASE)-forms-field_types-regexp.ads \
292 $(srcdir)/$(ABASE)-forms-field_types-regexp.adb $(BASEDEPS)
293 $(ADA) $(ADAFLAGS) -c -o $@ $(srcdir)/$(ABASE)-forms-field_types-regexp.adb
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dcal-bahai.el222 (mark (regexp-quote diary-nonmarking-symbol)))
254 (regexp
257 (regexp-quote bahai-diary-entry-symbol)
263 (while (re-search-forward regexp nil t)
330 (regexp
333 (regexp-quote bahai-diary-entry-symbol)
339 (while (re-search-forward regexp nil t)
H A Dcal-islam.el212 (mark (regexp-quote diary-nonmarking-symbol)))
244 (regexp
247 (regexp-quote islamic-diary-entry-symbol)
253 (while (re-search-forward regexp nil t)
319 (regexp
322 (regexp-quote islamic-diary-entry-symbol)
328 (while (re-search-forward regexp nil t)

Completed in 371 milliseconds

1234567891011>>