Home
last modified time | relevance | path

Searched refs:contact (Results 1 – 25 of 14951) sorted by relevance

12345678910>>...599

/dports/comms/pear-Horde_ActiveSync/Horde_ActiveSync-2.41.4/test/Horde/ActiveSync/
H A DContactTest.php19 $contact->unknown = 'test';
20 $test = $contact->unknown;
30 $contact->children[] = 'blah';
106 $contact->bodysize = 16;
145 $contact->department = 'QA';
175 $contact->homestate = 'PA';
211 $contact->otherstate = 'NJ';
229 $contact->title = 'Dr.';
244 $contact->rtf = 'test';
247 $contact->picture = '';
[all …]
/dports/net-im/profanity/profanity-0.11.1/src/xmpp/
H A Dcontact.c71 contact->barejid_collate_key = g_utf8_collate_key(contact->barejid, -1); in p_contact_new()
75 contact->name_collate_key = g_utf8_collate_key(contact->name, -1); in p_contact_new()
77 contact->name = NULL; in p_contact_new()
101 return contact; in p_contact_new()
111 contact->name_collate_key = g_utf8_collate_key(contact->name, -1); in p_contact_set_name()
118 if (contact->groups) { in p_contact_set_groups()
143 return contact->groups; in p_contact_groups()
158 if (contact) { in p_contact_free()
176 free(contact); in p_contact_free()
195 return contact->name; in p_contact_name()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/webservices/
H A Dserver_contact.php145 'contact',
186 array('result'=>'tns:result', 'contact'=>'tns:contact'),
538 'zip' => $contact->zip ? $contact->zip : '',
539 'town' => $contact->town ? $contact->town : '',
543 'state' => $contact->state ? $contact->state : '',
549 'socid' => $contact->socid ? $contact->socid : '',
551 'poste' => $contact->poste ? $contact->poste : '',
554 'fax' => $contact->fax ? $contact->fax : '',
560 'priv' => $contact->priv ? $contact->priv : '',
561 'mail' => $contact->mail ? $contact->mail : '',
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/webservices/
H A Dserver_contact.php149 'contact',
190 array('result'=>'tns:result', 'contact'=>'tns:contact'),
526 'zip' => $contact->zip ? $contact->zip : '',
527 'town' => $contact->town ? $contact->town : '',
531 'state' => $contact->state ? $contact->state : '',
537 'socid' => $contact->socid ? $contact->socid : '',
539 'poste' => $contact->poste ? $contact->poste : '',
542 'fax' => $contact->fax ? $contact->fax : '',
547 'priv' => $contact->priv ? $contact->priv : '',
548 'mail' => $contact->mail ? $contact->mail : '',
[all …]
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/
H A Dcollision_cylinder_sphere.cpp137 contact->normal[0] = (contact->pos[0] - SpherePos[0]) / (radius2 - contact->depth); in dCollideCylinderSphere()
138 contact->normal[1] = (contact->pos[1] - SpherePos[1]) / (radius2 - contact->depth); in dCollideCylinderSphere()
139 contact->normal[2] = (contact->pos[2] - SpherePos[2]) / (radius2 - contact->depth); in dCollideCylinderSphere()
142 contact->side1 = -1; in dCollideCylinderSphere()
143 contact->side2 = -1; in dCollideCylinderSphere()
159 contact->normal[0] = (contact->pos[0] - SpherePos[0]) / (radius2 - contact->depth); in dCollideCylinderSphere()
160 contact->normal[1] = (contact->pos[1] - SpherePos[1]) / (radius2 - contact->depth); in dCollideCylinderSphere()
161 contact->normal[2] = (contact->pos[2] - SpherePos[2]) / (radius2 - contact->depth); in dCollideCylinderSphere()
164 contact->side1 = -1; in dCollideCylinderSphere()
165 contact->side2 = -1; in dCollideCylinderSphere()
[all …]
H A Dcollision_cylinder_plane.cpp154 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
165 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
170 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
181 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
186 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
197 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
202 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
213 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
242 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
251contact->depth = planevec[3] - planevec[0] * contact->pos[0] - planevec[1] * contact->pos[1] - pla… in dCollideCylinderPlane()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/
H A Dcollision_cylinder_sphere.cpp137 contact->normal[0] = (contact->pos[0] - SpherePos[0]) / (radius2 - contact->depth); in dCollideCylinderSphere()
138 contact->normal[1] = (contact->pos[1] - SpherePos[1]) / (radius2 - contact->depth); in dCollideCylinderSphere()
139 contact->normal[2] = (contact->pos[2] - SpherePos[2]) / (radius2 - contact->depth); in dCollideCylinderSphere()
142 contact->side1 = -1; in dCollideCylinderSphere()
143 contact->side2 = -1; in dCollideCylinderSphere()
159 contact->normal[0] = (contact->pos[0] - SpherePos[0]) / (radius2 - contact->depth); in dCollideCylinderSphere()
160 contact->normal[1] = (contact->pos[1] - SpherePos[1]) / (radius2 - contact->depth); in dCollideCylinderSphere()
161 contact->normal[2] = (contact->pos[2] - SpherePos[2]) / (radius2 - contact->depth); in dCollideCylinderSphere()
164 contact->side1 = -1; in dCollideCylinderSphere()
165 contact->side2 = -1; in dCollideCylinderSphere()
[all …]
H A Dcollision_cylinder_plane.cpp154 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
165 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
170 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
181 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
186 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
197 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
202 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
213 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
242 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
251contact->depth = planevec[3] - planevec[0] * contact->pos[0] - planevec[1] * contact->pos[1] - pla… in dCollideCylinderPlane()
[all …]
/dports/devel/ode/ode-0.13/ode/src/
H A Dcollision_cylinder_sphere.cpp138 contact->normal[0] = (contact->pos[0] - SpherePos[0]) / (radius2 - contact->depth); in dCollideCylinderSphere()
139 contact->normal[1] = (contact->pos[1] - SpherePos[1]) / (radius2 - contact->depth); in dCollideCylinderSphere()
140 contact->normal[2] = (contact->pos[2] - SpherePos[2]) / (radius2 - contact->depth); in dCollideCylinderSphere()
143 contact->side1 = -1; in dCollideCylinderSphere()
144 contact->side2 = -1; in dCollideCylinderSphere()
160 contact->normal[0] = (contact->pos[0] - SpherePos[0]) / (radius2 - contact->depth); in dCollideCylinderSphere()
161 contact->normal[1] = (contact->pos[1] - SpherePos[1]) / (radius2 - contact->depth); in dCollideCylinderSphere()
162 contact->normal[2] = (contact->pos[2] - SpherePos[2]) / (radius2 - contact->depth); in dCollideCylinderSphere()
165 contact->side1 = -1; in dCollideCylinderSphere()
166 contact->side2 = -1; in dCollideCylinderSphere()
[all …]
H A Dcollision_cylinder_plane.cpp154 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
165 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
170 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
181 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
186 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
197 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
202 contact->depth = planevec[3] - dVector3Dot(planevec, contact->pos); in dCollideCylinderPlane()
213 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
242 contact = (dContactGeom *)((char *)contact + skip); in dCollideCylinderPlane()
251contact->depth = planevec[3] - planevec[0] * contact->pos[0] - planevec[1] * contact->pos[1] - pla… in dCollideCylinderPlane()
[all …]
/dports/net-im/profanity/profanity-0.11.1/tests/unittests/
H A Dtest_contact.c23 p_contact_free(contact); in contact_in_group()
39 p_contact_free(contact); in contact_not_in_group()
53 p_contact_free(contact); in contact_name_when_name_exists()
66 p_contact_free(contact); in contact_jid_when_name_not_exists()
79 p_contact_free(contact); in contact_string_when_name_exists()
93 p_contact_free(contact); in contact_string_when_name_not_exists()
107 p_contact_free(contact); in contact_string_when_default_resource()
121 p_contact_free(contact); in contact_presence_offline()
145 p_contact_free(contact); in contact_presence_uses_highest_priority()
169 p_contact_free(contact); in contact_presence_chat_when_same_prioroty()
[all …]
/dports/mail/davmail/davmail-src-6.0.1-3390/src/test/davmail/exchange/
H A DTestExchangeSessionContact.java196 contact = getCurrentContact(); in testUpdateContact()
197 assertNull(contact.get("cn")); in testUpdateContact()
198 assertNull(contact.get("sn")); in testUpdateContact()
222 assertNull(contact.get("l")); in testUpdateContact()
223 assertNull(contact.get("st")); in testUpdateContact()
225 assertNull(contact.get("co")); in testUpdateContact()
231 assertNull(contact.get("o")); in testUpdateContact()
244 assertNull(contact.get("im")); in testUpdateContact()
261 assertTrue(contact.get("haspicture") == null || "false".equals(contact.get("haspicture"))); in testUpdateContact()
278 contact = getCurrentContact(); in testUpdateEmail()
[all …]
/dports/science/step/step-21.12.3/stepcore/
H A Dcollisionsolver.cc335 if(contact->pointsState[i] > contact->state) in checkPolygonPolygon()
336 contact->state = contact->pointsState[i]; in checkPolygonPolygon()
532 contact->state = contact->pointsState[0]; in checkPolygonDisk()
722 contact->state = contact->pointsState[0]; in checkPolygonParticle()
749 contact->vrel[0] = v.dot(contact->normal); in checkDiskDisk()
759 contact->state = contact->pointsState[0]; in checkDiskDisk()
786 contact->vrel[0] = v.dot(contact->normal); in checkDiskParticle()
795 contact->state = contact->pointsState[0]; in checkDiskParticle()
848 if(contact.state > state) state = contact.state; in checkContacts()
990 double r0n = r0[0]*contact->normal[1] - r0[1]*contact->normal[0]; in solvePolygonPolygon()
[all …]
/dports/cad/impact/Impact/examples/
H A Dcylinder.in871 59 nodes = [8,10,3] nip = 5 t = 2.000 material = mat_1 contact = edge
874 62 nodes = [3,10,7] nip = 5 t = 2.000 material = mat_1 contact = edge
878 66 nodes = [17,8,9] nip = 5 t = 2.000 material = mat_1 contact = edge
920 108 nodes = [6,9,2] nip = 5 t = 2.000 material = mat_1 contact = edge
921 109 nodes = [8,3,2] nip = 5 t = 2.000 material = mat_1 contact = edge
922 110 nodes = [8,2,9] nip = 5 t = 2.000 material = mat_1 contact = edge
923 111 nodes = [2,3,1] nip = 5 t = 2.000 material = mat_1 contact = edge
1389 577 nodes = [6,2,5] nip = 5 t = 2.000 material = mat_1 contact = edge
1403 591 nodes = [3,7,4] nip = 5 t = 2.000 material = mat_1 contact = edge
1470 658 nodes = [2,1,5] nip = 5 t = 2.000 material = mat_1 contact = edge
[all …]
H A Dtracker.in1125 421 nodes = [20,10,7,16] nip = 5 t = 1.0 material = steel contact = advanced_edge
1145 441 nodes = [10,6,2,7] nip = 5 t = 1.0 material = steel contact = advanced_edge
1146 442 nodes = [15,13,6,10] nip = 5 t = 1.0 material = steel contact = advanced_edge
1165 461 nodes = [6,4,1,2] nip = 5 t = 1.0 material = steel contact = advanced_edge
1166 462 nodes = [13,9,4,6] nip = 5 t = 1.0 material = steel contact = advanced_edge
1167 463 nodes = [22,18,9,13] nip = 5 t = 1.0 material = steel contact = advanced_edge
1185 481 nodes = [4,5,3,1] nip = 5 t = 1.0 material = steel contact = advanced_edge
1186 482 nodes = [9,12,5,4] nip = 5 t = 1.0 material = steel contact = advanced_edge
1187 483 nodes = [18,21,12,9] nip = 5 t = 1.0 material = steel contact = advanced_edge
1205 501 nodes = [5,11,8,3] nip = 5 t = 1.0 material = steel contact = advanced_edge
[all …]
/dports/mail/libpst/libpst-0.6.76/src/
H A Dpst2ldif.cpp172 item->contact->first_name, in process()
173 item->contact->surname, in process()
174 item->contact->suffix); in process()
188 if (item->contact->surname.str) { in process()
212 if (item->contact->address1.str && *item->contact->address1.str) in process()
214 if (item->contact->address2.str && *item->contact->address2.str) in process()
216 if (item->contact->address3.str && *item->contact->address3.str) in process()
218 if (item->contact->address1a.str && *item->contact->address1a.str) in process()
220 if (item->contact->address2a.str && *item->contact->address2a.str) in process()
222 if (item->contact->address3a.str && *item->contact->address3a.str) in process()
[all …]
/dports/graphics/tinyows/tinyows-1.1.0/src/ows/
H A Dows_metadata.c68 if (contact->name) buffer_free(contact->name); in ows_contact_free()
69 if (contact->site) buffer_free(contact->site); in ows_contact_free()
71 if (contact->position) buffer_free(contact->position); in ows_contact_free()
72 if (contact->phone) buffer_free(contact->phone); in ows_contact_free()
73 if (contact->fax) buffer_free(contact->fax); in ows_contact_free()
75 if (contact->address) buffer_free(contact->address); in ows_contact_free()
77 if (contact->city) buffer_free(contact->city); in ows_contact_free()
78 if (contact->state) buffer_free(contact->state); in ows_contact_free()
79 if (contact->country) buffer_free(contact->country); in ows_contact_free()
80 if (contact->email) buffer_free(contact->email); in ows_contact_free()
[all …]
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/ASIA/
H A DCED.pm92 my $cs = $rd->{contact};
192 if (UNIVERSAL::can($contact, 'cedcc') && defined($contact->cedcc()) && length($contact->cedcc()));
194 if (UNIVERSAL::can($contact, 'cedsp') && defined($contact->cedsp()) && length($contact->cedsp()));
196 …if (UNIVERSAL::can($contact, 'cedcity') && defined($contact->cedcity()) && length($contact->cedcit…
198 …if (UNIVERSAL::can($contact, 'cedetype') && defined($contact->cedetype()) && length($contact->cede…
200 …if (UNIVERSAL::can($contact, 'cediform') && defined($contact->cediform()) && length($contact->cedi…
202 …if (UNIVERSAL::can($contact, 'cedinum') && defined($contact->cedinum()) && length($contact->cedinu…
204 …if (UNIVERSAL::can($contact, 'cedothertype') && defined($contact->cedothertype()) && length($conta…
206 …if (UNIVERSAL::can($contact, 'cedoiform') && defined($contact->cedoiform()) && length($contact->ce…
222 if (UNIVERSAL::can($contact, 'cedcc') && defined($contact->cedcc()));
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Utils/Config/
H A DMetadata.php103 if (!(is_array($contact) || is_null($contact))) {
108 …if (!isset($contact['contactType']) || !in_array($contact['contactType'], self::$VALID_CONTACT_TYP…
129 … if (isset($contact['name']) && !isset($contact['givenName']) && !isset($contact['surName'])) {
143 $contact['givenName'] = preg_replace('/\s+/', ' ', trim($contact['name']));
150 empty($contact['givenName']) || !is_string($contact['givenName'])
157 if (isset($contact['surName']) && (
158 empty($contact['surName']) || !is_string($contact['surName'])
165 if (isset($contact['company']) && (
166 empty($contact['company']) || !is_string($contact['company'])
175 !(is_string($contact['emailAddress']) || is_array($contact['emailAddress']))
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/contact/
H A Dfstr_contact_def.F90106 write(file,*) "CONTACT:", contact%ctype,contact%group,trim(contact%pair_name),contact%fcoeff
127 if( associated( contact%slave ) ) deallocate(contact%slave)
134 if( associated(contact%states) ) deallocate(contact%states)
161 if( contact%fcoeff<=0.d0 ) contact%fcoeff=0.d0
162 if( contact%ctype/=1 .and. contact%ctype/=2 ) return
276 call find_surface_neighbor( contact%master, contact%master_bktDB )
386 contact_surf(contact%slave(i)) = -contact%states(i)%surface
920 contact%states(i)%wkdist = contact%states(i)%wkdist-dgn
921 contact%states(i)%multiplier(1) = contact%states(i)%multiplier(1)- mu*contact%states(i)%wkdist
922 contact%states(i)%distance = contact%states(i)%distance - dgn
[all …]
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Utils/Config/
H A DMetadata.php107 if (!(is_array($contact) || is_null($contact))) {
112 …if (!isset($contact['contactType']) || !in_array($contact['contactType'], self::$VALID_CONTACT_TYP…
127 if (isset($contact['attributes'])) {
138 … if (isset($contact['name']) && !isset($contact['givenName']) && !isset($contact['surName'])) {
152 $contact['givenName'] = preg_replace('/\s+/', ' ', trim($contact['name']));
159 isset($contact['givenName'])
161 empty($contact['givenName'])
170 isset($contact['surName'])
172 empty($contact['surName'])
181 isset($contact['company'])
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/test/
H A Dcontact9.dat.ref2 …relative contact displacement (slave node,normal,tang1,tang2) for all contact elements and time 0.…
5 …relative contact displacement (slave node,normal,tang1,tang2) for all contact elements and time 0.…
8 …relative contact displacement (slave node,normal,tang1,tang2) for all contact elements and time 0.…
11 …relative contact displacement (slave node,normal,tang1,tang2) for all contact elements and time 0.…
14 …relative contact displacement (slave node,normal,tang1,tang2) for all contact elements and time 0.…
17 …relative contact displacement (slave node,normal,tang1,tang2) for all contact elements and time 0.…
20 …relative contact displacement (slave node,normal,tang1,tang2) for all contact elements and time 0.…
23 …relative contact displacement (slave node,normal,tang1,tang2) for all contact elements and time 0.…
26 …relative contact displacement (slave node,normal,tang1,tang2) for all contact elements and time 0.…
29 …relative contact displacement (slave node,normal,tang1,tang2) for all contact elements and time 0.…
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/novell/
H A Dnmcontact.c71 return contact; in nm_create_contact()
83 NMContact *contact; in nm_create_contact_from_fields() local
131 return contact; in nm_create_contact_from_fields()
179 if (contact->dn) in nm_contact_update_list_properties()
221 if (contact) in nm_contact_add_ref()
248 g_free(contact); in nm_release_contact()
777 if (contact && (contact->id == object_id)) { in nm_folder_find_item_by_object_id()
799 if (contact && (contact->id == object_id)) { in nm_folder_find_item_by_object_id()
828 return contact; in nm_folder_find_contact_by_userid()
849 return contact; in nm_folder_find_contact_by_display_id()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/novell/
H A Dnmcontact.c71 return contact; in nm_create_contact()
83 NMContact *contact; in nm_create_contact_from_fields() local
131 return contact; in nm_create_contact_from_fields()
179 if (contact->dn) in nm_contact_update_list_properties()
221 if (contact) in nm_contact_add_ref()
248 g_free(contact); in nm_release_contact()
777 if (contact && (contact->id == object_id)) { in nm_folder_find_item_by_object_id()
799 if (contact && (contact->id == object_id)) { in nm_folder_find_item_by_object_id()
828 return contact; in nm_folder_find_contact_by_userid()
849 return contact; in nm_folder_find_contact_by_display_id()
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/novell/
H A Dnmcontact.c71 return contact; in nm_create_contact()
83 NMContact *contact; in nm_create_contact_from_fields() local
131 return contact; in nm_create_contact_from_fields()
179 if (contact->dn) in nm_contact_update_list_properties()
221 if (contact) in nm_contact_add_ref()
248 g_free(contact); in nm_release_contact()
777 if (contact && (contact->id == object_id)) { in nm_folder_find_item_by_object_id()
799 if (contact && (contact->id == object_id)) { in nm_folder_find_item_by_object_id()
828 return contact; in nm_folder_find_contact_by_userid()
849 return contact; in nm_folder_find_contact_by_display_id()
[all …]

12345678910>>...599