Home
last modified time | relevance | path

Searched refs:chained (Results 1 – 25 of 3985) sorted by relevance

12345678910>>...160

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/parser/
H A Dchained-comparison-suggestion.stderr1 error: comparison operators cannot be chained
2 --> $DIR/chained-comparison-suggestion.rs:4:7
12 error: comparison operators cannot be chained
13 --> $DIR/chained-comparison-suggestion.rs:9:7
23 error: comparison operators cannot be chained
24 --> $DIR/chained-comparison-suggestion.rs:13:7
34 error: comparison operators cannot be chained
45 error: comparison operators cannot be chained
56 error: comparison operators cannot be chained
67 error: comparison operators cannot be chained
[all …]
H A Drequire-parens-for-chained-comparison.stderr1 error: comparison operators cannot be chained
2 --> $DIR/require-parens-for-chained-comparison.rs:5:11
12 error: comparison operators cannot be chained
13 --> $DIR/require-parens-for-chained-comparison.rs:9:11
23 error: comparison operators cannot be chained
24 --> $DIR/require-parens-for-chained-comparison.rs:13:6
34 error: comparison operators cannot be chained
35 --> $DIR/require-parens-for-chained-comparison.rs:17:6
45 error: comparison operators cannot be chained
46 --> $DIR/require-parens-for-chained-comparison.rs:22:21
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.util/src/org/osgi/util/promise/
H A DPromiseImpl.java252 return chained.orDone(); in then()
270 return chained.orDone(); in thenAccept()
281 return chained.orDone(); in filter()
290 onResolve(chained.new Map<>(this, mapper)); in map()
291 return chained.orDone(); in map()
302 return chained.orDone(); in flatMap()
312 return chained.orDone(); in recover()
322 return chained.orDone(); in recoverWith()
332 return chained.orDone(); in fallbackTo()
342 return chained.orDone(); in timeout()
[all …]
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/aggregate/
H A Dunit_core_uri_for_action.t54 '/action/chained/endpoint',
64 "/chained/foo/1/end",
81 'http://127.0.0.1/foo/chained/foo/1/end',
85 'http://127.0.0.1/foo/chained/foo/1/end',
89 '/chained/foo/1/end',
93 '/chained/foo/1/end',
97 '/chained/foo/1/end',
116 "http://127.0.0.1/foo/chained/foo/1/end/2?q=1",
139 my $action_needs_two = '/action/chained/endpoint2';
156 'http://127.0.0.1/foo/chained/foo2/1/2/end2/3',
[all …]
H A Dlive_component_controller_action_chained.t43 … ok( my $response = request('http://localhost/chained/foo/1/end/2'), 'chained + local endpoint' );
57 'chained + local endpoint; missing last argument' );
76 …ok( my $response = request('http://localhost/chained/foo/1/spoon'), 'chained + subcontroller endpo…
96 …ok( my $response = request('http://localhost/chained/bar/1/spoon'), 'chained + relative endpoint' …
116 'chained + local (2 args each)' );
812 # Tests that an uri_for to a chained root index action
817 'http://localhost/action/chained/to_root' ),
818 'uri_for with chained root action as arg' );
850 # Test chained actions in the root controller
1141 my $path = '/chained/roundtrip_urifor/' .
[all …]
/dports/devel/p5-Class-Tiny-Chained/Class-Tiny-Chained-0.004/t/
H A Dclass.t26 is $obj->foo(2), 2, 'setter is not chained';
27 is $obj->foo, 2, 'getter is not chained';
30 is blessed($obj->abc(2)), 'MyClass::Chained', 'setter is chained';
31 is $obj->abc, 2, 'getter is not chained';
33 is $obj->def, 3, 'getter is not chained';
36 is $obj->abc(2), 2, 'setter is not chained';
37 is $obj->abc, 2, 'getter is not chained';
39 is $obj->def, 3, 'getter is not chained';
42 is $obj->foo(2), 2, 'setter is not chained';
43 is $obj->foo, 2, 'getter is not chained';
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/efi/
H A Dsnponly.c74 static int chained_locate ( struct chained_protocol *chained ) { in chained_locate() argument
82 if ( ( rc = efi_locate_device ( device, chained->protocol, in chained_locate()
90 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
94 if ( ( efirc = bs->OpenProtocol ( parent, chained->protocol, in chained_locate()
95 &chained->interface, efi_image_handle, in chained_locate()
101 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
122 struct chained_protocol *chained ) { in chained_supported() argument
135 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
140 if ( interface != chained->interface ) { in chained_supported()
143 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/efi/
H A Dsnponly.c74 static int chained_locate ( struct chained_protocol *chained ) { in chained_locate() argument
82 if ( ( rc = efi_locate_device ( device, chained->protocol, in chained_locate()
90 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
94 if ( ( efirc = bs->OpenProtocol ( parent, chained->protocol, in chained_locate()
95 &chained->interface, efi_image_handle, in chained_locate()
101 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
122 struct chained_protocol *chained ) { in chained_supported() argument
135 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
140 if ( interface != chained->interface ) { in chained_supported()
143 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/efi/
H A Dsnponly.c74 static int chained_locate ( struct chained_protocol *chained ) { in chained_locate() argument
82 if ( ( rc = efi_locate_device ( device, chained->protocol, in chained_locate()
90 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
94 if ( ( efirc = bs->OpenProtocol ( parent, chained->protocol, in chained_locate()
95 &chained->interface, efi_image_handle, in chained_locate()
101 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
122 struct chained_protocol *chained ) { in chained_supported() argument
135 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
140 if ( interface != chained->interface ) { in chained_supported()
143 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/efi/
H A Dsnponly.c74 static int chained_locate ( struct chained_protocol *chained ) { in chained_locate() argument
82 if ( ( rc = efi_locate_device ( device, chained->protocol, in chained_locate()
90 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
94 if ( ( efirc = bs->OpenProtocol ( parent, chained->protocol, in chained_locate()
95 &chained->interface, efi_image_handle, in chained_locate()
101 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
122 struct chained_protocol *chained ) { in chained_supported() argument
135 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
140 if ( interface != chained->interface ) { in chained_supported()
143 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/efi/
H A Dsnponly.c74 static int chained_locate ( struct chained_protocol *chained ) { in chained_locate() argument
82 if ( ( rc = efi_locate_device ( device, chained->protocol, in chained_locate()
90 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
94 if ( ( efirc = bs->OpenProtocol ( parent, chained->protocol, in chained_locate()
95 &chained->interface, efi_image_handle, in chained_locate()
101 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
122 struct chained_protocol *chained ) { in chained_supported() argument
135 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
140 if ( interface != chained->interface ) { in chained_supported()
143 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/efi/
H A Dsnponly.c74 static int chained_locate ( struct chained_protocol *chained ) { in chained_locate() argument
82 if ( ( rc = efi_locate_device ( device, chained->protocol, in chained_locate()
90 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
94 if ( ( efirc = bs->OpenProtocol ( parent, chained->protocol, in chained_locate()
95 &chained->interface, efi_image_handle, in chained_locate()
101 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
122 struct chained_protocol *chained ) { in chained_supported() argument
135 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
140 if ( interface != chained->interface ) { in chained_supported()
143 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/efi/
H A Dsnponly.c74 static int chained_locate ( struct chained_protocol *chained ) { in chained_locate() argument
82 if ( ( rc = efi_locate_device ( device, chained->protocol, in chained_locate()
90 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
94 if ( ( efirc = bs->OpenProtocol ( parent, chained->protocol, in chained_locate()
95 &chained->interface, efi_image_handle, in chained_locate()
101 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
122 struct chained_protocol *chained ) { in chained_supported() argument
135 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
140 if ( interface != chained->interface ) { in chained_supported()
143 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/efi/
H A Dsnponly.c74 static int chained_locate ( struct chained_protocol *chained ) { in chained_locate() argument
82 if ( ( rc = efi_locate_device ( device, chained->protocol, in chained_locate()
90 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
94 if ( ( efirc = bs->OpenProtocol ( parent, chained->protocol, in chained_locate()
95 &chained->interface, efi_image_handle, in chained_locate()
101 efi_guid_ntoa ( chained->protocol ) ); in chained_locate()
122 struct chained_protocol *chained ) { in chained_supported() argument
135 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
140 if ( interface != chained->interface ) { in chained_supported()
143 efi_guid_ntoa ( chained->protocol ) ); in chained_supported()
[all …]
/dports/lang/php-mode.el/php-mode-1.24.0/tests/
H A Dissue-135.php12 ->chained(); // ###php-mode-test### ((indent 9))
20 ->chained(); // ###php-mode-test### ((indent 4))
26 ->chained(); // ###php-mode-test### ((indent 13))
29 ->chained(); // ###php-mode-test### ((indent 8))
40 ->chained(), // ###php-mode-test### ((indent 13))
50 ->chained() // ###php-mode-test### ((indent 4))
58 ->chained(); // ###php-mode-test### ((indent 17))
61 ->chained(); // ###php-mode-test### ((indent 12))
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfilter_chain.c185 chained_filter_t *chained = in filter_chain_AppendInner() local
237 chain->first = chained; in filter_chain_AppendInner()
242 chain->last = chained; in filter_chain_AppendInner()
243 chained->next = NULL; in filter_chain_AppendInner()
248 chained->mouse = mouse; in filter_chain_AppendInner()
249 chained->pending = NULL; in filter_chain_AppendInner()
288 if( chained->prev != NULL ) in filter_chain_DeleteFilter()
289 chained->prev->next = chained->next; in filter_chain_DeleteFilter()
296 if( chained->next != NULL ) in filter_chain_DeleteFilter()
297 chained->next->prev = chained->prev; in filter_chain_DeleteFilter()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/ptoca/
H A DPtocaBuilder.java133 commit(chained(SCFL)); in setCodedFont()
150 commit(chained(AMI)); in absoluteMoveInline()
164 commit(chained(RMI)); in relativeMoveInline()
181 commit(chained(AMB)); in absoluteMoveBaseline()
199 commit(chained(TRN)); in addTransparentData()
217 commit(chained(DBR)); in drawBaxisRule()
234 commit(chained(DIR)); in drawIaxisRule()
255 commit(chained(STO)); in setTextOrientation()
317 commit(chained(SEC)); in setExtendedTextColor()
336 commit(chained(SVI)); in setVariableSpaceCharacterIncrement()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/const-generics/min_const_generics/
H A Dconst-expression-suggest-missing-braces-without-turbofish.stderr1 error: comparison operators cannot be chained
12 error: comparison operators cannot be chained
23 error: comparison operators cannot be chained
34 error: comparison operators cannot be chained
45 error: comparison operators cannot be chained
56 error: comparison operators cannot be chained
67 error: comparison operators cannot be chained
84 error: comparison operators cannot be chained
95 error: comparison operators cannot be chained
106 error: comparison operators cannot be chained
[all …]
/dports/sysutils/immortal/immortal-0.24.3/vendor/github.com/nbari/violetear/middleware/
H A Dmiddleware_test.go76 chained := New().ThenFunc(fn)
79 chained.ServeHTTP(rec, (*http.Request)(nil))
81 if reflect.TypeOf(chained) != reflect.TypeOf((http.HandlerFunc)(nil)) {
91 chained := New(t1, t2, t3).Then(testApp)
99 chained.ServeHTTP(w, r)
117 chained := newChain.Then(testApp)
125 chained.ServeHTTP(w, r)
156 chained := newChain.Then(testApp)
164 chained.ServeHTTP(w, r)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/justinas/alice/
H A Dchain_test.go76 chained := New().ThenFunc(fn)
79 chained.ServeHTTP(rec, (*http.Request)(nil))
81 if reflect.TypeOf(chained) != reflect.TypeOf((http.HandlerFunc)(nil)) {
91 chained := New(t1, t2, t3).Then(testApp)
99 chained.ServeHTTP(w, r)
117 chained := newChain.Then(testApp)
125 chained.ServeHTTP(w, r)
156 chained := newChain.Then(testApp)
164 chained.ServeHTTP(w, r)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/justinas/alice/
H A Dchain_test.go76 chained := New().ThenFunc(fn)
79 chained.ServeHTTP(rec, (*http.Request)(nil))
81 if reflect.TypeOf(chained) != reflect.TypeOf((http.HandlerFunc)(nil)) {
91 chained := New(t1, t2, t3).Then(testApp)
99 chained.ServeHTTP(w, r)
117 chained := newChain.Then(testApp)
125 chained.ServeHTTP(w, r)
156 chained := newChain.Then(testApp)
164 chained.ServeHTTP(w, r)
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DDistributedOperations.asn135 -- parameterized type for deriving chained operations
36 chained{OPERATION:operation} OPERATION ::= {
53 -- chained operations
54 chainedRead OPERATION ::= chained{read}
56 chainedCompare OPERATION ::= chained{compare}
60 chainedList OPERATION ::= chained{list}
62 chainedSearch OPERATION ::= chained{search}
64 chainedAddEntry OPERATION ::= chained{addEntry}
66 chainedRemoveEntry OPERATION ::= chained{removeEntry}
68 chainedModifyEntry OPERATION ::= chained{modifyEntry}
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DDistributedOperations.asn135 -- parameterized type for deriving chained operations
36 chained{OPERATION:operation} OPERATION ::= {
53 -- chained operations
54 chainedRead OPERATION ::= chained{read}
56 chainedCompare OPERATION ::= chained{compare}
60 chainedList OPERATION ::= chained{list}
62 chainedSearch OPERATION ::= chained{search}
64 chainedAddEntry OPERATION ::= chained{addEntry}
66 chainedRemoveEntry OPERATION ::= chained{removeEntry}
68 chainedModifyEntry OPERATION ::= chained{modifyEntry}
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DDistributedOperations.asn135 -- parameterized type for deriving chained operations
36 chained{OPERATION:operation} OPERATION ::= {
53 -- chained operations
54 chainedRead OPERATION ::= chained{read}
56 chainedCompare OPERATION ::= chained{compare}
60 chainedList OPERATION ::= chained{list}
62 chainedSearch OPERATION ::= chained{search}
64 chainedAddEntry OPERATION ::= chained{addEntry}
66 chainedRemoveEntry OPERATION ::= chained{removeEntry}
68 chainedModifyEntry OPERATION ::= chained{modifyEntry}
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DDistributedOperations.asn135 -- parameterized type for deriving chained operations
36 chained{OPERATION:operation} OPERATION ::= {
53 -- chained operations
54 chainedRead OPERATION ::= chained{read}
56 chainedCompare OPERATION ::= chained{compare}
60 chainedList OPERATION ::= chained{list}
62 chainedSearch OPERATION ::= chained{search}
64 chainedAddEntry OPERATION ::= chained{addEntry}
66 chainedRemoveEntry OPERATION ::= chained{removeEntry}
68 chainedModifyEntry OPERATION ::= chained{modifyEntry}
[all …]

12345678910>>...160