Searched +refs:org +refs:key (Results 51 - 75 of 245) sorted by relevance

12345678910

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dplaintex.vim3 " Maintainer: Benji Fisher, Ph.D. <benji@member.AMS.org>
26 " extended matching with the % key.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtaskdata.vim3 " Maintainer: John Florian <jflorian@doubledog.org>
22 " Values associated with key names.
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/script/
H A Ddbicdump63 The optional C<lib> key is equivalent to the C<-I> option.
84 Dagfinn Ilmari Manns?ker C<< <ilmari@ilmari.org> >>
88 Caelum: Rafael Kitover <rkitover@cpan.org>
90 alnewkirk: Al Newkirk <awncorp@cpan.org>
193 my ($self, $key, $value) = @_;
195 $key =~ tr/-/_/;
196 die "Unknown option: $key\n"
197 unless DBIx::Class::Schema::Loader::Base->can($key);
201 $loader_options->{$key} = $value;
/macosx-10.9.5/CPANInternal-140/Class-Std-Utils/lib/Class/Std/
H A DUtils.pm89 and returns a "flattened" set of key/value pairs extracted from that hash.
103 with that key has been defined. Finally, C<extract_initializers_for()>
104 returns the flattened set of key/value pairs for the class's initializer
107 initializers after the generic ones means that any key in the class-
108 specific set will override any key in the generic set, thereby ensuring
174 entries with the same key that appear in a top-level entry of the same name as
189 Thrown by C<extract_initializers_from()>. You specified a top-level key
190 that has the same name of the current class, but the value of that key
225 C<bug-class-std-utils@rt.cpan.org>, or through the web interface at
226 L<http://rt.cpan.org>
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Std-Utils-v0.0.3/lib/Class/Std/
H A DUtils.pm89 and returns a "flattened" set of key/value pairs extracted from that hash.
103 with that key has been defined. Finally, C<extract_initializers_for()>
104 returns the flattened set of key/value pairs for the class's initializer
107 initializers after the generic ones means that any key in the class-
108 specific set will override any key in the generic set, thereby ensuring
174 entries with the same key that appear in a top-level entry of the same name as
189 Thrown by C<extract_initializers_from()>. You specified a top-level key
190 that has the same name of the current class, but the value of that key
225 C<bug-class-std-utils@rt.cpan.org>, or through the web interface at
226 L<http://rt.cpan.org>
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor-0.04004/inc/Module/Install/
H A DMetadata.pm45 foreach my $key ( @scalar_keys ) {
46 *$key = sub {
48 return $self->{values}{$key} if defined wantarray and !@_;
49 $self->{values}{$key} = shift;
54 foreach my $key ( @resource_keys ) {
55 *$key = sub {
60 grep { $_->[0] eq $key }
63 return $self->{values}{resources}{$key} unless @_;
65 "Did not provide a value to $key()"
67 $self->resources( $key
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Unload/inc/Module/Install/
H A DMetadata.pm45 foreach my $key ( @scalar_keys ) {
46 *$key = sub {
48 return $self->{values}{$key} if defined wantarray and !@_;
49 $self->{values}{$key} = shift;
54 foreach my $key ( @resource_keys ) {
55 *$key = sub {
60 grep { $_->[0] eq $key }
63 return $self->{values}{resources}{$key} unless @_;
65 "Did not provide a value to $key()"
67 $self->resources( $key
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/inc/Module/Install/
H A DMetadata.pm45 foreach my $key ( @scalar_keys ) {
46 *$key = sub {
48 return $self->{values}{$key} if defined wantarray and !@_;
49 $self->{values}{$key} = shift;
54 foreach my $key ( @resource_keys ) {
55 *$key = sub {
60 grep { $_->[0] eq $key }
63 return $self->{values}{resources}{$key} unless @_;
65 "Did not provide a value to $key()"
67 $self->resources( $key
[all...]
/macosx-10.9.5/CPANInternal-140/Bencode/lib/
H A DBencode.pm74 my $key = _bdecode_string();
75 defined $key or croak _msg 'dict key is not a string at %s';
77 croak _msg 'duplicate dict key at %s'
78 if exists $hash{ $key };
80 croak _msg 'dict key not in sort order at %s'
81 if not( $do_lenient_decode ) and defined $last_key and $key lt $last_key;
83 croak _msg 'dict key is missing value at %s'
86 $last_key = $key;
87 $hash{ $key }
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/Local/
H A DWin32.pm292 a node named "/TimeZoneKeyName". If this exists, we use this key to
300 For each sub key, we compare the value of the key with "/Std" appended
317 Dave Rolsky, <autarch@urth.org>
/macosx-10.9.5/CPANInternal-140/JSON-Any/lib/JSON/
H A DAny.pm181 ( my $key = lc($handler) ) =~ s/::/_/g;
182 if ( 'json_xs' eq $key ) {
184 $key .= "_" . ( split /\./, ${"$handler\::VERSION"} )[0];
186 return $key;
204 my $key = _make_key($handler);
205 $encoder = $conf{$key}->{encoder};
206 $decoder = $conf{$key}->{decoder};
303 my $key = _make_key($handler);
304 if ( my $creator = $conf{$key}->{create_object} ) {
463 Chris Thompson, C<< <cthom at cpan.org> >>
[all...]
/macosx-10.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm51 my %key_of : ATTR( :init_arg<key> :get<key> );
71 my ($key, $vals) = ($key_of{$ident}, $vals_of{$ident});
73 my $keyspace = q{ } x length($key);
81 croak qq{Can't save \L$val_type\E ref as value for key {'$block_name'}{'$key'} (only scalars or array refs)}
91 $serialization .= join q{}, map {"$key$sep$_\n"} @vals;
101 my $key = $key_of{$ident};
103 if (!exists $hash_ref->{$key}) {
107 my $val = $hash_ref->{$key};
[all...]
/macosx-10.9.5/CPAN-52/
H A DgenOSS.pl13 http://perldoc.perl.org/perlartistic.html
14 http://perldoc.perl.org/perlgpl.html
51 'Compress-Zlib-1.42' => 'http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-1.42.tar.gz',
52 'XML-LibXML-Common-0.13' => 'http://search.cpan.org/CPAN/authors/id/P/PH/PHISH/XML-LibXML-Common-0.13.tar.gz',
677 my $URLprefix = 'http://search.cpan.org/CPAN/authors/id';
746 <key>OpenSourceProject</key>
748 <key>OpenSourceVersion</key>
750 <key>OpenSourceWebsiteUR
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DPropertyConfigurator.pm49 if(my($key, $val) = /(\S+?)\s*=\s*(.*)/) {
51 my $key_org = $key;
56 $var_subst{$key} = $val;
62 $key = unlog4j($key);
66 for my $part (split /\.|::/, $key) {
206 Kevin Goess <cpan@goess.org>
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm54 my %key_of : ATTR( :init_arg<key> :get<key> );
74 my ($key, $vals) = ($key_of{$ident}, $vals_of{$ident});
76 my $keyspace = q{ } x length($key);
84 croak qq{Can't save \L$val_type\E ref as value for key {'$block_name'}{'$key'} (only scalars or array refs)}
94 $serialization .= join q{}, map {"$key$sep$_\n"} @vals;
104 my $key = $key_of{$ident};
106 if (!exists $hash_ref->{$key}) {
110 my $val = $hash_ref->{$key};
[all...]
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/Filesystem/
H A DAix.pm13 # http://www.apache.org/licenses/LICENSE-2.0
149 elsif ( my ( $key, $value ) = $_ =~ /^\s*([a-z]{3,8})\s+=\s+"?(.+)"?\s*$/ )
151 unless ( defined( $self->{$current_filesystem}->{$key} ) )
155 $self->{$current_filesystem}->{$key} = $value;
156 if ( ( $key eq 'vfs' ) && defined( $special_fs{$value} ) )
334 Nicola Worthington <nicolaw@cpan.org> - L<http://perlgirl.org.uk>
336 Jens Rehsack <rehsack@cpan.org> - L<http://www.rehsack.de/>
346 L<http://www.apache.org/licenses/LICENSE-2.0>
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecPolicyServer.c268 CFStringRef key) {
272 CFStringRef key) {
287 if (!SecPVCSetResult(pvc, key, ix, kCFBooleanFalse))
308 CFStringRef key) {
313 CFTypeRef xku = CFDictionaryGetValue(policy->_options, key);
327 SecPVCSetResult(pvc, key, 0, kCFBooleanFalse);
339 /* Certificate has no extended key usage, only a match if the policy
349 static void SecPolicyCheckExtendedKeyUsage(SecPVCRef pvc, CFStringRef key) { argument
354 CFTypeRef xeku = CFDictionaryGetValue(policy->_options, key);
369 SecPVCSetResult(pvc, key,
267 SecPolicyCheckCriticalExtensions(SecPVCRef pvc, CFStringRef key) argument
271 SecPolicyCheckIdLinkage(SecPVCRef pvc, CFStringRef key) argument
307 SecPolicyCheckKeyUsage(SecPVCRef pvc, CFStringRef key) argument
436 SecPolicyCheckBasicContraints(SecPVCRef pvc, CFStringRef key) argument
441 SecPolicyCheckNonEmptySubject(SecPVCRef pvc, CFStringRef key) argument
466 SecPolicyCheckQualifiedCertStatements(SecPVCRef pvc, CFStringRef key) argument
567 SecPolicyCheckSSLHostname(SecPVCRef pvc, CFStringRef key) argument
637 SecPolicyCheckEmail(SecPVCRef pvc, CFStringRef key) argument
667 SecPolicyCheckValidIntermediates(SecPVCRef pvc, CFStringRef key) argument
681 SecPolicyCheckValidLeaf(SecPVCRef pvc, CFStringRef key) argument
692 SecPolicyCheckValidRoot(SecPVCRef pvc, CFStringRef key) argument
709 SecPolicyCheckIssuerCommonName(SecPVCRef pvc, CFStringRef key) argument
740 SecPolicyCheckSubjectCommonName(SecPVCRef pvc, CFStringRef key) argument
764 SecPolicyCheckSubjectCommonNamePrefix(SecPVCRef pvc, CFStringRef key) argument
788 SecPolicyCheckSubjectCommonNameTEST(SecPVCRef pvc, CFStringRef key) argument
819 SecPolicyCheckNotValidBefore(SecPVCRef pvc, CFStringRef key) argument
841 SecPolicyCheckChainLength(SecPVCRef pvc, CFStringRef key) argument
865 SecPolicyCheckAnchorSHA1(SecPVCRef pvc, CFStringRef key) argument
896 SecPolicyCheckSubjectOrganization(SecPVCRef pvc, CFStringRef key) argument
900 CFStringRef org = (CFStringRef)CFDictionaryGetValue(policy->_options, local
916 SecPolicyCheckSubjectOrganizationalUnit(SecPVCRef pvc, CFStringRef key) argument
940 SecPolicyCheckEAPTrustedServerNames(SecPVCRef pvc, CFStringRef key) argument
1025 SecPolicyCheckBlackListedLeaf(SecPVCRef pvc, CFStringRef key) argument
1084 SecPolicyCheckGrayListedLeaf(SecPVCRef pvc, CFStringRef key) argument
1110 SecPolicyCheckLeafMarkerOid(SecPVCRef pvc, CFStringRef key) argument
1122 SecPolicyCheckIntermediateMarkerOid(SecPVCRef pvc, CFStringRef key) argument
1274 SecPolicyCheckBasicCertificateProcessing(SecPVCRef pvc, CFStringRef key) argument
1593 SecPolicyCheckEV(SecPVCRef pvc, CFStringRef key) argument
1666 SecPolicyCheckCertificatePolicyOid(SecPVCRef pvc, CFStringRef key) argument
1694 SecPolicyCheckRevocation(SecPVCRef pvc, CFStringRef key) argument
1699 SecPolicyCheckNoNetworkAccess(SecPVCRef pvc, CFStringRef key) argument
2376 SecPVCSetResultForced(SecPVCRef pvc, CFStringRef key, CFIndex ix, CFTypeRef result, bool force) argument
2412 SecPVCSetResult(SecPVCRef pvc, CFStringRef key, CFIndex ix, CFTypeRef result) argument
2421 SecPVCValidateKey(const void *key, const void *value, void *context) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_gemcutter_utilities.rb68 @cmd.handle_options %w[--key other]
74 assert_equal 'https://rubygems.org', @cmd.host
86 assert_equal 'https://rubygems.org', @cmd.host
93 assert_match %r{Enter your RubyGems.org credentials.}, @sign_in_ui.output
120 assert_match "Enter your RubyGems.org credentials.",
161 assert_match %r{Enter your RubyGems.org credentials.}, @sign_in_ui.output
176 assert_match %r{Enter your RubyGems.org credentials.}, @sign_in_ui.output
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Stash/
H A DContext.pm56 # Andy Wardley <abw@kfs.org>
427 # *real* root of everything). We first lookup the named key
452 foreach my $key ( keys %$root ) {
453 $root->{$key} = &$value($root->{$key}, @$args);
611 # if the root is a hash we set the named key
647 my ($key, $value);
653 foreach $key (keys %$self) {
655 $value = $self->{ $key };
661 $text .= sprintf("$pad%-8s => $value\n", $key);
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Stash/
H A DContext.pm56 # Andy Wardley <abw@kfs.org>
427 # *real* root of everything). We first lookup the named key
452 foreach my $key ( keys %$root ) {
453 $root->{$key} = &$value($root->{$key}, @$args);
611 # if the root is a hash we set the named key
647 my ($key, $value);
653 foreach $key (keys %$self) {
655 $value = $self->{ $key };
661 $text .= sprintf("$pad%-8s => $value\n", $key);
[all...]
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_yaml.rb252 # Complex key #1
270 # Complex key #2
621 # 'seq' is shorthand for 'http://yaml.org/seq'.
669 # http://yaml.org/spec/1.1/#id896876
770 - !yaml.org,2002/float '10'
771 - !yaml.org,2002/float "\\
806 { 'key' => 'Subordinate mapping' }, 'third' =>
808 { 'A key' => 'value pair in a sequence.', 'A second' => 'key:value pair.' },
810 { 'A key'
[all...]
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/
H A DSSLeay.pm119 the latest OpenSSL package from L<http://www.openssl.org/>. We no longer
155 library package. The key is that C<Crypt::SSLeay> makes calls to the OpenSSL
164 L<http://search.cpan.org/dist/Crypt-SSLeay/>.
283 private key files may be used like this:
292 -key=certs/notacakeynopass.pem -d GET $HOST_NAME
306 L<http://www.openssl.org/docs/ssl/SSL_CTX_load_verify_locations.html>
323 To remove the pass phrase from the key file, run:
433 from Perl. See L<http://search.cpan.org/dist/Net-SSLeay/>.
437 See L<http://www.openssl.org/related/binaries.html>.
444 send email to C<libwww@perl.org>
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/lib/JSON/
H A DAny.pm217 ( my $key = lc($handler) ) =~ s/::/_/g;
218 if ( 'json_xs' eq $key || 'json' eq $key ) {
220 $key .= "_" . ( split /\./, ${"$handler\::VERSION"} )[0];
222 return $key;
236 my $key = _make_key($handler);
237 $encoder = $conf{$key}->{encoder};
238 $decoder = $conf{$key}->{decoder};
398 my $key = _make_key($handler);
399 if ( my $creator = $conf{$key}
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Util/
H A DSemaphore.pm18 key => undef,
29 $self->{ikey} = unpack("i", pack("A4", $self->{key}));
54 print "Semaphore init '$self->{key}'/'$self->{ikey}'\n" if INTERNAL_DEBUG;
63 print "Semaphore '$self->{key}' already exists\n" if INTERNAL_DEBUG;
67 die "Cannot create semaphore $self->{key}/$self->{ikey} ($!)";
86 Key ...................................... $self->{key}
110 print "Setting values for semaphore $self->{key}/$self->{ikey}\n" if
129 print "Locking semaphore '$self->{key}'\n" if INTERNAL_DEBUG;
143 print "Unlocking semaphore '$self->{key}'\n" if INTERNAL_DEBUG;
157 print "Removing semaphore '$self->{key}'\
[all...]
/macosx-10.9.5/CPANInternal-140/Readonly/
H A DReadonly.pm143 my $key = shift;
145 return $self->{$key};
151 my $key = shift;
152 return exists $self->{$key};
395 Readonly::Hash %has => (key => value, key => value, ...);
396 Readonly::Hash my %has => (key => value, key => value, ...);
398 Readonly::Hash %has => {key => value, key
[all...]

Completed in 375 milliseconds

12345678910