Home
last modified time | relevance | path

Searched refs:pvtype (Results 1 – 10 of 10) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/include/vtzero/
H A Dtypes.hpp119 constexpr static const property_value_type pvtype = property_value_type::string_value; member
143 constexpr static const property_value_type pvtype = property_value_type::float_value; member
167 constexpr static const property_value_type pvtype = property_value_type::double_value; member
191 constexpr static const property_value_type pvtype = property_value_type::int_value; member
215 constexpr static const property_value_type pvtype = property_value_type::uint_value; member
239 constexpr static const property_value_type pvtype = property_value_type::sint_value; member
263 constexpr static const property_value_type pvtype = property_value_type::bool_value; member
H A Dproperty_value.hpp93 while (value_message.next(T::pvtype, T::wire_type)) { in get_value()
/dports/net/kamailio/kamailio-5.4.5/src/modules/sipt/
H A Dsipt.c457 str pvtype; in sipt_parse_pv_name() local
475 pvtype.s = p; in sipt_parse_pv_name()
483 pvtype.len = p - pvtype.s; in sipt_parse_pv_name()
511 LM_DBG("sipt type[%.*s] - subtype[%.*s]\n", pvtype.len, pvtype.s, in sipt_parse_pv_name()
517 if(strncasecmp(pvtype.s, sipt_header_mapping[i].name, pvtype.len) == 0) in sipt_parse_pv_name()
541 LM_ERR("Unknown SIPT type [%.*s]\n",pvtype.len, pvtype.s); in sipt_parse_pv_name()
/dports/devel/p5-Getopt-Declare/Getopt-Declare-1.14/lib/Getopt/
H A DDeclare.pm611 s{\A(\s*\[\s*pvtype:\s*\S+\s+)/}{$1 qr/};
612 if (m/\A\s*\[\s*pvtype:/ and $_action = extract_codeblock($_,'[]'))
614 $_action =~ s/.*?\[\s*pvtype:\s*//;
666 s/((?:(?!\[\s*pvtype:).)*)(\n|(?=\[\s*pvtype:))//;
918 _typedef($desc) while $desc =~ s/.*?\[\s*pvtype:\s*//;
1050 if (m/\A\s*\[\s*pvtype:/ and extract_bracketed($_,'[{}]'))
1099 if (s/((?:(?!\[\s*pvtype:).)*)(\n|(?=\[\s*pvtype:))//)
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Channels/
H A DChannelServices.cs375 Type pvtype = Type.GetType (prov.Type); in CreateProvider()
376 if (pvtype == null) throw new RemotingException ("Type '" + prov.Type + "' not found"); in CreateProvider()
381 return Activator.CreateInstance (pvtype, pvparms); in CreateProvider()
386 …throw new RemotingException ("An instance of provider '" + pvtype + "' could not be created: " + e… in CreateProvider()
/dports/devel/p5-Getopt-Declare/Getopt-Declare-1.14/
H A DChanges99 - Fixed bug with /.../ patterns within [pvtype:...] directives
102 - Documented need to avoid capturing parens in [pvtype:...] directives
/dports/math/gretl/gretl-2021d/lib/src/
H A Dadf_kpss.c91 int pvtype; /* code for p-value type */ member
723 } else if (ainfo->pvtype == PV_ASY) { in print_adf_results()
725 } else if (ainfo->pvtype == PV_APPROX) { in print_adf_results()
1072 ainfo->pvtype = asy ? PV_ASY : PV_FINITE; in get_mackinnon_pvalue()
1099 ainfo->pvtype = (T == 0)? PV_ASY : PV_APPROX; in get_dfgls_pvalue()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/tcl/
H A DMIHM.tcl2578 set pvtype [lindex $var_j 0]
2580 if { $pvtype == "parameter" } { set Parameters [linsert $Parameters end $Var_j] }
2581 if { $pvtype == "explicit_variable" } { set expVariables [linsert $expVariables end $Var_j] }
2582 if { $pvtype == "implicit_variable" } { set impVariables [linsert $impVariables end $Var_j]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Ole/Automation/
H A Dmod.rs3089 …pub unsafe fn Size(&self, pvtype: *const ::std::ffi::c_void, dwdestcontext: u32, pvdestcontext: *c… in Size()
3091 …:vtable(self).3)(::std::mem::transmute_copy(self), ::std::mem::transmute(pvtype), ::std::mem::tran… in Size()
3093 …pub unsafe fn Marshal(&self, pvtype: *const ::std::ffi::c_void, dwdestcontext: u32, pvdestcontext:… in Marshal()
3096 …pub unsafe fn Unmarshal(&self, pvtype: *mut ::std::ffi::c_void, dwflags: u32, cbbufferlength: u32,… in Unmarshal()
3097 …:vtable(self).5)(::std::mem::transmute_copy(self), ::std::mem::transmute(pvtype), ::std::mem::tran… in Unmarshal()
3099 pub unsafe fn Free(&self, pvtype: *const ::std::ffi::c_void) -> ::windows::runtime::Result<()> { in Free()
3100 …e::Interface::vtable(self).6)(::std::mem::transmute_copy(self), ::std::mem::transmute(pvtype)).ok() in Free()
3133 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, pvtype: *const ::std::ffi::c_void,…
3134 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, pvtype: *const ::std::ffi::c_void,…
3135 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, pvtype: *mut ::std::ffi::c_void, d…
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs5472 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, pvtype: *mut u16) -> ::windows::ru…