Home
last modified time | relevance | path

Searched refs:cloning (Results 1 – 25 of 4184) sorted by relevance

12345678910>>...168

/dports/devel/p5-Data-Clone/Data-Clone-0.004/
H A DData-Clone.xs33 assert(cloning); in clone_sv()
35 SvGETMAGIC(cloning); in clone_sv()
37 if(SvROK(cloning)){ in clone_sv()
52 assert(cloning); in clone_hv_to()
55 hv_iterinit(cloning); in clone_hv_to()
67 assert(cloning); in clone_av_to()
70 last = av_len(cloning); in clone_av_to()
222 cloning, method_sv); in dc_clone_object()
251 assert(cloning); in clone_rv()
252 assert(SvROK(cloning)); in clone_rv()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dimplicit_clone.stderr1 error: implicitly cloning a `Vec` by calling `to_owned` on its dereferenced type
9 error: implicitly cloning a `Vec` by calling `to_vec` on its dereferenced type
15 error: implicitly cloning a `Vec` by calling `to_owned` on its dereferenced type
21 error: implicitly cloning a `Vec` by calling `to_vec` on its dereferenced type
27 error: implicitly cloning a `String` by calling `to_owned` on its dereferenced type
33 error: implicitly cloning a `Kitten` by calling `to_owned` on its dereferenced type
39 error: implicitly cloning a `PathBuf` by calling `to_owned` on its dereferenced type
45 error: implicitly cloning a `PathBuf` by calling `to_path_buf` on its dereferenced type
51 error: implicitly cloning a `OsString` by calling `to_owned` on its dereferenced type
57 error: implicitly cloning a `OsString` by calling `to_os_string` on its dereferenced type
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/html/semantics/embedded-content/media-elements/user-interface/
H A Dmuted.html.ini2 [cloning audio propagates muted (script-created)]
5 [cloning audio propagates muted (innerHTML-created)]
8 [cloning video propagates muted (script-created)]
11 [cloning video propagates muted (innerHTML-created)]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/html/semantics/embedded-content/media-elements/user-interface/
H A Dmuted.html.ini2 [cloning audio propagates muted (script-created)]
5 [cloning audio propagates muted (innerHTML-created)]
8 [cloning video propagates muted (script-created)]
11 [cloning video propagates muted (innerHTML-created)]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/html/semantics/embedded-content/media-elements/user-interface/
H A Dmuted.html.ini2 [cloning audio propagates muted (script-created)]
5 [cloning audio propagates muted (innerHTML-created)]
8 [cloning video propagates muted (script-created)]
11 [cloning video propagates muted (innerHTML-created)]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/html/semantics/embedded-content/media-elements/user-interface/
H A Dmuted.html.ini2 [cloning audio propagates muted (script-created)]
5 [cloning audio propagates muted (innerHTML-created)]
8 [cloning video propagates muted (script-created)]
11 [cloning video propagates muted (innerHTML-created)]
/dports/devel/p5-Class-Std-Fast/Class-Std-Fast-v0.0.8/lib/Class/Std/Fast/
H A DStorable.pm66 my($self, $cloning) = @_;
68 && $self->STORABLE_freeze_pre($cloning);
99 && $self->STORABLE_freeze_post($cloning, \%frozen_attr);
111 my $cloning = shift;
115 && $self->STORABLE_thaw_pre($cloning, $frozen_attr_ref);
148 && $self->STORABLE_thaw_post($cloning);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/
H A Dserialization-via-idb.any.js.ini2 [SharedArrayBuffer cloning via IndexedDB: basic case]
5 [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly]
10 [SharedArrayBuffer cloning via IndexedDB: basic case]
13 [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/
H A Dserialization-via-idb.any.js.ini2 [SharedArrayBuffer cloning via IndexedDB: basic case]
5 [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly]
10 [SharedArrayBuffer cloning via IndexedDB: basic case]
13 [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/
H A Dserialization-via-idb.any.js.ini2 [SharedArrayBuffer cloning via IndexedDB: basic case]
5 [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly]
10 [SharedArrayBuffer cloning via IndexedDB: basic case]
13 [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/
H A Dserialization-via-idb.any.js.ini2 [SharedArrayBuffer cloning via IndexedDB: basic case]
5 [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly]
10 [SharedArrayBuffer cloning via IndexedDB: basic case]
13 [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/
H A Dserialization-via-notifications-api.any.js.ini2 [SharedArrayBuffer cloning via the Notifications API's data member: basic case]
5 [SharedArrayBuffer cloning via the Notifications API's data member: is interleaved correctly]
10 [SharedArrayBuffer cloning via the Notifications API's data member: basic case]
13 [SharedArrayBuffer cloning via the Notifications API's data member: is interleaved correctly]
/dports/devel/gitlist/gitlist/
H A Dconfig.ini-example23 ssh_host = '' ; host to use for cloning via HTTP (default: none => uses gitlist web host)
24 ssh_url_subdir = '' ; if cloning via SSH is triggered using special dir (e.g. ssh://example.com/git…
26 ssh_port = '' ; port to use for cloning via SSH (default: 22 => standard ssh port)
27 ssh_user = 'git' ; user to use for cloning via SSH
32 http_host = '' ; host to use for cloning via HTTP (default: none => uses gitlist web host)
34 http_url_subdir = 'git/' ; if cloning via HTTP is triggered using virtual dir (e.g. https://example…
36 http_user = '' ; user to use for cloning via HTTP (default: none)
/dports/lang/perl5.34/perl-5.34.0/dist/Storable/t/
H A Dtied_hook.t66 my ($self, $cloning, $frozen) = @_;
108 my ($self, $cloning, $frozen) = @_;
140 my ($self, $cloning, $frozen) = @_;
228 my ($self, $cloning) = @_;
229 return if $cloning;
234 my ($self, $cloning, $data) = @_;
235 return if $cloning;
/dports/lang/perl5.32/perl-5.32.1/dist/Storable/t/
H A Dtied_hook.t66 my ($self, $cloning, $frozen) = @_;
108 my ($self, $cloning, $frozen) = @_;
140 my ($self, $cloning, $frozen) = @_;
228 my ($self, $cloning) = @_;
229 return if $cloning;
234 my ($self, $cloning, $data) = @_;
235 return if $cloning;
H A Dattach_errors.t197 my ($self, $cloning) = @_;
202 my ($class, $cloning, $string) = @_;
243 my ($class, $cloning, $id) = @_;
287 my ($self, $cloning) = @_;
292 my ($class, $cloning, $string) = @_;
/dports/lang/perl5.30/perl-5.30.3/dist/Storable/t/
H A Dtied_hook.t66 my ($self, $cloning, $frozen) = @_;
108 my ($self, $cloning, $frozen) = @_;
140 my ($self, $cloning, $frozen) = @_;
228 my ($self, $cloning) = @_;
229 return if $cloning;
234 my ($self, $cloning, $data) = @_;
235 return if $cloning;
H A Dattach_errors.t197 my ($self, $cloning) = @_;
202 my ($class, $cloning, $string) = @_;
243 my ($class, $cloning, $id) = @_;
287 my ($self, $cloning) = @_;
292 my ($class, $cloning, $string) = @_;
/dports/devel/p5-Storable/Storable-3.25/t/
H A Dtied_hook.t66 my ($self, $cloning, $frozen) = @_;
108 my ($self, $cloning, $frozen) = @_;
140 my ($self, $cloning, $frozen) = @_;
228 my ($self, $cloning) = @_;
229 return if $cloning;
234 my ($self, $cloning, $data) = @_;
235 return if $cloning;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Storable/t/
H A Dtied_hook.t66 my ($self, $cloning, $frozen) = @_;
108 my ($self, $cloning, $frozen) = @_;
140 my ($self, $cloning, $frozen) = @_;
228 my ($self, $cloning) = @_;
229 return if $cloning;
234 my ($self, $cloning, $data) = @_;
235 return if $cloning;
/dports/net-mgmt/observium/observium/mibs/samsung/
H A DSAMSUNG-CLONING-MIB91 If the device has no cloning result, this table is empty.
122 "This object indicates IPAdderss of device executing cloning "
138 "This object indicates result of the cloning"
146 "This date represents when cloning is executed.
160 "This object indicates IPAdderss of device executing cloning lately"
176 "This object indicates result of the latest cloning"
184 "This object indicates date of the latest cloning.
197 "This object indicates whethere device supports cloning or not"
/dports/www/p5-HTML-FormFu/HTML-FormFu-2.07/lib/HTML/FormFu/
H A DUploadParam.pm32 my ( $self, $cloning ) = @_;
34 return if $cloning;
61 my ( $self, $cloning, $serialized ) = @_;
63 return if $cloning;
/dports/devel/p5-Time-Moment/Time-Moment-0.44/lib/Time/
H A DMoment.pm81 my ($self, $cloning) = @_;
82 return if $cloning;
87 my ($self, $cloning, $packed) = @_;
88 return if $cloning;
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/content-security-policy/style-src/
H A Dinline-style-allowed-while-cloning-objects.sub.html.ini1 [inline-style-allowed-while-cloning-objects.sub.html]
5 [inline-style-allowed-while-cloning-objects 18]
8 [inline-style-allowed-while-cloning-objects 19]
/dports/www/p5-HTML-Element-Extended/HTML-Element-Extended-1.18/lib/HTML/
H A DElementSuper.pm160 $node->can('watchdog') && $node->watchdog ? $node->watchdog->cloning : 0;
168 $self->watchdog->cloning(1);
171 $self->watchdog->cloning(0);
174 $self->watchdog->cloning;
446 sub cloning { subroutine
448 @_ ? $self->{cloning} = shift : $self->{cloning};
465 return if $self->{mask} && !$self->{cloning};

12345678910>>...168