Searched +refs:org +refs:context (Results 1 - 25 of 155) sorted by relevance

1234567

/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Djgssapi_server.java34 import org.ietf.jgss.*;
63 GSSContext context = manager.createContext((GSSCredential)null);
76 System.out.println("negotiate context");
77 while (!context.isEstablished()) {
80 token = context.acceptSecContext(token, 0, token.length);
98 context.verifyMIC(outtoken, 0, outtoken.length,
105 outtoken = context.getMIC(bytes, 0, bytes.length, new MessageProp(0, false));
116 bytes = context.unwrap(outtoken, 0, outtoken.length, new MessageProp(0, false));
128 bytes = context.unwrap(outtoken, 0, outtoken.length, new MessageProp(0, true));
139 outtoken = context
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DScalar.pm7 # in scalar context.
10 # Andy Wardley <abw@wardley.org>
34 my $context = shift;
37 $context->define_vmethod( hash => scalar => \&scalar_monad );
38 $context->define_vmethod( list => scalar => \&scalar_monad );
46 # context, e.g. foo.scalar.bar becomes $MONAD->new($foo)->bar and
47 # the monad calls $foo->bar in scalar context
52 my ($class, $context, @args) = @_;
54 # and call it. e.g. scalar.foo results in a call to foo() in scalar context
56 _CONTEXT => $context,
[all...]
H A DView.pm10 # Andy Wardley <abw@wardley.org>
31 # new($context, \%config)
36 my $context = shift;
37 my $view = Template::View->new($context, @_)
76 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
H A DFormat.pm10 # Andy Wardley <abw@wardley.org>
30 my ($class, $context, $format) = @_;;
72 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
H A DPod.pm9 # Andy Wardley <abw@wardley.org>
30 # new($context, \%config)
35 my $context = shift;
66 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
H A DAssert.pm10 # Andy Wardley <abw@wardley.org>
33 my $context = shift;
34 my $stash = $context->stash;
40 $context->define_vmethod( hash => assert => $vmethod );
41 $context->define_vmethod( list => assert => $vmethod );
47 my ($class, $context, @args) = @_;
50 return bless { _CONTEXT => $context }, $class;
134 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
H A DIterator.pm11 # Andy Wardley <abw@wardley.org>
31 # new($context, \@data, \%args)
36 my $context = shift;
67 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
H A DWrap.pm9 # Andy Wardley <abw@wardley.org>
29 my ($class, $context, $format) = @_;;
30 $context->define_filter('wrap', [ \&wrap_filter_factory => 1 ]);
46 my ($context, @args) = @_;
127 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 DScalar.pm7 # in scalar context.
10 # Andy Wardley <abw@wardley.org>
34 my $context = shift;
37 $context->define_vmethod( hash => scalar => \&scalar_monad );
38 $context->define_vmethod( list => scalar => \&scalar_monad );
46 # context, e.g. foo.scalar.bar becomes $MONAD->new($foo)->bar and
47 # the monad calls $foo->bar in scalar context
52 my ($class, $context, @args) = @_;
54 # and call it. e.g. scalar.foo results in a call to foo() in scalar context
56 _CONTEXT => $context,
[all...]
H A DView.pm10 # Andy Wardley <abw@wardley.org>
31 # new($context, \%config)
36 my $context = shift;
37 my $view = Template::View->new($context, @_)
76 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
H A DFormat.pm10 # Andy Wardley <abw@wardley.org>
30 my ($class, $context, $format) = @_;;
72 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
H A DPod.pm9 # Andy Wardley <abw@wardley.org>
30 # new($context, \%config)
35 my $context = shift;
66 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
H A DAssert.pm10 # Andy Wardley <abw@wardley.org>
33 my $context = shift;
34 my $stash = $context->stash;
40 $context->define_vmethod( hash => assert => $vmethod );
41 $context->define_vmethod( list => assert => $vmethod );
47 my ($class, $context, @args) = @_;
50 return bless { _CONTEXT => $context }, $class;
134 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
H A DIterator.pm11 # Andy Wardley <abw@wardley.org>
31 # new($context, \@data, \%args)
36 my $context = shift;
67 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
H A DWrap.pm9 # Andy Wardley <abw@wardley.org>
29 my ($class, $context, $format) = @_;;
30 $context->define_filter('wrap', [ \&wrap_filter_factory => 1 ]);
46 my ($context, @args) = @_;
127 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.cpp174 BString org(origin->toString());
176 notificationDelegate()->requestNotificationPermission(org);
183 void WebDesktopNotificationsDelegate::cancelRequestsForPermission(ScriptExecutionContext* context) argument
190 BString org(SecurityOrigin::create(url)->toString());
192 notificationDelegate()->checkNotificationPermission(org, &out);
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dhtmlcomplete.vim128 " a:base is very short - we need context
129 let context = b:compl_context
135 let context = b:compl_context
137 return csscomplete#CompleteCSS(0, context)
143 let context = b:compl_context
149 let context = matchstr(b:compl_context, '.\zs.*')
188 if context =~ '>'
189 " Generally if context contains > it means we are outside of tag and
191 if context =~ 'style[^>]\{-}>[^<]\{-}$'
192 return csscomplete#CompleteCSS(0, context)
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DPlugin.pm11 # Andy Wardley <abw@wardley.org>
54 # new($context, $delegate, @params)
59 # modules. The context is passed as the first parameter, followed by
75 my ($class, $context, $delclass, @params) = @_;
78 return $class->error("no context passed to $class constructor\n")
79 unless defined $context;
98 _CONTEXT => $context,
166 my $context = shift;
202 =head2 load($context)
209 name. The calling context the
[all...]
H A DFilters.pm9 # Andy Wardley <abw@wardley.org>, with a number of filters contributed
92 # fetch($name, \@args, $context)
106 my ($self, $name, $args, $context) = @_;
111 defined $context ? $context : '<no context>',
148 ($filter, $error) = &$factory($context, $args ? @$args : ());
416 my $context = shift;
441 my ($context, $pad) = @_;
461 my ($context,
[all...]
H A DDirective.pm9 # Andy Wardley <abw@wardley.org>
80 my \$context = shift || die "template sub called without context\\n";
81 my \$stash = \$context->stash;
89 \$_tt_error = \$context->catch(\$@, \\\$output);
118 \$_tt_error = \$context->catch(\$@, \\\$output);
355 return "$OUTPUT \$context->insert($file);";
370 return "$OUTPUT \$context->include($file);";
385 return "$OUTPUT \$context->process($file);";
438 $loop_save = '$stash = $context
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DPlugin.pm11 # Andy Wardley <abw@wardley.org>
54 # new($context, $delegate, @params)
59 # modules. The context is passed as the first parameter, followed by
75 my ($class, $context, $delclass, @params) = @_;
78 return $class->error("no context passed to $class constructor\n")
79 unless defined $context;
98 _CONTEXT => $context,
166 my $context = shift;
202 =head2 load($context)
209 name. The calling context the
[all...]
H A DFilters.pm9 # Andy Wardley <abw@wardley.org>, with a number of filters contributed
92 # fetch($name, \@args, $context)
106 my ($self, $name, $args, $context) = @_;
111 defined $context ? $context : '<no context>',
148 ($filter, $error) = &$factory($context, $args ? @$args : ());
416 my $context = shift;
441 my ($context, $pad) = @_;
461 my ($context,
[all...]
H A DDirective.pm9 # Andy Wardley <abw@wardley.org>
80 my \$context = shift || die "template sub called without context\\n";
81 my \$stash = \$context->stash;
89 \$_tt_error = \$context->catch(\$@, \\\$output);
118 \$_tt_error = \$context->catch(\$@, \\\$output);
355 return "$OUTPUT \$context->insert($file);";
370 return "$OUTPUT \$context->include($file);";
385 return "$OUTPUT \$context->process($file);";
438 $loop_save = '$stash = $context
[all...]
/macosx-10.9.5/CPANInternal-140/XML-XPath/
H A DXPath.pm27 context
63 my $context = shift;
66 if (!defined $context) {
67 $context = $self->get_context;
69 if (!defined $context) {
70 # Still no context? Need to parse...
77 $context = $parser->parse;
78 $self->set_context($context);
79 # warn "CONTEXT:\n", Data::Dumper->Dumpxs([$context], ['context']);
[all...]
/macosx-10.9.5/Heimdal-323.92.1/packages/mac/
H A Dheimdal-tests.sh42 sudo defaults write org.h5l.hx509 AllowHX509Validation -bool true
44 defaults write org.h5l.hx509 AllowHX509Validation -bool true
86 for a in check-basic check-context ; do
132 sudo defaults delete /Library/Preferences/org.h5l.hx509 AllowHX509Validation
134 defaults delete /Library/Preferences/org.h5l.hx509 AllowHX509Validation

Completed in 153 milliseconds

1234567