Home
last modified time | relevance | path

Searched refs:addType (Results 1 – 25 of 2071) sorted by relevance

12345678910>>...83

/dports/sysutils/tracker3/tracker-3.1.2/utils/data-generators/cc/
H A Dgenerate81 tools.addType( 'slo#Landmark', 21 )
82 tools.addType( 'mlo#GeoPoint', 26 )
85 tools.addType( 'mlo#Landmark', 29 )
88 tools.addType( 'nmo#Email', 32 )
92 tools.addType( 'nmo#Call', 38 )
93 tools.addType( 'nmm#Artist', 40 )
98 tools.addType( 'nmm#Photo', 45 )
99 tools.addType( 'nmm#Video', 46 )
105 tools.addType( 'ncal#Alarm', 70 )
107 tools.addType( 'ncal#Event', 72 )
[all …]
/dports/sysutils/tracker/tracker-2.3.4/utils/data-generators/cc/
H A Dgenerate81 tools.addType( 'slo#Landmark', 21 )
82 tools.addType( 'mlo#GeoPoint', 26 )
85 tools.addType( 'mlo#Landmark', 29 )
88 tools.addType( 'nmo#Email', 32 )
92 tools.addType( 'nmo#Call', 38 )
93 tools.addType( 'nmm#Artist', 40 )
98 tools.addType( 'nmm#Photo', 45 )
99 tools.addType( 'nmm#Video', 46 )
105 tools.addType( 'ncal#Alarm', 70 )
107 tools.addType( 'ncal#Event', 72 )
[all …]
/dports/finance/nextcloud-cospend/cospend/lib/Db/
H A DBill.php35 $this->addType('id', 'integer');
36 $this->addType('what', 'string');
37 $this->addType('comment', 'string');
38 $this->addType('payerid', 'integer');
39 $this->addType('timestamp', 'integer');
40 $this->addType('amount', 'float');
41 $this->addType('repeat', 'string');
43 $this->addType('projectid', 'string');
44 $this->addType('categoryid', 'integer');
45 $this->addType('paymentmode', 'string');
[all …]
H A DProject.php32 $this->addType('id', 'string');
33 $this->addType('userid', 'string');
34 $this->addType('name', 'string');
35 $this->addType('email', 'string');
36 $this->addType('password', 'string');
37 $this->addType('autoexport', 'string');
38 $this->addType('lastchanged', 'integer');
39 $this->addType('guestaccesslevel', 'integer');
41 $this->addType('categorysort', 'string');
42 $this->addType('paymentmodesort', 'string');
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DTexture.cc64 addType(Texture::GRADIENT); in setFromString()
70 addType(Texture::PYRAMID); in setFromString()
84 addType(Texture::SOLID); in setFromString()
89 addType(Texture::RAISED); in setFromString()
91 addType(Texture::SUNKEN); in setFromString()
93 addType(Texture::FLAT); in setFromString()
99 addType(Texture::BEVEL2); in setFromString()
101 addType(Texture::BEVEL1); in setFromString()
105 addType(Texture::INVERT); in setFromString()
108 addType(Texture::INTERLACED); in setFromString()
[all …]
/dports/net-im/nextcloud-talk/spreed/lib/Model/
H A DAttendee.php147 $this->addType('roomId', 'int');
148 $this->addType('actorType', 'string');
149 $this->addType('actorId', 'string');
150 $this->addType('displayName', 'string');
151 $this->addType('pin', 'string');
153 $this->addType('favorite', 'bool');
156 $this->addType('lastJoinedCall', 'int');
160 $this->addType('readPrivacy', 'int');
161 $this->addType('permissions', 'int');
162 $this->addType('accessToken', 'string');
[all …]
/dports/devel/vc/Vc-1.4.2/src/
H A Davx_sorthelper.cpp74 Vc_DEBUG << "xy: " << AVX::addType<short>(x) << AVX::addType<short>(y); in sorted()
77 Vc_DEBUG << "lh: " << AVX::addType<short>(l) << AVX::addType<short>(h); in sorted()
85 Vc_DEBUG << "lh: " << AVX::addType<short>(l) << AVX::addType<short>(h); in sorted()
88 Vc_DEBUG << "xy: " << AVX::addType<short>(x) << AVX::addType<short>(y); in sorted()
91 Vc_DEBUG << "lh: " << AVX::addType<short>(l) << AVX::addType<short>(h); in sorted()
99 Vc_DEBUG << "lh: " << AVX::addType<short>(l) << AVX::addType<short>(h); in sorted()
102 Vc_DEBUG << "xy: " << AVX::addType<short>(x) << AVX::addType<short>(y); in sorted()
105 Vc_DEBUG << "lh: " << AVX::addType<short>(l) << AVX::addType<short>(h); in sorted()
108 Vc_DEBUG << "xy: " << AVX::addType<short>(x) << AVX::addType<short>(y); in sorted()
119 Vc_DEBUG << "lh: " << AVX::addType<short>(l) << AVX::addType<short>(h); in sorted()
[all …]
/dports/x11/fbdesk/fbdesk-1.4.1/src/FbTk/
H A DTexture.cc61 addType(Texture::GRADIENT); in setFromString()
67 addType(Texture::PYRAMID); in setFromString()
81 addType(Texture::SOLID); in setFromString()
84 addType(Texture::RAISED); in setFromString()
86 addType(Texture::SUNKEN); in setFromString()
88 addType(Texture::FLAT); in setFromString()
92 addType(Texture::BEVEL2); in setFromString()
94 addType(Texture::BEVEL1); in setFromString()
97 addType(Texture::INVERT); in setFromString()
100 addType(Texture::INTERLACED); in setFromString()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/tests/
H A Dgpp_bond_atomtype.cpp58 int addType(const char* name);
85 EXPECT_EQ(addType("Foo"), 0); in TEST_F()
92 EXPECT_EQ(addType("Foo"), 0); in TEST_F()
95 EXPECT_EQ(addType("Bar"), 1); in TEST_F()
102 EXPECT_EQ(addType("Foo"), 0); in TEST_F()
105 EXPECT_EQ(addType("Bar"), 1); in TEST_F()
108 EXPECT_EQ(addType("Foo"), 0); in TEST_F()
115 EXPECT_EQ(addType("Foo"), 0); in TEST_F()
118 EXPECT_EQ(addType("Bar"), 1); in TEST_F()
121 EXPECT_EQ(addType("BAT"), 2); in TEST_F()
[all …]
H A Dgpp_atomtype.cpp63 int addType(const char* name, int bondAtomType, int atomNumber) in addType() function in gmx::__anon9a285e9c0111::PreprocessingAtomTypesTest
90 EXPECT_EQ(addType("Foo", 1, 2), 0); in TEST_F()
97 EXPECT_EQ(addType("Foo", 1, 2), 0); in TEST_F()
100 EXPECT_EQ(addType("Bar", 3, 4), 1); in TEST_F()
107 EXPECT_EQ(addType("Foo", 1, 2), 0); in TEST_F()
110 EXPECT_EQ(addType("Bar", 3, 4), 1); in TEST_F()
113 EXPECT_EQ(addType("Foo", 1, 2), 0); in TEST_F()
120 EXPECT_EQ(addType("Foo", 1, 2), 0); in TEST_F()
126 EXPECT_EQ(addType("Foo", 1, 2), 0); in TEST_F()
132 EXPECT_EQ(addType("Foo", 1, 2), 0); in TEST_F()
[all …]
/dports/mail/nextcloud-mail/mail/lib/Db/
H A DClassifier.php107 $this->addType('accountId', 'int');
108 $this->addType('type', 'string');
109 $this->addType('appVersion', 'string');
110 $this->addType('trainingSetSize', 'int');
111 $this->addType('validationSetSize', 'int');
112 $this->addType('recallImportant', 'float');
113 $this->addType('precisionImportant', 'float');
114 $this->addType('f1ScoreImportant', 'float');
115 $this->addType('duration', 'int');
116 $this->addType('active', 'boolean');
[all …]
H A DMailAccount.php196 $this->addType('inboundPort', 'integer');
197 $this->addType('outboundPort', 'integer');
198 $this->addType('lastMailboxSync', 'integer');
199 $this->addType('provisioning_id', 'integer');
200 $this->addType('order', 'integer');
202 $this->addType('personalNamespace', 'string');
203 $this->addType('draftsMailboxId', 'integer');
204 $this->addType('sentMailboxId', 'integer');
205 $this->addType('trashMailboxId', 'integer');
206 $this->addType('sieveEnabled', 'boolean');
[all …]
H A DMessage.php138 $this->addType('uid', 'integer');
139 $this->addType('mailboxId', 'integer');
140 $this->addType('sentAt', 'integer');
142 $this->addType('flagDeleted', 'boolean');
143 $this->addType('flagDraft', 'boolean');
144 $this->addType('flagFlagged', 'boolean');
145 $this->addType('flagSeen', 'boolean');
147 $this->addType('flagJunk', 'boolean');
148 $this->addType('flagNotjunk', 'boolean');
152 $this->addType('flagMdnsent', 'boolean');
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/tools/go/analysis/internal/facts/
H A Dimports.go34 addType(obj.Type())
60 addType(targs.At(i))
65 addType(T.Elem())
67 addType(T.Elem())
69 addType(T.Elem())
71 addType(T.Elem())
73 addType(T.Key())
74 addType(T.Elem())
76 addType(T.Params())
77 addType(T.Results())
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/golang.org/x/tools/go/analysis/internal/facts/
H A Dimports.go34 addType(obj.Type())
60 addType(targs.At(i))
65 addType(T.Elem())
67 addType(T.Elem())
69 addType(T.Elem())
71 addType(T.Elem())
73 addType(T.Key())
74 addType(T.Elem())
76 addType(T.Params())
77 addType(T.Results())
[all …]
/dports/www/nextcloud/nextcloud/lib/private/Authentication/Token/
H A DPublicKeyToken.php98 $this->addType('uid', 'string');
99 $this->addType('loginName', 'string');
100 $this->addType('password', 'string');
101 $this->addType('name', 'string');
102 $this->addType('token', 'string');
103 $this->addType('type', 'int');
104 $this->addType('remember', 'int');
106 $this->addType('lastCheck', 'int');
107 $this->addType('scope', 'string');
108 $this->addType('expires', 'int');
[all …]
H A DDefaultToken.php84 $this->addType('uid', 'string');
85 $this->addType('loginName', 'string');
86 $this->addType('password', 'string');
87 $this->addType('name', 'string');
88 $this->addType('token', 'string');
89 $this->addType('type', 'int');
90 $this->addType('remember', 'int');
92 $this->addType('lastCheck', 'int');
93 $this->addType('scope', 'string');
94 $this->addType('expires', 'int');
[all …]
/dports/www/nextcloud/nextcloud/core/Db/
H A DLoginFlowV2.php75 $this->addType('timestamp', 'int');
76 $this->addType('started', 'int');
77 $this->addType('pollToken', 'string');
78 $this->addType('loginToken', 'string');
79 $this->addType('publicKey', 'string');
80 $this->addType('privateKey', 'string');
81 $this->addType('clientName', 'string');
82 $this->addType('loginName', 'string');
83 $this->addType('server', 'string');
84 $this->addType('appPassword', 'string');
/dports/www/nextcloud/nextcloud/apps-pkg/user_status/lib/Db/
H A DUserStatus.php86 $this->addType('userId', 'string');
87 $this->addType('status', 'string');
88 $this->addType('statusTimestamp', 'int');
89 $this->addType('isUserDefined', 'boolean');
90 $this->addType('messageId', 'string');
91 $this->addType('customIcon', 'string');
92 $this->addType('customMessage', 'string');
93 $this->addType('clearAt', 'int');
94 $this->addType('isBackup', 'boolean');
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Drrparamregistry.cc277 addType("MD", 3); in RRParamRegistry()
278 addType("MF", 4); in RRParamRegistry()
279 addType("MB", 7); in RRParamRegistry()
280 addType("MG", 8); in RRParamRegistry()
281 addType("MR", 9); in RRParamRegistry()
282 addType("NXT", 30); in RRParamRegistry()
283 addType("A6", 38); in RRParamRegistry()
286 addType("WKS", 11); in RRParamRegistry()
288 addType("RT", 21); in RRParamRegistry()
294 addType("PX", 26); in RRParamRegistry()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/tools/go/analysis/internal/facts/
H A Dimports.go25 var addType func(T types.Type)
30 addType(obj.Type())
39 addType = func(T types.Type) {
50 addType(T.Elem())
52 addType(T.Elem())
54 addType(T.Elem())
56 addType(T.Elem())
58 addType(T.Key())
59 addType(T.Elem())
61 addType(T.Params())
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/golang.org/x/tools/go/analysis/internal/facts/
H A Dimports.go25 var addType func(T types.Type)
30 addType(obj.Type())
39 addType = func(T types.Type) {
50 addType(T.Elem())
52 addType(T.Elem())
54 addType(T.Elem())
56 addType(T.Elem())
58 addType(T.Key())
59 addType(T.Elem())
61 addType(T.Params())
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/analysis/internal/facts/
H A Dimports.go25 var addType func(T types.Type)
30 addType(obj.Type())
39 addType = func(T types.Type) {
50 addType(T.Elem())
52 addType(T.Elem())
54 addType(T.Elem())
56 addType(T.Elem())
58 addType(T.Key())
59 addType(T.Elem())
61 addType(T.Params())
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/analysis/internal/facts/
H A Dimports.go25 var addType func(T types.Type)
30 addType(obj.Type())
39 addType = func(T types.Type) {
50 addType(T.Elem())
52 addType(T.Elem())
54 addType(T.Elem())
56 addType(T.Elem())
58 addType(T.Key())
59 addType(T.Elem())
61 addType(T.Params())
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/tools/go/analysis/internal/facts/
H A Dimports.go25 var addType func(T types.Type)
30 addType(obj.Type())
39 addType = func(T types.Type) {
50 addType(T.Elem())
52 addType(T.Elem())
54 addType(T.Elem())
56 addType(T.Elem())
58 addType(T.Key())
59 addType(T.Elem())
61 addType(T.Params())
[all …]

12345678910>>...83