Searched refs:eg (Results 101 - 125 of 139) sorted by relevance

123456

/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/
H A DInstall.pm435 # _version is for processing module versions (eg, 1.03_05) not
436 # Perl versions (eg, 5.8.1).
442 $s =~ s/(\.)(\d{1,3})/sprintf("$1%03d",$2)/eg;
/macosx-10.10/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/
H A DInstall.pm431 # _version is for processing module versions (eg, 1.03_05) not
432 # Perl versions (eg, 5.8.1).
438 $s =~ s/(\.)(\d{1,3})/sprintf("$1%03d",$2)/eg;
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DBaseConfigurator.pm301 in C<eg/yamlparser>. It uses a simple YAML syntax to specify the Log4perl
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/
H A DInstall.pm410 # _version is for processing module versions (eg, 1.03_05) not
411 # Perl versions (eg, 5.8.1).
417 $s =~ s/(\.)(\d{1,3})/sprintf("$1%03d",$2)/eg;
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DHTML.pm125 $text =~ s/([^a-zA-Z0-9_.-])/uc sprintf("%%%02x",ord($1))/eg;
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/
H A DInstall.pm435 # _version is for processing module versions (eg, 1.03_05) not
436 # Perl versions (eg, 5.8.1).
442 $s =~ s/(\.)(\d{1,3})/sprintf("$1%03d",$2)/eg;
/macosx-10.10/cxxfilt-11/cxxfilt/etc/
H A Dtexi2pod.pl307 $ic =~ s/(\d+)/$1 + 1/eg;
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/
H A DDump.pm547 s/([\0-\037])(?!\d)/sprintf('\\%o',ord($1))/eg;
549 s/([\0-\037\177-\377])/sprintf('\\x%02X',ord($1))/eg;
550 s/([^\040-\176])/sprintf('\\x{%X}',ord($1))/eg;
/macosx-10.10/vim-55/src/
H A DMake_mvc.mak53 # PYTHON_VER=[Python version, eg 15, 20] (default is 22)
58 # PYTHON3_VER=[Python3 version, eg 30, 31] (default is 31)
63 # RUBY_VER=[Ruby version, eg 16, 17] (default is 18)
64 # RUBY_VER_LONG=[Ruby version, eg 1.6, 1.7] (default is 1.8)
71 # TCL_VER_LONG=[Tcl version, eg 8.3] (default is 8.3)
H A DMake_ming.mak222 # TCL_VER=[TCL version, eg 83, 84] (default is 83)
238 # RUBY_VER=[Ruby version, eg 16, 17] (default is 16)
239 # RUBY_VER_LONG=[Ruby version, eg 1.6, 1.7] (default is 1.6)
/macosx-10.10/OpenSSL098-52/src/util/
H A Dpod2man.pl779 s/([BI])<($nonest)>/font($1) . $2 . font('R')/eg;
785 s/S<($nonest)>/nobreak($1)/eg;
839 s/C<($nonest)>/noremap("${CFont_embed}${1}\\fR")/eg;
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm243 $str =~ s/([\0-\037])(?!\d)/sprintf('\\%o',ord($1))/eg;
244 $str =~ s/([\0-\037\177-\377])/sprintf('\\x%02X',ord($1))/eg;
245 $str =~ s/([^\0-\176])/sprintf('\\x{%X}',ord($1))/eg;
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DVMethods.pm229 $text =~ s{$pattern}{ &$expand($replace, [@-], [@+]) }eg;
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dlc.tab197 eg egypt ar
/macosx-10.10/vim-55/runtime/syntax/
H A Dcterm.vim113 " Function arguments (eg $1 $2 $3)
H A Dnastran.vim56 " Breaks down when 72-73rd column is in another match (eg number or keyword)
H A Dcf.vim41 " This means eg HTML comments are highlighted as comments, even if they include cf tags.
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DPathV2.inc315 // System scanners (eg. indexer) might open the source file when
/macosx-10.10/vim-55/runtime/macros/
H A Djustify.vim54 " argument must be given as a string, eg. Justify('','','2sw').
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm38 # registers (eg "t0"), addresses (eg "4[t0]"), base-index addresses
39 # (eg "7[t0, t1, 2]"), absolute addresses (eg "0xa0000000[]"), or labels
40 # (eg "_foo" or ".foo"). Macro invocations can also take anonymous
/macosx-10.10/vim-55/runtime/autoload/
H A Dxmlcomplete.vim127 " There is still possibility we may do something - eg. close tag
/macosx-10.10/adv_cmds-158/localedef/
H A Dlocaledef.pl890 my $found = $str =~ s/<($rx)>/$sym{$1}/eg;
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dtexi2html1463 # want some generated section titles (eg "Table of Contents" or "References")
1505 # 1.10 13-Oct-97 Add arrays of switches (eg '=s@').
3052 s/\@value{($VARRE)}/$value{$1}/eg;
4290 }eg;
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm920 # see eg/anonymiser.pl for the complete code
1332 L<HTTP::Proxy::HeaderFilter>, the examples in F<eg/>.
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm920 # see eg/anonymiser.pl for the complete code
1332 L<HTTP::Proxy::HeaderFilter>, the examples in F<eg/>.

Completed in 356 milliseconds

123456