Home
last modified time | relevance | path

Searched refs:requested_type (Results 1 – 25 of 145) sorted by relevance

123456

/dports/shells/psh/psh-1.8.1/lib/Psh/Builtins/
H A DTieopt.pm46 $requested_type = $var_types{$1};
59 $requested_type = $var_types{$1};
70 $requested_type = $var_types{$1};
104 if ($requested_type eq 'SCALAR') {
107 if ($requested_type eq 'ARRAY') {
111 if ($requested_type eq 'HASH') {
117 if ($requested_type eq 'ARRAY') {
120 elsif ($requested_type eq 'HASH') {
136 if ($requested_type eq 'SCALAR') {
140 if ($requested_type eq 'ARRAY') {
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/
H A Dpeel.c23 git_object_t requested_type, in assert_peel_generic() argument
33 cl_git_pass(git_reference_peel(&peeled, ref, requested_type)); in assert_peel_generic()
46 git_object_t requested_type, in assert_peel() argument
50 assert_peel_generic(g_repo, ref_name, requested_type, in assert_peel()
54 static void assert_peel_error(int error, const char *ref_name, git_object_t requested_type) in assert_peel_error() argument
61 cl_assert_equal_i(error, git_reference_peel(&peeled, ref, requested_type)); in assert_peel_error()
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/lib/DBIx/Class/InflateColumn/
H A DDateTime.pm115 my $requested_type;
123 $requested_type = $_;
128 return if (!$requested_type and !$info->{data_type});
146 elsif ($requested_type) {
147 $info->{_ic_dt_method} = $requested_type;
/dports/comms/p5-Nexmo-SMS/Nexmo-SMS-0.06/lib/Nexmo/
H A DSMS.pm59 my $requested_type = $param{type};
60 if ( exists $param{type} and !$types{$requested_type} ) {
61 $self->errstr("Type $requested_type not supported (yet)!");
65 my $type = $requested_type || 'text';
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxoffset_view.hpp32 template <class value_type, class requested_type>
33 using simd_return_type = xt_simd::simd_return_type<value_type, requested_type>;
41 template <class align, class requested_type, std::size_t N, class E, class MF = M,
46 auto batch = expr.template load_simd<align, requested_type, N>(n); in proxy_simd_load()
H A Dxfunction.hpp202 template <class requested_type>
203 using simd_return_type = xt_simd::simd_return_type<value_type, requested_type>;
317 template <class align, class requested_type = value_type,
318 std::size_t N = xt_simd::simd_traits<requested_type>::size>
319 simd_return_type<requested_type> load_simd(size_type i) const;
342 template <class align, class requested_type, std::size_t N, std::size_t... I>
449 template <class requested_type>
768 template <class align, class requested_type, std::size_t N>
770 -> simd_return_type<requested_type> in load_simd()
826 template <class align, class requested_type, std::size_t N, std::size_t... I>
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/object/
H A Dpeel.c18 git_object_t requested_type, in assert_peel() argument
29 cl_git_pass(git_object_peel(&peeled, obj, requested_type)); in assert_peel()
40 static void assert_peel_error(int error, const char *sha, git_object_t requested_type) in assert_peel_error() argument
49 cl_assert_equal_i(error, git_object_peel(&peeled, obj, requested_type)); in assert_peel_error()
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/tomoyo/
H A Dmount.c85 const char *requested_type = NULL; in tomoyo_mount_acl() local
97 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
98 if (!requested_type) in tomoyo_mount_acl()
100 rtype.name = requested_type; in tomoyo_mount_acl()
173 kfree(requested_type); in tomoyo_mount_acl()
/dports/multimedia/libv4l/linux-5.13-rc2/security/tomoyo/
H A Dmount.c85 const char *requested_type = NULL; in tomoyo_mount_acl() local
97 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
98 if (!requested_type) in tomoyo_mount_acl()
100 rtype.name = requested_type; in tomoyo_mount_acl()
173 kfree(requested_type); in tomoyo_mount_acl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/tomoyo/
H A Dmount.c85 const char *requested_type = NULL; in tomoyo_mount_acl() local
97 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
98 if (!requested_type) in tomoyo_mount_acl()
100 rtype.name = requested_type; in tomoyo_mount_acl()
173 kfree(requested_type); in tomoyo_mount_acl()
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_external_services/
H A Dmod_external_services.lua132 local requested_type = action.attr.type;
133 if requested_type then
135 return item.type == requested_type;
145 requested_type = requested_type;
/dports/games/flightgear/flightgear-2020.3.11/src/Scripting/
H A DClipboardX11.cxx91 Atom requested_type = None; in getText() local
126 requested_type = XA_STRING; // TODO select other type in getText()
127 XConvertSelection( _display, atom_type, requested_type, atom_type, in getText()
130 else if(target == requested_type) in getText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/storage/indexed_db/scopes/
H A Ddisjoint_range_lock_manager.cc21 : requested_type(type), in LockRequest()
179 lock.queue.front().requested_type == LockType::kShared)) { in LockReleased()
192 lock.lock_mode = requester.requested_type; in LockReleased()
200 if (requester.requested_type == LockType::kExclusive) in LockReleased()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/storage/indexed_db/scopes/
H A Ddisjoint_range_lock_manager.cc19 : requested_type(type), in LockRequest()
177 lock.queue.front().requested_type == LockType::kShared)) { in LockReleased()
190 lock.lock_mode = requester.requested_type; in LockReleased()
198 if (requester.requested_type == LockType::kExclusive) in LockReleased()
/dports/net/gupnp/gupnp-1.4.0/libgupnp/
H A Dgupnp-resource-factory.c129 const char *requested_type, in lookup_type_with_fallback() argument
137 if (requested_type == NULL) { in lookup_type_with_fallback()
142 g_debug ("Using passed type %s", requested_type); in lookup_type_with_fallback()
143 upnp_type = g_strdup (requested_type); in lookup_type_with_fallback()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c86 bool requested_type = false; in CreateStatistics() local
295 requested_type = true; in CreateStatistics()
300 requested_type = true; in CreateStatistics()
305 requested_type = true; in CreateStatistics()
314 if (!requested_type) in CreateStatistics()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c86 bool requested_type = false; in CreateStatistics() local
295 requested_type = true; in CreateStatistics()
300 requested_type = true; in CreateStatistics()
305 requested_type = true; in CreateStatistics()
314 if (!requested_type) in CreateStatistics()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c86 bool requested_type = false; in CreateStatistics() local
295 requested_type = true; in CreateStatistics()
300 requested_type = true; in CreateStatistics()
305 requested_type = true; in CreateStatistics()
314 if (!requested_type) in CreateStatistics()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c86 bool requested_type = false; in CreateStatistics() local
295 requested_type = true; in CreateStatistics()
300 requested_type = true; in CreateStatistics()
305 requested_type = true; in CreateStatistics()
314 if (!requested_type) in CreateStatistics()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c86 bool requested_type = false; in CreateStatistics() local
295 requested_type = true; in CreateStatistics()
300 requested_type = true; in CreateStatistics()
305 requested_type = true; in CreateStatistics()
314 if (!requested_type) in CreateStatistics()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c86 bool requested_type = false; in CreateStatistics() local
295 requested_type = true; in CreateStatistics()
300 requested_type = true; in CreateStatistics()
305 requested_type = true; in CreateStatistics()
314 if (!requested_type) in CreateStatistics()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c86 bool requested_type = false; in CreateStatistics() local
295 requested_type = true; in CreateStatistics()
300 requested_type = true; in CreateStatistics()
305 requested_type = true; in CreateStatistics()
314 if (!requested_type) in CreateStatistics()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dstatscmds.c78 bool requested_type = false; in CreateStatistics() local
285 requested_type = true; in CreateStatistics()
290 requested_type = true; in CreateStatistics()
299 if (!requested_type) in CreateStatistics()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dstatscmds.c78 bool requested_type = false; in CreateStatistics() local
285 requested_type = true; in CreateStatistics()
290 requested_type = true; in CreateStatistics()
299 if (!requested_type) in CreateStatistics()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dstatscmds.c78 bool requested_type = false; in CreateStatistics() local
285 requested_type = true; in CreateStatistics()
290 requested_type = true; in CreateStatistics()
299 if (!requested_type) in CreateStatistics()

123456