Searched +refs:org +refs:match +refs:any (Results 26 - 50 of 196) sorted by relevance

12345678

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtcl.vim4 " (previously Brett Cannon <brett@python.org>)
90 syn match tclVarRef "$\(\(::\)\?\([[:alnum:]_]*::\)*\)\a[[:alnum:]_]*"
91 " ${...} may contain any character except '}'
92 syn match tclVarRef "${[^}]*}"
95 syn match tclExpand '\s{\*}'
96 syn match tclExpand '^{\*}'
106 "syn match tcltkWidgetSwitch contained
121 " match switches
122 "syn match tcltkWidgetSwitch contained "-text"hs=s+1
123 syn match tcltkWidgetSwitc
[all...]
H A D2html.vim7 " Original by Bram Moolenaar <Bram@vim.org>
14 " http://www.vim.org/scripts/script.php?script_id=2006
374 " if we aren't doing any dynamic folding, no need for any special rules
547 let s:level = match(foldtextresult(s:lnum), '+-*\zs[^-]') - 2
554 " open the fold so we can find any contained folds
579 let s:level = match(foldtextresult(s:lnum), '+-*\zs[^-]') - 2
589 " open the fold so we can find any contained folds
731 " First insert a closing for any open folds that end on this line
737 " Now insert an opening any ne
[all...]
H A Dprogress.vim6 " Maintainer: Philip Uren <philuSPAX@ieee.org> Remove "SPAX" spam block
33 syn match ProgressEndError "\<end\>"
49 syn match ProgressTodo contained "NEED[S]*\s\s*WORK"
54 syn match ProgressProcedure "^\s*procedure.*"
55 syn match ProgressProcedure "^\s*end\s\s*procedure.*"
56 syn match ProgressFunction "^\s*function.*"
57 syn match ProgressFunction "^\s*end\s\s*function.*"
61 syn keyword ProgressReserved accum[ulate] active-window add alias all alter ambig[uous] analyz[e] and any apply as asc[ending] assign at attr[-space]
95 syn match ProgressIdentifier "\<[a-zA-Z_%#]+\>()"
97 " syn match ProgressDelimite
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dtech_report.tex54 match some part of an existing destination file. These parts need not
61 Trivially, the data sent to the receiver can be compressed using any
87 bytes (at any offset, not just multiples of $S$) that have the same
95 those sections of $A$ which did not match any of the blocks of $B$.
136 a first-level check for a match of two file blocks. We have found in
145 it must search $A$ for any blocks at any offset that match the
149 match
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/DateTime/
H A DDuration.pm409 of these except "end_of_month" are numbers. If any of the numbers are
437 For negative durations, the default is "limit". This should match how
447 Returns the length of the duration in the units (any of those that can
460 The last example demonstrates that there will not be any conversion
480 Note that the numbers returned by this method may not match the values
570 object represents, after having done a conversion to any larger units.
603 Support for this module is provided via the datetime@perl.org email
604 list. See http://lists.perl.org/ for more details.
608 Dave Rolsky <autarch@urth.org>
627 datetime@perl.org mailin
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Tester/lib/Test/
H A DTester.pm117 $Test->diag("Before any testing anything, your tests said\n$prem");
343 in your test script B<before> any other Test::Builder based modules and away
402 and after that any tests inside your module will captured.
447 Note that Test::Builder ensures that any diagnostics end in a \n and
487 string which contains any diagnostic output that came before the first
489 output diagnostics before any test results showed up.
530 background. This requires the Term::ANSIColor module. You can specify any
542 run_tests runs the subroutine in $test_sub and captures the results of any
546 $premature is a string containing any diagnostic output from before
557 cmp_result compares the result with the expected values. If any difference
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DTest.pm12 # Andy Wardley <abw@wardley.org>
32 our @EXPORT = qw( ntests ok is match flush skip_all test_expect callsign banner );
39 our $EXTRA = 0; # any extra tests to come after test_expect()
45 # always set binmode on Win32 machines so that any output generated
51 *is = \&match;
54 # ensure flush() is called to print any cached results
65 # (including any cached) is known and the "1..$ntests" line can be
72 # add any pre-declared extra tests, or pre-stored test @results, to
132 # match( $result, $expect )
135 sub match { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DTest.pm12 # Andy Wardley <abw@wardley.org>
32 our @EXPORT = qw( ntests ok is match flush skip_all test_expect callsign banner );
39 our $EXTRA = 0; # any extra tests to come after test_expect()
45 # always set binmode on Win32 machines so that any output generated
51 *is = \&match;
54 # ensure flush() is called to print any cached results
65 # (including any cached) is known and the "1..$ntests" line can be
72 # add any pre-declared extra tests, or pre-stored test @results, to
132 # match( $result, $expect )
135 sub match { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Validate/lib/Params/
H A DValidate.pm134 C<validate_with>, which can be used to validate any type of
182 the "baz" parameter is optional. The presence of any other
191 can take any maximum number, you can do this:
333 If you want to specify that a given parameter must match a specific
498 does not make it possible to specify any options other than the the
604 is given then any parameters starting with these characters will be
626 used in any error messages caused by a failure to meet the validation
663 variable. It is B<strongly> recommended that you B<localize> any
699 http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Params%3A%3AValidate or
700 via email at bug-params-validate@rt.cpan.org
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Ddebchangelog.vim3 " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
5 " Stefano Zacchiroli <zack@debian.org>
8 " URL: http://hg.debian.org/hg/pkg-vim/vim/file/unstable/runtime/ftplugin/debchangelog.vim
25 " Debian changelogs are not supposed to have any other text width,
79 if match(getline("."), " -- [[:alpha:]][[:alnum:].]")!=-1
92 if match(getline("."), " -- [[:alpha:]][[:alnum:].]")!=-1
365 " filter only those which match a:base:
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm294 even though this should be done in the match subroutine (see
346 Given a request for the L<http://search.cpan.org/dist/HTTP-Proxy/> URI,
350 No options -> search.cpan.org/dist/HTTP-Proxy/index.html
354 no_dirs => 1 -> search.cpan.org/index.html
360 cut_dirs => 1 -> search.cpan.org/HTTP-Proxy/index.html
362 cut_dirs => 2 -> search.cpan.org/index.html
405 the proxy to disk, without any processing. The further discussion we
420 for C<filename> (L<http://rt.cpan.org/Ticket/Display.html?id=14548>).
424 (L<http://rt.cpan.org/Ticket/Display.html?id=18644>).
428 (L<http://bugs.debian.org/cg
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm294 even though this should be done in the match subroutine (see
346 Given a request for the L<http://search.cpan.org/dist/HTTP-Proxy/> URI,
350 No options -> search.cpan.org/dist/HTTP-Proxy/index.html
354 no_dirs => 1 -> search.cpan.org/index.html
360 cut_dirs => 1 -> search.cpan.org/HTTP-Proxy/index.html
362 cut_dirs => 2 -> search.cpan.org/index.html
405 the proxy to disk, without any processing. The further discussion we
420 for C<filename> (L<http://rt.cpan.org/Ticket/Display.html?id=14548>).
424 (L<http://rt.cpan.org/Ticket/Display.html?id=18644>).
428 (L<http://bugs.debian.org/cg
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges22 * (ms) [rt.cpan.org #80086] David Morel pointed out misleading
26 * (ms) [rt.cpan.org #79960] Fabrice Gabolde asked for %X{x} to be
46 * (ms) [rt.cpan.org #78734] Added spell check on filter parameter names
49 * (ms) [rt.cpan.org #75655] Meir Guttman found the module to make
52 * (ms) [rt.cpan.org #76827] UTF-8 encoded configuration files are
54 * (ms) [rt.cpan.org #77501] Unescaped left brace in regex is deprecated
58 * (ms) [rt.cpan.org #74833] Reini Urban fixed "defined @array" for
60 * (ms) [rt.cpan.org #74836] Cope with Carp's questionable decision to
64 * (ms) [rt.cpan.org #73462] Changed logwarn/logcluck/logcarp/error_warn
67 * (ms) [rt.cpan.org #7359
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/
H A DLocale.pm369 # closest match to the requested id
377 # closest match to the requested id
389 class may not match.
508 not be used for any other purpose.
857 http://unicode.org/cldr/filing_bug_reports.html for details.
860 and corrections to the DateTime mailing list, datetime@perl.org.
862 Support for this module is provided via the datetime@perl.org email
863 list. See http://lists.perl.org/ for more details.
869 free time creating free software, and would appreciate any support
882 To donate, log into PayPal and send money to autarch@urth.org o
[all...]
/macosx-10.9.5/CPANInternal-140/Apache-DBI/lib/Apache/
H A DAuthDBI.pm252 # remove any embedded attributes, because of trouble with regexps
301 # match cached password with password sent
414 # allow any password if nopasswd = on and the retrieved password is empty
446 ">$passwd_to_check< - trying for a match with >$password<"
456 "password match for >$password<"
1098 # The PerlCleanupHandler skips through the cache and deletes any outdated
1259 http://dbi.perl.org/
1265 password does not match the cached password, it is requested from the database.
1273 directive is set to 'on', any password is accepted.
1311 until the first match
[all...]
/macosx-10.9.5/CPANInternal-140/Apache-DBI-1.11/lib/Apache/
H A DAuthDBI.pm253 # remove any embedded attributes, because of trouble with regexps
302 # match cached password with password sent
415 # allow any password if nopasswd = on and the retrieved password is empty
447 ">$passwd_to_check< - trying for a match with >$password<"
457 "password match for >$password<"
1099 # The PerlCleanupHandler skips through the cache and deletes any outdated
1260 http://dbi.perl.org/
1266 password does not match the cached password, it is requested from the database.
1274 directive is set to 'on', any password is accepted.
1312 until the first match
[all...]
/macosx-10.9.5/cups-372.4/cups/
H A Dconfigure118 # suppresses any "Segmentation fault" message there. '((' could
239 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
240 $0: including any error possibly output before this
334 # advantage of any shell optimizations that allow amortized linear growth over
2046 /* Override any GCC internal prototype to avoid an error.
2047 Use char because int might match the return type of a GCC
2140 This file contains any messages produced by compilers while
2199 # Also quote any args containing shell meta-characters.
4163 /* Override any GCC internal prototype to avoid an error.
4164 Use char because int might match th
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/
H A DREADME79 your logs at any time, specify the level of detail and make that
127 objects *anywhere* in the code. Note that there's no need to carry any
182 level has to at least match the priority of the logging message.
289 If you don't define any appenders, nothing will happen. Appenders will
293 "Log::Log4perl" doesn't define any appenders by default, not even the
312 by Guido Carls <gcarls@cpan.org>. It allows for hooking up Log::Log4perl
336 Please note that in order to use any of these additional appenders, you
420 log4j.appender.A1=org.apache.log4j.ConsoleAppender
421 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
453 log4j.appender.stdout=org
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Inspector/lib/Class/
H A DInspector.pm119 # Are there any symbol table entries other than other namespaces
281 exists for a class, use the C<can> method for any class or object.
313 the results returned. These should be listed after the class name, in any
324 convention of prepending an underscore to any 'private' methods. The C<public>
325 option will effectively remove any methods that start with an underscore.
462 Returns a reference to a list of the loaded classes that match the class
463 provided, or false is none match, or C<undef> if the class name provided
492 # Add any child namespaces to the head of the queue.
607 L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Class-Inspector>
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl16 ## Copyright (c) 1995-2009 Jeffrey Hobbs, jeff(a)hobbs(.)org
189 email {jeff(a)hobbs(.)org}
307 if {[string match {-*} $arg]} {
433 ## Output any error/output that may have been returned from rcfile
745 ## Set user-requested font, if any
923 if {[string match _tag* $tag]
982 if {!$code && ![string match ${event}* $cmd]} {
1031 # Run any user defined result filter command. The command is
1280 # last - varname of any remainder (like an incomplete final command).
1300 if {$i && $cmds ne "" && ![string match *\
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DImage.pm9 # Andy Wardley <abw@wardley.org>
242 In cases where the image path and image url do not match up, specify the
296 You can provide any additional attributes that should be added to the
317 C<TRY...CATCH> block to catch any potential errors.
415 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DImage.pm9 # Andy Wardley <abw@wardley.org>
242 In cases where the image path and image url do not match up, specify the
296 You can provide any additional attributes that should be added to the
317 C<TRY...CATCH> block to catch any potential errors.
415 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dfishvfs.tcl11 but it utilizes the same concept of turning any computer that offers
85 mount -volume -password foopass /home/foo plink://foo@bar.org:2323/remotemount
87 mount -cache 60 -transport plink -user foo -password foopass -host bar.org /home/foo C:/Tcl/mount/foo
322 if ![string match $pattern $fileName] {continue}
342 if [string match w* $mode] {return $channelID}
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm580 themselves on a single line (except for any surrounding whitespace or
642 In other words, any whitespace immediately surrounding the separator
995 Workaround is match file line-endings to locale.
1010 Please report any bugs or feature requests to
1011 C<bug-config-std@rt.cpan.org>, or through the web interface at
1012 L<http://rt.cpan.org>.
1017 Damian Conway C<< <DCONWAY@cpan.org> >>
1019 Bill Ricker C<< <BRICKER@cpan.org> >>
1020 Tom Metro C<< <tmetro@cpan.org> >>
1024 Copyright (c) 2005, Damian Conway C<< <DCONWAY@cpan.org> >>
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/
H A Dltconfig10 # (at your option) any later version.
340 # Quote any args containing shell metacharacters.
605 # Append any warnings to the config.log.
631 # Append any warnings to the config.log.
778 # Append any warnings to the config.log.
784 # create non-PIC objects. So, if there were any warnings, we assume that
801 # Append any errors to the config.log.
842 # Append any errors to the config.log.
875 # Append any errors to the config.log.
927 # Append any error
[all...]

Completed in 445 milliseconds

12345678