Searched refs:doing (Results 1 - 25 of 122) sorted by relevance

12345

/macosx-10.9.5/cctools-845/gprof/
H A Dprintgprof.c638 nltype *doing; local
648 for((doing = todo) && (todo = doing->cnext);
649 doing;
650 (doing = todo) && (todo = doing->cnext)){
652 if((doing = todo) != NULL)
653 todo = doing->cnext;
654 while(doing != NULL){
656 if(membercmp(doing, pre
[all...]
/macosx-10.9.5/CPANInternal-140/Data-Dumper-Concise/lib/Devel/
H A DDwarn.pm41 Another trick that is extremely useful when doing method chaining is the
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/eg/
H A Dayb.pl27 You know what you doing.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/eg/
H A Dayb.pl27 You know what you doing.
/macosx-10.9.5/CPANInternal-140/Data-Dumper-Concise/lib/Data/Dumper/Concise/
H A DSugar.pm48 Another trick that is extremely useful when doing method chaining is the
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/
H A DAuthorCheck.pm68 and ensure you have all required dependencies present. Not doing
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmason.vim9 " doing include:
17 " exit without doing anything.
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DDynamicLibrary.inc61 // Otherwise, user should be aware, what he's doing :)
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DPerlSAX.pm158 lost completely. I believe SAX2 is doing namespaces.
/macosx-10.9.5/CPANInternal-140/Net-Daemon/lib/Net/
H A DDaemon.pm406 # Purpose: Called by the server before doing an accept(); a TRUE
738 its own environment for security and doing the true work. You only have to
780 (UNIX only) After doing a bind(), change root directory to the given
781 directory by doing a chroot(). This is usefull for security operations,
783 load external Perl extensions before doing a chroot(), or you need to
818 After doing a bind(), change the real and effective GID to the given.
939 After doing a bind(), change the real and effective UID to the given.
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm419 # Purpose: Called by the server before doing an accept(); a TRUE
757 its own environment for security and doing the true work. You only have to
799 (UNIX only) After doing a bind(), change root directory to the given
800 directory by doing a chroot(). This is usefull for security operations,
802 load external Perl extensions before doing a chroot(), or you need to
837 After doing a bind(), change the real and effective GID to the given.
958 After doing a bind(), change the real and effective UID to the given.
/macosx-10.9.5/CPANInternal-140/Data-Dumper-Concise/lib/Data/Dumper/
H A DConcise.pm102 having a useful dump and not doing anything cleverer than setting Data::Dumper
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DLocal.pm126 time zone. Most of the functionality for doing this is in OS-specific
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DSyslog.pm141 Specifies what type of program is doing the logging to the system log.
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DSyslog.pm158 Specifies what type of program is doing the logging to the system log.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DWatch.pm199 return a false value immediately without doing physical file checks
/macosx-10.9.5/CPANInternal-140/Net-Daemon/lib/Net/Daemon/
H A DLog.pm229 choosing the target by doing a
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/lib/Net/Daemon/
H A DLog.pm229 choosing the target by doing a
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-require/lib/UNIVERSAL/
H A Drequire.pm43 with every Perl module and its secure. So instead of doing some
/macosx-10.9.5/CPANInternal-140/Test-Exception/lib/Test/
H A DException.pm269 Run a test that may throw an exception. For example, instead of doing:
281 Which is the same as doing
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DMakefile.PL279 before doing anything else. This will re-build the documentation
/macosx-10.9.5/vim-53/src/testdir/
H A DMake_vms.mms121 -@ !clean up before doing the test
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/bin/
H A Dttree211 print red("NOTE: dry run, doing nothing...\n")
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/bin/
H A Dttree211 print red("NOTE: dry run, doing nothing...\n")
/macosx-10.9.5/CPANInternal-140/Ima-DBI/lib/Ima/
H A DDBI.pm39 $obj->DBIwarn($what, $doing);
509 $obj->DBIwarn($what, $doing);
529 my ($self, $thing, $doing) = @_;
530 my $errstr = "Failure while doing '$doing' with '$thing'\n";

Completed in 244 milliseconds

12345