Searched refs:PROCESS (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DLegacy.pm31 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS",
39 $proxy->log( HTTP::Proxy::ERROR, "PROCESS",
51 $proxy->log( HTTP::Proxy::ERROR, "PROCESS", "Cannot fork" );
60 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS", "Forked child process $child" );
96 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS", "Reaped child process $pid" );
97 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS",
[all...]
H A DScoreBoard.pm83 $proxy->log( HTTP::Proxy::PROCESS, 'PROCESS',
85 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS",
116 $proxy->log( HTTP::Proxy::ERROR, "PROCESS", "Cannot fork" );
120 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS",
164 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS",
166 $proxy->log( HTTP::Proxy::PROCESS, "PROCES
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/Engine/
H A DLegacy.pm31 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS",
39 $proxy->log( HTTP::Proxy::ERROR, "PROCESS",
51 $proxy->log( HTTP::Proxy::ERROR, "PROCESS", "Cannot fork" );
60 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS", "Forked child process $child" );
96 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS", "Reaped child process $pid" );
97 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS",
[all...]
H A DScoreBoard.pm83 $proxy->log( HTTP::Proxy::PROCESS, 'PROCESS',
85 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS",
116 $proxy->log( HTTP::Proxy::ERROR, "PROCESS", "Cannot fork" );
120 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS",
164 $proxy->log( HTTP::Proxy::PROCESS, "PROCESS",
166 $proxy->log( HTTP::Proxy::PROCESS, "PROCES
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c206 PROCESS *the_pipeline = (PROCESS *)NULL;
229 static PROCESS *find_pipeline __P((pid_t, int, int *));
230 static PROCESS *find_process __P((pid_t, int, int *));
235 static char *printable_job_status __P((int, PROCESS *, int));
237 static PROCESS *find_last_proc __P((int, int));
245 static int find_job __P((pid_t, int, PROCESS **));
262 static int discard_pipeline __P((PROCESS *));
264 static void print_pipeline __P((PROCESS *, int, int, FILE *));
308 static PROCESS *saved_pipelin
[all...]
H A Djobs.h51 /* Each child of the shell is remembered in a STRUCT PROCESS. A circular
59 } PROCESS; typedef in typeref:struct:process
102 PROCESS *pipe; /* The pipeline of processes that make up this job. */
H A Dpcomplete.c514 register PROCESS *p;
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DService.pm90 # PROCESS
92 foreach $name (@{ $self->{ PROCESS } || [ $template ] }) {
93 $self->debug("PROCESS: $name") if $self->{ DEBUG };
157 # coerce PRE_PROCESS, PROCESS and POST_PROCESS to arrays if necessary,
159 foreach $item (qw( PRE_PROCESS PROCESS POST_PROCESS WRAPPER )) {
166 # unset PROCESS option unless explicitly specified in config
167 $self->{ PROCESS } = undef
168 unless defined $config->{ PROCESS };
316 any other templates or blocks C<INCLUDE>d or C<PROCESS>ed from within). An
455 C<PROCESS>,
[all...]
H A DGrammar.pm48 GET CALL SET DEFAULT INSERT INCLUDE PROCESS WRAPPER BLOCK END
172 'PROCESS' => 61,
551 'PROCESS' => 61,
1190 'PROCESS' => 61,
1315 'PROCESS' => 61,
1379 'PROCESS' => 61,
2190 'PROCESS' => 61,
2409 'PROCESS' => 61,
2670 'PROCESS' => 61,
2766 'PROCESS'
[all...]
H A DProvider.pm1256 L<process()|Template#process()> method, or by an C<INCLUDE>, C<PROCESS> or
1365 This method returns the content of the template for all C<INCLUDE>, C<PROCESS>,
/macosx-10.10.1/vim-55/runtime/syntax/
H A Domnimark.vim34 syn keyword omnimarkKeywords PROCESS PROCESS-END PROCESS-START PROCESSING-INSTRUCTION PROLOG-END PROLOG-IN-ERROR PUT
71 syn keyword omnimarkCommands #MARKUP-PARSER #MARKUP-WARNING-COUNT #MARKUP-WARNING-TOTAL #MESSAGE #NONE #OUTPUT #PLATFORM-INFO #PROCESS-INPUT #PROCESS-OUTPUT #RECOVERY-INFO #SGML #SGML-ERROR-COUNT
H A Doccam.vim80 syn keyword occamCDString FILE LINE PROCESS.PRIORITY OCCAM2.5 contained
H A Dchill.vim29 syn keyword chillBlock PROC proc PROCESS process
H A Dsdl.vim60 syn keyword sdlStatement PROCESS PROCEDURE BLOCK SYSTEM SERVICE TYPE
H A Dtf.vim100 syn keyword tfHook PROCESS PROMPT PROXY REDEF RESIZE RESUME SEND SHADOW SHELL
H A Dbaan.vim176 syn keyword baanConstant CONT.PROCESS
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/
H A DTemplate.pm561 =head3 PROCESS
705 =head2 PROCESS
708 Any template L<BLOCK>s or variables defined or updated in the C<PROCESS>ed
711 [% PROCESS template %]
712 [% PROCESS template var = val, ... %]
716 Similar to C<PROCESS>, but using a local copy of the current variables.
741 Define a named template block for L<INCLUDE>, L<PROCESS> and L<WRAPPER>
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm19 @EXPORT_OK = qw( ERROR NONE PROXY STATUS PROCESS SOCKET HEADERS FILTERS
35 use constant PROCESS => 4; # sub-process life (and death) constant
489 $self->log( PROCESS, "PROCESS", "Served $served requests" );
639 $self->log( PROCESS, "PROCESS", "Served $served requests" );
1071 PROCESS - Subprocesses information (fork, wait, etc.)
1082 $proxy->logmask( STATUS | PROCESS );
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm19 @EXPORT_OK = qw( ERROR NONE PROXY STATUS PROCESS SOCKET HEADERS FILTERS
35 use constant PROCESS => 4; # sub-process life (and death) constant
489 $self->log( PROCESS, "PROCESS", "Served $served requests" );
639 $self->log( PROCESS, "PROCESS", "Served $served requests" );
1071 PROCESS - Subprocesses information (fork, wait, etc.)
1082 $proxy->logmask( STATUS | PROCESS );
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtt-bench.pl304 0) [% PROCESS testproc bar=2, foo='matt sat on cat' %]
H A Dttree136 foreach my $ttopt (qw( PRE_PROCESS POST_PROCESS PROCESS WRAPPER )) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcommon.c521 register PROCESS *p;
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dbuild_vms.com755 $ curl = f$trnlnm("curl", "LNM$PROCESS")
H A Dgnv_link_curl.com273 $SET PROCESS/PARSE=extend !If not VAX.

Completed in 406 milliseconds