Searched refs:regexp (Results 76 - 100 of 555) sorted by relevance

1234567891011>>

/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_alias.c43 ap_regex_t *regexp; member in struct:__anon5995
115 new->regexp = ap_pregcomp(cmd->pool, fake, AP_REG_EXTENDED);
116 if (new->regexp == NULL)
138 if ( (!alias->regexp && alias_matches(fake, alias->fake) > 0)
139 || (alias->regexp && !ap_regexec(alias->regexp, fake, 0, NULL, 0))) {
147 alias->regexp ? "Match" : "");
245 new->regexp = regex;
351 if (alias->regexp) {
352 if (!ap_regexec(alias->regexp,
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsearch.c39 /* If the regexp is non-nil, then the buffer contains the compiled form
40 of that regexp, suitable for searching. */
44 Lisp_Object regexp, whitespace_regexp; member in struct:regexp_cache
45 /* Syntax table for which the regexp applies. We need this because
51 /* Nonzero means regexp was compiled to do full POSIX backtracking. */
86 /* error condition signaled when regexp compile_pattern fails */
105 error ("Stack overflow in regexp matcher");
108 /* Compile a regexp and signal a Lisp error if anything goes wrong.
169 cp->regexp = Qnil;
199 cp->regexp
382 Lisp_Object regexp; variable
394 Lisp_Object regexp; variable
475 Lisp_Object regexp, string, start; variable
489 Lisp_Object regexp, string, start; variable
2212 Lisp_Object regexp, bound, noerror, count; variable
2229 Lisp_Object regexp, bound, noerror, count; variable
2249 Lisp_Object regexp, bound, noerror, count; variable
2267 Lisp_Object regexp, bound, noerror, count; variable
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/Base/
H A DFilter.pm238 sub regexp { subroutine
250 my $regexp = eval "qr{$text}$flags";
252 return $regexp;
277 my $regexp = $1;
278 $separator = qr{$regexp};
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Debrowse.c263 char *regexp; /* Matching regular expression. */ member in struct:member
307 char *regexp; /* Matching regular expression. */ member in struct:sym
338 {"min-regexp-length", required_argument, NULL, 'm'},
339 {"max-regexp-length", required_argument, NULL, 'M'},
769 REGEXP is a regexp matching the declaration, if non-null. POS is
779 add_member_decl (cls, name, regexp, pos, hash, var, sc, vis, flags)
782 char *regexp;
800 m->regexp = regexp;
826 REGEXP is a regexp matchin
1570 char *regexp = matching_regexp (); local
2644 char *regexp = NULL; local
3255 char *regexp = matching_regexp (); local
3272 char *regexp = matching_regexp (); local
3294 char *regexp = NULL; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DIndexPage.pm64 var regexp = new RegExp( "(" + pattern + ")", "gi");
68 if ( record.name.match(regexp) ) {
72 module_name = module_name.replace(regexp, replace_text);
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-ibuffer.el64 (let ((regexp
65 (read-from-minibuffer "Limit by server (regexp) (RET for all): ")))
66 (if (string= regexp "")
68 regexp)))
H A Derc-ezbounce.el36 (defcustom erc-ezb-regexp "^ezbounce!srv$"
100 (let ((regexp (caar function-alist))
102 (when (string-match regexp message)
113 (when (and (string-match erc-ezb-regexp sender)
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dstarttls.el178 :type 'regexp
187 :type 'regexp
198 :type 'regexp
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dxmlregexp.h52 xmlRegexpCompile (const xmlChar *regexp);
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
59 xmlRegexpPtr regexp);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_pcre.c76 #define DICT_PCRE_OP_MATCH 1 /* Match this regexp */
81 * Max strings captured by regexp - essentially the max number of (..)
89 char *regexp; /* regular expression */ member in struct:__anon11639
151 const char *mapname; /* name of regexp map */
230 msg_fatal("pcre map %s, line %d: corrupt compiled regexp",
449 msg_warn("pcre map %s, line %d: no regexp: skipping this rule",
454 pattern->regexp = p;
470 msg_warn("pcre map %s, line %d: no closing regexp delimiter \"%c\": "
474 *p++ = 0; /* Null term the regexp */
477 * Parse any regexp option
614 DICT_PCRE_REGEXP regexp; local
717 DICT_PCRE_REGEXP regexp; local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlregexp.h52 xmlRegexpCompile (const xmlChar *regexp);
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
59 xmlRegexpPtr regexp);
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_usertrack.c87 char *regexp_string; /* used to compile regexp; save for debugging */
88 ap_regex_t *regexp; /* used to find usertrack cookie in cookie header */ member in struct:__anon6040
154 /* dcfg->regexp is "^cookie_name=([^;]+)|;[ \t]+cookie_name=([^;]+)",
165 /* The goal is to end up with this regexp,
201 dcfg->regexp = ap_pregcomp(p, dcfg->regexp_string, AP_REG_EXTENDED);
202 ap_assert(dcfg->regexp != NULL);
218 if (!ap_regexec(dcfg->regexp, cookie_header, NUM_SUBS, regm, 0)) {
221 /* Our regexp,
275 * we need to compile the regexp for the default cookie name. */
366 if (dcfg->regexp
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dchangelog_to_list52 if {![regexp "^\[^\t \]" $line]} {
58 if {[regexp -indices -- {^([0-9]+-[0-9-]+)} $line -> di]} {
102 if {![regexp "^\[\t \]+\\*" $line]} {
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dchangelog_to_list52 if {![regexp "^\[^\t \]" $line]} {
58 if {[regexp -indices -- {^([0-9]+-[0-9-]+)} $line -> di]} {
102 if {![regexp "^\[\t \]+\\*" $line]} {
/macosx-10.10.1/vim-55/runtime/indent/
H A Dconfig.vim24 " get the offset (indent) of the end of the match of 'regexp' in 'line'
25 function s:GetOffsetOf(line, regexp)
26 let end = matchend(a:line, a:regexp)
/macosx-10.10.1/vim-55/src/
H A DMake_dice.mak62 regexp.c \
108 o/regexp.o \
211 o/regexp.o: regexp.c $(SYMS) regexp.h
215 o/search.o: search.c $(SYMS) regexp.h
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregcomp.c59 static bin_tree_t *parse (re_string_t *regexp, regex_t *preg,
61 static bin_tree_t *parse_reg_exp (re_string_t *regexp, regex_t *preg,
64 static bin_tree_t *parse_branch (re_string_t *regexp, regex_t *preg,
67 static bin_tree_t *parse_expression (re_string_t *regexp, regex_t *preg,
70 static bin_tree_t *parse_sub_exp (re_string_t *regexp, regex_t *preg,
73 static bin_tree_t *parse_dup_op (bin_tree_t *dup_elem, re_string_t *regexp,
76 static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa,
80 re_string_t *regexp,
86 re_string_t *regexp,
246 /* Set by `re_set_syntax' to the current regexp synta
735 re_string_t regexp; local
2080 parse(re_string_t *regexp, regex_t *preg, reg_syntax_t syntax, reg_errcode_t *err) argument
2114 parse_reg_exp(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2155 parse_branch(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2195 parse_expression(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2411 parse_sub_exp(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2449 parse_dup_op(bin_tree_t *elem, re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err) argument
2734 parse_bracket_exp(re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err) argument
3292 parse_bracket_element(bracket_elem_t *elem, re_string_t *regexp, re_token_t *token, int token_len, re_dfa_t *dfa, reg_syntax_t syntax, bool accept_hyphen) argument
3332 parse_bracket_symbol(bracket_elem_t *elem, re_string_t *regexp, re_token_t *token) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dediff.el498 (defun ediff-directories (dir1 dir2 regexp)
501 expression; only file names that match the regexp are considered."
504 (default-regexp (eval ediff-default-filtering-regexp))
514 (if (stringp default-regexp)
516 default-regexp)
519 'ediff-filtering-regexp-history
520 (eval ediff-default-filtering-regexp))
523 dir1 dir2 nil regexp 'ediff-files 'ediff-directories
531 (defun ediff-directory-revisions (dir1 regexp)
[all...]
H A Ddired.el113 regexp)
211 :type '(choice (repeat (cons (regexp) (function)))
238 (defvar dired-flagging-regexp nil);; Last regexp used to flag files.
290 (defvaralias 'dired-move-to-filename-regexp
291 'directory-listing-before-filename-regexp)
293 (defvar dired-subdir-regexp "^. \\([^\n\r]+\\)\\(:\\)[\n\r]"
373 (list dired-subdir-regexp '(1 dired-header-face))
381 ;; simple regexp ".+". It is that regexp whic
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dtq.el35 ;; of the queue part is a list of question, regexp, closure, and
46 ;; We then buffer bytes from the process until we see the regexp that
62 ;; ((question regexp closure . fn)
66 ;; regexp: regular expression that matches the end of a response from
68 (defun tq-queue-head-regexp (tq) (car (cdr (car (tq-queue tq)))))
107 (defun tq-enqueue (tq question regexp closure fn &optional delay-question)
123 (tq-queue-add tq (unless sendp question) regexp closure fn)
142 "Check TQ's buffer for the regexp at the head of the queue."
156 (if (re-search-forward (tq-queue-head-regexp tq) nil t)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ldap/
H A Dldapquery62 regexp {([^:]*):([0-9]*)} $server --> server port
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/cgi-bin/
H A Drpc33 incr len [regexp -all "\n" $html]
H A Drpclog31 incr len [regexp -all "\n" $html]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dlmatch.test45 lmatch -regexp {xyz bbcc *bc*} *bc*
49 lmatch -regexp {b.x ^bc xy bcx bca} ^bc
62 } 1 {bad search mode "-glib": must be -exact, -glob, or -regexp}
74 } 1 {bad search mode "a": must be -exact, -glob, or -regexp}
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Drmailsum.el93 (concat ", \\(" (mail-comma-list-regexp labels) "\\),")))
107 (mail-comma-list-regexp recipients) primary-only))
110 (defun rmail-summary-by-regexp (regexp)
111 "Display a summary of all messages according to regexp REGEXP.
116 (if (string= regexp "")
117 (setq regexp (or rmail-last-regexp
118 (error "No regexp specified"))))
119 (setq rmail-last-regexp regex
[all...]

Completed in 289 milliseconds

1234567891011>>