Home
last modified time | relevance | path

Searched defs:convert (Results 1 – 25 of 4648) sorted by relevance

12345678910>>...186

/dports/databases/adabase/AdaBase-3.1/src/results/
H A Dadabase-results-converters.ads13 function convert (nv : NByte0) return NByte1; subprogspec
14 function convert (nv : NByte0) return NByte2; subprogspec
15 function convert (nv : NByte0) return NByte3; subprogspec
16 function convert (nv : NByte0) return NByte4; subprogspec
17 function convert (nv : NByte0) return NByte8; subprogspec
18 function convert (nv : NByte0) return Byte1; subprogspec
19 function convert (nv : NByte0) return Byte2; subprogspec
20 function convert (nv : NByte0) return Byte3; subprogspec
21 function convert (nv : NByte0) return Byte4; subprogspec
22 function convert (nv : NByte0) return Byte8; subprogspec
[all …]
H A Dadabase-results-converters.adb144 end convert; argument
1073 end convert; argument
1084 end convert; argument
1095 end convert; argument
1106 end convert; argument
1340 enum : String := convert (nv); argument
1398 enum : String := convert (nv); argument
1516 end convert; argument
1545 end convert; argument
1680 end convert; argument
[all …]
/dports/devel/elixir-estree/elixir-estree-2.6.1/lib/es_tree/tools/
H A Destree_json_transformer.ex8 def convert(json) function
10 def convert(%{"type" => "ArrayExpression"} = json) do function
16 def convert(%{"type" => "ArrayPattern"} = json) do function
79 def convert(%{"type" => "CatchClause"} = json) do function
86 def convert(%{"type" => "ClassBody"} = json) do function
132 def convert(%{"type" => "EmptyExpression"}) do function
136 def convert(%{"type" => "EmptyStatement"}) do function
333 def convert(%{"type" => "Literal"} = json) do function
391 def convert(%{"type" => "Program"} = json) do function
433 def convert(%{"type" => "Super"}) do function
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/yuv/convert/
H A Dyiq.hpp26 struct convert struct
33 …olor::category::yuv< yuv_tag_name, yuv_reference_number > yuv_category_type, category_left_type;
34 typedef ::color::category::yiq< yiq_tag_name > yiq_category_type, category_right_type;
38 typedef ::color::model< yuv_category_type > yuv_model_type;
41 typedef ::color::rgb< scalar_type > rgb_model_type;
49 static void process in process()
64 struct convert struct
71 …uv< yuv_tag_name, ::color::constant::yuv::BT_601_entity > yuv_category_type, category_left_type;
72 typedef ::color::category::yiq< yiq_tag_name > yiq_category_type, category_right_type;
99 {
[all …]
H A Dyuv.hpp28 struct convert struct
38 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
41 typedef ::color::model< category_left_type > left_model_type;
42 typedef ::color::model< category_right_type > right_model_type;
44 typedef ::color::rgb< scalar_type > rgb_model_type;
46 typedef ::color::trait::container<category_left_type> container_left_trait_type;
47 typedef ::color::trait::container<category_right_type> container_right_trait_type;
52 static void process in process()
69 struct convert struct
79 typedef ::color::trait::container<category_left_type> container_left_trait_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/yiq/convert/
H A Dyuv.hpp24 struct convert struct
31 typedef ::color::category::yiq< yiq_tag_name > yiq_category_type, category_left_type;
32 …::color::category::yuv< yuv_tag_name, reference_number > yuv_category_type, category_right_type;
36 typedef ::color::model< yiq_category_type > yiq_model_type;
39 typedef ::color::rgb< scalar_type > rgb_model_type;
47 static void process in process()
63 struct convert struct
70 typedef ::color::category::yiq< yiq_tag_name > yiq_category_type, category_left_type;
71 …v< yuv_tag_name, ::color::constant::yuv::BT_601_entity > yuv_category_type, category_right_type;
99 {
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/lab/convert/
H A DLabCH.hpp26 struct convert struct
33 …::lab< lab_tag_name, ::color::constant::lab::CIE_entity > lab_category_type, category_left_type;
34 … typedef ::color::category::LabCH< LabCH_tag_name > LabCH_category_type, category_right_type;
38 typedef ::color::trait::container<category_left_type> container_left_trait_type;
50 typedef ::color::constant::generic< LABscalar_category_type > generic_costant_type;
53 {
58 {
65 static void process in process()
89 struct convert struct
96 …ab< lab_tag_name, ::color::constant::lab::Hunter_entity > lab_category_type, category_left_type;
[all …]
H A Dxyz.hpp26 struct convert struct
33 …::lab< lab_tag_name, ::color::constant::lab::CIE_entity > lab_category_type, category_left_type;
34 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_right_type;
54 {
58 static scalar_type f( scalar_type const& t ) in f()
70 static void process in process()
104 struct convert struct
111 …ab< lab_tag_name, ::color::constant::lab::Hunter_entity > lab_category_type, category_left_type;
112 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_right_type;
135 {
[all …]
H A Dlab.hpp22 struct convert struct
32 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
35 typedef ::color::model< category_left_type > left_model_type;
36 typedef ::color::model< category_right_type > right_model_type;
38 typedef ::color::xyz< scalar_type > xyz_model_type;
40 typedef ::color::trait::container<category_left_type> container_left_trait_type;
41 typedef ::color::trait::container<category_right_type> container_right_trait_type;
46 static void process in process()
62 struct convert struct
72 typedef ::color::trait::container<category_left_type> container_left_trait_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/LabCH/convert/
H A Dlab.hpp26 struct convert struct
33 … typedef ::color::category::LabCH< LabCH_tag_name > LabCH_category_type, category_left_type;
34 … lab_tag_name, ::color::constant::lab::CIE_entity > lab_category_type, category_right_type;
53 {
64 static void process in process()
89 struct convert struct
96 …CH< LabCH_tag_name > LabCH_category_type, category_left_type;
97 …b< lab_tag_name, ::color::constant::lab::Hunter_entity > lab_category_type, category_right_type;
102 typedef ::color::model< lab_category_type > lab_model_type;
104 typedef ::color::xyz< scalar_type > xyz_model_type;
[all …]
H A Dhwb.hpp26 struct convert struct
33 typedef ::color::category::LabCH< LabCH_tag_name > LabCH_category_type, category_left_type;
34 typedef ::color::category::hwb< hwb_tag_name > hwb_category_type, category_right_type;
38 typedef ::color::model< hwb_category_type > hwb_model_type;
39 typedef ::color::model< LabCH_category_type > LabCH_model_type;
41 typedef ::color::lab< scalar_type > lab_model_type;
42 typedef ::color::xyz< scalar_type > xyz_model_type;
43 typedef ::color::rgb< scalar_type > rgb_model_type;
44 typedef ::color::hsv< scalar_type > hsv_model_type;
46 typedef ::color::trait::container<category_left_type> container_left_trait_type;
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A Dconvert.cpp46 string convert<string>(bool b) in convert() function
53 string convert<string>(char c) in convert() function
67 string convert<string>(int i) in convert() function
74 docstring convert<docstring>(int i) in convert() function
125 string convert<string>(long l) in convert() function
132 docstring convert<docstring>(long l) in convert() function
155 string convert<string>(float f) in convert() function
164 string convert<string>(double d) in convert() function
180 int convert<int>(string const s) in convert() function
187 int convert<int>(docstring const s) in convert() function
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mango/src/
H A Dmango_selector_text.erl32 convert(Object) -> function
37 convert(Path, {[{<<"$and">>, Args}]}) -> function
40 convert(Path, {[{<<"$or">>, Args}]}) -> function
43 convert(Path, {[{<<"$not">>, Arg}]}) -> function
61 convert(Path, {[{<<"$all">>, Args}]}) -> function
96 convert(Path, {[{<<"$lt">>, Arg}]}) -> function
114 convert(Path, {[{<<"$eq">>, Arg}]}) -> function
116 convert(Path, {[{<<"$ne">>, Arg}]}) -> function
126 convert(Path, {[{<<"$gt">>, Arg}]}) -> function
149 convert(Path, {[{<<"$mod">>, _}]}) -> function
[all …]
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/Dynamic/
H A DVarHolder.h751 void convert(Int8& val) const in convert() function
805 void convert(bool& val) const in convert() function
820 void convert(char& val) const in convert() function
907 void convert(Int8& val) const in convert() function
961 void convert(bool& val) const in convert() function
976 void convert(char& val) const in convert() function
1061 void convert(Int8& val) const in convert() function
1115 void convert(bool& val) const in convert() function
1130 void convert(char& val) const in convert() function
1213 void convert(Int8& val) const in convert() function
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/YPbPr/convert/
H A DYPbPr.hpp28 struct convert struct
38 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
40 typedef ::color::model< category_left_type > left_model_type;
41 typedef ::color::model< category_right_type > right_model_type;
43 typedef ::color::rgb< scalar_type > rgb_model_type;
45 typedef ::color::trait::container<category_left_type> container_left_trait_type;
46 typedef ::color::trait::container<category_right_type> container_right_trait_type;
51 static void process in process()
68 struct convert struct
78 typedef ::color::trait::container<category_left_type> container_left_trait_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/xyz/convert/
H A Dlab.hpp26 struct convert struct
33 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_left_type;
34 …:lab< lab_tag_name, ::color::constant::lab::CIE_entity > lab_category_type, category_right_type;
41 typedef ::color::model< xyz_category_type > xyz_model_type;
42 typedef ::color::model< lab_category_type > lab_model_type;
55 static void process in process()
99 struct convert struct
106 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_left_type;
107 …b< lab_tag_name, ::color::constant::lab::Hunter_entity > lab_category_type, category_right_type;
128 static scalar_type squre( scalar_type const & v ) in squre()
[all …]
H A Dlms.hpp26 struct convert struct
33 …ategory::xyz< xyz_tag_name > xyz_category_type, category_left_type;
34 …ategory::lms< lms_tag_name, lms_reference_number > lms_category_type, category_right_type;
36 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
38 typedef ::color::model< xyz_category_type > xyz_model_type;
39 typedef ::color::model< lms_category_type > lms_model_type;
41 typedef ::color::category::xyz< scalar_type > xyzSCALAR_category_type;
44 typedef ::color::trait::container<category_left_type> container_left_trait_type;
45 typedef ::color::trait::container<category_right_type> container_right_trait_type;
47 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dxyy.hpp22 struct convert struct
29 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_left_type;
30 typedef ::color::category::xyy< xyy_tag_name > xyy_category_type, category_right_type;
32 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
34 typedef ::color::category::xyz< scalar_type > xyzSCALAR_category_type;
35 typedef ::color::category::xyy< scalar_type > xyySCALAR_category_type;
37 typedef ::color::model< xyz_category_type > xyz_model_type;
38 typedef ::color::model< xyy_category_type > xyy_model_type;
40 typedef ::color::trait::container<category_left_type> container_left_trait_type;
41 typedef ::color::trait::container<category_right_type> container_right_trait_type;
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/kube-openapi/pkg/schemaconv/
H A Dsmd.go43 type convert struct { struct
44 input proto.Models
45 output *schema.Schema
47 currentName string
48 current *schema.Atom
49 errorMessages []string
63 func (c *convert) pop(c2 *convert) {
67 func (c *convert) convertAll() error {
125 func (c *convert) VisitKind(k *proto.Kind) {
154 func (c *convert) VisitArray(a *proto.Array) {
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/lms/convert/
H A Dxyz.hpp24 struct convert struct
31 …olor::category::lms< lms_tag_name, lms_reference_number > lms_category_type, category_left_type;
32 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_right_type;
34 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
37 typedef ::color::category::xyz< scalar_type > xyzSCALAR_category_type;
39 typedef ::color::model< lms_category_type > lms_model_type;
40 typedef ::color::model< xyz_category_type > xyz_model_type;
42 typedef ::color::trait::container<category_left_type> container_left_trait_type;
43 typedef ::color::trait::container<category_right_type> container_right_trait_type;
45 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/LuvCH/convert/
H A Dhwb.hpp26 struct convert struct
33 typedef ::color::category::LuvCH< LuvCH_tag_name > LuvCH_category_type, category_left_type;
34 typedef ::color::category::hwb< hwb_tag_name > hwb_category_type, category_right_type;
38 typedef ::color::model< hwb_category_type > hwb_model_type;
39 typedef ::color::model< LuvCH_category_type > LuvCH_model_type;
41 typedef ::color::luv< scalar_type > luv_model_type;
42 typedef ::color::xyz< scalar_type > xyz_model_type;
43 typedef ::color::rgb< scalar_type > rgb_model_type;
44 typedef ::color::hsv< scalar_type > hsv_model_type;
46 typedef ::color::trait::container<category_left_type> container_left_trait_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/hwb/convert/
H A DLabCH.hpp26 struct convert struct
33 … typedef ::color::category::hwb< hwb_tag_name > hwb_category_type, category_left_type;
34 … typedef ::color::category::LabCH< LabCH_tag_name > LabCH_category_type, category_right_type;
38 typedef ::color::model< LabCH_category_type > LabCH_model_type;
39 typedef ::color::model< hwb_category_type > hwb_model_type;
41 typedef ::color::lab< scalar_type > lab_model_type;
42 typedef ::color::xyz< scalar_type > xyz_model_type;
43 typedef ::color::rgb< scalar_type > rgb_model_type;
44 typedef ::color::hsv< scalar_type > hsv_model_type;
46 typedef ::color::trait::container<category_left_type> container_left_trait_type;
[all …]
H A DLuvCH.hpp26 struct convert struct
33 … typedef ::color::category::hwb< hwb_tag_name > hwb_category_type, category_left_type;
34 … typedef ::color::category::LuvCH< LuvCH_tag_name > LuvCH_category_type, category_right_type;
38 typedef ::color::model< LuvCH_category_type > LuvCH_model_type;
39 typedef ::color::model< hwb_category_type > hwb_model_type;
41 typedef ::color::luv< scalar_type > luv_model_type;
42 typedef ::color::xyz< scalar_type > xyz_model_type;
43 typedef ::color::rgb< scalar_type > rgb_model_type;
44 typedef ::color::hsv< scalar_type > hsv_model_type;
46 typedef ::color::trait::container<category_left_type> container_left_trait_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/_internal/
H A Dconvert.hpp18 struct convert struct
21 typedef category_left_name category_left_type;
22 typedef category_right_name category_right_type;
24 typedef ::color::trait::index<category_left_type> index_trait_type;
25 typedef typename index_trait_type::instance_type index_type;
30 typedef ::color::trait::component<category_left_type> component_trait_type;
40 process in process()
60 struct convert< category_name, category_name > struct
64 typedef ::color::trait::container< category_name > container_trait_type;
66 typedef typename container_trait_type::input_type container_input_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/xyy/convert/
H A Dxyz.hpp26 struct convert struct
33 typedef ::color::category::xyy< xyy_tag_name > xyy_category_type, category_left_type;
34 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_right_type;
37 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
39 typedef ::color::category::xyy< scalar_type > xyySCALAR_category_type;
40 typedef ::color::category::xyz< scalar_type > xyzSCALAR_category_type;
42 typedef ::color::model< xyy_category_type > xyy_model_type;
43 typedef ::color::model< xyz_category_type > xyz_model_type;
45 typedef ::color::trait::container<category_left_type> container_left_trait_type;
46 typedef ::color::trait::container<category_right_type> container_right_trait_type;
[all …]

12345678910>>...186