Home
last modified time | relevance | path

Searched refs:stringified (Results 1 – 25 of 2134) sorted by relevance

12345678910>>...86

/dports/devel/omniORB/omniORB-4.2.4/doc/tex/
H A Dutilities.tex23 catior [-x] <stringified IOR>
26 \noindent catior is a utility for viewing components of a stringified
27 IOR. It displays the components of the stringified object reference
45 \noindent genior generates a stringified object reference from the
79 binds name to a new context, and returns the stringified context IOR.
85 \item \verb.bind <object-name> <stringified-IOR>.
95 returns stringified IOR bound to specified name.
120 \item \verb.bind_context <context-name> <stringified-IOR>.
124 \item \verb.rebind <object-name> <stringified-IOR>.
128 \item \verb.rebind_context <context-name> <stringified-IOR>.
[all …]
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dcredentials.c38 gchar *stringified; in test_basic() local
86 stringified = g_credentials_to_string (creds); in test_basic()
87 g_test_message ("%s", stringified); in test_basic()
88 g_free (stringified); in test_basic()
90 stringified = g_credentials_to_string (other); in test_basic()
91 g_test_message ("%s", stringified); in test_basic()
92 g_free (stringified); in test_basic()
/dports/devel/p5-Class-C3/Class-C3-0.35/t/
H A D21_C3_with_overload.t17 use overload '""' => sub { ref(shift) . " stringified" },
51 is("$x", 'InheritingFromOverloadedTest stringified', '... got the right value when stringifing');
52 is("$y", 'OverloadingTest stringified', '... got the right value when stringifing');
54 ok(($y eq 'OverloadingTest stringified'), '... eq was handled correctly');
58 $result = $x eq 'InheritingFromOverloadedTest stringified'
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/
H A DAddress.pm361 $this->{stringified} = undef;
1078 if ( !defined $this->{stringified} ) {
1080 $this->{stringified} =
1083 $this->{stringified} .=
1113 $this->{stringified} = '\''
1114 . $this->{stringified} . '\'/'
1134 $this->{stringified} .=
1166 $this->{stringified} = '/';
1170 if TRACE2 and $this->{stringified};
1172 return $this->{stringified};
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/tests/runtime/data/kubernetes/out/core/
H A Dcore_unescaping_json.out1 [1554141513.598656,{"log":"{\"stringified-json\":\"{\\\"stringified-json\\\":\\\"{\\\\\\\"stringifi…
/dports/www/mattermost-server/mattermost-server-6.0.2/plugin/
H A Dstringifier.go11 stringified := make([]string, len(objects))
13 stringified[i] = fmt.Sprintf("%+v", object)
15 return stringified
/dports/devel/p5-Hash-FieldHash/Hash-FieldHash-0.15/t/
H A D17_overload.t9 my $stringified = 0;
19 $stringified++;
40 is $stringified, 0, 'not stringified';
/dports/www/p5-HTML-FormFu/HTML-FormFu-2.07/t/elements/
H A Dselect_empty_first_label.t28 is( "$field", $field_xhtml, 'stringified field' );
46 is( "$field", $field_xhtml, 'stringified field' );
63 is( "$field", $field_xhtml, 'stringified field' );
80 is( "$field", $field_xhtml, 'stringified field' );
/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/t/
H A Dobject.t130 return "stringified '$$self'";
160 return "PASS: stringified $$self";
315 stringified 'Test String'
320 stringified 'Test String'
325 -> stringified 'Test String' <-
330 stringified 'Test String'
335 foo stringified 'Test String' bar
365 PASS: stringified Numbersome
370 PASS: stringified from GetNumbersome
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/digitalocean/godo/
H A Daccount_test.go55 stringified := acct.String()
57 if expected != stringified {
58 t.Errorf("Account.String returned %+v, expected %+v", stringified, expected)
H A Dregions_test.go103 stringified := region.String()
105 if expected != stringified {
106 t.Errorf("Region.String returned %+v, expected %+v", stringified, expected)
/dports/security/vault/vault-1.8.2/vendor/github.com/digitalocean/godo/
H A Daccount_test.go55 stringified := acct.String()
57 if expected != stringified {
58 t.Errorf("Account.String returned %+v, expected %+v", stringified, expected)
H A Dregions_test.go86 stringified := region.String()
88 if expected != stringified {
89 t.Errorf("Region.String returned %+v, expected %+v", stringified, expected)
H A Dsizes_test.go91 stringified := size.String()
93 if expected != stringified {
94 t.Errorf("Size.String returned %+v, expected %+v", stringified, expected)
/dports/lang/perl5.34/perl-5.34.0/dist/Carp/t/
H A DCarp_overload.t16 "Stringable object not overload stringified");
17 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH *not* stringified");
29 like($msg, qr/bar.*buzz/m, 'HASH stringified');
36 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH not stringified again");
/dports/lang/perl5.30/perl-5.30.3/dist/Carp/t/
H A DCarp_overload.t16 "Stringable object not overload stringified");
17 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH *not* stringified");
29 like($msg, qr/bar.*buzz/m, 'HASH stringified');
36 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH not stringified again");
/dports/lang/perl5.32/perl-5.32.1/dist/Carp/t/
H A DCarp_overload.t16 "Stringable object not overload stringified");
17 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH *not* stringified");
29 like($msg, qr/bar.*buzz/m, 'HASH stringified');
36 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH not stringified again");
/dports/devel/p5-Carp/Carp-1.50/t/
H A DCarp_overload.t16 "Stringable object not overload stringified");
17 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH *not* stringified");
29 like($msg, qr/bar.*buzz/m, 'HASH stringified');
36 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH not stringified again");
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Carp/t/
H A DCarp_overload.t16 "Stringable object not overload stringified");
17 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH *not* stringified");
29 like($msg, qr/bar.*buzz/m, 'HASH stringified');
36 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH not stringified again");
/dports/net/concourse-fly/concourse-6.7.1/atc/creds/kubernetes/
H A Dsecrets.go75 stringified := map[string]interface{}{}
77 stringified[k] = string(v)
80 return stringified, nil, true, nil
/dports/misc/concourse/concourse-6.7.2/atc/creds/kubernetes/
H A Dsecrets.go75 stringified := map[string]interface{}{}
77 stringified[k] = string(v)
80 return stringified, nil, true, nil
/dports/devel/p5-SPOPS/SPOPS-0.87/t/
H A D05_exception.t22 is( "$e", $e_message, '$@ stringified' );
45 my $stringified = "Security violation. Object requested [READ] and got [NONE]";
46 is( "$s", $stringified, 'Security $@ stringified' );
76 is( "$d", join( "\n", $d_message, $sql ), 'DBI $@ stringified' );
109 is( "$l", $l_message, 'LDAP $@ stringified' );
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/ui/components/
H A DDataGridRenderers.ts7 const stringified = String(value);
8 return LitHtml.html`${stringified}`;
/dports/www/p5-HTML-Template-Pluggable/HTML-Template-Pluggable-0.17/t/
H A Dside_effects.t26 unlike $ex, qr/0x/, "exception doesn't leave a stringified object behind";
36 unlike $ex, qr/0x/, "exception doesn't leave a stringified object behind";
49 is $ex, '', "exception doesn't leave a stringified object behind";
58 is $ex, '', "exception doesn't leave a stringified object behind";
/dports/net/p5-URI-Query/URI-Query-0.16/t/
H A D07_unesc.t26 is("$qq", $qs_esc, 'stringified keys/values escaped ok');
30 is("$qq", $qs_esc, 'stringified keys/values escaped ok');
34 is("$qq", $qs_esc, 'stringified keys/values escaped ok');

12345678910>>...86