Searched refs:SERVICE (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/Authen-Krb5/
H A Dsample_client11 $SERVICE = "sample";
28 $serverp = Authen::Krb5::sname_to_principal($SERVER,$SERVICE,KRB5_NT_SRV_HST);
H A Dsample_server12 $SERVICE = "sample";
32 $sprinc = Authen::Krb5::sname_to_principal($SERVER,$SERVICE,KRB5_NT_SRV_HST);
H A Dsimple_client11 $SERVICE = "sample";
26 $d = Authen::Krb5::mk_req($ac,0,$SERVICE,$SERVER,'testing',$cc);
H A Dsimple_server12 $SERVICE = "sample";
56 $sprinc = Authen::Krb5::sname_to_principal($SERVER,$SERVICE,KRB5_NT_SRV_HST);
/macosx-10.9.5/CPANInternal-140/Krb5-1.9/
H A Dsample_client11 $SERVICE = "sample";
28 $serverp = Authen::Krb5::sname_to_principal($SERVER,$SERVICE,KRB5_NT_SRV_HST);
H A Dsample_server12 $SERVICE = "sample";
32 $sprinc = Authen::Krb5::sname_to_principal($SERVER,$SERVICE,KRB5_NT_SRV_HST);
H A Dsimple_client11 $SERVICE = "sample";
26 $d = Authen::Krb5::mk_req($ac,0,$SERVICE,$SERVER,'testing',$cc);
H A Dsimple_server12 $SERVICE = "sample";
56 $sprinc = Authen::Krb5::sname_to_principal($SERVER,$SERVICE,KRB5_NT_SRV_HST);
/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Dtest_locl.h77 #define SERVICE "test" macro
H A Dcommon.c41 char *service_str = SERVICE;
H A Dnt_gss_server.c53 char *service = SERVICE;
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dheim_err.et45 error_code SERVICE, "servname not supported for ai_socktype"
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DConfig.pm27 $STASH $SERVICE $CONTEXT $CONSTANTS @PRELOAD );
38 $SERVICE = 'Template::Service';
43 $PLUGINS, $PROVIDER, $SERVICE, $STASH );
230 return undef unless $class->load($SERVICE);
231 return $SERVICE->new($params)
232 || $class->error("failed to create context: ", $SERVICE->error);
317 Package variables such as C<$STASH>, C<$SERVICE>, C<$CONTEXT>, etc., contain
H A DService.pm80 SERVICE: { label
88 last SERVICE if ($error = $@);
98 last SERVICE
110 last SERVICE if ($error = $@);
121 last SERVICE if ($error = $@);
340 L<SERVICE> item.
351 SERVICE => $service,
367 SERVICE => $service,
372 service object when required. The C<$Template::Config::SERVICE> package
380 $Template::Config::SERVICE
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DConfig.pm27 $STASH $SERVICE $CONTEXT $CONSTANTS @PRELOAD );
38 $SERVICE = 'Template::Service';
43 $PLUGINS, $PROVIDER, $SERVICE, $STASH );
230 return undef unless $class->load($SERVICE);
231 return $SERVICE->new($params)
232 || $class->error("failed to create context: ", $SERVICE->error);
317 Package variables such as C<$STASH>, C<$SERVICE>, C<$CONTEXT>, etc., contain
H A DService.pm80 SERVICE: { label
88 last SERVICE if ($error = $@);
98 last SERVICE
110 last SERVICE if ($error = $@);
121 last SERVICE if ($error = $@);
340 L<SERVICE> item.
351 SERVICE => $service,
367 SERVICE => $service,
372 service object when required. The C<$Template::Config::SERVICE> package
380 $Template::Config::SERVICE
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm49 # delegates most of the processing effort to the underlying SERVICE
66 $output = $self->{ SERVICE }->process($template, $vars);
82 return $self->error($self->{ SERVICE }->error);
90 # Returns a reference to the the internal SERVICE object which handles
96 return $self->{ SERVICE };
103 # Returns a reference to the the CONTEXT object withint the SERVICE
109 return $self->{ SERVICE }->{ CONTEXT };
141 $self->{ SERVICE } = $config->{ SERVICE }
632 =head3 SERVICE
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm49 # delegates most of the processing effort to the underlying SERVICE
66 $output = $self->{ SERVICE }->process($template, $vars);
82 return $self->error($self->{ SERVICE }->error);
90 # Returns a reference to the the internal SERVICE object which handles
96 return $self->{ SERVICE };
103 # Returns a reference to the the CONTEXT object withint the SERVICE
109 return $self->{ SERVICE }->{ CONTEXT };
141 $self->{ SERVICE } = $config->{ SERVICE }
632 =head3 SERVICE
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DReleaseNotes.txt30 SERVICE SIDE WSDL SUPPORT
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DReleaseNotes.txt34 SERVICE SIDE WSDL SUPPORT
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DReleaseNotes.txt34 SERVICE SIDE WSDL SUPPORT
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DgenSCPreferences.c411 #define SERVICE "Service" macro
509 { SC_10_1, COMP, SERVICE, NULL, NULL },
560 { SC_10_6_IPHONE_2_0_PRIVATE, NETENT, SERVICE, "__SERVICE__", CFDICTIONARY },
567 { SC_10_1, NETPROP, SERVICE ORDER, NULL, CFARRAY_CFSTRING },
644 { SC_10_9_IPHONE_7_0_PRIVATE, NETPROP DNS, SERVICE IDENTIFIER, NULL, CFNUMBER },
689 { COMMENT, "--- " KEY_PREFIX NETPROP SERVICE SUBTYPE " values (for " PPP ") ---", NULL, NULL, NULL },
1061 { GROUP_PRIVATE, NETPROP SERVICE, KEY_PREFIX NETENT SERVICE " Entity Keys", NULL, NULL },
1063 { SC_10_6_IPHONE_2_0_PRIVATE, NETPROP SERVICE, PRIMARYRANK, NULL, CFSTRING },
1064 { SC_10_6_IPHONE_2_0_PRIVATE, NETPROP SERVICE, USERDEFINEDNAM
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsdl.vim60 syn keyword sdlStatement PROCESS PROCEDURE BLOCK SYSTEM SERVICE TYPE
H A Dora.vim57 syn keyword oraKeyword SERVICE
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm1615 =head2 SERVICE DEPLOYMENT. STATIC AND DYNAMIC

Completed in 166 milliseconds

12