/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_12.HIPx.out | 12 <div class="data color-fg-red" data-tag="name" data-xpath="/top/data/thing/name">thing</div> 14 …<div class="data color-fg-green" data-tag="color" data-xpath="/top/data/thing[name = 'thing']/colo… 16 <div class="data" data-tag="time" data-xpath="/top/data/thing[name = 'thing']/time">02:15</div> 20 …<div class="data color-fg-red" data-tag="hand" data-xpath="/top/data/thing[name = 'thing']/hand">l… 22 …<div class="data color-fg-blue" data-tag="color" data-xpath="/top/data/thing[name = 'thing']/color… 24 <div class="data" data-tag="time" data-xpath="/top/data/thing[name = 'thing']/time">03:45</div> 28 <div class="data color-fg-red" data-tag="name" data-xpath="/top/data/thing/name">thing</div> 30 …<div class="data color-fg-green" data-tag="color" data-xpath="/top/data/thing[name = 'thing']/colo… 32 <div class="data" data-tag="time" data-xpath="/top/data/thing[name = 'thing']/time">02:15</div> 36 …<div class="data color-fg-red" data-tag="hand" data-xpath="/top/data/thing[name = 'thing']/hand">l… [all …]
|
H A D | test_12.X.out | 1 …thing><name>thing</name><color>green</color><time>2:15</time><hand>left</hand><color>blue</color><…
|
H A D | test_12.XP.out | 5 <thing> 6 <name>thing</name> 12 </thing> 13 <thing> 14 <name>thing</name> 20 </thing> 21 <thing> 22 <name>thing</name> 28 </thing> 29 <thing> [all …]
|
H A D | test_12.E.out | 6 op open_list: [thing] [] [0] 7 op open_instance: [thing] [] [0x4040010] 8 op string: [name] [thing] [0x80] 14 op close_instance: [thing] [] [0] 15 op open_instance: [thing] [] [0x4040010] 16 op string: [name] [thing] [0x80] 22 op close_instance: [thing] [] [0] 23 op open_instance: [thing] [] [0x4040010] 24 op string: [name] [thing] [0x80] 30 op close_instance: [thing] [] [0] [all …]
|
H A D | test_12.JP.out | 6 "thing": [ 8 "name": "thing", 16 "name": "thing", 24 "name": "thing", 32 "name": "thing", 40 "name": "thing", 48 "name": "thing", 56 "name": "thing", 64 "name": "thing", 72 "name": "thing", [all …]
|
H A D | test_12.JPu.out | 6 "thing": [ 8 "name": "thing", 16 "name": "thing", 24 "name": "thing", 32 "name": "thing", 40 "name": "thing", 48 "name": "thing", 56 "name": "thing", 64 "name": "thing", 72 "name": "thing", [all …]
|
H A D | test_12.J.out | 1 …thing": [{"name":"thing","color":"green","time":"2:15","hand":"left","color":"blue","time":"3:45"}…
|
H A D | test_12.H.out | 1 …thing</div><div class="text"> is </div><div class="data color-fg-green" data-tag="color">green</di…
|
H A D | test_12.HP.out | 12 <div class="data color-fg-red" data-tag="name">thing</div> 28 <div class="data color-fg-red" data-tag="name">thing</div> 44 <div class="data color-fg-red" data-tag="name">thing</div> 60 <div class="data color-fg-red" data-tag="name">thing</div> 76 <div class="data color-fg-red" data-tag="name">thing</div> 92 <div class="data color-fg-red" data-tag="name">thing</div> 108 <div class="data color-fg-red" data-tag="name">thing</div> 124 <div class="data color-fg-red" data-tag="name">thing</div> 140 <div class="data color-fg-red" data-tag="name">thing</div> 156 <div class="data color-fg-red" data-tag="name">thing</div>
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | app_params.c | 75 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent) in print_param_types() argument 84 BIO_printf(bio_out, "%*sEmpty list of %s (!!!)\n", indent, "", thing); in print_param_types() 86 BIO_printf(bio_out, "%*s%s:\n", indent, "", thing); in print_param_types()
|
/freebsd/crypto/openssl/Configurations/ |
H A D | gentemplate.pm | 85 my $thing = shift; 86 my $extensionlessthing = extensionlesslib($thing); 88 my @list = @{ $self->{info}->{depends}->{$thing} // 93 print STDERR "DEBUG[collectdepends] $thing > ", join(' ', @listsofar), "\n" 100 next if defined $self->{info}->{attributes}->{depends}->{$thing}->{$item}->{'weak'}; 104 print STDERR "DEBUG[collectdepends] $thing < ", join(' ', @newlist), "\n"
|
/freebsd/contrib/bmake/ |
H A D | import.sh | 61 # thing should match what the TARBALL contains 62 thing=`basename $here` 64 case "$thing" in
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.h | 123 T thing(PyRefType::Owned, obj); in Take() 124 assert(thing.IsValid()); in Take() 125 return thing; in Take() 141 T thing(PyRefType::Borrowed, obj); in Retain() 142 assert(thing.IsValid()); in Retain() 143 return thing; in Retain()
|
/freebsd/crypto/openssl/apps/include/ |
H A D | app_params.h | 12 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent);
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0005.in | 2 bar = "other thing"
|
H A D | pf0005.ok | 2 bar = "other thing"
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_hexchar2int.pod | 39 OPENSSL_hexstr2buf() does the same thing as OPENSSL_hexstr2buf_ex(), 55 OPENSSL_buf2hexstr() does the same thing as OPENSSL_buf2hexstr_ex(),
|
H A D | EVP_PKEY_check.pod | 32 provided then this function call does the same thing as EVP_PKEY_param_check(). 40 provided then this function call does the same thing as EVP_PKEY_public_check().
|
H A D | CTLOG_new.pod | 37 CTLOG_new() does the same thing as CTLOG_new_ex() but with the default 46 CTLOG_new_from_base64() does the same thing as
|
H A D | EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod | 66 EVP_PKEY_CTX_set_rsa_pss_keygen_md_name() does the same thing, but 71 EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md_name() does the same thing, but
|
/freebsd/crypto/openssl/doc/HOWTO/ |
H A D | certificates.txt | 37 it might or might not be the desirable thing. Further information on how to 88 was kind enough, your certificate is a raw DER thing in PEM format. 100 In the case of a raw DER thing in PEM format, and assuming that's all
|
/freebsd/contrib/ntp/sntp/loc/ |
H A D | README | 14 manX_MANS= target, which "does the right thing". This means that we
|
/freebsd/stand/ficl/softwords/ |
H A D | classes.fr | 58 \ Derived classes must specify the size of the thing 63 \ Returns the size in address units of the thing the pointer
|
/freebsd/contrib/libpcap/cmake/Modules/ |
H A D | Finddpdk.cmake | 24 # If that causes a problem, the only thing we will do is 73 # (One good thing about autotools is that only the builders
|
/freebsd/contrib/ntp/adjtimed/ |
H A D | README | 19 thing". This is not an exact replacement for BSD adjtime(2), don't
|