Home
last modified time | relevance | path

Searched defs:to_type (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/dports/games/wesnoth/wesnoth-1.14.17/src/ai/lua/
H A Dlua_object.hpp76 std::shared_ptr<T> to_type(lua_State *, int) in to_type() function in ai::lua_object
85 inline std::shared_ptr<double> lua_object<double>::to_type(lua_State *L, int n) in to_type() function in ai::lua_object
91 inline std::shared_ptr<std::string> lua_object<std::string>::to_type(lua_State *L, int n) in to_type() function in ai::lua_object::string
97 inline std::shared_ptr<bool> lua_object<bool>::to_type(lua_State *L, int n) in to_type() function in ai::lua_object
103 inline std::shared_ptr<int> lua_object<int>::to_type(lua_State *L, int n) in to_type() function in ai::lua_object
109 inline std::shared_ptr< std::vector<std::string> > lua_object< std::vector<std::string> >::to_type(… in to_type() function in ai::lua_object::vector::string
126 inline std::shared_ptr<config> lua_object<config>::to_type(lua_State *L, int n) in to_type() function in ai::lua_object
134 inline std::shared_ptr<terrain_filter> lua_object<terrain_filter>::to_type(lua_State *L, int n) in to_type() function in ai::lua_object
147 inline std::shared_ptr<std::vector<target> > lua_object< std::vector<target> >::to_type(lua_State *… in to_type() function in ai::lua_object::vector
196 inline std::shared_ptr<unit_advancements_aspect> lua_object<unit_advancements_aspect>::to_type(lua_… in to_type() function in ai::lua_object
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/syslog/src/
H A Dsyslog_lib.erl267 to_type(binary, V) when is_binary(V) -> V; function
268 to_type(binary, V) when is_list(V) -> list_to_binary(V); function
269 to_type(binary, V) when is_atom(V) -> atom_to_binary(V, utf8); function
270 to_type(integer, V) when is_integer(V) -> V; function
271 to_type(integer, V) when is_list(V) -> list_to_integer(V); function
272 to_type(ip_addr, V) when is_tuple(V) -> V; function
273 to_type(ip_addr, V) when is_list(V) -> to_ip_addr_type(V); function
274 to_type(Type, V) when is_pid(V) -> to_type(Type, pid_to_list(V)); function
275 to_type(Type, V) when is_integer(V) -> to_type(Type, integer_to_list(V)); function
276 to_type(Type, V) when is_binary(V) -> to_type(Type, binary_to_list(V)). function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/tests/testthat/
H A Dtest-expression.R72 expr <- array_expression("cast", a, options = list(to_type = int32())) nameattr
77 bad_expr <- array_expression("cast", b, options = list(to_type = int32())) nameattr
83 …expr <- array_expression("cast", b, options = list(to_type = int32(), allow_float_truncate = TRUE)) nameattr
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dchange-iterator.cc33 string to_type = ly_symbol2string (get_property (get_music (), "change-to-type")); in error() local
51 SCM to_type, in change_to()
90 SCM to_type = get_property (get_music (), "change-to-type"); in process() local
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/weatherreport/src/
H A Dweatherreport_getopt.erl371 to_type({Type, _DefaultArg}, Arg) -> function
373 to_type(binary, Arg) -> function
375 to_type(atom, Arg) -> function
377 to_type(integer, Arg) -> function
379 to_type(float, Arg) -> function
381 to_type(boolean, Arg) -> function
394 to_type(_Type, Arg) -> function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dboard.rb41 def self.to_type singletonMethod in Board
45 def to_type method in Board
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dcast.cc65 const std::shared_ptr<DataType>& to_type, const DataType* from_type = nullptr) { in GetCastFunctionInternal()
192 Result<Datum> Cast(const Datum& value, std::shared_ptr<DataType> to_type, in Cast()
199 Result<std::shared_ptr<Array>> Cast(const Array& value, std::shared_ptr<DataType> to_type, in Cast()
206 const std::shared_ptr<DataType>& to_type) { in GetCastFunction()
210 bool CanCast(const DataType& from_type, const DataType& to_type) { in CanCast()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/
H A Dcast.cc72 const std::shared_ptr<DataType>& to_type, const DataType* from_type = nullptr) { in GetCastFunctionInternal()
220 Result<Datum> Cast(const Datum& value, std::shared_ptr<DataType> to_type, in Cast()
227 Result<std::shared_ptr<Array>> Cast(const Array& value, std::shared_ptr<DataType> to_type, in Cast()
234 const std::shared_ptr<DataType>& to_type) { in GetCastFunction()
238 bool CanCast(const DataType& from_type, const DataType& to_type) { in CanCast()
/dports/devel/ppl/ppl-1.2/src/
H A DBoundary_defs.hh512 complement(Boundary_Type to_type, To& to, To_Info& to_info, in complement()
533 assign(Boundary_Type to_type, To& to, To_Info& to_info, in assign()
550 min_assign(Boundary_Type to_type, To& to, To_Info& to_info, in min_assign()
561 min_assign(Boundary_Type to_type, To& to, To_Info& to_info, in min_assign()
574 max_assign(Boundary_Type to_type, To& to, To_Info& to_info, in max_assign()
585 max_assign(Boundary_Type to_type, To& to, To_Info& to_info, in max_assign()
598 neg_assign(Boundary_Type to_type, To& to, To_Info& to_info, in neg_assign()
614 add_assign(Boundary_Type to_type, To& to, To_Info& to_info, in add_assign()
639 sub_assign(Boundary_Type to_type, To& to, To_Info& to_info, in sub_assign()
664 mul_assign(Boundary_Type to_type, To& to, To_Info& to_info, in mul_assign()
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/getopt/src/
H A Dgetopt.erl441 to_type({Type, _DefaultArg}, Arg) -> function
443 to_type(binary, Arg) -> function
445 to_type(utf8_binary, Arg) -> function
447 to_type(atom, Arg) -> function
449 to_type(integer, Arg) -> function
451 to_type(float, Arg) -> function
453 to_type(boolean, Arg) -> function
466 to_type(_Type, Arg) -> function
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DResInd.c97 int to_type, in XmConvertStringToUnits()
182 int to_type, in _XmConvertStringToUnits()
343 register int to_type ) in _XmConvertUnits()
477 register int to_type ) in XmConvertUnits()
630 register int to_type ) in XmCvtFromHorizontalPixels()
707 register int to_type ) in XmCvtFromVerticalPixels()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dcast.cc178 Result<Datum> Cast(const Datum& value, std::shared_ptr<DataType> to_type, in Cast()
185 Result<std::shared_ptr<Array>> Cast(const Array& value, std::shared_ptr<DataType> to_type, in Cast()
192 const std::shared_ptr<DataType>& to_type) { in GetCastFunction()
202 bool CanCast(const DataType& from_type, const DataType& to_type) { in CanCast()
/dports/x11/libX11/libX11-1.7.2/src/xlibi18n/
H A DlcUTF8.c470 const char *to_type) in open_cstoutf8()
685 const char *to_type) in open_utf8tocs()
789 const char *to_type) in open_utf8tocs1()
865 const char *to_type) in open_utf8tostr()
922 const char *to_type) in open_strtoutf8()
1065 const char *to_type) in open_ucstocs1()
1126 const char *to_type) in open_ucstoutf8()
1213 const char *to_type) in open_utf8towcs()
1278 const char *to_type) in open_wcstoutf8()
1330 const char *to_type) in open_strtowcs()
[all …]
H A DlcConv.c44 XrmQuark to_type; member
63 XrmQuark to_type) in get_converter()
101 XrmQuark from_type, to_type; in _XlcSetConverter() local
252 XrmQuark from_type, to_type; in open_indirect_converter() local
316 XrmQuark from_type, to_type; in _XlcOpenConverter() local
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/src/
H A Drebar_getopt.erl429 to_type({Type, _DefaultArg}, Arg) -> function
431 to_type(binary, Arg) -> function
433 to_type(atom, Arg) -> function
435 to_type(integer, Arg) -> function
437 to_type(float, Arg) -> function
439 to_type(boolean, Arg) -> function
452 to_type(_Type, Arg) -> function
/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/getopt/src/
H A Dgetopt.erl434 to_type({Type, _DefaultArg}, Arg) -> function
436 to_type(binary, Arg) -> function
438 to_type(atom, Arg) -> function
440 to_type(integer, Arg) -> function
442 to_type(float, Arg) -> function
444 to_type(boolean, Arg) -> function
457 to_type(_Type, Arg) -> function
/dports/devel/rebar3/rebar3-3.17.0/_checkouts/getopt/src/
H A Dgetopt.erl434 to_type({Type, _DefaultArg}, Arg) -> function
436 to_type(binary, Arg) -> function
438 to_type(atom, Arg) -> function
440 to_type(integer, Arg) -> function
442 to_type(float, Arg) -> function
444 to_type(boolean, Arg) -> function
457 to_type(_Type, Arg) -> function
/dports/devel/rebar/rebar-2.6.4/src/
H A Drebar_getopt.erl429 to_type({Type, _DefaultArg}, Arg) -> function
431 to_type(binary, Arg) -> function
433 to_type(atom, Arg) -> function
435 to_type(integer, Arg) -> function
437 to_type(float, Arg) -> function
439 to_type(boolean, Arg) -> function
452 to_type(_Type, Arg) -> function
/dports/devel/erlang-getopt/getopt-1.0.1/src/
H A Dgetopt.erl434 to_type({Type, _DefaultArg}, Arg) -> function
436 to_type(binary, Arg) -> function
438 to_type(atom, Arg) -> function
440 to_type(integer, Arg) -> function
442 to_type(float, Arg) -> function
444 to_type(boolean, Arg) -> function
457 to_type(_Type, Arg) -> function
/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/internal/sheets/
H A Dformatters.py116 def default_formatter(value, to_type): argument
120 def to_format(to_type, value): argument
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/plugins/functions/
H A Dmath.c58 #define ABS_AS_IS(return_type, to_type, getter, setter) { \ in func_math_abs() argument
68 #define ABS_CONVERT_TYPE(func, return_type, to_type, getter, setter) { \ in func_math_abs() argument
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/plugins/functions/
H A Dmath.c58 #define ABS_AS_IS(return_type, to_type, getter, setter) { \ in func_math_abs() argument
68 #define ABS_CONVERT_TYPE(func, return_type, to_type, getter, setter) { \ in func_math_abs() argument
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/plugins/functions/
H A Dmath.c58 #define ABS_AS_IS(return_type, to_type, getter, setter) { \ in func_math_abs() argument
68 #define ABS_CONVERT_TYPE(func, return_type, to_type, getter, setter) { \ in func_math_abs() argument
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/plugins/functions/
H A Dmath.c58 #define ABS_AS_IS(return_type, to_type, getter, setter) { \ in func_math_abs() argument
68 #define ABS_CONVERT_TYPE(func, return_type, to_type, getter, setter) { \ in func_math_abs() argument
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/plugins/functions/
H A Dmath.c58 #define ABS_AS_IS(return_type, to_type, getter, setter) { \ in func_math_abs() argument
68 #define ABS_CONVERT_TYPE(func, return_type, to_type, getter, setter) { \ in func_math_abs() argument

12345678910>>...40