Searched +refs:org +refs:key (Results 1 - 25 of 245) sorted by relevance

12345678910

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlvauto/ns1/
H A Dsign.sh24 zone=dlv.isc.org
25 infile=dlv.isc.org.db.in
26 zonefile=dlv.isc.org.db
29 cat $infile $dlvkey.key > $zonefile
37 cat $infile $rootkey.key > $zonefile
42 cat $dlvkey.key | grep -v '^; ' | $PERL -n -e '
44 local $key = join("", @rest);
46 "$dn" initial-key $flags $proto $alg "$key";
49 cat $rootkey.key | gre
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DClosedDbTest.java4 import org.junit.After;
5 import org.junit.AfterClass;
6 import org.junit.Before;
7 import org.junit.BeforeClass;
8 import org.junit.Test;
9 import static org.junit.Assert.assertEquals;
10 import static org.junit.Assert.fail;
54 DatabaseEntry key = new DatabaseEntry("key".getBytes());
56 db.putNoOverwrite(null, key, dat
[all...]
H A DPartialGetTest.java10 import org.junit.After;
11 import org.junit.AfterClass;
12 import org.junit.Before;
13 import org.junit.BeforeClass;
14 import org.junit.Ignore;
15 import org.junit.Test;
16 import static org.junit.Assert.assertEquals;
17 import static org.junit.Assert.fail;
61 DatabaseEntry key = new DatabaseEntry("key"
204 setupDb1(DatabaseEntry key, byte[] dataData) argument
[all...]
H A DCallbackTest.java17 import org.junit.Before;
18 import org.junit.After;
19 import org.junit.AfterClass;
20 import org.junit.BeforeClass;
21 import org.junit.Test;
22 import static org.junit.Assert.assertEquals;
23 import static org.junit.Assert.fail;
84 DatabaseEntry key1 = new DatabaseEntry("key".getBytes());
116 DatabaseEntry key = new DatabaseEntry("foo".getBytes());
118 db.get(null, key, dat
[all...]
H A DEncryptTest.java4 import org.junit.After;
5 import org.junit.AfterClass;
6 import org.junit.Before;
7 import org.junit.BeforeClass;
8 import org.junit.Ignore;
9 import org.junit.Test;
10 import static org.junit.Assert.assertEquals;
11 import static org.junit.Assert.fail;
61 DatabaseEntry key = new DatabaseEntry("key"
[all...]
H A DHashCompareTest.java11 import org.junit.After;
12 import org.junit.AfterClass;
13 import org.junit.Before;
14 import org.junit.BeforeClass;
15 import org.junit.Ignore;
16 import org.junit.Test;
17 import static org.junit.Assert.assertEquals;
18 import static org.junit.Assert.fail;
85 DatabaseEntry key = new DatabaseEntry();
88 key
[all...]
H A DAppendRecnoTest.java15 import org.junit.Before;
16 import org.junit.After;
17 import org.junit.AfterClass;
18 import org.junit.BeforeClass;
19 import org.junit.Test;
20 import static org.junit.Assert.assertEquals;
21 import static org.junit.Assert.fail;
79 RecnoEntry key = new RecnoEntry(77+i);
81 db.append(null, key, data);
97 // Walk through the table, validating the key/dat
[all...]
H A DAssociateTest.java15 import org.junit.Before;
16 import org.junit.After;
17 import org.junit.AfterClass;
18 import org.junit.BeforeClass;
19 import org.junit.Test;
20 import static org.junit.Assert.assertEquals;
21 import static org.junit.Assert.fail;
97 DatabaseEntry key = new DatabaseEntry(curdata.getBytes());
98 key.setReuseBuffer(false);
102 if (priDb.putNoOverwrite(null, key, dat
205 createSecondaryKey(SecondaryDatabase secondary, DatabaseEntry key, DatabaseEntry data, DatabaseEntry result) argument
[all...]
/macosx-10.9.5/CPAN-52/
H A DgenNewOSS.pl14 http://perldoc.perl.org/perlartistic.html
15 http://perldoc.perl.org/perlgpl.html
18 http://opensource.org/licenses/artistic-license-2.0.php
71 BSD: http://www.opensource.org/licenses/bsd-license.php
72 GPL: http://www.opensource.org/licenses/gpl-license.php
73 Artistic: http://opensource.org/licenses/artistic-license.php
106 hobbs - Andrew Rodland (cpan:ARODLAND) <arodland@cpan.org>
108 ribasushi - Peter Rabbitson (cpan:RIBASUSHI) <ribasushi@cpan.org>
110 ajgb - Alex J. G. Burzy��ski (cpan:AJGB) <ajgb@cpan.org>
112 perigrin - Chris Prather (cpan:PERIGRIN) <chris@prather.org>
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
59 % Internet: gildea@stop.mail-abuse.org
212 % beginindentedkeys...endindentedkeys - key definitions will be
237 % key - definition of a key.
238 % \key{description of key}{key-name}
239 % prints the description left-justified, and the key
[all...]
H A Dcalccard.tex60 % Internet: gildea@stop.mail-abuse.org
216 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
293 The \kbd{h} prefix key is Calc's analogue of \kbd{C-h} in Emacs.
295 \key{quick summary of keys}{?}
296 \key{describe key briefly}{h c}
297 \key{describe key fully}{h k}
298 \key{describe function or command}{h f}
299 \key{rea
[all...]
H A Dpl-refcard.tex69 % Internet: gildea@stop.mail-abuse.org
223 % beginindentedkeys...endindentedkeys - key definitions will be
250 % key - definition of a key.
251 % \key{description of key}{key-name}
252 % prints the description left-justified, and the key-name in a \kbd
254 %\def\key#1#2{\leavevmode\hbox to \hsize{\vtop
257 \def\key#
[all...]
H A Dcs-refcard.tex52 % Internet: gildea@stop.mail-abuse.org
61 % by Milan Zamazal <pdm@zamazal.org> in August 1999
213 % beginindentedkeys...endindentedkeys - key definitions will be
238 % key - definition of a key.
239 % \key{description of key}{key-name}
240 % prints the description left-justified, and the key-name in a \kbd
242 \def\key#
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dconfig_file.rb16 # Gem command arguments use a String key that matches the command name and
204 @backtrace = @hash[:backtrace] if @hash.key? :backtrace
205 @bulk_threshold = @hash[:bulk_threshold] if @hash.key? :bulk_threshold
206 @home = @hash[:gemhome] if @hash.key? :gemhome
207 @path = @hash[:gempath] if @hash.key? :gempath
208 @update_sources = @hash[:update_sources] if @hash.key? :update_sources
209 @verbose = @hash[:verbose] if @hash.key? :verbose
210 @disable_default_gem_server = @hash[:disable_default_gem_server] if @hash.key? :disable_default_gem_server
212 @ssl_verify_mode = @hash[:ssl_verify_mode] if @hash.key? :ssl_verify_mode
213 @ssl_ca_cert = @hash[:ssl_ca_cert] if @hash.key
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/openssl/lib/openssl/
H A Dconfig.rb5 Copyright (C) 2010 Hiroshi Nakamura <nahi@ruby-lang.org>
39 def get_key_string(data, section, key) # :nodoc:
40 if v = data[section] && data[section][key]
43 if v = ENV[key]
47 if v = data['default'] && data['default'][key]
71 key = $2
73 key = $1
76 (data[section] ||= {})[key] = value.strip
223 def get_value(section, key)
228 get_key_string(section, key)
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Ddbmmanage.in10 # http://www.apache.org/licenses/LICENSE-2.0
57 http://www.cpan.org/modules/by-module/Digest/Digest-MD5-2.12.tar.gz
71 http://www.cpan.org/modules/by-module/Crypt/Crypt-PasswdMD5-1.1.tar.gz
144 my($file,$command,$key,$crypted_pwd,$groups,$comment) = @ARGV;
245 die "Sorry, user `$key' doesn't exist!\n" unless $DB{$key};
246 $crypted_pwd = (split /:/, $DB{$key}, 3)[0] if $crypted_pwd eq '.';
247 $groups = (split /:/, $DB{$key}, 3)[1] if !$groups || $groups eq '.';
248 $comment = (split /:/, $DB{$key}, 3)[2] if !$comment || $comment eq '.';
260 die "Sorry, user `$key' alread
[all...]
/macosx-10.9.5/bind9-45.100/bind9/
H A Dbind.keys5 # the ISC DNSSEC Lookaside Validation zone ("dlv.isc.org"). Trust anchors
11 # To use the built-in root key, set "dnssec-validation auto;" in
12 # named.conf options. To use the built-in DLV key, set
18 # These keys are current as of January 2011. If any key fails to
21 # bind.keys can always be obtained from ISC at https://www.isc.org/bind-keys.
24 # ISC DLV: See https://www.isc.org/solutions/dlv for details.
25 # NOTE: This key is activated by setting "dnssec-lookaside auto;"
27 dlv.isc.org. initial-key 257 3 5 "BEAAAAPHMu/5onzrEE7z1egmhg/WPO0+juoZrW3euWEn4MxDCE1+lLy2
35 # ROOT KEY: See https://data.iana.org/roo
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/script/
H A Ddbicdump30 Dagfinn Ilmari Manns�ker C<< <ilmari@ilmari.org> >>
57 my ($self, $key, $value) = @_;
59 $key =~ tr/-/_/;
60 die "Unknown option: $key\n"
61 unless DBIx::Class::Schema::Loader::Base->can($key);
65 $loader_options->{$key} = $value;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/script/
H A Ddbicdump30 Dagfinn Ilmari Manns�ker C<< <ilmari@ilmari.org> >>
57 my ($self, $key, $value) = @_;
59 $key =~ tr/-/_/;
60 die "Unknown option: $key\n"
61 unless DBIx::Class::Schema::Loader::Base->can($key);
65 $loader_options->{$key} = $value;
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/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;
64 if ($key =~ /\.trigger$/ ){
66 }elsif ( $key !~ /\.(cspec\.)|warp_message|filter/){
69 $key = unlog4j($key);
73 for my $part (split /\.|::/, $key) {
192 Kevin Goess, <cpan@goess.org> Jan-2003
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/yaml/
H A Drb.test40 foreach key [lsort [array names a]] {
41 lappend out $key $a($key)
69 foreach key [lsort [array names map]] {
70 set node $map($key)
72 if {$sw ne "" && [info exists msubs($key)]} {
73 set subs1 $msubs($key)
78 lappend out $key $node
195 - '%.freepan.org'
198 } -result {allow {localhost %.sourceforge.net %.freepan.org}}
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DMDC.pm14 my($class, $key) = @_;
17 # Somebody called us with Log::Log4perl::MDC::get($key)
18 $key = $class;
21 if(exists $MDC_HASH{$key}) {
22 return $MDC_HASH{$key};
31 my($class, $key, $value) = @_;
34 # Somebody called us with Log::Log4perl::MDC::put($key, $value)
35 $value = $key;
36 $key = $class;
39 $MDC_HASH{$key}
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/samples/
H A DGoogle.tcl22 # You need to register to use the Google SOAP API. You should put your key
140 set schema {http://www.w3.org/2001/XMLSchema}
156 set schema http://www.w3.org/2001/XMLSchema
158 -proxy $endpoint -params {key string url string} \
160 -encoding http://schemas.xmlsoap.org/soap/encoding/ \
164 -proxy $endpoint -params {key string phrase string} \
166 -encoding http://schemas.xmlsoap.org/soap/encoding/ \
170 -params {key string q string start int maxResults int \
174 -encoding http://schemas.xmlsoap.org/soap/encoding/ \
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/Parser/
H A DDispatch.pm42 C<Dispatch> has just one key: C<Dispatch>. The value should be a
124 Support for this module is provided via the datetime@perl.org email
125 list. See http://lists.perl.org/ for more details.
129 http://perl.dellah.org/rt/dtbuilder
130 bug-datetime-format-builder@rt.cpan.org
149 Iain Truskett <spoon@cpan.org>
153 C<datetime@perl.org> mailing list.
155 http://datetime.perl.org/
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DDispatch.pm42 C<Dispatch> has just one key: C<Dispatch>. The value should be a
124 Support for this module is provided via the datetime@perl.org email
125 list. See http://lists.perl.org/ for more details.
129 http://perl.dellah.org/rt/dtbuilder
130 bug-datetime-format-builder@rt.cpan.org
149 Iain Truskett <spoon@cpan.org>
153 C<datetime@perl.org> mailing list.
155 http://datetime.perl.org/

Completed in 311 milliseconds

12345678910