Searched refs:regular (Results 1 - 25 of 108) sorted by relevance

12345

/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathfind.c35 #define regular(p,s) (stat((p),(s))>=0&&(S_ISREG((s)->st_mode)||streq(p,"/dev/null"))) macro
100 if (regular(name, &st))
108 if (regular(buf, &st))
122 if (regular(buf, &st))
127 if (regular(buf, &st))
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A DREADME30 This is a simple regular expression package for matching against Unicode text
158 * Allocate the dynamic storage needed to compile regular expressions.
162 for each regular expression in a list {
163 re = next regular expression;
167 * Compile the regular expression with the case insensitive flag
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dlogcheck.vim16 " regular expression
/macosx-10.10/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-arm64.s360 .section __LD,__compact_unwind,regular,debug
368 .section __LD,__compact_unwind,regular,debug
376 .section __LD,__compact_unwind,regular,debug
384 .section __LD,__compact_unwind,regular,debug
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dgrep-changelog78 regular expression AUTHOR
79 --text=TEXT Match entries whose text matches regular
/macosx-10.10/ruby-106/ruby/test/matrix/
H A Dtest_matrix.rb250 assert(Matrix[[1, 0], [0, 1]].regular?)
251 assert(Matrix[[1, 0, 0], [0, 1, 0], [0, 0, 1]].regular?)
252 assert(!Matrix[[1, 0, 0], [0, 0, 1], [0, 0, 1]].regular?)
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DStringMatch.pm79 matches a predefined regular expression, as set in the C<StringToMatch>
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DFiltered.pm46 This registers a filter function to be used by the regular Data::Dump::dump()
184 is dumped in the regular way. The $class can be the empty string
/macosx-10.10/awk-20/src/
H A DFIXES112 fixed a bug in regular expressions that dates (so help me) from 1977;
133 regular expressions in non-US locales. thanks to ruslan for keeping
145 regular expressions (cclenter). its properties are much too
154 for regular expressions, where the goal is to match specific
583 to permit regular expressions to be much bigger.
729 Added \x to regular expressions (already in strings).
731 Centralized the code for parsing escapes in regular expressions.
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFilter.pm154 oncoming message matches the regular expression C</let this through/i>:
203 oncoming message for strings or regular expressions:
210 regular expression in the C<StringToMatch> matches them. Again,
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Drx.el1 ;;; rx.el --- sexp notation for regular expressions
29 ;; This is another implementation of sexp-form regular expressions.
52 ;; Rx translates a sexp notation for regular expressions into the
215 SYMBOL is a valid constituent of sexp regular expressions.
221 sexp constituent SYMBOL may have in sexp regular expressions.
246 regular expressions.")
293 regular expression strings.")
297 "Non-nil means produce greedy regular expressions for `zero-or-one',
638 "Parse and produce code for regular expression FORM.
639 FORM is a regular expressio
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DPlugins.pm98 # the $context ref gets passed as the first parameter to all regular
224 # fallback - is it a regular Perl module?
231 # this is a regular Perl module so the new() constructor
405 you to load regular Perl modules (i.e. those that don't reside in the
415 Unlike regular plugins, modules loaded using L<LOAD_PERL|Template::Manual::Config#LOAD_PERL>
/macosx-10.10/emacs-93/emacs/etc/
H A Dsurvival.tex230 \key{M-C-s} regular expression search
231 \key{M-C-r} reverse regular expression search
293 \key{M-C-\%} using regular expressions
315 meaning in regular expressions
H A Ddired-ref.tex328 \key{mark file names matching a regular expression}{* \%}
361 \key{search files for a regular expression}{A}
362 \key{query replace regular expression}{Q}
376 \key{flag files matching a regular expression}{\% d}
380 \key{mark filenames matching a regular expression}{\% m}
/macosx-10.10/vim-55/runtime/indent/
H A Dperl6.vim24 " - Multiline regular expressions (m//x)
/macosx-10.10/vim-55/runtime/syntax/
H A Ddot.vim45 syn keyword dotType height layer orientation peripheries regular
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm130 B<regex> is a regular expression that should capture
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DURL.pm175 as per regular Template Toolkit syntax.
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Stash/
H A DXS.pm75 like the regular Perl implementation of Template::Stash but runs about
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DGetAllDescendents.pm125 This method will give back and array of descendents in depth-first order (pre-order) or in the order specified by the C<setTraversalMethod>. If called in scalar context it will give an array reference, in list context it will return a regular array. This method is the same as calling C<getResults>.
/macosx-10.10/emacs-93/emacs/lisp/language/
H A Dtml-util.el95 "Return a regular expression that matches all keys in hashtable HASHTBL."
H A Dknd-util.el97 "Return a regular expression that matches all keys in hashtable HASHTBL."
107 "Return a regular expression that matches all values in hashtable HASHTBL."
/macosx-10.10/libunwind-35.3/testsuite/
H A Dexception_32bit_lsda.s5 .section __TEXT,__text,regular,pure_instructions
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el403 :sqli-prompt-regexp a regular expression string that matches
1025 regular expressions are created during compilation by calling the
1241 regular expressions are created during compilation by calling the
1329 regular expressions are created during compilation by calling the
1409 regular expressions are created during compilation by calling the
1515 regular expressions are created during compilation by calling the
1523 regular expressions are created during compilation by calling the
1531 regular expressions are created during compilation by calling the
1539 regular expressions are created during compilation by calling the
1547 regular expression
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dmacro.c353 goto regular;
401 regular:

Completed in 563 milliseconds

12345